Promos API Documentation
Requirement
You need an Enterprise plan to use the promos endpoint.
Description
This endpoint returns sportsbook promos.
API Endpoint
https://promos.oddsblaze.com/
Parameters
key (required)
Your OddsBlaze API key.
Example Response
{
"updated": "2026-04-22T22:26:49.788Z",
"sportsbooks": [
{
"id": "fanduel",
"name": "FanDuel",
"promos": [
{
"id": "d2fe3b55-0fed-50c5-abb8-8028204ffb6b",
"tags": [
"Refer a Friend",
"Bonus Bets"
],
"name": "Refer a Friend and Give Bonus Bets, Get Bonus Bets",
"description": "Invite your friends to join FanDuel and you’ll both get Bonus Bets after they place and settle their first bet!",
"image": "https://d1m565i184w2i9.cloudfront.net/cpp/fd/2026/3/25/2026-03-25_15-33-29_600x300.jpg",
"links": {
"desktop": "https://{state}.sportsbook.fanduel.com/promotions/RAF032526STAT"
},
"states": [
"AZ",
"CO",
"CT",
"DC",
"IA",
"IN",
"KS",
"KY",
"LA",
"MD",
"MI",
"NC",
"NJ",
"OH",
"PA",
"TN",
"VA",
"VT",
"WV",
"WY"
]
},
{
"id": "df3c674f-d7c4-58e4-a2b0-9efb087e877b",
"tags": [
"Profit Boost",
"SGP"
],
"name": "NBA SGP Profit Boost",
"description": "Get a 25% Profit Boost Token to use on a 3+ Leg Same Game Parlay / Same Game Parlay Plus Wager on any NBA Playoff Games taking place on April 22nd, 2026!",
"image": "https://d1m565i184w2i9.cloudfront.net/cpp/fd/2026/4/20/2026-04-20_15-50-50_600x300.jpg",
"links": {
"desktop": "https://{state}.sportsbook.fanduel.com/promotions/LONBASGPBT0422"
},
"states": [
"AZ",
"CO",
"CT",
"DC",
"IA",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MD",
"MI",
"NC",
"NJ",
"NY",
"OH",
"PA",
"TN",
"VA",
"VT",
"WV",
"WY"
]
}
]
}
]
}