The dynamic data about runners in a market Field name | Type | Required | Description |
---|
selectionId | long | 
| The unique id of the runner (selection). Please note - the same selectionId and runnerName pairs are used accross all Betfair markets which contain them. | handicap | double | 
| The handicap. Enter the specific handicap value (returned by RUNNER in listMaketBook) if the market is an Asian handicap market. | status | RunnerStatus | 
| The status of the selection (i.e., ACTIVE, REMOVED, WINNER, PLACED, LOSER, HIDDEN) Runner status information is available for 90 days following market settlement. | adjustmentFactor | double | 
|
| The adjustment factor applied if the selection is removed | lastPriceTraded | double | | The price of the most recent bet matched on this selection | totalMatched | double | | The total amount matched on this runner | removalDate | Date | | If date and time the runner was removed | sp | StartingPrices | | The BSP related prices for this runner | ex | ExchangePrices | | The Exchange prices available for this runner | orders | List< Order > | | List of orders in the market | matches | List< Match > | | List of matches (i.e, orders that have been fully or partially executed) | matchesByStrategy | Map<String,Matches> | | List of matches for each strategy, ordered by matched data |
|