@buzzr/dfs-engine
Preparing search index...
DfsPayoutLookupInput
Type Alias DfsPayoutLookupInput
type
DfsPayoutLookupInput
=
{
baseMultiplier
?:
number
|
null
;
bookId
:
DfsBookId
;
decisions
?:
readonly
DfsLegDecision
[]
;
displayedMultiplier
?:
number
|
null
;
entry
?:
DfsEntryInput
;
hits
:
number
;
losses
?:
number
;
pickCount
:
number
;
playTypeId
:
DfsPlayTypeId
;
profitBoostPct
?:
number
|
null
;
pushes
?:
number
;
removedCount
?:
number
;
stake
:
number
;
}
Index
Properties
base
Multiplier?
book
Id
decisions?
displayed
Multiplier?
entry?
hits
losses?
pick
Count
play
Type
Id
profit
Boost
Pct?
pushes?
removed
Count?
stake
Properties
Optional
base
Multiplier
baseMultiplier
?:
number
|
null
book
Id
bookId
:
DfsBookId
Optional
decisions
decisions
?:
readonly
DfsLegDecision
[]
Optional
displayed
Multiplier
displayedMultiplier
?:
number
|
null
Optional
entry
entry
?:
DfsEntryInput
hits
hits
:
number
Optional
losses
losses
?:
number
pick
Count
pickCount
:
number
play
Type
Id
playTypeId
:
DfsPlayTypeId
Optional
profit
Boost
Pct
profitBoostPct
?:
number
|
null
Optional
pushes
pushes
?:
number
Optional
removed
Count
removedCount
?:
number
stake
stake
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Multiplier
book
Id
decisions
displayed
Multiplier
entry
hits
losses
pick
Count
play
Type
Id
profit
Boost
Pct
pushes
removed
Count
stake
@buzzr/dfs-engine
Loading...