Place Test Bets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tokiya28
    Junior Member
    • Jun 2009
    • 2

    #1

    Place Test Bets

    Hi

    Ive been developing a program that integrates betfair.

    My problem is i am using an account with funds.

    Do betfair have a test facility so that no money is risked when i try to place bets?

    Hoping to hear from you suggestions

    Thanks
  • Qatar - Doha - Tennis
    Junior Member
    • Jun 2009
    • 1

    #2
    Originally posted by tokiya28 View Post
    Hi

    Ive been developing a program that integrates betfair.

    My problem is i am using an account with funds.

    Do betfair have a test facility so that no money is risked when i try to place bets?

    Hoping to hear from you suggestions

    Thanks
    Hello,

    I'm facing the same problem, so wonder if you found any solution how to implement Betfair's Test Bed?

    If so, would you mind to share it? I mean, what should be set up prior to have an access to test env.

    Many Thanks,
    Tomas

    Comment

    • nzbot
      Junior Member
      • Feb 2009
      • 14

      #3
      Hello,

      there is of course a test bed for exchange games. Go to http://bdp.betfair.com, then click on "Games" section. Scroll down the page and click on "Sign up for Games BDP Support here". Follow instructions on the screen. From BDP support you will get two test user accounts, which you can use to access the test bed. Good luck!

      Comment

      • iriee
        Junior Member
        • Aug 2009
        • 1

        #4
        Originally posted by nzbot View Post
        Hello,

        there is of course a test bed for exchange games. Go to http://bdp.betfair.com, then click on "Games" section. Scroll down the page and click on "Sign up for Games BDP Support here". Follow instructions on the screen. From BDP support you will get two test user accounts, which you can use to access the test bed. Good luck!
        I also have a problem with test bets.

        If I test my program with the test account i got from BDP, there are no BACK/LAY odds or prices. The bestAvailableToLayPrices array is empty.

        Does the Test user not allow you to actually test a bet?

        Comment

        • Sedgefield
          Junior Member
          • Apr 2009
          • 12

          #5
          Test bed prices

          This caught me out as well, but an email to bdsupport soon provided the following answer ,

          " The Exchange Games API testbed does not return back and lay prices; unless a different test account is placing bets on the same market as you.
          However, you should be able to create your own bets and match them across the two test accounts that I have provided you with.
          Although the Exchange Games API testbed provides a functional environment, it is not 'as live' in the respect of liquidity provision. "

          Hope that helps.

          Comment

          • cristake
            Junior Member
            • Jul 2010
            • 1

            #6
            a simple solution

            a simple solution is to simulate the matched bet.
            just take the odds at the moment you supposed to bet and make a simulation.

            Comment

            • ChamoneHuHu
              Junior Member
              • Aug 2010
              • 2

              #7
              Is anyone testing sport betting applications? Apparently there isn't a Sport API test bed so I'm wondering how people are working through that at the moment. Are people just betting small when testing? That's would be quite annoying.

              Any feedback from any of you out there with experience of this would be welcome.

              How did the third party apps out there like Bet Angel (including Soccer Mystic and Tennis Trader) get tested?...

              Comment

              • gcverdes
                Junior Member
                • Sep 2010
                • 1

                #8
                Same problem as above. Anyone figured out what's the testing procedure for the sports section?

                Comment

                • FunBobby
                  Junior Member
                  • Jun 2009
                  • 1

                  #9
                  Originally posted by gcverdes View Post
                  Same problem as above. Anyone figured out what's the testing procedure for the sports section?
                  I'm writing one for the SPORTS API in SQL at the moment. ( My bot is in c# though). I have about 1m rows of GetMarketPricesCompressed data (all horse-racing). I'd love to hear what other people are doing.

                  Comment

                  Working...
                  X