1. #1
    Maverick22
    Maverick22's Avatar Become A Pro!
    Join Date: 04-10-10
    Posts: 807
    Betpoints: 58

    Standard/Default Odds For MLB Game

    I am tweaking my odds Scraper. And there exist some games for which there are no odds(for various reasons).For these games I simply put (-1) for everything... Just to denote from the scraper"I dont know"

    If i wanted to put some defaults odds for the game what would be good? This is only for games (which arent many) where my scraper was not able to extract clean odds.Something that represents

    Basically...if there was a such thing as "standard/average" baseball odds...what would they be?

    For a while i thought up this:

    MoneyLineAway = -110
    MoneyLineHome = -220
    Total =8.5
    And the odds for the total being maybe -220/-110(over/under)

    Then i considered just making them all -110 for the moneyline and total odds...

    What would you all recommend?

  2. #2
    sharpcat
    sharpcat's Avatar Become A Pro!
    Join Date: 12-19-09
    Posts: 4,516

    Not sure what your using the lines for but wouldn't you be better off simply either not using these games or pulling the data manually? just seems as if your estimated lines would severely flaw any database. There is no way of estimating an average line without taking opponents, starting pitchers, injuries, lineup, etc. into consideration.
    Points Awarded:

    Maverick22 gave sharpcat 5 SBR Point(s) for this post.


  3. #3
    Maverick22
    Maverick22's Avatar Become A Pro!
    Join Date: 04-10-10
    Posts: 807
    Betpoints: 58

    Yea, You are probably right to ignore them.

    I was considering adding the game odds to my program. I've had "marginal" success without using the odds...

    The reason i decided against odds was because of how the lines are said to be manipulated. And I didn't want any calculations done on "misguided line data". So I opted to not use them... But rethinking it after some back-testing... And just wondering if it will improve my results...Even if by a little...

    I've got 24 games that don't have lines for 2010 alone...And i don't EVEN want to fill that data in for the huge number that likely exist for 2009/08 So I may just drop those games from calculations.

    Thanks!

  4. #4
    skrtelfan
    skrtelfan's Avatar Become A Pro!
    Join Date: 10-09-08
    Posts: 1,913
    Betpoints: 3337

    The basic line for an MLB game in which both teams are equal is roughly +117 or +118 for the away side and -117 or -118 for the home side, but if you can't find odds anywhere, I'd just ignore the games.

  5. #5
    mathdotcom
    mathdotcom's Avatar Become A Pro!
    Join Date: 03-24-08
    Posts: 11,689
    Betpoints: 1943

    You definitely want to ignore. There is no tradeoff here between sample size and efficient estimates. Increasing your sample size with biased information does not help you in any way.
    Points Awarded:

    Maverick22 gave mathdotcom 5 SBR Point(s) for this post.

    Justin7 gave mathdotcom 2 SBR Point(s) for this post.


  6. #6
    MadTiger
    Wait 'til next year!
    MadTiger's Avatar Become A Pro!
    Join Date: 04-19-09
    Posts: 2,724
    Betpoints: 47

    Quote Originally Posted by mathdotcom View Post
    You definitely want to ignore. There is no tradeoff here between sample size and efficient estimates. Increasing your sample size with biased information does not help you in any way.
    Great post.

Top