Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

A rollback_player_bet_settlement message is sent when a previous player bet settlement needs to be rolled back/undone and following it you will receive a new player_bet_settlement message with the new settlements. This message includes the following attributes:

 

XML Attributes

NAME

DESCRIPTION

event_id

The ID of the event

product_id

The ID of the product

timestamp

The date & time of when the message was created (UTC)

market id

The ID of the market

player id

The ID of the player

market specifiers

A | separated list of key=value-pairs. These are further specifiers for the market such as Spread. (Not always available)

 

XML Examples

Rollback Player Bet Settlements

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rollback_player_bet_settlement product_id="4" event_id="match:347596" timestamp="1701104537152">
    <settlements>
        <market id="2000">
            <player player_id="25008438" specifier="spread=11.5"/>
            <player player_id="25008438" specifier="spread=10.5"/>
            <player player_id="25008453" specifier="spread=13.5"/>
        </market>
        <market id="2107">
            <player player_id="25008438" specifier="spread=11.5"/>
            <player player_id="25008438" specifier="spread=10.5"/>
            <player player_id="25008453" specifier="spread=13.5"/>
        </market>
        <market id="2104">
            <player player_id="25008438" specifier="spread=11.5"/>
            <player player_id="25008438" specifier="spread=10.5"/>
            <player player_id="25008453" specifier="spread=13.5"/>
        </market>
    </settlements>
</rollback_player_bet_settlement>

  • No labels