Hi,
I'm seeking someone who can develop a simple PHP script for me, that should be run as a CRON, once each day (i guess).
What I want is a script that can login with my credentials, check if there is a balance on my account, and proceed with betting.
Betting should be done on soccer matches with specific criteria (that I should later be able to change in the code).
I understood from Betfair that there's no way of seeing live matches before next API release in April.
But I still want to do trigger betting.
A trigger example:
So for instance, I want to bet a small amount on soccer matches, where at least one of the teams have 3 goals in the first half, then place a bet, that there will be at least 4 goals made in the match.
Also it should be able to log everything it does in a mysql. Bets/wins/losses.
As I said it should run as a CRON. So if I put money in my account, it should spend that money with those trigger bettings. When there's no more money in the account, just quit on each run.
Can anyone code this for me? How long will it take, and how much will it cost?
I will require that you are very strict with commenting all functions, and doing readable/nice code.
Thanks.
I'm seeking someone who can develop a simple PHP script for me, that should be run as a CRON, once each day (i guess).
What I want is a script that can login with my credentials, check if there is a balance on my account, and proceed with betting.
Betting should be done on soccer matches with specific criteria (that I should later be able to change in the code).
I understood from Betfair that there's no way of seeing live matches before next API release in April.
But I still want to do trigger betting.
A trigger example:
So for instance, I want to bet a small amount on soccer matches, where at least one of the teams have 3 goals in the first half, then place a bet, that there will be at least 4 goals made in the match.
Also it should be able to log everything it does in a mysql. Bets/wins/losses.
As I said it should run as a CRON. So if I put money in my account, it should spend that money with those trigger bettings. When there's no more money in the account, just quit on each run.
Can anyone code this for me? How long will it take, and how much will it cost?
I will require that you are very strict with commenting all functions, and doing readable/nice code.
Thanks.


Comment