Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsPayoutTableDefinition

    type DfsPayoutTableDefinition = {
        bookId: DfsBookId;
        effectiveFrom: string;
        entries: readonly DfsPayoutTableEntry[];
        playTypeId: DfsPlayTypeId;
        sourceNotes?: readonly string[];
        sources?: readonly DfsBookSourceRef[];
        version?: string;
    }
    Index

    Properties

    bookId: DfsBookId
    effectiveFrom: string

    ISO timestamp or date-only value; date-only values begin at 00:00:00 UTC.

    entries: readonly DfsPayoutTableEntry[]
    playTypeId: DfsPlayTypeId
    sourceNotes?: readonly string[]
    sources?: readonly DfsBookSourceRef[]
    version?: string