Skip to main content

Trending SGPs API Documentation

Requirement

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

Description

This endpoint returns trending Same Game Parlay (SGP) prices.

API Endpoint

https://trending.sgp.oddsblaze.com/

Parameters

key (required)

Your OddsBlaze API key.

sportsbook (required)

The sportsbook id (e.g. draftkings).

league (required)

The league id (e.g. mlb).

price

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

event

The event id (e.g. 999659b0-febf-5df4-9a4f-b5bef830a99c). Separate multiple ids with a comma (e.g. 999659b0-febf-5df4-9a4f-b5bef830a99c,69d0f154-485d-559f-b2cb-661ddd40022b).

id

The odds id (e.g. DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Moneyline#Houston Astros). Separate multiple ids with a comma (e.g. DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Moneyline#Houston Astros,DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Total Runs#Over 7).

legs

The parlay legs (e.g. 2).

Example URLs

DraftKings MLB trending SGPs:

https://trending.sgp.oddsblaze.com/?key=your_key&sportsbook=draftkings&league=mlb

DraftKings MLB trending SGPs, 2 leg parlays, with odds ids:

https://trending.sgp.oddsblaze.com/?key=your_key&sportsbook=draftkings&league=mlb&id=DraftKings%2369d0f154-485d-559f-b2cb-661ddd40022b%23Moneyline%23Atlanta%20Braves,DraftKings%2369d0f154-485d-559f-b2cb-661ddd40022b%23Total%20Runs%23Over%209.5&legs=2

Example Response

{
"updated": "2026-05-28T23:11:35.097Z",
"league": {
"id": "mlb",
"name": "MLB",
"sport": "Baseball"
},
"sportsbook": {
"id": "draftkings",
"name": "DraftKings"
},
"events": [
{
"id": "999659b0-febf-5df4-9a4f-b5bef830a99c",
"teams": {
"away": {
"id": "5cd84fc3-5934-59da-92ee-255dfbb3602e",
"name": "Houston Astros",
"abbreviation": "HOU"
},
"home": {
"id": "21d7fb44-b68a-5885-ba7a-32d7e1454334",
"name": "Texas Rangers",
"abbreviation": "TEX"
}
},
"date": "2026-05-29T00:05:00.000Z",
"live": false,
"odds": [
{
"id": [
"DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Moneyline#Houston Astros",
"DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Total Runs#Over 7"
],
"price": "+240",
"updated": "2026-05-28T23:06:52.203Z"
},
{
"id": [
"DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Moneyline#Houston Astros",
"DraftKings#999659b0-febf-5df4-9a4f-b5bef830a99c#Total Runs#Under 7"
],
"price": "+340",
"updated": "2026-05-28T23:06:52.203Z"
}
]
}
]
}