Hi MarkV,
the artikle about Betfair Charges I linked in previous email was written for users. Cancelled bets are counted 1 time towards the 1000 tr/hr limit, at the time the bet is created. This article is written for API developers:
http://bdp.betfair.com/index.php?option=com_content&task=view&id=171&Itemid=108Every transaction that creates a new betId reduces your free 1000 transaction per hour.
Transactions which DO create a new betId are:
- Enter a new bet
- increase price (odd) of bet
- decrease price (odd) of bet
- increase stake of bet
Transactions which do NOT create new betId are:
- decrease stake of bet
- change persistance
- cancel bet
- failure when entering a new bet (e.g. insufficent funds)
I do not know which of these articles is better, I prefer the one from developers program.....
Martin