integrations__unified__models__GameRoundEvent__GameRoundEventData
SchemaGame Round Event Data
Fields
· 9unique_id string required Unique ID for this event, generated by you. Resending an event with the same unique_id is a no-op — always safe to retry a batch.
timestamp string · date-time required When the event occurred, in UTC (ISO-8601).
player_id string required game_id string required round_id string required Links a bet (is_win=false) with its corresponding win (is_win=true). Use the same value on both events.
amount number required Bet or win amount as a positive number.
currency string required ISO-4217 currency code.
is_win boolean required true if this event is a win, false if it's a bet.
is_bonus boolean required true if the amount is bonus money, false if it's real money.