# Dictionary

This page contains the list of enums that you can check for your reference:

* [Status Code](#status-code)
* [Odds Type](#odds-type)
* [Odds Change Type](#odds-change-type)
* [Channel](#channel)
* [Bet Status](#bet-status)

### Status Code

| Name                                                         | Value |
| ------------------------------------------------------------ | ----- |
| Success                                                      | 100   |
| Missing Or Unsupported APIKey In Request Headers             | 101   |
| Missing Or Unsupported ClientId In Request Headers           | 102   |
| Unsupported CurrencyCode                                     | 105   |
| Unsupported OddsType                                         | 107   |
| Unsupported Channel                                          | 108   |
| Odds Must Be Greater Or Higher To 1                          | 112   |
| Stake Must Be Greater Than Zero                              | 113   |
| Stake Must Be Higher Or Equal To Min Stake                   | 114   |
| Stake Must Be Lower Or Equal To Max Stake                    | 115   |
| Betting Restricted                                           | 118   |
| IPAddress Must Be IPv4                                       | 122   |
| Market Is Suspended                                          | 124   |
| Market Is Not Offered                                        | 125   |
| Odds Or Lines Have Changed                                   | 126   |
| Odds Is Inactive                                             | 128   |
| Market Has Been Suspended                                    | 129   |
| Betstop On Global                                            | 130   |
| Virtuals Cannot Be Added As Part Of Parlay With Other Sports | 145   |
| Total Odds Must Be Greater Or Higher To 1                    | 158   |
| Unsupported OddsChangeType                                   | 161   |
| Error                                                        | 1000  |

### Odds Type

| Name       | Value |
| ---------- | ----- |
| Decimal    | 0     |
| Malaysian  | 1     |
| HongKong   | 2     |
| Indonesian | 3     |

### Odds Change Type

| Name   | Value |
| ------ | ----- |
| None   | 0     |
| Any    | 1     |
| Higher | 2     |

### Channel

| Name       | Value |
| ---------- | ----- |
| Internet   | 0     |
| Retail     | 1     |
| Terminal   | 2     |
| Mobile     | 3     |
| Sms        | 4     |
| CallCentre | 5     |
| TvApp      | 6     |
| Agent      | 7     |

### Bet Status

| Name      | Value |
| --------- | ----- |
| Waiting   | 1000  |
| Running   | 2000  |
| Won       | 3000  |
| HalfWon   | 3001  |
| Lost      | 4000  |
| HalfLost  | 4001  |
| Void      | 5000  |
| Rejected  | 6000  |
| Cancelled | 7000  |
| CashedOut | 8000  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flyingcockatoo.gitbook.io/odds-feed-documentation/placement-validation/dictionary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
