Reduction Factor (Value indicator)

Discuss anything related to using the program (eg. triggered betting tactics)

Moderator: 2020vision

Reduction Factor (Value indicator)

Postby thunderfoot » Mon Jul 21, 2008 8:55 pm

If the Reduction Factor on Horse Racing is set by Betfair and does not change, is this not a reasonable indicator of which bets are 'Value' and which are not?

For instance in the 2000 Hr race at Beverley tonight the Reduction Factor on Rasaman was 21.70. As all the RF's in a race add-up to 100%, 21.70 would equate to Odds of 4.61, yet the Odds available were 6.00, so in theory indicating 'Value'.

Or is I reading this all wrong??? :?

By the way Rasaman won :lol:
User avatar
thunderfoot
 
Posts: 270
Joined: Sat Nov 19, 2005 2:52 pm
Location: West Country

Postby Captain Sensible » Tue Jul 22, 2008 10:19 am

The RF's are basically just the tissue price set as a percentage to 100. All depends on if you think the odds compiler who does Betfairs tissue is any good. No idea where they get their tissue prices but can't imagine they do their own so it'll probably be the same as provider as either RP /SP turftrax etc

Plenty of systems out there like the money vault that back horses where the price has halved against the morning show etc but Betfairs own data backs up the fact that drifters provide a better return than steamers so it's always going to be more profitable if the odds are higher than the implied RF odds.

The $1000 dollar question is how profitable and that all depends on how good the tissue provider is at assessing the intial probabilities of the horses winning only way to assess that is gather lots of data and see what edge is there. I'd imagine there is an edge there but also that it'd be very small overall but worth maybe following on the handicaps as these are the areas where the tissue providers have more info to price up runners
User avatar
Captain Sensible
 
Posts: 2926
Joined: Sat Nov 19, 2005 2:29 pm

Postby milfor » Wed Jul 23, 2008 8:47 pm

I investigated this for a while and the result was that the reduction factor has a very poor quality compared with Racing Post etc. If the odds and the reduction factor have different opinions about a horse then you shouldn't consider that as a value bet. Some reduction factors are completely stupid and have to be changed drastically the nearer the race comes. I have already seen reduction factors of 0.9% to be changed to 12% and so on.
milfor
 
Posts: 437
Joined: Mon Jun 26, 2006 1:44 am

Postby GaryRussell » Sat Jul 26, 2008 2:01 pm

I've uploaded an example spreadsheet which extracts tissue prices from the Racing Post website.

http://gruss-software.co.uk/forum/viewt ... 4356#14356
User avatar
GaryRussell
Site Admin
 
Posts: 9893
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby KevinTHFC » Sun Jul 27, 2008 5:58 pm

Thanks for the sample code Gary.

I download the complete card and results but haven't used WinHttp.WinHttpRequest before. Always nice to see other approaches.

Kevin
KevinTHFC
 
Posts: 72
Joined: Fri Aug 25, 2006 9:08 pm

Postby Castillo » Mon Jul 28, 2008 8:43 pm

GaryRussell wrote:I've uploaded an example spreadsheet which extracts tissue prices from the Racing Post website.


Thanks for that Gary, makes it easier to establish the steamers & drifters.

Cheers
Castillo
Castillo
 
Posts: 346
Joined: Thu Mar 16, 2006 11:01 am

Postby thunderfoot » Tue Aug 05, 2008 10:11 am

GaryRussell wrote:I've uploaded an example spreadsheet which extracts tissue prices from the Racing Post website.

http://gruss-software.co.uk/forum/viewt ... 4356#14356


I am such a novice at this coding ..... :? My limits are 'Recording' with a bit of editting and Data/Import External Data/New Web Query :cry: :cry: :?
User avatar
thunderfoot
 
Posts: 270
Joined: Sat Nov 19, 2005 2:52 pm
Location: West Country

Postby throwmeadisc » Tue Aug 05, 2008 11:09 am

It's an excellent bit of coding.... I took some time trying to decipher it last night and it has sparked some improvements and modifications to some of my projects.

Nice work Gary :wink:

Al :D
User avatar
throwmeadisc
 
Posts: 165
Joined: Fri Dec 14, 2007 11:06 am
Location: London, UK

Postby bw » Wed Aug 13, 2008 7:21 am

I,ve downloaded this sheet and it works fine on its own, but when I put the code in my spreadsheet I get compile:error user-defined type not defined
and it highlights at line Dim tprice As Tissue

any ideas guys
bw
 
Posts: 30
Joined: Sat Feb 24, 2007 1:20 am
Location: North West

Postby GaryRussell » Wed Aug 13, 2008 8:27 am

You also need to create the Tissue class.

Insert a new class module and insert the following code. You will then need to view the properties of the class module and change the name to Tissue.

Code: Select all
Public horse As String
Public price As String
Public rank As Integer

Public Property Get decimalPrice() As Double
    If price = "evens" Then
        decimalPrice = 2
    Else
        Dim f() As String
        f = Split(price, "/")
        decimalPrice = Round(Val(f(0)) / Val(f(1)), 2) + 1
    End If
End Property
User avatar
GaryRussell
Site Admin
 
Posts: 9893
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby bw » Wed Aug 13, 2008 12:30 pm

Cheers Gary

It works a treat, keep up the good work 8)
bw
 
Posts: 30
Joined: Sat Feb 24, 2007 1:20 am
Location: North West


Return to Discussion

Who is online

Users browsing this forum: No registered users and 41 guests

Sports betting software from Gruss Software


The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.

Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.

Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.

He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.

We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.