New beta version of Bet Angel v1.61.0 - Now on general release

Post Reply
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

ilovepizza82 wrote:
Thu Jul 27, 2023 6:29 pm
Nice but how can i send a request to get info about specific runner's odds ?
Say the dog's name is "Scooby" and I would like to know:
- 3 best back odds and
- 3 best lay odds.
- and how much money each odds currently have eg. @3.25 £33, @3.3 £64, @3.35 £45 (is it even possible with this release?)

Wish there were more examples in the api guide.
The best way to see the capabilities in action is to use the HTML / Javascript test page linked from the Settings window. You can manually edit the Raw Request for a chosen API Test if you want to experiment.

If you call

Code: Select all

http://localhost:9000/api/markets/v1.0/getMarketPrices
with

Code: Select all

{"dataRequired":["BEST_THREE_PRICES"]}
as the request you'll get the best three back and lay prices with size of money available for each selection.

If you want to make that specific to a single market you'd add the market Id as a filter so the request would be something like

Code: Select all

{"marketsFilter":{"filter":"SPECIFIED_IDS","ids":["1.216466957"]},"dataRequired":["BEST_THREE_PRICES"]}
User avatar
xtrader16
Posts: 413
Joined: Sun Feb 26, 2017 1:00 pm

These new upgrades look amazing...LOL.. looking forward to using them....
Last edited by xtrader16 on Sat Jul 29, 2023 9:25 am, edited 2 times in total.
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

You can have multiple stored values in a single rule and they are processed in order, so you can chain calculations together.
So first use stored values to convert the price to ticks and store as a name, so for instance you may have two prices stored as TickA and TickB.
Then have another Stored Value that calculates the difference by having a row that sets the Stored Value ‘Diff’ to be ‘TickB’ minus ‘TickA’
User avatar
xtrader16
Posts: 413
Joined: Sun Feb 26, 2017 1:00 pm

Resolved - Thanks for the Reply. I was wasn't expecting one at 23:44. Great Work, really appreciate it.
PeterLe
Posts: 3715
Joined: Wed Apr 15, 2009 3:19 pm

Bet Angel wrote:
Fri Jul 28, 2023 11:44 pm
You can have multiple stored values in a single rule and they are processed in order, so you can chain calculations together.
So first use stored values to convert the price to ticks and store as a name, so for instance you may have two prices stored as TickA and TickB.
Then have another Stored Value that calculates the difference by having a row that sets the Stored Value ‘Diff’ to be ‘TickB’ minus ‘TickA’
It would be great if you could then use that final SV in the global settings :

viewtopic.php?f=20&t=27329

Thanks
Peter
User avatar
ilovepizza82
Posts: 502
Joined: Thu Nov 02, 2017 3:41 pm
Location: Sewers
Contact:

I placed a back bet for total of £271.28 at 3.70 for Auguste Rodin.
BA shows there is no such a bet LOL

LOG:


29/07/2023 09:34:47: £ 400.00 Back bet placed on Auguste Rodin at 3.7. £ 248.64 matched at 3.7 £ 151.36 unmatched when it initially reached the market. Ref: 315069630812
29/07/2023 09:35:06: Cancelling bets 315069630812
29/07/2023 09:47:24: £ 5.00 Back bet placed on Emily Upjohn at 5.6. Fully matched at 5.6. Ref: 315070592258
29/07/2023 12:25:57: Guardian has detected that the market is suspended
29/07/2023 12:26:00: Guardian has detected that the market is now unsuspended
29/07/2023 15:41:57: £ 20.00 Back bet placed on Auguste Rodin at 3.75. Entirely unmatched when it initially reached the market. Ref: 315128837738
29/07/2023 15:44:56: Guardian has detected that the market is suspended
29/07/2023 15:44:58: Guardian has detected that the market is in-play
29/07/2023 15:44:58: Guardian has detected that the market is now unsuspended
29/07/2023 15:47:29: Guardian has detected that the market is suspended
29/07/2023 15:48:43: Guardian has detected that the market is in-play
29/07/2023 15:48:43: Guardian has detected that the market is suspended
You do not have the required permissions to view the files attached to this post.
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

Have you got an image of the matched bet page of Bet Angel?
Could you paste in the settled Betting History for the market from the betfair web site.
User avatar
paspuggie48
Posts: 664
Joined: Thu Jun 20, 2013 9:22 am
Location: South-West

Re: Bet Angel VPS only version

Do we VPS users have to install it ourselves or is automatically updated by Admin?
User avatar
Euler
Posts: 24845
Joined: Wed Nov 10, 2010 1:39 pm
Location: Bet Angel HQ

paspuggie48 wrote:
Sun Jul 30, 2023 8:48 am
Re: Bet Angel VPS only version

Do we VPS users have to install it ourselves or is automatically updated by Admin?
You update it yourself when you are ready.
User avatar
paspuggie48
Posts: 664
Joined: Thu Jun 20, 2013 9:22 am
Location: South-West

Euler wrote:
Sun Jul 30, 2023 8:57 am
paspuggie48 wrote:
Sun Jul 30, 2023 8:48 am
Re: Bet Angel VPS only version

Do we VPS users have to install it ourselves or is automatically updated by Admin?
You update it yourself when you are ready.
Many thanks Peter 8-)
User avatar
ilovepizza82
Posts: 502
Joined: Thu Nov 02, 2017 3:41 pm
Location: Sewers
Contact:

Bet Angel wrote:
Sat Jul 29, 2023 5:44 pm
Have you got an image of the matched bet page of Bet Angel?
Could you paste in the settled Betting History for the market from the betfair web site.
Sounds like you dont believe me ;)
You do not have the required permissions to view the files attached to this post.
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

I can see from the log the bets that you placed with that instance of Bet Angel, but to create that P&L as shown in the screenshot there would have to have been at least one lay bet on the market on that account (whether via Bet Angel, the betfair mobile app or their web site).
That’s why when looking into something we need the full bet history for the whole market from the betfair web site. If necessary a query can be followed up with betfair to get them to check against API logs.
PeterLe
Posts: 3715
Joined: Wed Apr 15, 2009 3:19 pm

Just a thought; and i may be going off at at tangent...
I run multiple betangel instances each day. Ecah betangel instance is contained within its own folder.
However the log files are saved to the same location C:\Users\***\AppData\Roaming\Bet Angel\Bet Angel Professional\Log
and each account log file is saved as BetAngelLog; BetangelLog_1, BetangelLog_2 etc.

When you click on view (from any instance) it looks for the file called BetAngelLog in that loction above. So I f I click on view from instance 3, the bets dont correspond with the actual bets made on that instance..

Could it be 'IlovePizza' is looking at the wrong log file assuming he is using more that one instance?
You do not have the required permissions to view the files attached to this post.
User avatar
ilovepizza82
Posts: 502
Joined: Thu Nov 02, 2017 3:41 pm
Location: Sewers
Contact:

PeterLe wrote:
Sun Jul 30, 2023 1:26 pm
Just a thought; and i may be going off at at tangent...
I run multiple betangel instances each day. Ecah betangel instance is contained within its own folder.
However the log files are saved to the same location C:\Users\***\AppData\Roaming\Bet Angel\Bet Angel Professional\Log
and each account log file is saved as BetAngelLog; BetangelLog_1, BetangelLog_2 etc.

When you click on view (from any instance) it looks for the file called BetAngelLog in that loction above. So I f I click on view from instance 3, the bets dont correspond with the actual bets made on that instance..

Could it be 'IlovePizza' is looking at the wrong log file assuming he is using more that one instance?
Hi Peter,
Nah, I always only use 1 instance.
Very strange and unsettling if this will be a pattern from now on :P
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

ilovepizza82 wrote:
Sun Jul 30, 2023 4:09 pm
Nah, I always only use 1 instance.
Very strange and unsettling if this will be a pattern from now on :P
We haven't seen anything like this during testing or had any other problem reports, so can't explain why the first bet is missing from the display. It was obviously in Bet Angel at the time you cancelled it, did you notice what the P&L showed before and after cancellation? Was it just the Guardian P&L display that showed this or did other screens show the same?

If it happens again, capture as many screenshots as you can. (e.g. the market on the one-click screen, and P&L on Guardian, the Matched Bets page on Guardian, an image of the selection you've traded on the ladder screen etc).
Post Reply

Return to “Bet Angel - Release & version history”