GET Value Bets
This endpoint returns all value bets available within your subscription.
https://api.sportmonks.com/v3/football/predictions/value-bets/{
"data": [
{
"id": 2800275,
"fixture_id": 17952906,
"predictions": {
"bet": "1",
"bookmaker": "williamhill",
"odd": 1.55,
"is_value": false,
"stake": 1.26,
"fair_odd": 1.52
},
"type_id": 33
},
{
"id": 2740193,
"fixture_id": 17948781,
"predictions": {
"bet": "1",
"bookmaker": "betcris",
"odd": 3.65,
"is_value": false,
"stake": 0.54,
"fair_odd": 3.42
},
"type_id": 33
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?