GET Last Updated Odds
Returns the pre-match odds updated in the last 10 seconds.
https://api.sportmonks.com/v3/football/odds/pre-match/latest{
"data": [
{
"id": 1,
"fixture_id": 18533878,
"market_id": 1,
"bookmaker_id": 34,
"label": "Home",
"value": "1.48",
"name": "Home",
"sort_order": null,
"market_description": "Match Winner",
"probability": "67.57%",
"dp3": "1.480",
"fractional": "37/25",
"american": "-209",
"winning": false,
"stopped": false,
"total": null,
"handicap": null,
"participants": null,
"created_at": "2023-01-11T14:40:25.000000Z",
"updated_at": "2023-01-11T14:47:50.000000Z",
"original_label": null,
"latest_bookmaker_update": "2023-01-11 14:40:25"
},
Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Definition of “Latest Updated”
Frequency of updates & no-change responses
Polling frequency & rate limits
Caching strategy & best practices
Filters
Pagination
Include depth
Include options
Related entities
Postman
Code Example
Last updated
Was this helpful?