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://{sportsbook_id}.trending.sgp.oddsblaze.com/
Parameters
key (required)
Your OddsBlaze API key.
league (required)
The league id (e.g. mlb).
price
The price format: american (default), decimal, fractional, probability, malaysian, indonesian, or hong_kong.
id
The odds id (e.g. DraftKings#9e346161-a8b2-5dd2-a6eb-31f5483d34ac#Moneyline#Washington Nationals). Separate multiple ids with a comma (e.g. DraftKings#9e346161-a8b2-5dd2-a6eb-31f5483d34ac#Moneyline#Washington Nationals,"DraftKings#9e346161-a8b2-5dd2-a6eb-31f5483d34ac#Total Runs#Over 9).
legs
The parlay legs (e.g. 2).
Example URLs
DraftKings MLB trending SGPs:
https://draftkings.trending.sgp.oddsblaze.com/?key=your_key&league=mlb
Example Response
{
"updated": "2026-06-28T04:29:26.888Z",
"odds": [
{
"id": [
"DraftKings#27befb67-727f-53a5-8e54-7a3fa170a795#Moneyline#Texas Rangers",
"DraftKings#27befb67-727f-53a5-8e54-7a3fa170a795#Total Runs#Over 8.5"
],
"price": "+298",
"updated": "2026-06-28T04:29:26.888Z"
},
{
"id": [
"DraftKings#27befb67-727f-53a5-8e54-7a3fa170a795#Moneyline#Texas Rangers",
"DraftKings#27befb67-727f-53a5-8e54-7a3fa170a795#Total Runs#Under 8.5"
],
"price": "+286",
"updated": "2026-06-28T04:29:25.713Z"
},
{
"id": [
"DraftKings#2f71cb35-02a7-567c-a323-e3a7d76b548c#Moneyline#Boston Red Sox",
"DraftKings#2f71cb35-02a7-567c-a323-e3a7d76b548c#Total Runs#Under 8"
],
"price": "+208",
"updated": "2026-06-28T04:25:44.907Z"
},
{
"id": [
"DraftKings#2f71cb35-02a7-567c-a323-e3a7d76b548c#Moneyline#Boston Red Sox",
"DraftKings#2f71cb35-02a7-567c-a323-e3a7d76b548c#Total Runs#Over 8"
],
"price": "+228",
"updated": "2026-06-28T04:25:44.896Z"
}
]
}