Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsPayoutResolution

    type DfsPayoutResolution = {
        confidence: DfsSettlementConfidence;
        explanationCode: string;
        multiplier: number;
        payout: DfsPayoutSplit;
        payoutTable?: DfsSelectedPayoutTable | null;
        status: BetStatus;
    }
    Index

    Properties

    explanationCode: string
    multiplier: number
    payoutTable?: DfsSelectedPayoutTable | null

    Additive audit metadata for fixed-table resolutions.

    status: BetStatus