Announcement

Collapse
No announcement yet.

Can results change?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can results change?

    I got a response back from the API immediately after the race that my bet was a winner, when I check now It looks like the result was changed to loser.

    When I check https://www.betfair.com.au/hub/racin...acing-results/ the result shows as a winner, but all other horse racing websites show it as coming 4th.

    Anyone know what sceanrios this occurs that my code needs to be aware of?

    I save the order responses and this is what I orginally got

    "clearedOrders": [
    {
    "eventTypeId": "7",
    "eventId": "32745711",
    "marketId": "1.220221510",
    "selectionId": 36709885,
    "handicap": 0,
    "betId": "326210663074",
    "placedDate": "2023-10-27T03:01:02.000Z",
    "persistenceType": "LAPSE",
    "orderType": "LIMIT_ON_CLOSE",
    "side": "BACK",
    "betOutcome": "WON",
    "priceRequested": 5,
    "settledDate": "2023-10-27T03:02:46.000Z",
    "lastMatchedDate": "2023-10-27T03:03:01.000Z",
    "betCount": 1,
    "priceMatched": 10.5,
    "priceReduced": false,
    "sizeSettled": 112,
    "profit": 1064,
    "customerStrategyRef": "RISK"
    }
    ],
    "moreAvailable": false
    }​

Working...
X