# Odds

**Odds** are used to add betting functionality to your application. This endpoint can be used for Pre-match Odds, we do have an endpoint for [**In-Play Odds** ](https://docs.sportmonks.com/football/endpoint-overview/odds/get-inplay-odds-by-fixture-id)(live) as well.

We offer the ability to request Odds by Fixture, by Fixture And Bookmaker or by Fixture And Market. Another option to get information about Odds is to use the proper Include on any Fixtures related endpoint. Using the Include `odds` or `flatodds` will enrich the response of a Fixture with all Odds we have available.<br>

{% content-ref url="/pages/-MXqbVAmyyOzNZKfK7fM" %}
[GET Odds by Fixture ID and Bookmaker ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id-and-bookmaker-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXqbVDhPcWlymHt54ZH" %}
[GET Odds by Fixture ID and Market ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id-and-market-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXqbVI\_ZrlpI7nZCk1Z" %}
[GET Odds by Fixture ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXqbVMPrc5JUcvqyXRe" %}
[GET Inplay Odds by Fixture ID](/v2/endpoint-overview/odds/get-inplay-odds-by-fixture-id.md)
{% endcontent-ref %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#6c912f01-2439-464d-b900-27f6aaf6066e)
{% 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.sportmonks.com/v2/endpoint-overview/odds.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.
