Odds are used to add betting functionality to your application. This endpoint can be used for Pre-match Odds, we do have an endpoint for In-Play Odds (live) as well.
We offer the ability to request Odds by Fixture, by Fixture And Bookmaker or by Fixture And Market. Another option to get information about Odds is to use the proper Include on any Fixtures related endpoint. Using the Include odds or flatodds will enrich the response of a Fixture with all Odds we have available.
GET Odds by Fixture ID and Bookmaker IDhttps://soccer.sportmonks.com/api/v2.0/odds/fixture/{fixture_ID}/bookmaker/{bookmaker_ID}Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0
No parameters available for this endpoint.
No includes available for this endpoint.
https://soccer.sportmonks.com/api/v2.0/odds/fixture/16475287/bookmaker/1?api_token={API_TOKEN} "data": [
{
"id": 1,
"name": "3Way Result",
"suspended": false,
"bookmaker": {
"data": [
{
"id": 1,
"name": "10Bet",
"odds": {
"data": [
{
"value": "1.05",
"handicap": null,
"total": null,
"label": "1",
"probability": "95.24%",
"dp3": "1.050",
"american": -2000,
"factional": null,
"winning": true,
"stop": false,
"bookmaker_event_id": "47773472",
"last_update": {
"date": "2020-08-02 15:20:16.425924",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"value": "13.75",
"handicap": null,
"total": null,
"label": "X",
"probability": "7.27%",
"dp3": "13.750",
"american": 1275,
"factional": null,
"winning": false,
"stop": false,
"bookmaker_event_id": "47773472",
"last_update": {
"date": "2020-08-02 15:20:16.425958",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"value": "25.25",
"handicap": null,
"total": null,
"label": "2",
"probability": "3.96%",
"dp3": "25.250",
"american": 2425,
"factional": null,
"winning": false,
"stop": false,
"bookmaker_event_id": "47773472",
"last_update": {
"date": "2020-08-02 15:20:16.425974",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
}
]
}
},
{
"id": 10,
"name": "Home/Away",
"suspended": false,
"bookmaker": {
"data": [
{
"id": 1,
"name": "10Bet",
"odds": {
"data": [
{
"value": "21.50",
"handicap": null,
"total": null,
"label": "2",
"probability": "4.65%",
"dp3": "21.500",
"american": 2050,
"factional": null,
"winning": false,
"stop": false,
"bookmaker_event_id": "47773472",
"last_update": {
"date": "2020-08-02 15:20:16.610442",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
}
]
}
},GET Odds by Fixture ID and Market IDhttps://soccer.sportmonks.com/api/v2.0/odds/fixture/{fixture_ID}/market/{market_ID}Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0
No parameters available for this endpoint.
No includes available for this endpoint.
https://soccer.sportmonks.com/api/v2.0/odds/fixture/16475287/market/1?api_token={API_TOKEN}"data": [
{
"id": 1,
"name": "3Way Result",
"suspended": false,
"bookmaker": {
"data": [
{
"id": 2,
"name": "bet365",
"odds": {
"data": [
{
"label": "1",
"value": "1.05",
"probability": "95.24%",
"dp3": "1.050",
"american": -2000,
"factional": null,
"winning": true,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "X",
"value": "13.00",
"probability": "7.69%",
"dp3": "13.000",
"american": 1200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "2",
"value": "23.00",
"probability": "4.35%",
"dp3": "23.000",
"american": 2200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
},
{
"id": 27802,
"name": "Ladbrokes",
"odds": {
"data": [
{
"label": "1",
"value": "1.06",
"probability": "94.34%",
"dp3": "1.060",
"american": -1667,
"factional": null,
"winning": true,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "X",
"value": "13.00",
"probability": "7.69%",
"dp3": "13.000",
"american": 1200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "2",
"value": "41.00",
"probability": "2.44%",
"dp3": "41.000",
"american": 4000,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
},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
No parameters available for this endpoint.
No includes available for this endpoint.
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"
}
}
]
}
}
]
}
},GET Odds by Fixture IDhttps://soccer.sportmonks.com/api/v2.0/odds/fixture/{fixture_ID}Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0
No parameters available for this endpoint.
No includes available for this endpoint.
https://soccer.sportmonks.com/api/v2.0/odds/fixture/16475287?api_token={API_TOKEN} "data": [
{
"id": 1,
"name": "3Way Result",
"suspended": false,
"bookmaker": {
"data": [
{
"id": 2,
"name": "bet365",
"odds": {
"data": [
{
"label": "1",
"value": "1.05",
"probability": "95.24%",
"dp3": "1.050",
"american": -2000,
"factional": null,
"winning": true,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "X",
"value": "13.00",
"probability": "7.69%",
"dp3": "13.000",
"american": 1200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "2",
"value": "23.00",
"probability": "4.35%",
"dp3": "23.000",
"american": 2200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 13:56:17.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
},
{
"id": 27802,
"name": "Ladbrokes",
"odds": {
"data": [
{
"label": "1",
"value": "1.06",
"probability": "94.34%",
"dp3": "1.060",
"american": -1667,
"factional": null,
"winning": true,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "X",
"value": "13.00",
"probability": "7.69%",
"dp3": "13.000",
"american": 1200,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
},
{
"label": "2",
"value": "41.00",
"probability": "2.44%",
"dp3": "41.000",
"american": 4000,
"factional": null,
"winning": false,
"handicap": null,
"total": null,
"bookmaker_event_id": null,
"last_update": {
"date": "2020-08-02 14:57:51.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
},