I know I can calculate the overround from the data returned by listMarketBook, but is there any way to query it so I don't have to calculate it myself?
How about profit & loss? We can also calculate it from the array of matched portions of bets, but its much pleasant to get the numbers from server.
I used to calculate P&L from getMUBets result to avoid time inconsistency and reduce calls to server. I believe the P&L info can be incorporated into listMarketBook. It's just a single number for every market selection
Comment