# Enumerations

This section contains reference tables for all enumeration values used in OddsService messages.

## Available Enumerations

| Enumeration                                                                                            | Description                            |
| ------------------------------------------------------------------------------------------------------ | -------------------------------------- |
| [Message Types](/u/legacy-products/odds-service/enumerations/message-types.md)                         | Types of messages in the feed          |
| [Competition Types](/u/legacy-products/odds-service/enumerations/competition-types.md)                 | Competition/tournament classifications |
| [Fixture/Scoreboard Status](/u/legacy-products/odds-service/enumerations/fixture-scoreboard-status.md) | Fixture state values                   |
| [Periods](/u/legacy-products/odds-service/enumerations/periods.md)                                     | Match period identifiers by sport      |
| [Statistics and Incidents](/u/legacy-products/odds-service/enumerations/statistics-and-incidents.md)   | Livescore event types                  |
| [Bet Settlement](/u/legacy-products/odds-service/enumerations/bet-settlement.md)                       | Settlement outcome values              |
| [Bet Status](/u/legacy-products/odds-service/enumerations/bet-status.md)                               | Bet state values                       |

{% hint style="info" %}
For TRADE enumeration values, see [TRADE Enumerations](/u/trade/enumerations.md).
{% endhint %}


---

# 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://docs.lsports.eu/u/legacy-products/odds-service/enumerations.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.
