Buzzr Sports Engine API
    Preparing search index...

    Type Alias BetStatus

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