listClearedOrders does not return all winners

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bnl
    Junior Member
    • Nov 2012
    • 108

    #1

    listClearedOrders does not return all winners

    Hi!
    Yesterday (2014-07-20)
    there was a Horse race 14:35 at Tipperary.
    I bet Molly Connors to be Placed.

    And she was
    I see in the web that
    Code:
     	IRE / Tipp 20th Jul / 15:35 Plats
     (RF Your Wedding Day 1.13%) 	Molly Connors 	Spela 	39334856508 	20-jul-14
    15:40 	  	A 	1,09 	30,00 	  	1,09 	2,64
    ie she was placed. AND 'Your Wedding Day' was a reducing factor.

    I send

    Code:
    {
    	"method": "SportsAPING/v1.0/listClearedOrders",
    	"jsonrpc": "2.0",
    	"id": 15,
    	"params": {
    		"settledDateRange": {
    			"to": "2014-07-21T13:20:00.000Z",
    			"from": "2014-07-20T13:20:00.000Z"
    		},
    		"groupBy": "BET",
    		"betStatus": "SETTLED",
    		"includeItemDescription": false
    	}
    }
    and I get all other bets but this one.
    I also send with bet status
    * VOIDED
    * CANCELLED
    * LAPSED

    It does not show up there either

    ALL other bets (80+) comes through.
    But not this.
    Is it to do with reduction factor ?



    (and yes I use listClearedOrders just to fix up
    the profit, since it returns it with commission included.
    I already know which runners that are winners
    )

    marketid=1.114669022

    /Björn
Working...
X