Buzzr Sports Engine API
    Preparing search index...

    Type Alias BetLeg

    type BetLeg = {
        actual?: number | null;
        direction?: "over" | "under" | null;
        league?: string | null;
        legId: string;
        line?: number | null;
        market?: string | null;
        opponent?: string | null;
        playerId?: string | null;
        playerName?: string | null;
        propType?: string | null;
        side?: string | null;
        status?: DfsLegOutcome | "pending" | null;
        team?: string | null;
    }
    Index

    Properties

    actual?: number | null
    direction?: "over" | "under" | null
    league?: string | null
    legId: string
    line?: number | null
    market?: string | null
    opponent?: string | null
    playerId?: string | null
    playerName?: string | null
    propType?: string | null
    side?: string | null
    status?: DfsLegOutcome | "pending" | null
    team?: string | null