Buzzr Sports Engine API
    Preparing search index...

    Type Alias KellyStakeInput

    type KellyStakeInput = {
        americanOdds: number;
        bankroll: number;
        fraction?: number;
        winProbability: number;
    }
    Index

    Properties

    americanOdds: number
    bankroll: number
    fraction?: number

    Fraction of full Kelly to recommend. Defaults to 0.25 (quarter-Kelly).

    winProbability: number