I will crosscheck every time
NBA Stituational Bet, SDQL
Collapse
X
-
nash13SBR MVP
- 01-21-14
- 1122
#3011Comment -
perryhsSBR Hustler
- 01-07-15
- 68
#3013thanks nash13Comment -
usernametakenSBR Wise Guy
- 02-08-11
- 514
#3014There is alot of math here. Are there any plays?Comment -
perryhsSBR Hustler
- 01-07-15
- 68
#3015NCAABB:
p:line > 20 and p:dpa < 0Comment -
perryhsSBR Hustler
- 01-07-15
- 68
#3019NCAAB:
p:field goals made/p:field goals attempted < 0.3 and p:HComment -
HeartSBR Sharp
- 11-23-11
- 301
#3022
tA(points@season)<=63 and oA(ooints@season)<=63 and A and (game number)>= 15 and tS(points<=65,N=5)=5
I will say the advantage of short hand like this allows you to explore more dynamically if desired, such as the team has scored 65 or less in 4 of the last 5 games in any order which is pretty cool. i.e.
tA(points@season)<=63 and oA(ooints@season)<=63 and A and (game number)>= 15 and tS(points<=65,N=5)=4
Last edited by Heart; 02-02-15, 02:35 PM.Comment -
HeartSBR Sharp
- 11-23-11
- 301
-
dmiteanSBR Sharp
- 03-30-11
- 364
#3024AD and p:H and pp:A and ppp:A and pppp:A and ppppp:A and season>2012
O/U:7-17-1 (-7.72, 29.2%) avg total: 202.0
If you go back longer - it still works fine.
Interesting that if you do this:
AF and p:H and pp:A and ppp:A and pppp:A and ppppp:A and season>2012
You get pretty nice query supporting the Over.Comment -
Cutler'sThumbSBR Sharp
- 12-06-11
- 287
#3025Three heavily supported plays tonight. We'll see if the jinx is on.
Celtics -1 (26,55,76,183,213,257)
Nuggets -8 (12,13,55,88,117,119,120,121,257)
Warriors -9 (19,24,110,129,173,256)
Last edited by Cutler'sThumb; 02-03-15, 05:40 PM.Comment -
GSoroSBR Hustler
- 02-26-14
- 87
#3026Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3027these are the rend numbers we collect which support the plays.Comment -
HeartSBR Sharp
- 11-23-11
- 301
#3028I'm on all 3 of those tonight myself, Cutler's Thumb.Comment -
TheLineShifterSBR Rookie
- 12-11-14
- 9
#3029Cards look brilliant tonight. Best of luck everyone.Comment -
FortySixSBR High Roller
- 02-18-14
- 134
#3030Hey fellas, just a quick question. How do I do a query based on a team's average possessions per game? Is it possible? I know that we can find the average score of a team but can we find their average possession rate as well? I feel as though this would help immensely for totals plays.
Tonight I like the over in 76ers v Nuggets because 76ers totals have all gone under but thats against sides that don't get the same amount of possessions like the Nuggets get. Nuggets average around 99 per game (NBA.com stats helped me with that) and 76ers hit around 98 as well which is above the NBA average (96). The teams that 76ers have played lately play under the average pace apart from the T-Wolves which have the same pace as the Nuggets (98-99) per game so was wanting to see if I could add that into my query.
Thank you in advance fellas.Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3031This is hard to predict. Because I can not see how this could be calculated flawless in SDQL.Comment -
pip2SBR Wise Guy
- 10-21-12
- 543
#3032Hey fellas, just a quick question. How do I do a query based on a team's average possessions per game? Is it possible? I know that we can find the average score of a team but can we find their average possession rate as well? I feel as though this would help immensely for totals plays.
Tonight I like the over in 76ers v Nuggets because 76ers totals have all gone under but thats against sides that don't get the same amount of possessions like the Nuggets get. Nuggets average around 99 per game (NBA.com stats helped me with that) and 76ers hit around 98 as well which is above the NBA average (96). The teams that 76ers have played lately play under the average pace apart from the T-Wolves which have the same pace as the Nuggets (98-99) per game so was wanting to see if I could add that into my query.
Thank you in advance fellas.Last edited by pip2; 02-04-15, 10:19 AM.Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3033the and 1s could be misleading, as the shots are counted so by this math 2 FGM + 2 FT would mean 3 possessions but there were in fact 2. so it is as close as it gets, but yet not correct.Comment -
dmiteanSBR Sharp
- 03-30-11
- 364
#3034Would like your opinion guys, on situations, where great trend, after filtering becomes a good one.
For example. Trend as is, has 70% hit rate. But after filtering (month or season or line or rest or few of the above) it becomes 55% - 57%. On paper it's still a good trend, but in reality, it's obvious that if there is a spot where trend not at his best, it's current spot. Do you still play it?Comment -
dmiteanSBR Sharp
- 03-30-11
- 364
#303576 and 183 are the same trend... Deleted 183.Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3036i took trend 284 up to the deleted 183Comment -
hyahyaSBR High Roller
- 03-08-14
- 165
#3038Some guy on google groups said that every possession ends in either a turnover or a shot attempted, so you just need to add those together to get possessions. I think he was (at the very least) missing something because a possession could also end in freethrows attempted. But that might be it: shots attempted + turnovers + freethrows/2 might be pretty close to number of possessions.
FGA + 0.44*FTA + TO - OReb
Some folks remove ORebs but I tend to believe that a new possession starts after a change of possession. The 0.44 coefficient for FTA takes care of conventional 3-point plays (and 1s) and technicals.Comment -
pip2SBR Wise Guy
- 10-21-12
- 543
#3039
(tA(FGA) + tA(TO) + tA(FTA) * .44 - tA(offensive rebounds)) - 9 > (tA(FGA,N=3) + tA(TO,N=3) + tA(FTA,N=3) * .44 - tA(offensive rebounds,N=3))
Team's average possessions for the season drops by 9 or more for the last 3 games: ATS lose and UNDER both at 59 per cent with a sample size of 100. I would love to play with the number 9 to bring the sample size up and then try to work in some numbers that deal with the opponent's possessions as well, but that would probably never get past the timeout barrier...Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3040p:HDW and pp:HDW and game number > 41 and rest >0Comment -
nash13SBR MVP
- 01-21-14
- 1122
Comment -
birdsfanSBR Rookie
- 11-19-14
- 47
#3042Here is what i saw for tonight
DET/IND
none
BRK/TOR
over 212
under 86
toronto 281 234 93
WAS/ATL
atl 80
DEN/BOS
over 87
under 146
denver 257 76 55
CHI/HOU
over 108
chicago 74
houston 195
MIA/MIN
none
LAK/MIL
over 253
OKC/NOLA
under 258 31
okc 26
ORL/SAS
over 279 253 108 62
MEM/UTA
under 149
memphis 120 26
utah 222 208 13
DAL/GST
over 87
under 205
dallas 63
g state 138Comment -
palmsSBR Rookie
- 01-21-10
- 6
#3043I am just trying to learn this code. Can you tell me if I got it right? We are fading home favorites who are 10 point or greater favorites, who went at least 24 points over the total in their previous game, who have a win percentage between 60 and 80 percent and are playing an opponent with a win percentage less than 50%. Do I have that correct? Thanks, this is a great thread.Comment -
pip2SBR Wise Guy
- 10-21-12
- 543
#3044season >= 2009 and (tA(FGA) + tA(TO) + tA(FTA) * .44 - tA(offensive rebounds)) - 5 > (tA(FGA,N=2) + tA(TO,N=2) + tA(FTA,N=2) * .44 - tA(offensive rebounds,N=2)) and (oA(FGA) + oA(TO) + oA(FTA) * .44 - oA(offensive rebounds)) - 5 > (oA(FGA,N=2) + oA(TO,N=2) + oA(FTA,N=2) * .44 - oA(offensive rebounds,N=2))
Got the above to go through --
SU: 102-102 (0.00, 50.0%)
ATS: 99-99-6 (0.00, 50.0%) avg line: 0.0
O/U: 82-122-0 (-4.26, 40.2%) avg total: 192.9Comment -
nash13SBR MVP
- 01-21-14
- 1122
#3045I am just trying to learn this code. Can you tell me if I got it right? We are fading home favorites who are 10 point or greater favorites, who went at least 24 points over the total in their previous game, who have a win percentage between 60 and 80 percent and are playing an opponent with a win percentage less than 50%. Do I have that correct? Thanks, this is a great thread.Comment
SBR Contests
Collapse
Top-Rated US Sportsbooks
Collapse
#1 BetMGM
4.8/5 BetMGM Bonus Code
#2 FanDuel
4.8/5 FanDuel Promo Code
#3 Caesars
4.8/5 Caesars Promo Code
#4 DraftKings
4.7/5 DraftKings Promo Code
#5 Fanatics
#6 bet365
4.7/5 bet365 Bonus Code
#7 Hard Rock
4.1/5 Hard Rock Bet Promo Code
#8 BetRivers
4.1/5 BetRivers Bonus Code