Skip to main content

Futures API Documentation

Requirement

You need an API key to use OddsBlaze. Get access at www.oddsblaze.com.

Description

This endpoint returns real-time futures data.

API Endpoint

https://futures.oddsblaze.com/

Parameters

key (required)

Your OddsBlaze API key.

sportsbook (required)

The sportsbook id (e.g. fanduel).

league (required)

The league id (e.g. pga).

market

The market name (e.g. Winner or 1st Round Leader).

price

The price format: american (default), decimal, fractional, probability, malaysian, indonesian, or hong_kong.

live

Include only live futures (true) or only pre-match futures (false).

Example URLs

FanDuel PGA futures:

https://futures.oddsblaze.com/?key=your_key&sportsbook=fanduel&league=pga

Example Response

{
"updated": "2026-02-05T20:05:32.833Z",
"league": {
"id": "pga",
"name": "PGA",
"sport": "Golf"
},
"sportsbook": {
"id": "fanduel",
"name": "FanDuel"
},
"futures": [
{
"tournament": {
"name": "PGA Championship"
},
"date": "2026-05-11T11:00:00.000Z",
"live": false,
"market": "Winner",
"odds": [
{
"id": "FanDuel#PGA Championship#Winner#Scottie Scheffler",
"name": "Scottie Scheffler",
"price": "+380",
"links": {
"desktop": "https://nj.sportsbook.fanduel.com/addToBetslip?marketId=42.505539503&selectionId=14753599",
"mobile": "fanduelsportsbook://account.sportsbook.fanduel.com/sportsbook/addToBetslip?marketId=42.505539503&selectionId=14753599"
}
},
{
"id": "FanDuel#PGA Championship#Winner#Rory McIlroy",
"name": "Rory McIlroy",
"price": "+550",
"links": {
"desktop": "https://nj.sportsbook.fanduel.com/addToBetslip?marketId=42.505539503&selectionId=45143477",
"mobile": "fanduelsportsbook://account.sportsbook.fanduel.com/sportsbook/addToBetslip?marketId=42.505539503&selectionId=45143477"
}
}
]
}
]
}