# Odds & predictions

Something that is often paired together with livescores is a form of betting functionality. By clicking on a specific match, you will be re-directed to a new page with all the game odds. This betting component is often manifested in the form of odds.

This how-to guide will be focused odds & predictions. Having an overview of all the different bookmakers and what their odds are is extremely helpful for clients looking to make bets. Our [football API](https://sportmonks.com/football-api/) provides you with all the tools needed to build your own odds portal, or something similar. Please refer to our tutorial for basic knowledge before proceeding.&#x20;

Our API provides you with all the tools needed to build your own odds portal, or something similar. Please refer to our tutorial for basic knowledge before proceeding.&#x20;

{% content-ref url="../tutorials/odds-and-predictions" %}
[odds-and-predictions](https://docs.sportmonks.com/v2/tutorials/odds-and-predictions)
{% 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: 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/how-to-guides/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.
