Buzzr Sports Engine API
    Preparing search index...
    type BuzzGameRowInput = {
        away_score?: number | null;
        away_team?: string;
        entertainment_score?: number | null;
        game_type?: EntertainmentGameInput["gameType"];
        home_score?: number | null;
        home_team?: string;
        league?: BuzzGameLeague;
        local_start_hour?: number | null;
        predicted_entertainment_score?: number | null;
        starts_at?: string;
        status?: BuzzGameStatus;
        venue_utc_offset_minutes?: number | null;
    }
    Index

    Properties

    away_score?: number | null
    away_team?: string
    entertainment_score?: number | null
    home_score?: number | null
    home_team?: string
    local_start_hour?: number | null
    predicted_entertainment_score?: number | null
    starts_at?: string
    venue_utc_offset_minutes?: number | null