1. #841
    dmitean
    dmitean's Avatar Become A Pro!
    Join Date: 03-30-11
    Posts: 364
    Betpoints: 3106

    I'm sorry for all the questions, but why this query doesn't give me Pacers - Spurs game?
    tA(o: points)<=94 and site=home and p:L and 20121131<=date and o:TPP>=37

    Spurs shoot above 37% from three point...

  2. #842
    Wojo
    Wojo's Avatar Become A Pro!
    Join Date: 03-19-10
    Posts: 1,764
    Betpoints: 9513

    Quote Originally Posted by dmitean View Post
    Memphis are at season average of 14 three point attempts a game. How do I write it in SDQL?
    tA(TPA)<=14

    team's season average of three-point attempts equals or is below 14. Note, if a team averages 14.1 3-pointers a game, they will not show up.

  3. #843
    dmitean
    dmitean's Avatar Become A Pro!
    Join Date: 03-30-11
    Posts: 364
    Betpoints: 3106

    Thanks!

    tA(TPA)<=15 and rest=0 and WP>=50 - nothing interesting, but at least I manage to check what I wanted

  4. #844
    green7
    green7's Avatar Become A Pro!
    Join Date: 10-21-10
    Posts: 190

    HD and total>200 and season=2013

    add "and rest"

  5. #845
    green7
    green7's Avatar Become A Pro!
    Join Date: 10-21-10
    Posts: 190

    HD and total>200 and season=2013 and o:rest=0

  6. #846
    nash13
    nash13's Avatar Become A Pro!
    Join Date: 01-21-14
    Posts: 1,122
    Betpoints: 7160

    AF and total>200 and season=2013 and o:rest=0 this is as good

  7. #847
    nflguru1
    nflguru1's Avatar Become A Pro!
    Join Date: 01-08-12
    Posts: 47
    Betpoints: 3266

    Quote Originally Posted by Tillos View Post
    Simple, but wow. Few other but I like these two the best.

    19-1 record:
    team=Pacers and p:A and H and rest>=0 and season=2013
    17-0 record:
    team=Pacers and p:A and H and rest>=0 and o:rest=1 and op:W and season>=2012
    Sorry to ask, but what exactly does this mean? lol thx for the help

  8. #848
    b1slickguy
    WDKYWMYAK
    b1slickguy's Avatar SBR PRO
    Join Date: 11-24-11
    Posts: 11,199
    Betpoints: 30137

    Quote Originally Posted by dmitean View Post
    Thanks!

    tA(TPA)<=15 and rest=0 and WP>=50 - nothing interesting, but at least I manage to check what I wanted
    That's the way data mining goes.
    May not produce a "super" query, but the experience will pay for itself in time.

  9. #849
    figue
    Update your status
    figue's Avatar Become A Pro!
    Join Date: 07-23-10
    Posts: 2,524
    Betpoints: 2638

    A and P:ats margin <=-10 and P:season=season and P:H and season=2013

    wizards- 76s-spurs.

  10. #850
    figue
    Update your status
    figue's Avatar Become A Pro!
    Join Date: 07-23-10
    Posts: 2,524
    Betpoints: 2638

    p:margin >= 25 and line > p:line and season >= 2013

    opposite sixers.

  11. #851
    JAnthony
    JAnthony's Avatar Become A Pro!
    Join Date: 11-25-13
    Posts: 635
    Betpoints: 318

    Some from me tonight.

    Previous match-up was a home loss, Away, 0<=line<=4, opponent has allowed 100 or more points in its last 2 games, opponent rest>1

    tS(L, N=5)=5 and tS(o: points>=100, N=5)>=4 and o:WP<=30 and 210<=total

    p:L and p:ats margin>0 and p:line>=10 and 2<=line<=4 and op:L and op:margin<=-13
    (This is a support trend for the SAC pick)
    Last edited by JAnthony; 03-31-14 at 03:30 PM.

  12. #852
    Tillos
    Tillos's Avatar Become A Pro!
    Join Date: 03-28-14
    Posts: 179

    JA, your first trend - I moved back the p to the semicolon and still doesn't pop up. What's wrong with it? I even lower cased the p in P:LH

  13. #853
    JAnthony
    JAnthony's Avatar Become A Pro!
    Join Date: 11-25-13
    Posts: 635
    Betpoints: 318

    Quote Originally Posted by Tillos View Post
    JA, your first trend - I moved back the p to the semicolon and still doesn't pop up. What's wrong with it? I even lower cased the p in P:LH
    No, that's the problem "P:LH" must be capitalised.
    But something gone terribly wrong while copying I'll fix it.

  14. #854
    JAnthony
    JAnthony's Avatar Become A Pro!
    Join Date: 11-25-13
    Posts: 635
    Betpoints: 318

    I don't know why forum interface is deleting some parts of query when I save the reply, so I wrote it down 'in words'.

  15. #855
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    Quote Originally Posted by JAnthony View Post
    Two tasty trends pointing on Kings tonight. Both situations were posted previously by JMon, if I'm not mistaking.

    p:L and op:L and A and rest>=1 and 0<=line<=3 and P:margin>=5 and season>=2010

    A and tA(o: points)>=103 and p:M2<=-10 and pp:M2<=-10 and o:rest<3 and rest<=3 and line<=14
    First one don't ring a bell, but second one yes ! Have you check the ML on dogs of 4 or less

  16. #856
    azn1234
    azn1234's Avatar Become A Pro!
    Join Date: 05-12-09
    Posts: 53
    Betpoints: 6681

    Quote Originally Posted by JAnthony View Post
    Some from me tonight.

    Previous match-up was a home loss, Away, 0<=line<=4, opponent has allowed 100 or more points in its last 2 games, opponent rest>1
    A and P:HL and 0<=line<=4 and opo: points>=100 and oppo: points>=100 and o:rest>1

    Is that correct? Thanks
    Points Awarded:

    evangelizelee gave azn1234 2 SBR Point(s) for this post.


  17. #857
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    199.5>=total>=190 and 98>=tA(points)>=92 and 102>=oA(o: points)>=98 and wins+losses>=42 and po: points>=110 and ppo: points>=110 and rest<3 and o:rest<3

    total for bobcats...this would be a good translation test..


  18. #858
    azn1234
    azn1234's Avatar Become A Pro!
    Join Date: 05-12-09
    Posts: 53
    Betpoints: 6681

    Quote Originally Posted by JMon View Post
    First one don't ring a bell, but second one yes ! Have you check the ML on dogs of 4 or less
    SU: 23-5 (5.25, 82.1%) for dogs. Wow

  19. #859
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    Quote Originally Posted by azn1234 View Post
    SU: 23-5 (5.25, 82.1%) for dogs. Wow
    actually 12-2, as you have to use line<=4 and D or you will capture all the favs in the situation . A good way to see a situation that has both favs and dogs in it just filter it by using....and line

  20. #860
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    check out the eastern conference in the total tonight

    total > 202 and p: ou margin <= -18 and WP <= 25 and 2009 <= season

  21. #861
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    simple but powerful total

    197.5>=total>191 and tA(points)>=99 and p: points+po: points<=160
    Points Awarded:

    nash13 gave JMon 1 Betpoint(s) for this post.


  22. #862
    cofaga
    cofaga's Avatar Become A Pro!
    Join Date: 01-30-14
    Posts: 32
    Betpoints: 629

    Quote Originally Posted by JMon View Post
    199.5>=total>=190 and 98>=tA(points)>=92 and 102>=oA(o: points)>=98 and wins+losses>=42 and po: points>=110 and ppo: points>=110 and rest<3 and o:rest<3

    total for bobcats...this would be a good translation test..

    1) total between 199.5-190
    2) Below average offensive team
    3) Opponent average defensive team
    4) After 42 games or more
    5) Allowing 110 points or more then last two games
    6) both teams greater then 3 rest days

    Pretty good results however I worry about the fact that those 110 points allowed only happened due to overtime so I may skip this query. Always appreciate it tho.

  23. #863
    FortySix
    FortySix's Avatar Become A Pro!
    Join Date: 02-18-14
    Posts: 134
    Betpoints: 2308

    Hey fellas, sometimes I am unsure that you guys actually play the queries you post. I see a lot of queries on the page but do you guys play all of them? Is it possible to say that you are "playing" the query so we all can see how strong you feel about the play?

  24. #864
    cofaga
    cofaga's Avatar Become A Pro!
    Join Date: 01-30-14
    Posts: 32
    Betpoints: 629

    Quote Originally Posted by FortySix View Post
    Hey fellas, sometimes I am unsure that you guys actually play the queries you post. I see a lot of queries on the page but do you guys play all of them? Is it possible to say that you are "playing" the query so we all can see how strong you feel about the play?
    I've always gone under the assumption that you play it if it feels right to you. I can't speak for everyone here but it's definitely not the best idea to just go by queries that hit 60%+, it's just an additional tool. Imo, it's best to asses the lines and totals and then checking to see if any good queries match your initial leans since queries have a habit of influencing your decisions, at least to me anyway.

  25. #865
    FortySix
    FortySix's Avatar Become A Pro!
    Join Date: 02-18-14
    Posts: 134
    Betpoints: 2308

    Thanks Cofaga for your reply mate. Much appreciation from Australia. Love this thread. Best of SBR. Just trying to learn the SDQL query myself.

  26. #866
    evangelizelee
    evangelizelee's Avatar Become A Pro!
    Join Date: 08-17-10
    Posts: 120
    Betpoints: 380

    Quote Originally Posted by JAnthony View Post
    Some from me tonight.

    Previous match-up was a home loss, Away, 0<=line<=4, opponent has allowed 100 or more points in its last 2 games, opponent rest>1

    tS(L, N=5)=5 and tS(o: points>=100, N=5)>=4 and o:WP<=30 and 210<=total

    p:L and p:ats margin>0 and p:line>=10 and 2<=line<=4 and op:L and op:margin<=-13
    (This is a support trend for the SAC pick)
    What would the picks be fo these?

  27. #867
    evangelizelee
    evangelizelee's Avatar Become A Pro!
    Join Date: 08-17-10
    Posts: 120
    Betpoints: 380

    Quote Originally Posted by JMon View Post
    199.5>=total>=190 and 98>=tA(points)>=92 and 102>=oA(o: points)>=98 and wins+losses>=42 and po: points>=110 and ppo: points>=110 and rest<3 and o:rest<3

    total for bobcats...this would be a good translation test..

    What r ur picks for tonight?

  28. #868
    Mako-SBR
    Mako-SBR's Avatar Become A Pro!
    Join Date: 10-15-13
    Posts: 492
    Betpoints: 3262

    Quote Originally Posted by evangelizelee View Post
    What r ur picks for tonight?
    We try not to post "picks" in the thread per se, just the situations we find interesting.

    We do that to encourage people to get involved with SDQL and then learn its language for the longer term goal of then contributing their own unique angles after they master the verbiage.

    "Teach someone hungry to fish instead of just giving them a fish", yada yada yada, you get the drift.

  29. #869
    evangelizelee
    evangelizelee's Avatar Become A Pro!
    Join Date: 08-17-10
    Posts: 120
    Betpoints: 380

    Quote Originally Posted by Mako-SBR View Post
    We try not to post "picks" in the thread per se, just the situations we find interesting.

    We do that to encourage people to get involved with SDQL and then learn its language for the longer term goal of then contributing their own unique angles after they master the verbiage.

    "Teach someone hungry to fish instead of just giving them a fish", yada yada yada, you get the drift.
    Yea I understand. I have been trying to enter the code it doesnt pop up. So I tried to change the 'words'. Still doesnt work. Im trying to look at the examples belows to change it correctly but I cant find all the codes.

  30. #870
    JR007
    JR007's Avatar Become A Pro!
    Join Date: 02-21-10
    Posts: 5,279

    just copy and paste into the query box, you can figure it out from there

  31. #871
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    Quote Originally Posted by FortySix View Post
    Hey fellas, sometimes I am unsure that you guys actually play the queries you post. I see a lot of queries on the page but do you guys play all of them? Is it possible to say that you are "playing" the query so we all can see how strong you feel about the play?
    I play every query I post, unless I state otherwise =)

  32. #872
    Mako-SBR
    Mako-SBR's Avatar Become A Pro!
    Join Date: 10-15-13
    Posts: 492
    Betpoints: 3262

    Quote Originally Posted by JMon View Post
    199.5>=total>=190 and 98>=tA(points)>=92 and 102>=oA(o: points)>=98 and wins+losses>=42 and po: points>=110 and ppo: points>=110 and rest<3 and o:rest<3
    Winnnnnnnnnerrrrr


  33. #873
    JMon
    I'd be a lot cooler if you did.
    JMon's Avatar Become A Pro!
    Join Date: 12-11-09
    Posts: 9,800
    Betpoints: 10742

    Quote Originally Posted by Mako-SBR View Post
    yWinnnnnnnnnerrrrr

    that one scared me. Looks like a 2-2 night for me

  34. #874
    figue
    Update your status
    figue's Avatar Become A Pro!
    Join Date: 07-23-10
    Posts: 2,524
    Betpoints: 2638

    Quote Originally Posted by figue View Post
    A and P:ats margin <=-10 and P:season=season and P:H and season=2013

    wizards- 76s-spurs.
    2-1 for me

  35. #875
    GiveMeaBJ
    WIN WIN WIN
    GiveMeaBJ's Avatar Become A Pro!
    Join Date: 09-08-09
    Posts: 8,449
    Betpoints: 335

    Got ****** with them Wiz.

First ... 22232425262728 ... Last
Top