GET Updated Historical Odds Between Time Range
Returns the historical (premium) pre-match odds updated between a range of timestamps. The maximum time range is 5 minutes.
https://api.sportmonks.com/v3/football/odds/premium/history/updated/between/{from}/{to}{
"data": [
{
"id": 351780754,
"odd_id": 1028288850,
"value": "1.78",
"probability": "56.18%",
"dp3": "1.780",
"fractional": "39/50",
"american": "78",
"bookmaker_update": "2023-11-13 21:15:25"
},
{
"id": 351780753,
"odd_id": 1028288849,
"value": "1.82",
"probability": "54.95%",
"dp3": "1.820",
"fractional": "41/50",
"american": "82",
"bookmaker_update": "2023-11-13 21:15:25"
},
{
"id": 351780750,
"odd_id": 1019766847,
"value": "2.16",
"probability": "46.3%",
"dp3": "2.160",
"fractional": "29/25",
"american": "116",
"bookmaker_update": "2023-11-13 21:15:25"
},
]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
Last updated
Was this helpful?