GET Updated Premium Odds Between Time Range
Returns the pre-match odds updated between a range of timestamps. The maximum time range is 5 minutes.
https://api.sportmonks.com/v3/football/odds/premium/updated/between/{timestamp}/{timestamp}{
"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
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related entities
Postman
PreviousGET Premium Odds by Fixture ID and Market IDNextGET Updated Historical Odds Between Time Range
Last updated
Was this helpful?