Make An MLB Betting Model In GoogleSheets | How To

แชร์
ฝัง

ความคิดเห็น • 66

  • @matt-malyschko
    @matt-malyschko หลายเดือนก่อน +1

    for your over/under you could use a sumif function instead of the manual approach you did

  • @robertduboise2749
    @robertduboise2749 หลายเดือนก่อน

    Great Video!! Really enjoy looking at probabilities and seeing how accurate you can get it. I was wondering if there was a way to have the daily line up and auto update the batters/pitcher once you select a team on the Props page? Could I set up a new sheet to have the daily games and line up and once you select the team it'll auto input the batters? Thanks

  • @joespano689
    @joespano689 16 วันที่ผ่านมา

    Great Sheet. I've been looking for a props model like this. I was wondering if you might be able to add/incorporate a couple of additions to the model. For hitters can you add projections for total bases since this is another popular hitters prop. For pitchers over/under on earned runs has become a popular prop this season. Any chance you might be able to add projections for that to the model? Finally, I'm wondering if it would be possible to account for recent form in this model? Maybe giving additional weight to last 14 days worth of data.

  • @Amy-Ca
    @Amy-Ca หลายเดือนก่อน

    Hello, taking your project I am trying to create my own but focused only on the number of strikeouts of the pitcher and the strikeouts of the batters, I am struggling with that since I do not have the management sheet like you have, otherwise it takes up a lot of time could you add some video about that...

  • @thomasbargo4602
    @thomasbargo4602 หลายเดือนก่อน

    I like it 😊

  • @cadetheking
    @cadetheking 9 วันที่ผ่านมา

    This was a great video and it was a great basis that I have taken and adjusted to improve on it! I was curious how you generated the Player IDs sheet and if there was a way to automate it? That seems to be the one thing that could hinder the use of this model in the future as rosters change and more and more players cannot be found on the sheet. Thanks for all of this guidance!

    • @TheBenjaminWagner
      @TheBenjaminWagner  8 วันที่ผ่านมา +1

      I used python to scrape baseball reference for all the players using BeautifulSoup and Pandas. In my video on scraping DraftKings lines, you can see how that works.

    • @cadetheking
      @cadetheking 7 วันที่ผ่านมา

      @@TheBenjaminWagner Thank you! Could you link the video you are talking about?

    • @TheBenjaminWagner
      @TheBenjaminWagner  7 วันที่ผ่านมา +1

      @@cadetheking th-cam.com/video/ecBL6ZoNDag/w-d-xo.htmlsi=ACz39poFpCYJtksc
      You’ll want to scrape the 40 man roster page for each team. The player ID is inside the link to each player page. You’ll have to slice the string since it’s a full link.

    • @cadetheking
      @cadetheking 7 วันที่ผ่านมา

      @@TheBenjaminWagner Thanks again! This video was great! I’ve already started to profit from having a strikeout model like this!

  • @distortedx735
    @distortedx735 19 วันที่ผ่านมา

    Would love a finished sheet. Love the video!

    • @TheBenjaminWagner
      @TheBenjaminWagner  19 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @wagzwagerz
    @wagzwagerz 27 วันที่ผ่านมา

    Well done presentation. Would love a copy of the finished sheet.

    • @TheBenjaminWagner
      @TheBenjaminWagner  27 วันที่ผ่านมา +1

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @briansacha51
    @briansacha51 18 วันที่ผ่านมา

    Great video! Would love a copy

    • @TheBenjaminWagner
      @TheBenjaminWagner  17 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @joespano8055
    @joespano8055 16 วันที่ผ่านมา

    I would love a finished sheet. Thanks

    • @TheBenjaminWagner
      @TheBenjaminWagner  15 วันที่ผ่านมา +1

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @randyreed1971
    @randyreed1971 19 วันที่ผ่านมา

    Is there any way you can make a google sheet document that will predict the winner of each game? That would be sweet!

    • @TheBenjaminWagner
      @TheBenjaminWagner  19 วันที่ผ่านมา

      Yes, in the follow up video I show how to do that. th-cam.com/video/5IYbjDRa_-o/w-d-xo.htmlsi=UExXr5Wk7IxZoorx

  • @joespano8055
    @joespano8055 13 วันที่ผ่านมา

    How long does this sheet take to load? I'm still showing errors all over the place and loading and I opened the sheet 5 minutes ago. How long should it take?

    • @TheBenjaminWagner
      @TheBenjaminWagner  11 วันที่ผ่านมา

      On first load, it can be a while..maybe 20 minutes, but subsequent loads are only a minute or two.

  • @lincolnpollack4299
    @lincolnpollack4299 20 วันที่ผ่านมา

    Can I get a link to the finished sheet? Thank you!!

    • @TheBenjaminWagner
      @TheBenjaminWagner  20 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @matt-malyschko
    @matt-malyschko หลายเดือนก่อน

    why do you use the poisson dist instead of norm dist? is it because you don't have the standard deviation available?

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      Poisson is better for things in increments of 1. Like runs scored or three points made. Normal distribution would be better for total points in a basketball game because they can be increments of 1, 2 or 3.

    • @matt-malyschko
      @matt-malyschko หลายเดือนก่อน

      @@TheBenjaminWagner thanks for explaining. you would obviously also need the SD to do normal distribution. i am building a model for AFL prop bets and found this video incredibly useful to tweak some stuff i've been trying. thanks again!

  • @Proparachi
    @Proparachi 11 วันที่ผ่านมา

    Beautiful Work! Can you help me or send a link?

    • @TheBenjaminWagner
      @TheBenjaminWagner  11 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @lachochavez2399
    @lachochavez2399 หลายเดือนก่อน +1

    Can you make a video for mlb to find out who can win in the game and have an idea of ​​how many runs can be scored in the game thanks for everything

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน +1

      Definitely. I’ll try to put one up this week.

    • @DPM2014
      @DPM2014 หลายเดือนก่อน

      I would greatly appreciate this video as well. Love your most recent one, thanks for all you do!

    • @thomasbargo4602
      @thomasbargo4602 หลายเดือนก่อน

      This would be a great video to see runs, totals, winners. Looking forward to it.

  • @johnnygore8817
    @johnnygore8817 หลายเดือนก่อน

    Can i get finished sheet. Tried to follow video but get error when adding the formula under with team names and baseball reference page

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

    • @johnnygore8817
      @johnnygore8817 หลายเดือนก่อน

      thanks for the sheet. when i change the team the other information is not correlating the other information to change with it. example if i change from mia to lad the information isnt changing. nor if i change the player or pitcher.

    • @TheBenjaminWagner
      @TheBenjaminWagner  29 วันที่ผ่านมา

      @@johnnygore8817 does it say loading or perhaps an error or is it literally not changing at all?

    • @johnnygore8817
      @johnnygore8817 29 วันที่ผ่านมา

      Literally not changing.

    • @TheBenjaminWagner
      @TheBenjaminWagner  29 วันที่ผ่านมา

      @@johnnygore8817 I would try copying the sheet over again. Make sure you click “allow access” when the yellow bar pops up at the top. Look in the data tab and hover over any cells that contain #REF and allow permissions. You’ll also need to give it a few minutes to load the initial data because of how many requests are happening all at once. I’m working on a more efficient sheet that will reduce wait time and will post in the near future.

  • @DPM2014
    @DPM2014 หลายเดือนก่อน

    Could I get a link to the sheet please? Thank you!

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      docs.google.com/spreadsheets/d/1smkrqwTCgNuU5rTNV_6G8flR-rHepkdjk9W4C7vuMi4/edit

  • @RyanMorrison-yq4yc
    @RyanMorrison-yq4yc 2 วันที่ผ่านมา

    Hey man, can you please send me a link to the finished sheet?

    • @TheBenjaminWagner
      @TheBenjaminWagner  วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @kevinvaught4765
    @kevinvaught4765 หลายเดือนก่อน

    What should I do if the possion tab shows #div/o!

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      Assuming you’re using the finished sheet I linked it’s one of two things. Either the particular player has recorded zero for the particular stat (like home runs) or more likely, the data hasn’t loaded in yet. Check the bottom of the Data tab and see if those cells say “Loading”. If so, give it a few minutes.

  • @sawekmartyn1588
    @sawekmartyn1588 8 วันที่ผ่านมา

    This is amazing job.
    Your sheets and movies gives a lot of opportunities to learn and I hope earn :)
    If it isn't a problem could you send me a finish sheet?
    Thx in advance

    • @TheBenjaminWagner
      @TheBenjaminWagner  8 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @sanjaybakshi1272
    @sanjaybakshi1272 หลายเดือนก่อน

    Do you have one for mlb side’s and totals ?

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน +1

      I’ll try to make a video for that this week.

  • @smokey_robinson_5048
    @smokey_robinson_5048 หลายเดือนก่อน

    CAN YOU DO THIS FOR ANY SPORTS LIKE 🏈NFL &🏀NBA ?

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน +1

      For sure. Once we get closer to the season, I’ll make one for NFL.

  • @JeffreyPennington-nd1gw
    @JeffreyPennington-nd1gw 12 วันที่ผ่านมา

    could you send me the finished sheet?

    • @TheBenjaminWagner
      @TheBenjaminWagner  11 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @schwabsnow
    @schwabsnow หลายเดือนก่อน

    Would love a finished sheet

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน +1

      docs.google.com/spreadsheets/d/1smkrqwTCgNuU5rTNV_6G8flR-rHepkdjk9W4C7vuMi4/edit?usp=sharing

  • @schwabsnow
    @schwabsnow หลายเดือนก่อน

    also the link for player stats no longer works?

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      The link to the sheet with player ID's? Or inside the finished sheet? If it says "Loading", let it do it's thing. It sometimes take a few minutes to scrape all the data.

    • @schwabsnow
      @schwabsnow หลายเดือนก่อน

      @@TheBenjaminWagner The URL that was hand typed reaches a 404 error on baseball reference.

  • @ThijsMoens
    @ThijsMoens หลายเดือนก่อน

    I would love a finished sheet

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน +1

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy

  • @stevedawson891
    @stevedawson891 หลายเดือนก่อน

    Can I get a finished sheet

    • @TheBenjaminWagner
      @TheBenjaminWagner  หลายเดือนก่อน

      docs.google.com/spreadsheets/d/1smkrqwTCgNuU5rTNV_6G8flR-rHepkdjk9W4C7vuMi4/edit

  • @dwight198229
    @dwight198229 21 วันที่ผ่านมา

    I would love a finished sheet

    • @TheBenjaminWagner
      @TheBenjaminWagner  21 วันที่ผ่านมา

      docs.google.com/spreadsheets/d/1AwKopyWTOGIXKkRdP4XPKhE8ZXotsMkqp40gZ-u0oUA/copy