GET Inplay Odds by Fixture ID
GET
Inplay Odds by Fixture ID
GET
Inplay Odds by Fixture IDhttps://soccer.sportmonks.com/api/v2.0/odds/inplay/fixture/{fixture_ID}
Endpoint details | |
Authorization | API Key |
Pagination | NO |
Allowed nested includes | 0 |
Parameters
No parameters available for this endpoint.
Include options
No includes available for this endpoint.
Example response
https://soccer.sportmonks.com/api/v2.0/odds/inplay/fixture/11865351?api_token={API_TOKEN}
"data": [
{
"id": 1,
"name": "3Way Result",
"bookmaker": {
"data": [
{
"id": 2,
"name": "bet365",
"odds": {
"data": [
{
"order": "0",
"label": "Midtjylland",
"info": "Midtjylland",
"value": "1.01",
"american": -10000,
"fractional": "1/100",
"suspend": false,
"description": "",
"handicap": "",
"last_update": {
"date": "2019-07-12 19:03:28.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"order": "1",
"label": "Draw",
"info": "Draw",
"value": "26.00",
"american": 2500,
"fractional": "25/1",
"suspend": false,
"description": "",
"handicap": "",
"last_update": {
"date": "2019-07-12 19:03:28.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"order": "2",
"label": "Esbjerg",
"info": "Esbjerg",
"value": "501.00",
"american": 50000,
"fractional": "500/1",
"suspend": false,
"description": "",
"handicap": "",
"last_update": {
"date": "2019-07-12 19:03:28.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
}
]
}
},
{
"id": 28,
"name": "Asian Handicap",
"bookmaker": {
"data": [
{
"id": 2,
"name": "bet365",
"odds": {
"data": [
{
"order": "0",
"label": "Midtjylland 0.0",
"info": "Midtjylland 0.0",
"value": "1.68",
"american": -148,
"fractional": "27/40",
"suspend": false,
"description": "(1-0) Midtjylland",
"handicap": "0",
"last_update": {
"date": "2019-07-12 19:00:00.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"order": "1",
"label": "Esbjerg 0.0",
"info": "Esbjerg 0.0",
"value": "2.25",
"american": 125,
"fractional": "5/4",
"suspend": false,
"description": "(1-0) Esbjerg",
"handicap": "0",
"last_update": {
"date": "2019-07-12 19:00:00.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
}
]
}
},
Last updated