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

    Type Alias BetStatus

    BetStatus: "pending" | "won" | "lost" | "void" | "cashed_out" | "pushed"

    Mirror of bet-service's BetStatus — duplicated to keep this module dependency-free. Drift would be caught immediately at the type-check boundary in dfs-settlement-service.ts and bet-service.ts (which both import this).