Skip to main content

SpecialFixture

Properties

NameTypeRequiredDescription
id_intUnique Id
bet_typeSpecialFixtureBetTypeThe type [MULTI_WAY_HEAD_TO_HEAD, SPREAD, OVER_UNDER]
namestrName of the special.
date_strDate of the special in UTC.
cutoffstrWagering cutoff date in UTC.
categorystrThe category that the special falls under.
unitsstrMeasurment in the context of the special. This is applicable to specials bet type spead and over/under. In a hockey special this could be goals.
statusSpecialFixtureStatusStatus of the Special O = This is the starting status. It means that the lines are open for betting, 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 (a lower maximum bet amount)
eventSpecialsFixturesEventOptional event asscoaited with the special.
contestantsList[SpecialsFixturesContestant]ContestantLines available for wagering.
live_statusSpecialFixtureLiveStatusWhen a special is linked to an event, we will return live status of the event, otherwise it will be 0. 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 live delay is applied when placing bets on special with LiveStatus=1

SpecialFixtureBetType

The type [MULTI_WAY_HEAD_TO_HEAD, SPREAD, OVER_UNDER]

Properties

NameTypeRequiredDescription
MULTI_WAY_HEAD_TO_HEADstr"MULTI_WAY_HEAD_TO_HEAD"
SPREADstr"SPREAD"
OVER_UNDERstr"OVER_UNDER"

SpecialFixtureStatus

Status of the Special

O = This is the starting status. It means that the lines are open for betting,

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 (a lower maximum bet amount)

Properties

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

SpecialFixtureLiveStatus

When a special is linked to an event, we will return live status of the event, otherwise it will be 0. 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 live delay is applied when placing bets on special with LiveStatus=1

Properties

NameTypeRequiredDescription
_0int0
_1int1
_2int2

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →