# Predictions

> **📦 Add-on required**
>
> Predictions endpoints require the **Predictions add-on** (€9-€99 depending on your base plan).
>
> Includes match probabilities, value bets, and prediction models.
>
> Available with all base plans (Starter, Growth, Pro, Enterprise).\
> [View pricing →](https://www.sportmonks.com/football-api/plans-pricing)

Enrich your applications with detailed predictions. Our Predictions API offers predictions on various markets, such as the winner, correct scores, over/under, and both teams to score (BTTS). These predictions are all available here, produced with our **machine learning** techniques and models.

{% hint style="info" %}
Not all fixtures contain sufficient data for reliable predictions. To determine if a fixture is suitable for prediction, use the `metadata` include to check its `"predictable"` status.
{% endhint %}

Use one of our 3 probabilities endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET Probabilities:** returns all probabilities available within your subscription.
* **GET Performance by League ID:** returns the performance of our Predictions Model for your requested league ID.
* **GET Probabilities by Fixture ID:** returns all the predictions available for your requested fixture ID.

{% hint style="info" %}
All probabilities are available 21 days before the match starts.
{% endhint %}

Sportmonks also detects **Value Bets** for you. The Value Bet API is processing thousands of historical odds data and market trends to find value opportunities, compared to bookmakers' odds.&#x20;

Use one of our 2 value bets endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET Value Bets:** returns all value bets available within your subscription.
* **GET Value Bets by Fixture ID:** returns all the value bets available for your requested fixture ID.

{% hint style="info" %}
Please note that not every match has value bets.&#x20;
{% endhint %}

#### Include options

[`type`](https://docs.sportmonks.com/football2/v/core/endpoints/types) [`fixture`](https://docs.sportmonks.com/v3/entities/fixture#fixture)

#### **Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the predictions are:

* [Prediction](https://docs.sportmonks.com/v3/entities/odd-and-prediction#prediction-valuebet)
* [Probability](https://docs.sportmonks.com/v3/entities/odd-and-prediction#probability)
