Greyhound Mystique

Any markets not covered in the other boards
Post Reply
Vladimir CC
Posts: 88
Joined: Wed Jan 22, 2020 1:13 pm

spreadbetting wrote:
Sun Dec 20, 2020 2:14 pm
Just change the line

Code: Select all

if bool(Runners) == True and ('OR' in grade or 'A' in grade):

to

Code: Select all

if bool(Runners) == True and ('OR' in grade or 'A' in grade) and len(Runners.items())>1:
Used to all work fine when it was originally done so maybe the newer versions of python are more picky. Basically where there's only data for one runner the line (x[1][0] - x[0][0]) fails because x[1][0] doesn't exist.
good point. if 5 runners have no times set, there's nothing to compare the 6th runner with. missed that.
murdok wrote:
Sat Dec 19, 2020 9:45 pm
just returned a scrap line I thought it returned all the lines of the day :D
the script scrapes the remaining races of the day. it won't return picks from races that finished.
dvwooly
Posts: 24
Joined: Fri Feb 07, 2014 10:42 pm

I used python a bit in 2013/14 but I’ve totally forgotten it and the modules have grown massively!!

It’s a good program to learn and you can send python outputs into excel if you wish.
dvwooly
Posts: 24
Joined: Fri Feb 07, 2014 10:42 pm

This is a good site to learn PYTHON from .... especially if you like football

https://fcpython.com/python-basics-fcpython
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

ok will give it a look, thanks
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

Turned the python script that Vladimir kindly uploaded into a Power Query to be used with my Automated Excel Bot

Capture.JPG
Capture2.JPG
Capture3.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

Capture4.JPG
You do not have the required permissions to view the files attached to this post.
dvwooly
Posts: 24
Joined: Fri Feb 07, 2014 10:42 pm

Good stuff
Vladimir CC
Posts: 88
Joined: Wed Jan 22, 2020 1:13 pm

MemphisFlash wrote:
Tue Dec 22, 2020 8:13 am
Capture4.JPG
looking at your results i wish i've given it another chance before posting the fixed code :) :)
User avatar
napshnap
Posts: 1226
Joined: Thu Jan 12, 2017 6:21 am

So that's the place where Greyhound Party moved from its original "Trading Greyhound racing" thread :D !
Archery1969 wrote:
Mon Jan 13, 2020 7:55 pm

Thats interesting information. I too was a regular at White City years ago. :)

I am also looking at criteria for lays too. Thing i like about mine is the fact its pretty simple, its just time consuming putting the runners into Guardian. Have a friend who works for RacingPost so i have contacted him to see if there's a legal way i could get all the data i need in a Excel sheet and then i could fully automate it between Excel / Guardian etc. That would be the iceing on the cake. :)

Evening racing is the best with this as i seem to get matched very quickly.
Try this:

Go to greyhound.racingpost.com and choose A type race, find a dog that meets these conditions:
- Worst top speed rating
- Worst (biggest) SP Forecast
- Its recent form must be without any 1st places and not much 2nd and 3rd places
- Comment should be pessimistic (like "shoot this dog, please") without any references to "exchange" or "market" (like "we'll see what market thinks").



Judging by your screenshots you hedge your positions, but did you try to analyze what the result would be if you leave your bets as simple bets without hedging - you can generate more commission (may be helpful when you start to pay Premium Charges) and your profit may be significantly bigger.
elofan0
Posts: 405
Joined: Fri Jan 13, 2017 4:44 pm

Good stuff Memphis :D
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

Capture2.JPG
Capture.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
Shaung89
Posts: 184
Joined: Wed Aug 08, 2018 5:39 pm

napshnap wrote:
Tue Dec 22, 2020 3:39 pm
So that's the place where Greyhound Party moved from its original "Trading Greyhound racing" thread :D !
Archery1969 wrote:
Mon Jan 13, 2020 7:55 pm

Thats interesting information. I too was a regular at White City years ago. :)

I am also looking at criteria for lays too. Thing i like about mine is the fact its pretty simple, its just time consuming putting the runners into Guardian. Have a friend who works for RacingPost so i have contacted him to see if there's a legal way i could get all the data i need in a Excel sheet and then i could fully automate it between Excel / Guardian etc. That would be the iceing on the cake. :)

Evening racing is the best with this as i seem to get matched very quickly.
Try this:

Go to greyhound.racingpost.com and choose A type race, find a dog that meets these conditions:
- Worst top speed rating
- Worst (biggest) SP Forecast
- Its recent form must be without any 1st places and not much 2nd and 3rd places
- Comment should be pessimistic (like "shoot this dog, please") without any references to "exchange" or "market" (like "we'll see what market thinks").



Judging by your screenshots you hedge your positions, but did you try to analyze what the result would be if you leave your bets as simple bets without hedging - you can generate more commission (may be helpful when you start to pay Premium Charges) and your profit may be significantly bigger.

Just so you are aware if not already but the comments at Greyhoundbet.Racingpost.com are automated via an algorithm - there's no personal opinion in there so shouldn't be taken too literally. Every algorithm has its flaws ;)
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

Capture.JPG
Capture2.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

aus sheet.JPG
uk sheet.JPG
You do not have the required permissions to view the files attached to this post.
NickH
Posts: 174
Joined: Tue May 21, 2019 7:54 am

Looks really impressive memphis, good job!
Post Reply

Return to “Other Betfair Sports Trading markets”