@buzzr/dfs-engine
    Preparing search index...

    Type Alias DfsPayoutSplit

    Payout split (Underdog only - PrizePicks always has bonus = 0). Computed once we know the actual payout. See bet-service.computeBoostSplit.

    type DfsPayoutSplit = {
        bonus: number;
        total: number;
        withdrawable: number;
    }
    Index

    Properties

    bonus: number
    total: number
    withdrawable: number