Buzzr Sports Engine API
    Preparing search index...

    Type Alias SlipDisplayModel

    type SlipDisplayModel = {
        bookId: string;
        entryId: string;
        legs: LegDisplayModel[];
        multiplierLabel: string;
        payoutLabel: string;
        pendingReasons: string[];
        playTypeId: string;
        stakeLabel: string;
        statusLabel: string;
        tone: SlipStatusTone;
    }
    Index

    Properties

    bookId: string
    entryId: string
    multiplierLabel: string
    payoutLabel: string
    pendingReasons: string[]
    playTypeId: string
    stakeLabel: string
    statusLabel: string