Skip to main content

Fixture

Properties

NameTypeRequiredDescription
id_intEvent id.
parent_idintIf event is linked to another event, parentId will be populated. Live event would have pre game event as parent id.
startsstrStart time of the event in UTC.
homestrHome team name.
awaystrAway team name.
rot_numstrTeam1 rotation number. Please note that in the next version of /fixtures, rotNum property will be decommissioned. ParentId can be used instead to group the related events.
live_statusFixtureLiveStatusIndicates live status of the event. 0 = No live betting will be offered on this event, 1 = Live betting event, 2 = Live betting will be offered on this match, but on a different event. Please note that pre-game and live events are different .
statusFixtureStatusThis is deprecated parameter, please check period's status in the /odds endpoint to see if it's open for betting. O = This is the starting status of a game. H = This status indicates that the lines are temporarily unavailable for betting, I = This status indicates that one or more lines have a red circle (lower maximum bet amount).
parlay_restrictionParlayRestriction Parlay status of the event. 0 = Allowed to parlay, without restrictions, 1 = Not allowed to parlay this event, 2 = Allowed to parlay with the restrictions. You cannot have more than one leg from the same event in the parlay. All events with the same rotation number are treated as same event.
alt_teaserboolWhether an event is offer with alternative teaser points. Events with alternative teaser points may vary from teaser definition.
resulting_unitstrSpecifies based on what the event will be resulted, e.g. Corners, Bookings
versionfloatFixture version, goes up when there is a change in the fixture.
same_event_parlay_periods_enabledList[int]Contains a list of period numbers that are allowed to be parlayed together.

FixtureLiveStatus

Indicates live status of the event.

0 = No live betting will be offered on this event, 1 = Live betting event, 2 = Live betting will be offered on this match, but on a different event. Please note that pre-game and live events are different .

Properties

NameTypeRequiredDescription
_0int0
_1int1
_2int2

FixtureStatus

This is deprecated parameter, please check period's status in the /odds endpoint to see if it's open for betting.

O = This is the starting status of a game.

H = This status indicates that the lines are temporarily unavailable for betting,

I = This status indicates that one or more lines have a red circle (lower maximum bet amount).

Properties

NameTypeRequiredDescription
Ostr"O"
Hstr"H"
Istr"I"

ParlayRestriction

Parlay status of the event.

0 = Allowed to parlay, without restrictions, 1 = Not allowed to parlay this event, 2 = Allowed to parlay with the restrictions. You cannot have more than one leg from the same event in the parlay. All events with the same rotation number are treated as same event.

Properties

NameTypeRequiredDescription
_0int0
_1int1
_2int2

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →