Value Bets
GET https://soccer.sportmonks.com/api/v2.0/predictions/valuebets/next
Introduction
Next the Prediction API we also have the Value Bet API. While the Prediction API evaluates the probabilities of game events, the Value Bet API is processing thousands of historical odds data and market trends to find Value opportunities, compared against bookmakers odds.
Once the opening odds are available, the value detection algorithm is running every 10 minutes up to the beginning of the match. Each value detected by the model is coming with a set of features described below.
Please note that our algorithm detects Value Bets based on all available odds in combination with the fair_odd calculated by the Value Bet algorithm. Therefore, not every match has a Value Bet available.
It is possible to use the Value Bet API endpoint as described on this page. It will give you all Value Bets detected. It is also possible to use the Value Bet By Fixture Id.
If you want to combine your Value Bets requests with your requests on the Fixture endpoint or Livescore endpoint, you can add the relationship include &include=valuebet. See the Relationship Fixture Value Bet for more info.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
0 - You can add a maximum of 0 levels of nested includes.
Includes Options
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | null | Enrich the API with more data and/or nested includes |
RESPONSES
status: OK
{"data":[],"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}