Buzzr Sports Engine API
    Preparing search index...
    type ExpectedLegOutcome = {
        actual: number | null;
        legId: string;
        pendingReason?: string | null;
        providerSource?: string;
        status: DfsLegOutcome;
    }
    Index

    Properties

    actual: number | null
    legId: string
    pendingReason?: string | null

    Added in v5.1; omitted by legacy consumer-authored fixtures.

    providerSource?: string

    Added in v5.1; omitted by legacy consumer-authored fixtures.