Skip to main content
GET
cURL Example

Path Parameters

eventId
string
required

The server-generated UUID of the event to retrieve

Response

Event retrieved successfully.

id
string
required

The unique identifier of the event

Example:

"550e8400-e29b-41d4-a716-446655440000"

type
string
required

The type of event

Example:

"Game"

status
enum<string>
required

The current status of the event

Available options:
INITIAL,
OPEN_PREGAME,
CLOSED_PREGAME,
OPEN_INGAME,
FINAL,
DELAYED,
CANCELED
Example:

"OPEN_PREGAME"

description
string
required

A human-readable description of the event

Example:

"Kansas City Chiefs @ Buffalo Bills"

league
string
required

The league this event belongs to

Example:

"NFL"

scheduledStart
string<date-time>
required

The scheduled start time of the event

Example:

"2025-01-26T18:30:00.000Z"

marketIds
string[]
required

Array of market IDs associated with this event

Example:
game
object

The game details associated with the event