GET All Inplay Odds
Returns all available inplay odds.
https://api.sportmonks.com/v3/football/odds/inplay{
"data": [
{
"id": 1,
"fixture_id": 18476561,
"market_id": 1,
"bookmaker_id": 2,
"label": "1",
"value": "1.00",
"name": "Bucheon FC 1995",
"sort_order": 0,
"market_description": "Fulltime Result",
"probability": "100%",
"dp3": "1.00",
"fractional": "1/500",
"american": "-100",
"winning": false,
"suspended": true,
"stopped": true,
"total": null,
"handicap": null,
"participants": "7361|7361",
"latest_bookmaker_update": null
},
{
"id": 2,
"fixture_id": 18476561,
"market_id": 1,
"bookmaker_id": 2,
"label": "X",
"value": "51.00",
"name": "Draw",
"sort_order": 1,
"market_description": "Fulltime Result",
"probability": "1.96%",
"dp3": "51.00",
"fractional": "50/1",
"american": "5000",
"winning": false,
"suspended": true,
"stopped": true,
"total": null,
"handicap": null,
"participants": null,
"latest_bookmaker_update": null
},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
Code Example
Last updated
Was this helpful?