Suppose I place a bet: £2 @ 1.08 on a selection and this is the only bet placed on that selection.
The traded volume returned for that selection will be:
"tradedVolume": [
{
"price": 1.08,
"size": 4
}
]
So the traded volume size is calculated as (2 * stake) =£4 .
My question is why is it calculated like this? Surely the traded volume should be (back stake + lay liability) = (£2 + 0.16) = £2.16?
The traded volume returned for that selection will be:
"tradedVolume": [
{
"price": 1.08,
"size": 4
}
]
So the traded volume size is calculated as (2 * stake) =£4 .
My question is why is it calculated like this? Surely the traded volume should be (back stake + lay liability) = (£2 + 0.16) = £2.16?


Comment