Buzzr Sports Engine API
    Preparing search index...

    Type Alias OddsQuote

    type OddsQuote = {
        americanOdds: number;
        capturedAt?: string | null;
        line?: number | null;
        side: string;
        sportsbookSlug?: string | null;
    }
    Index

    Properties

    americanOdds: number
    capturedAt?: string | null
    line?: number | null
    side: string
    sportsbookSlug?: string | null