MarketDescription type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shuba
    Member
    • Feb 2009
    • 51

    #1

    MarketDescription type

    MarketDescription type has two definitions below

    persistenceEnabled - If 'true' the market supports 'Keep' bets if the market is to be turned in-play
    turnInPlayEnabled - If 'true' the market is set to turn in-play

    For my understanding both fields will be always true or both fields will be always false.
    Am I wrong or one of them is redundant?
    - Betfair ladder interface for Android platform.
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    I've not heard of marketDescriptionType and can't find it in the documentation. Could you tell me where to locate what you found about it? Then I'll see if I can be any help.

    Comment

    • shuba
      Member
      • Feb 2009
      • 51

      #3
      MarketDescription is a field in marketCatogue structure returned by listMarketCatogue call
      - Betfair ladder interface for Android platform.

      Comment

      • jabe
        Senior Member
        • Dec 2014
        • 705

        #4
        Ah, I see.

        I'm inclined to agree with your interpretation that they should be the same, but it does appear to allow for the inPlay value to be true and the other to be false. It should be possible to produced a list of all markets to check whether any differ.

        Comment

        • LiamP
          Junior Member
          • Oct 2015
          • 284

          #5
          Keep bets also persist when a market is updated after a runner removal so common to see in horse racing markets.

          1.126324521

          Code:
          {'timezone': 'US/Eastern', 'numberOfWinners': 1,[COLOR="Red"] 'turnInPlayEnabled': False[/COLOR], 'runners': [{'id': 7044215, 'status': 'ACTIVE', 'sortPriority': 1, 'adjustmentFactor': 7.84}, {'id': 10092603, 'status': 'ACTIVE', 'sortPriority': 2, 'adjustmentFactor': 19.74}, {'id': 10059743, 'status': 'ACTIVE', 'sortPriority': 3, 'adjustmentFactor': 8.619}, {'id': 10077947, 'status': 'ACTIVE', 'sortPriority': 4, 'adjustmentFactor': 31.099}, {'id': 10059755, 'status': 'ACTIVE', 'sortPriority': 5, 'adjustmentFactor': 12.962}, {'id': 10065475, 'status': 'ACTIVE', 'sortPriority': 6, 'adjustmentFactor': 19.74}], 'complete': True, 'bettingType': 'ODDS', 'marketType': 'WIN', 'runnersVoidable': False, 'crossMatching': False, 'eventTypeId': '7', [COLOR="Red"]'persistenceEnabled': True[/COLOR], 'status': 'OPEN', 'numberOfActiveRunners': 6, 'discountAllowed': True, 'bspReconciled': False, 'marketTime': '2016-08-20T17:10:00.000Z', 'marketBaseRate': 5, 'betDelay': 0, 'inPlay': False, 'countryCode': 'US', 'version': 1402938197, 'suspendTime': '2016-08-20T17:10:00.000Z', 'openDate': '2016-08-20T17:10:00.000Z', 'regulators': ['MR_INT'], 'venue': 'Finger Lakes', 'bspMarket': True, 'eventId': '27894760'}

          Comment

          • Lopiner
            Junior Member
            • Feb 2009
            • 117

            #6
            Originally posted by shuba View Post
            MarketDescription type has two definitions below

            persistenceEnabled - If 'true' the market supports 'Keep' bets if the market is to be turned in-play
            turnInPlayEnabled - If 'true' the market is set to turn in-play

            For my understanding both fields will be always true or both fields will be always false.
            Am I wrong or one of them is redundant?
            I think you have to be careful on that interpretation shuba.
            if persistenceEnabled is true then turnInPlayEnabled will always be true.
            But if turnInPlayEnabled is true we can have, at least on paper, persistenceEnabled as false. I don't know if there are currently markets that go on in play and don't allow bets to be kept, but this is possible and i can see some scenarios where this would make sense.
            fooledbyabet.com

            Comment

            Working...
            X