APIEndpoint referenceProps
/props/outliers
Player lines where the best price stands well above the market average.
Player lines where the best price stands well above the market average.
A league must be named. Scanning every competition would compare prices across markets with different liquidity, where a gap says more about the market than about the bet.
Query Parameters
bookmaker?string
includeStale?string
limit?integer
Format
int64line?string
market?string
maxOdds?string
minBookmakers?integer
Format
int64minOdds?string
page?integer
Format
int64search?string
sortOrder?string
uniqueTournamentId?string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/props/outliers"{ "$schema": "https://example.com/schemas/PropsOutliersOKBody.json", "data": [ { "away_team_id": 0, "awayteam": "string", "best_odds": { "highest": { "bookmaker": "string", "id": 0, "odd": 0.1 } }, "bookmakers": [ { "bookmaker": "string", "id": 0, "odd": 0.1 } ], "home_team_id": 0, "hometeam": "string", "line": "string", "market": "string", "market_id": "string", "market_original": "string", "market_type": "string", "player_id": 0, "playername": "string" } ], "pagination": { "property1": null, "property2": null }}
