Draw No Bet
This endpoint allows you to retrieve the odds from draw no bet market.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: Live and today's matches are updated every minute, while other matches are updated every hour.
Recommended Calls: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.
Use Cases
Get the odds from a specific match_idhttps://basketball.sportdevs.com/odds/draw-no-bet?match_id=eq.{match_id}
Get the live odds from a specific match_idhttps://basketball.sportdevs.com/odds/draw-no-bet?match_id=eq.{match_id}&is_live=eq.true
Get the pre-match odds from a specific match_idhttps://basketball.sportdevs.com/odds/draw-no-bet?match_id=eq.{match_id}&is_live=eq.false
Query Parameters
- match_id integer
Default value:
eq.31688
The id of the match. example:
eq.{match_id}
- is_live boolean
Default value:
eq.false
If the match is live. example:
eq.{is_live}
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
The id of the match. example:
eq.{match_id}
- is_live boolean
If the match is live. example:
eq.{is_live}
- periods json
Periods
[
{
"match_id": 31688,
"is_live": false,
"periods": [
{
"period_type": "1Q",
"odds": [
{
"id": 4369,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 2.04,
"home_movement": 1,
"away": 1.76,
"away_movement": -1,
"payout": 94.48
},
{
"id": 4370,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 1.95,
"home_movement": 1,
"away": 1.83,
"away_movement": -1,
"payout": 94.4
},
{
"id": 4371,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 1.95,
"home_movement": 1,
"away": 1.83,
"away_movement": -1,
"payout": 94.4
},
{
"id": 4374,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 1.95,
"home_movement": 1,
"away": 1.83,
"away_movement": -1,
"payout": 94.4
},
{
"id": 4375,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 1.95,
"home_movement": 1,
"away": 1.83,
"away_movement": -1,
"payout": 94.4
},
{
"id": 4372,
"bookmaker_id": 90,
"bookmaker_name": "Bzeebet",
"bookmaker_order": 38,
"bookmaker_hash_image": "71343ff39d4e5e1671462e1d3577602939d2a57b222f3e0cb4eabba26a8c99b8",
"home": 1.9,
"home_movement": 1,
"away": 1.78,
"away_movement": 0,
"payout": 91.9
},
{
"id": 4373,
"bookmaker_id": 91,
"bookmaker_name": "HeySpin",
"bookmaker_order": 51,
"bookmaker_hash_image": "b7f669195f78090fb52f52613916b76858c4b98729b860f4b8ca3eb3183dc759",
"home": 1.9,
"home_movement": 1,
"away": 1.78,
"away_movement": 0,
"payout": 91.9
}
]
},
{
"period_type": "1st Half",
"odds": [
{
"id": 4357,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 2.09,
"home_movement": 1,
"away": 1.72,
"away_movement": -1,
"payout": 94.35
},
{
"id": 4360,
"bookmaker_id": 21,
"bookmaker_name": "Betibet",
"bookmaker_order": 57,
"bookmaker_hash_image": "e2153f1d660cc5d10ca01768e5786ba94b14f2dd53affa3289467372f57cccf2",
"home": 2.11,
"home_movement": 1,
"away": 1.73,
"away_movement": -1,
"payout": 95.06
},
{
"id": 4362,
"bookmaker_id": 32,
"bookmaker_name": "N1Bet",
"bookmaker_order": 80,
"bookmaker_hash_image": "92c2997def46a3e6ecc77c9c655ab35a051c88e9112e13272271fe24c00f87e7",
"home": 2.11,
"home_movement": 1,
"away": 1.73,
"away_movement": -1,
"payout": 95.06
},
{
"id": 4358,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 1.95,
"home_movement": 1,
"away": 1.84,
"away_movement": -1,
"payout": 94.67
},
{
"id": 4359,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 1.95,
"home_movement": 1,
"away": 1.84,
"away_movement": -1,
"payout": 94.67
},
{
"id": 4361,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 1.95,
"home_movement": 1,
"away": 1.84,
"away_movement": -1,
"payout": 94.67
},
{
"id": 4363,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 1.95,
"home_movement": 1,
"away": 1.84,
"away_movement": -1,
"payout": 94.67
}
]
},
{
"period_type": "2nd Half",
"odds": [
{
"id": 4364,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 2.01,
"home_movement": 1,
"away": 1.78,
"away_movement": -1,
"payout": 94.4
},
{
"id": 4365,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 2.16,
"home_movement": 1,
"away": 1.68,
"away_movement": -1,
"payout": 94.5
},
{
"id": 4366,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 2.16,
"home_movement": 1,
"away": 1.68,
"away_movement": -1,
"payout": 94.5
},
{
"id": 4367,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 2.16,
"home_movement": 1,
"away": 1.68,
"away_movement": -1,
"payout": 94.5
},
{
"id": 4368,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 2.16,
"home_movement": 1,
"away": 1.68,
"away_movement": -1,
"payout": 94.5
}
]
},
{
"period_type": "2Q",
"odds": [
{
"id": 4376,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 2,
"home_movement": 1,
"away": 1.78,
"away_movement": -1,
"payout": 94.18
},
{
"id": 4377,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 1.92,
"home_movement": 1,
"away": 1.86,
"away_movement": -1,
"payout": 94.48
},
{
"id": 4378,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 1.92,
"home_movement": 1,
"away": 1.86,
"away_movement": -1,
"payout": 94.48
},
{
"id": 4381,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 1.92,
"home_movement": 1,
"away": 1.86,
"away_movement": -1,
"payout": 94.48
},
{
"id": 4382,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 1.92,
"home_movement": 1,
"away": 1.86,
"away_movement": -1,
"payout": 94.48
},
{
"id": 4379,
"bookmaker_id": 90,
"bookmaker_name": "Bzeebet",
"bookmaker_order": 38,
"bookmaker_hash_image": "71343ff39d4e5e1671462e1d3577602939d2a57b222f3e0cb4eabba26a8c99b8",
"home": 1.89,
"home_movement": 1,
"away": 1.78,
"away_movement": -1,
"payout": 91.67
},
{
"id": 4380,
"bookmaker_id": 91,
"bookmaker_name": "HeySpin",
"bookmaker_order": 51,
"bookmaker_hash_image": "b7f669195f78090fb52f52613916b76858c4b98729b860f4b8ca3eb3183dc759",
"home": 1.89,
"home_movement": 1,
"away": 1.78,
"away_movement": -1,
"payout": 91.67
}
]
},
{
"period_type": "3Q",
"odds": [
{
"id": 4383,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 2,
"home_movement": 1,
"away": 1.78,
"away_movement": -1,
"payout": 94.18
},
{
"id": 4384,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 2.18,
"home_movement": 1,
"away": 1.67,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4385,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 2.18,
"home_movement": 1,
"away": 1.67,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4388,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 2.18,
"home_movement": 1,
"away": 1.67,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4389,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 2.18,
"home_movement": 1,
"away": 1.67,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4386,
"bookmaker_id": 90,
"bookmaker_name": "Bzeebet",
"bookmaker_order": 38,
"bookmaker_hash_image": "71343ff39d4e5e1671462e1d3577602939d2a57b222f3e0cb4eabba26a8c99b8",
"home": 1.89,
"home_movement": 1,
"away": 1.79,
"away_movement": 0,
"payout": 91.93
},
{
"id": 4387,
"bookmaker_id": 91,
"bookmaker_name": "HeySpin",
"bookmaker_order": 51,
"bookmaker_hash_image": "b7f669195f78090fb52f52613916b76858c4b98729b860f4b8ca3eb3183dc759",
"home": 1.89,
"home_movement": 1,
"away": 1.79,
"away_movement": 0,
"payout": 91.93
}
]
},
{
"period_type": "4Q",
"odds": [
{
"id": 4390,
"bookmaker_id": 1,
"bookmaker_name": "Stake.com",
"bookmaker_order": 1,
"bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
"home": 1.94,
"home_movement": 1,
"away": 1.84,
"away_movement": -1,
"payout": 94.43
},
{
"id": 4391,
"bookmaker_id": 63,
"bookmaker_name": "LeoVegas Sport",
"bookmaker_order": 17,
"bookmaker_hash_image": "935e346be92ea6e38983569c652fcc2861b507003fec2f399185946b99654c8e",
"home": 1.98,
"home_movement": 1,
"away": 1.81,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4392,
"bookmaker_id": 64,
"bookmaker_name": "Unibet",
"bookmaker_order": 22,
"bookmaker_hash_image": "2907b65f292a90cf93037a232741166cdc091f71c47d80f5d6886c7279ae1251",
"home": 1.98,
"home_movement": 1,
"away": 1.81,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4395,
"bookmaker_id": 67,
"bookmaker_name": "BetUK",
"bookmaker_order": 74,
"bookmaker_hash_image": "7a13e4f70424b7ff8a174875f50e823d18318884b9b0f95a382d9456800d8a72",
"home": 1.98,
"home_movement": 1,
"away": 1.81,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4396,
"bookmaker_id": 71,
"bookmaker_name": "mybet",
"bookmaker_order": 192,
"bookmaker_hash_image": "f54761fc81f60e145f687397e959b3caae31b85abbb966ec8b3a859930e1c4f4",
"home": 1.98,
"home_movement": 1,
"away": 1.81,
"away_movement": -1,
"payout": 94.56
},
{
"id": 4393,
"bookmaker_id": 90,
"bookmaker_name": "Bzeebet",
"bookmaker_order": 38,
"bookmaker_hash_image": "71343ff39d4e5e1671462e1d3577602939d2a57b222f3e0cb4eabba26a8c99b8",
"home": 1.88,
"home_movement": 0,
"away": 1.79,
"away_movement": -1,
"payout": 91.69
},
{
"id": 4394,
"bookmaker_id": 91,
"bookmaker_name": "HeySpin",
"bookmaker_order": 51,
"bookmaker_hash_image": "b7f669195f78090fb52f52613916b76858c4b98729b860f4b8ca3eb3183dc759",
"home": 1.88,
"home_movement": 0,
"away": 1.79,
"away_movement": -1,
"payout": 91.69
}
]
},
{
"period_type": "Full Time",
"odds": [
{
"id": 4353,
"bookmaker_id": 61,
"bookmaker_name": "BC.Game Sport",
"bookmaker_order": 7,
"bookmaker_hash_image": "a49b96bbd0b725b53de2c173ea8c3d0fe5ab7254fb58ac0a1e567f2788a5d5ca",
"home": 2.19,
"home_movement": 1,
"away": 1.69,
"away_movement": -1,
"payout": 95.39
},
{
"id": 4356,
"bookmaker_id": 68,
"bookmaker_name": "4rabet",
"bookmaker_order": 82,
"bookmaker_hash_image": "1f5e0cf04c12ae7419a2ce4484bf7d95ae4083135fbc30a541225b81d9ece218",
"home": 2.19,
"home_movement": 1,
"away": 1.69,
"away_movement": -1,
"payout": 95.39
},
{
"id": 4354,
"bookmaker_id": 90,
"bookmaker_name": "Bzeebet",
"bookmaker_order": 38,
"bookmaker_hash_image": "71343ff39d4e5e1671462e1d3577602939d2a57b222f3e0cb4eabba26a8c99b8",
"home": 1.97,
"home_movement": 1,
"away": 1.75,
"away_movement": -1,
"payout": 92.67
},
{
"id": 4355,
"bookmaker_id": 91,
"bookmaker_name": "HeySpin",
"bookmaker_order": 51,
"bookmaker_hash_image": "b7f669195f78090fb52f52613916b76858c4b98729b860f4b8ca3eb3183dc759",
"home": 1.97,
"home_movement": 1,
"away": 1.75,
"away_movement": -1,
"payout": 92.67
}
]
}
]
}
]