@buzzr/dfs-engine
Preparing search index...
DfsSettlementResult
Type Alias DfsSettlementResult
type
DfsSettlementResult
=
{
adjustments
:
DfsSettlementAdjustment
[]
;
auditTrail
:
{
at
:
string
;
code
:
string
;
message
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
}
[]
;
baseMultiplier
?:
number
|
null
;
bookId
:
DfsBookId
;
confidence
:
DfsSettlementConfidence
;
displayedMultiplier
:
number
;
effectiveMultiplier
:
number
;
entryId
:
string
;
explanationCodes
:
string
[]
;
legs
:
DfsLegDecision
[]
;
multiplier
:
number
;
payout
:
DfsPayoutSplit
;
pendingReasons
:
string
[]
;
playTypeId
:
DfsPlayTypeId
;
policyVersion
:
string
|
null
;
profitBoostPct
?:
number
|
null
;
provenance
:
{
auditId
?:
string
;
providers
:
DfsProviderProvenance
[]
;
settledAt
:
string
;
}
;
sourceRefs
:
DfsBookSourceRef
[]
;
stake
:
number
;
status
:
BetStatus
;
validation
:
DfsValidationResult
<
DfsEntryInput
>
;
}
Index
Properties
adjustments
audit
Trail
base
Multiplier?
book
Id
confidence
displayed
Multiplier
effective
Multiplier
entry
Id
explanation
Codes
legs
multiplier
payout
pending
Reasons
play
Type
Id
policy
Version
profit
Boost
Pct?
provenance
source
Refs
stake
status
validation
Properties
adjustments
adjustments
:
DfsSettlementAdjustment
[]
audit
Trail
auditTrail
:
{
at
:
string
;
code
:
string
;
message
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
}
[]
Optional
base
Multiplier
baseMultiplier
?:
number
|
null
book
Id
bookId
:
DfsBookId
confidence
confidence
:
DfsSettlementConfidence
displayed
Multiplier
displayedMultiplier
:
number
effective
Multiplier
effectiveMultiplier
:
number
entry
Id
entryId
:
string
explanation
Codes
explanationCodes
:
string
[]
legs
legs
:
DfsLegDecision
[]
multiplier
multiplier
:
number
payout
payout
:
DfsPayoutSplit
pending
Reasons
pendingReasons
:
string
[]
play
Type
Id
playTypeId
:
DfsPlayTypeId
policy
Version
policyVersion
:
string
|
null
Optional
profit
Boost
Pct
profitBoostPct
?:
number
|
null
provenance
provenance
:
{
auditId
?:
string
;
providers
:
DfsProviderProvenance
[]
;
settledAt
:
string
;
}
source
Refs
sourceRefs
:
DfsBookSourceRef
[]
stake
stake
:
number
status
status
:
BetStatus
validation
validation
:
DfsValidationResult
<
DfsEntryInput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adjustments
audit
Trail
base
Multiplier
book
Id
confidence
displayed
Multiplier
effective
Multiplier
entry
Id
explanation
Codes
legs
multiplier
payout
pending
Reasons
play
Type
Id
policy
Version
profit
Boost
Pct
provenance
source
Refs
stake
status
validation
@buzzr/dfs-engine
Loading...