@buzzr/dfs-engine
    Preparing search index...

    Type Alias DfsEntryInput

    type DfsEntryInput = {
        baseMultiplier?: number | null;
        bookId: DfsBookId;
        displayedMultiplier: number;
        entryId: string;
        legs: readonly DfsLegInput[];
        metadata?: Record<string, unknown>;
        placedAt?: string | null;
        playTypeId: DfsPlayTypeId;
        profitBoostPct?: number | null;
        stake: number;
    }
    Index

    Properties

    baseMultiplier?: number | null
    bookId: DfsBookId
    displayedMultiplier: number
    entryId: string
    legs: readonly DfsLegInput[]
    metadata?: Record<string, unknown>
    placedAt?: string | null
    playTypeId: DfsPlayTypeId
    profitBoostPct?: number | null
    stake: number