Skip to Content
API ReferenceEnterprise Endpoints

Enterprise Endpoints

Advanced endpoints available exclusively to Enterprise tier subscribers.

All endpoints on this page require an Enterprise subscription. Lower tiers will receive a 403 tier_restricted error.

Futures

GET /api/v1/futures

Get the futures catalog — available futures markets across sportsbooks.

GET /api/v1/futures

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s), comma-separated
leaguestringallFilter by league(s), comma-separated
sportsbookstringallFilter by sportsbook(s), comma-separated
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

GET /api/v1/futures/odds

Get odds for futures markets.

GET /api/v1/futures/odds

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s), comma-separated
leaguestringallFilter by league(s), comma-separated
sportsbookstringallFilter by sportsbook(s), comma-separated
marketstringallFilter by market type
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

Historical Data

Access historical odds movements, closing lines, and opportunity analysis.

GET /api/v1/historical/odds/movements

Get historical odds movements for events.

GET /api/v1/historical/odds/movements

Query Parameters

ParameterTypeDefaultDescription
eventstringEvent ID (required)
sportsbookstringallFilter by sportsbook(s)
marketstringallFilter by market type
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

GET /api/v1/historical/odds/closing

Get closing odds for completed events.

GET /api/v1/historical/odds/closing

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s)
leaguestringallFilter by league(s)
sportsbookstringallFilter by sportsbook(s)
datestringDate filter (YYYY-MM-DD)
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

GET /api/v1/historical/opportunities

List historical opportunities (EV, arbitrage, middles, low hold).

GET /api/v1/historical/opportunities

Query Parameters

ParameterTypeDefaultDescription
typestringallOpportunity type: ev, arbitrage, middles, low_hold
sportstringallFilter by sport(s)
leaguestringallFilter by league(s)
datestringDate filter (YYYY-MM-DD)
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

GET /api/v1/historical/opportunities/:id

Get details for a specific historical opportunity.

GET /api/v1/historical/opportunities/:id

GET /api/v1/historical/summary

Get aggregate summary statistics for historical data.

GET /api/v1/historical/summary

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s)
leaguestringallFilter by league(s)
datestringDate filter (YYYY-MM-DD)

GET /api/v1/historical/clv

Closing Line Value analysis — compare your bet odds against closing lines.

GET /api/v1/historical/clv

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s)
leaguestringallFilter by league(s)
sportsbookstringallFilter by sportsbook(s)
datestringDate filter (YYYY-MM-DD)
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

CLV (Closing Line Value) measures how your bet odds compare to the final closing odds. Consistently beating the closing line is one of the strongest indicators of long-term betting edge.

Last updated on