i'm trying to extract,using beautiful soup and python,all the odds from this website
http://www.sportstats.com/soccer/italy/serie-a-2013-2014/sampdoria-napoli-zZAT2c14/#odds/1X2/s3
they are divided in different tables depending on wich type do they are.
Ex:the first table under the div id="betType_1_2" represents odds of type 1X2 of "full time"
I tried to search for all class="odds" but it return also odds from others tables. Have anyone idea on how to extract and then scrape only one table per time by its "div id"?Then i would be able to search for class="odds" and obtain the data i need. Thank you all and sorry for my bad english!!