> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/tutorials/odds-and-predictions.md).

# Odds & predictions

In this tutorial, we’re going to discuss odds & predictions.

Odds are one of our [**football API's**](https://sportmonks.com/football-api/) most used features. With this data feature, you can build an [**odds portal** ](/v2/how-to-guides/odds-and-predictions/how-to-build-a-betting-odds-portal.md)or a [**match page with odds.**](/v2/how-to-guides/odds-and-predictions/how-to-build-a-match-page-with-odds.md) Let’s discuss the different ways of requesting odds.&#x20;

{% content-ref url="/pages/-MLqbgScOoYoQKD2FCHu" %}
[Odds by fixture, bookmaker and market id](/v2/tutorials/odds-and-predictions/extra-odds/odds-by-fixture-bookmaker-and-market-id.md)
{% endcontent-ref %}

We offer the prediction API as a separate add-on. Meaning, you will need to have a plan with this add-on to have access to our prediction model. We’re going to discuss what you can do with the prediction API and how it works. For more in-depth information about the prediction API please check out our [**how-to guide.**](/v2/how-to-guides/odds-and-predictions/how-to-use-the-predictions-api.md)

{% content-ref url="/pages/-MJXPLETNoy7d0hQwdRl" %}
[Predictions](/v2/tutorials/odds-and-predictions/extra-predictions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJXQ0dcaX3DesREI9aB" %}
[How-to use the predictions API](/v2/how-to-guides/odds-and-predictions/how-to-use-the-predictions-api.md)
{% endcontent-ref %}

{% hint style="info" %}
We recommend you submit your requests with Postman since we have already prepared the request for you there! Hit the button below to import our Football API collection.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/tutorials/odds-and-predictions.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.
