Buzzr Sports Engine API
    Preparing search index...
    type RankedGame = {
        affinityAdjustment: number;
        baseScore: number;
        context: PredictionContext | null;
        factors: RecommendationFactor[];
        game: EntertainmentGameInput;
        id: string | null;
        socialAdjustment: number;
        totalScore: number;
    }
    Index

    Properties

    affinityAdjustment: number

    Bounded personal-affinity adjustment (max +/-1.5).

    baseScore: number
    context: PredictionContext | null
    id: string | null
    socialAdjustment: number

    Bounded social adjustment (max +/-0.75).

    totalScore: number