Get Event Line Summary

Retrieve the opening and closing line (price + points) each sportsbook offered
for every outcome of an event, plus the observed min/max price.

Unlike /v1/odds — which serves the latest/current position — this endpoint
exposes the durable line-movement aggregate, so a client can grade
against-the-spread (ATS) and over/under (O/U) records using the pre-game line
rather than the current one. Pair each row's points/closing_price with the
event's final score (GET /v1/events/:id?include_scoreboard=true).

Tenant source visibility is applied and fails closed: an event with no
tenant-visible priced sources returns an empty list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event ID (UUID)

Query Params
string

Filter by sportsbook name

string

Filter by aggregator

string

Filter by market type (e.g., 'point_spread', 'total_points', 'moneyline')

string

Filter by price type

boolean

Filter to main lines only (true/false)

integer
≥ 1
Defaults to 1

Page number for page/per_page pagination. Do not combine with limit/offset.

integer
1 to 1000
Defaults to 1000

Number of items per page (max 1000). Do not combine with limit/offset.

integer
1 to 1000

Maximum rows for limit/offset pagination. Do not combine with page/per_page.

integer
≥ 0

Zero-based row offset for limit/offset pagination. Do not combine with page/per_page.

Responses

Callback
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json