GET Premium Odds by Fixture ID and Market ID
Returns the premium odds for the requested fixture ID and market ID.
https://api.sportmonks.com/v3/football/odds/premium/fixtures/{ID}/markets/{ID} {
"data": [
{
"id": 350099286,
"fixture_id": 18772634,
"market_id": 101,
"bookmaker_id": 130,
"label": "1st Half",
"value": "3.35",
"name": "1st Half",
"sort_order": 1,
"market_description": "Half with Most Goals",
"probability": "29.85%",
"dp3": "3.350",
"fractional": "47/20",
"american": "235",
"stopped": false,
"total": null,
"handicap": null,
"created_at": "2023-10-16T15:37:11.000000Z",
"updated_at": "2023-10-16T15:37:10.000000Z",
"latest_bookmaker_update": "2023-10-16 15:36:40"
},
{
"id": 350099287,
"fixture_id": 18772634,
"market_id": 101,
"bookmaker_id": 130,
"label": "Draw",
"value": "2.70",
"name": "Draw",
"sort_order": 2,
"market_description": "Half with Most Goals",
"probability": "37.04%",
"dp3": "2.700",
"fractional": "17/10",
"american": "170",
"stopped": false,
"total": null,
"handicap": null,
"created_at": "2023-10-16T15:37:11.000000Z",
"updated_at": "2023-10-16T15:37:10.000000Z",
"latest_bookmaker_update": "2023-10-16 15:36:40"
},
{
"id": 350099288,
"fixture_id": 18772634,
"market_id": 101,
"bookmaker_id": 130,
"label": "2nd Half",
"value": "2.10",
"name": "2nd Half",
"sort_order": 3,
"market_description": "Half with Most Goals",
"probability": "47.62%",
"dp3": "2.100",
"fractional": "11/10",
"american": "110",
"stopped": false,
"total": null,
"handicap": null,
"created_at": "2023-10-16T15:37:11.000000Z",
"updated_at": "2023-10-16T15:37:10.000000Z",
"latest_bookmaker_update": "2023-10-16 15:36:40"
}
]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
PreviousGET Premium Odds by Fixture ID and Bookmaker IDNextGET Updated Premium Odds Between Time Range
Last updated
Was this helpful?