Skip to main content

TeaserLineRequest

Properties

NameTypeRequiredDescription
leg_idstrClient genereated GUID for uniquely identifying the leg.
event_idintUnique identifier.
period_numberintPeriod of the match that is being bet on. v1/periods endpoint can be used to retrieve all periods for a sport.
bet_typeTeaserLineRequestBetTypeType of bet. Currently only SPREAD and TOTAL_POINTS are supported. [SPREAD, TOTAL_POINTS]
handicapfloatNumber of points.
teamTeaserLineRequestTeamTeam being bet on for a spread line. [Team1, Team2]
sideTeaserLineRequestSideSide of a total line being bet on. [OVER, UNDER]

TeaserLineRequestBetType

Type of bet. Currently only SPREAD and TOTAL_POINTS are supported. [SPREAD, TOTAL_POINTS]

Properties

NameTypeRequiredDescription
SPREADstr"SPREAD"
TOTAL_POINTSstr"TOTAL_POINTS"

TeaserLineRequestTeam

Team being bet on for a spread line. [Team1, Team2]

Properties

NameTypeRequiredDescription
TEAM1str"Team1"
TEAM2str"Team2"

TeaserLineRequestSide

Side of a total line being bet on. [OVER, UNDER]

Properties

NameTypeRequiredDescription
OVERstr"OVER"
UNDERstr"UNDER"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →