Odds
REQUIREMENT
You'll need a license key to use OpticOdds' API. You can get one by contacting us at www.opticodds.com.
API Endpoint
https://api.opticodds.com/api/feed/future-odds/
Parameters
NOTE
You can pass in multiple of the same parameters in each GET
request.
key
(required)
Your OpticOdds API license key.
page
The page of the response you want. Note: the page index starts at 1, and each response returns up to 500 odds.
sportsbook
The sportsbook(s) you want to receive odds for. We support the following:
Pinnacle
5Dimes
DraftKings
BetMGM
WynnBET
theScore
Bally Bet
Elite Sportsbook
FOX Bet
FanDuel
PointsBet
Caesars
Barstool
Borgota
Unibet
BetRivers
Wind Creek
BetAnySports
BookMaker
SugarHouse
TwinSpires
BetUS
bwin
Betfred
Betfair
BetOnline
Betway
Bovada
Bodog
Casumo
10bet
888sport (Canada)
MyBookie
Betcris
OpticOdds
(OpticOdds ' inferred odds)
futureName
The market you want to receive odds for (e.g. Moneyline
)
sport
The sport you want to receive odds for. We support the following:
football
basketball
baseball
mma
boxing
hockey
soccer
tennis
golf
motorsports
esports
league
The league you want to receive odds for (e.g. England - Premier League
)
futureId
The OpticOdds future ID you want to receive odds for (e.g. 37621
)
Example Response
[
{
"future":{
"id":11,
"sport":"football",
"league":"NFL",
"name":"NFC West Division Winner"
},
"sports_book":{
"name":"BetMGM"
},
"name":"Arizona Cardinals",
"price":-120.0,
"checked_date":"2021-11-01T23:09:16.217713-04:00",
"changed_date":"2021-11-01T23:09:16.217725-04:00"
},
{
"future":{
"id":11,
"sport":"football",
"league":"NFL",
"name":"NFC West Division Winner"
},
"sports_book":{
"name":"BetMGM"
},
"name":"Los Angeles Rams",
"price":100.0,
"checked_date":"2021-11-01T23:09:16.220660-04:00",
"changed_date":"2021-11-01T23:09:16.220670-04:00"
},
{
"future":{
"id":11,
"sport":"football",
"league":"NFL",
"name":"NFC West Division Winner"
},
"sports_book":{
"name":"BetMGM"
},
"name":"San Francisco 49ers",
"price":3500.0,
"checked_date":"2021-11-01T23:09:16.223104-04:00",
"changed_date":"2021-11-01T23:09:16.223114-04:00"
},
{
"future":{
"id":11,
"sport":"football",
"league":"NFL",
"name":"NFC West Division Winner"
},
"sports_book":{
"name":"BetMGM"
},
"name":"Seattle Seahawks",
"price":10000.0,
"checked_date":"2021-11-01T23:09:16.226866-04:00",
"changed_date":"2021-11-01T23:09:16.226876-04:00"
},
...
]