Buzzr Sports Engine API
Preparing search index...
@buzzr/bets-core
BetLeg
Type Alias BetLeg
type
BetLeg
=
{
actual
?:
number
|
null
;
direction
?:
"over"
|
"under"
|
null
;
league
?:
string
|
null
;
legId
:
string
;
line
?:
number
|
null
;
market
?:
string
|
null
;
opponent
?:
string
|
null
;
playerId
?:
string
|
null
;
playerName
?:
string
|
null
;
propType
?:
string
|
null
;
side
?:
string
|
null
;
status
?:
DfsLegOutcome
|
"pending"
|
null
;
team
?:
string
|
null
;
}
Index
Properties
actual?
direction?
league?
leg
Id
line?
market?
opponent?
player
Id?
player
Name?
prop
Type?
side?
status?
team?
Properties
Optional
actual
actual
?:
number
|
null
Optional
direction
direction
?:
"over"
|
"under"
|
null
Optional
league
league
?:
string
|
null
leg
Id
legId
:
string
Optional
line
line
?:
number
|
null
Optional
market
market
?:
string
|
null
Optional
opponent
opponent
?:
string
|
null
Optional
player
Id
playerId
?:
string
|
null
Optional
player
Name
playerName
?:
string
|
null
Optional
prop
Type
propType
?:
string
|
null
Optional
side
side
?:
string
|
null
Optional
status
status
?:
DfsLegOutcome
|
"pending"
|
null
Optional
team
team
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actual
direction
league
leg
Id
line
market
opponent
player
Id
player
Name
prop
Type
side
status
team
Buzzr Sports Engine API
Loading...