Buzzr Sports Engine API
    Preparing search index...
    type PredictionContext = {
        engagement?: UserEngagementContext | null;
        injuries?: InjuryImpactContext | null;
        matchupContext?: MatchupHistoryContext | null;
        now?: number | Date;
        odds?: GameOddsContext | null;
        searchHeat?: SearchHeatContext | null;
        starPower?: number | null;
        teamPower?: TeamPowerContext | null;
    }
    Index

    Properties

    engagement?: UserEngagementContext | null
    injuries?: InjuryImpactContext | null
    matchupContext?: MatchupHistoryContext | null
    now?: number | Date

    Reference clock for time-sensitive signals; defaults to Date.now().

    odds?: GameOddsContext | null
    searchHeat?: SearchHeatContext | null

    Per-team search interest in [-1, 1]; feeds the v5 searchHeat feature.

    starPower?: number | null

    Marquee player availability / skill density in [0, 1]; v5 feature.

    teamPower?: TeamPowerContext | null