FairlaySupport
|
|
September 24, 2015, 05:07:05 PM |
|
It seems you are right, that our current result is wrong - so please wait 48 hours for the automatic correction.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 24, 2015, 05:21:22 PM |
|
Thanks for checking, I'll look for all three events to be re-graded....48 hours seems like a long time, but I do understand.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 25, 2015, 04:02:16 PM |
|
For anyone curious, Fairlay has not yet resolved my three incorrectly graded matches...they did say 24-72 hours, I do have to say I am losing confidence in them by the hour. I hope they will do the right thing and grade my matches correctly.
|
|
|
|
FairlaySupport
|
|
September 25, 2015, 05:29:13 PM |
|
I can confirm that you were right. We will correct the bets asap.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 25, 2015, 10:14:51 PM |
|
I am happy to report that Fairlay has now correctly graded 2 of my 3 incorrectly graded plays - thank you for doing that. I'll keep watching for the last one to be rectified, Fairlay has done exactly what they said they would do so far, that's a big plus in my book.
|
|
|
|
FairlaySupport
|
|
September 26, 2015, 03:40:22 AM |
|
It seems that our settlement feed returns wrong results more often than we thought. We are in the process to deal with that matter. Sorry for the human errors that occured.
In general, please report wrong settlements only 48 hours after the settlement date.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 26, 2015, 03:51:11 AM |
|
It happens, as long as they are corrected in a timely matter, it's not a huge deal.
I still have one outstanding correction, Sokol Krasnoyarsk vs. Izhstal Izhevsk U5 on 9-24. I haven't noticed any other wrong settlements.
|
|
|
|
FairlaySupport
|
|
September 26, 2015, 03:55:22 AM |
|
we corrected that already if you check your email.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 26, 2015, 04:46:57 AM |
|
Nope you did not. You guys corrected my two draws that were marked as losers, you did not correct that game that ended 2-2. It still shows up as cancelled in my betting history.
|
|
|
|
FairlaySupport
|
|
September 27, 2015, 04:01:25 PM |
|
Just for the record. The issue was already resolved.
|
|
|
|
jdh1969
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 27, 2015, 05:40:28 PM |
|
Yes, Fairlay did send the 100 mbtc for the winning U5 bet. They also added 10 mbtc for my hassle which was nice, I appreciate their taking care of this. Throughout the whole process, Fairlay did exactly what they said they would, which I am very happy with. Pretty darn good shop, great odds.
|
|
|
|
FairlaySupport
|
|
September 28, 2015, 06:22:20 PM |
|
In the last days some users received an error message when trying to sign up. We fixed the underlying problem and are sorry for the bug.
|
|
|
|
oloofa
|
|
September 29, 2015, 11:47:15 AM |
|
hi, i made a deposit last night and it is still not on my account. could you please check that? i sent you an email to info@fairlay.comthanks
|
|
|
|
FairlaySupport
|
|
September 29, 2015, 06:36:45 PM |
|
@oloofa - can you pm me your username and the tx?
We have added more soccer leagues, volleyball, cricket and handball.
|
|
|
|
oloofa
|
|
September 30, 2015, 08:52:08 AM |
|
you solved the issue. thanks Fairlay
|
|
|
|
sbrzol
|
|
September 30, 2015, 01:27:20 PM |
|
thanks for handball (in the last month betcoinsports also cloned pinnacle handball, but your 1BTC (and higher) limit is better then their 0.4BTC limit )
please fix your search algorithm (sometime the result does not show all matches , for example it shows 12 12.5 13 13.5 handicap markets but the 5th (14) is missing or 1st quarter/1st half handicap markets are missing)
|
|
|
|
FairlaySupport
|
|
September 30, 2015, 08:45:20 PM Last edit: September 30, 2015, 09:57:57 PM by FairlaySupport |
|
@sbrzol can you give a live example? Are you sure that the +14 market was not empty and therefor hidden by default? Also note that the search returns a maximum of 25 entries.
|
|
|
|
fairlay (OP)
|
|
September 30, 2015, 11:55:07 PM |
|
Amarican odds has been requested for quite a while. Somehow we always had something more important to do so it somehow got delayed for quite a while. But we will definitely add it soon. Anyways - today a user was quicker and just wrote some java script lines to add it. You can just past this lines into your Java-script console (you need to open developer tools for this) and it will display the american odds format in addition. Whoever wrote it: nice job! By the way - if someone is interested in doing an other small coding job for Fairlay: we are thinking of an Twitter bot to place predictions. It would work like this: "@FairlayBot Bayern Dortmund" -> this would trigger a search for the words Bayern and Dortmund. The bot would return the odds of this match: "@user 1: Bayern Munchen 1.589 2: Borussia Dortmund 5.728 3: Draw 4.398 3 days, 15 hours from now" The user could respond with: "@FairlayBot 1" to choose to bet on Bayern. The bot would answer: "@user Send Bitcoin to 19rhxTHjAXPSQH7UXk4VDPPMpCbnooAXb9 to bet on Bayern at odds of 1.589" (https://www.fairlay.com/anonymous/19rhxTHjAXPSQH7UXk4VDPPMpCbnooAXb9/) It can all be done with our API: https://www.fairlay.com/api/ and if you are interested we would a) help you, b) offer you an affiliate deal for the traffic from the twitter bot, c) alternatively a fixed payment or a combination of both. But finally: here the american odds code: / ==UserScript== // @name Fairlay American Odds // @include https://www.fairlay.com/* // @version 1 // ==/UserScript==
if(window.location.href.indexOf("/event/") > 0) //If it is a list of events { var american=0.00; var decimal=0.000; var spans = document.getElementsByTagName("span"); for(var i=0;i<spans.length;i++) { var cls =spans[i].getAttribute("class"); if(cls.indexOf("label-success") >= 0) { decimal = spans[i].textContent; if(decimal>=2) { american = 100*(decimal-1); spans[i].textContent += " +"; } if(decimal<2) { american = -100/(decimal-1); spans[i].textContent += " "; } spans[i].textContent += american.toFixed(1); } else if(cls.indexOf("label-danger") >= 0) { decimal = spans[i].textContent; if(decimal>=2) { american = -100*(decimal-1); spans[i].textContent += " "; } if(decimal<2) { american = Math.abs(-100/(decimal-1)); spans[i].textContent += " +"; } spans[i].textContent += american.toFixed(1); } } }
|
www.fairlay.com - the Bitcoin prediction market - the future of reliable information
|
|
|
sbrzol
|
|
October 04, 2015, 03:21:44 PM |
|
@sbrzol can you give a live example? Are you sure that the +14 market was not empty and therefor hidden by default? Also note that the search returns a maximum of 25 entries.
the problem is the 25 entry limit https://www.fairlay.com/event/search/?q=Granarolo&page=1i want to place a bet on +6 but it is missing last 3 entry: Granarolo Bologna vs. Umana Reyer Venezia - Game Spread for HomeTeam 5.5 Granarolo Bologna +5.5 Granarolo Bologna vs. Umana Reyer Venezia - Game Spread for HomeTeam 5 Granarolo Bologna +5 Granarolo Bologna vs. Umana Reyer Venezia - Game Spread for HomeTeam 4.5 Granarolo Bologna +4.5 so now i have to manually navigate to basketball to italy to spreads and on pages if there is more than 1 page (which takes at least 15 seconds, or please fix your api search and give proper api documentation) please increase the limit to 35 or put a condition if the search text length is more than 5-7 character then the limit can be 50
|
|
|
|
FairlaySupport
|
|
October 06, 2015, 11:13:07 PM |
|
We are currently facing some problems with the transaction malleability. The attacker also changed some of our cashouts with the result that they will not be marked as confirmed in the users frontend. Besides that there are no problems, so it's just a minor bug.
@sbrol we will increase the search result limit soon.
|
|
|
|
|