From 8b56ead29635a269a6c0d460fde89bdedb60c697 Mon Sep 17 00:00:00 2001 From: BooshPC Date: Wed, 22 Jan 2025 21:34:06 -0500 Subject: [PATCH] Initial commit --- .gitignore | 4 + 1952_soup.html | 1633 ++++++++++++ README.md | 59 + data/1952.html | 2389 +++++++++++++++++ data/1953.html | 2356 +++++++++++++++++ data/1954.html | 2390 +++++++++++++++++ data/1955.html | 2356 +++++++++++++++++ data/1956.html | 2390 +++++++++++++++++ data/1957.html | 2403 +++++++++++++++++ data/1958.html | 2403 +++++++++++++++++ data/1959.html | 2356 +++++++++++++++++ data/1960.html | 3689 ++++++++++++++++++++++++++ data/1961.html | 3985 ++++++++++++++++++++++++++++ data/1962.html | 3985 ++++++++++++++++++++++++++++ data/1963.html | 4044 +++++++++++++++++++++++++++++ data/1964.html | 3985 ++++++++++++++++++++++++++++ data/1965.html | 4020 +++++++++++++++++++++++++++++ data/1966.html | 4311 +++++++++++++++++++++++++++++++ data/1967.html | 4407 +++++++++++++++++++++++++++++++ data/1968.html | 4457 ++++++++++++++++++++++++++++++++ data/1969.html | 4436 +++++++++++++++++++++++++++++++ data/1970.html | 4128 +++++++++++++++++++++++++++++ data/1971.html | 4128 +++++++++++++++++++++++++++++ data/1972.html | 4128 +++++++++++++++++++++++++++++ data/1973.html | 4128 +++++++++++++++++++++++++++++ data/1974.html | 4128 +++++++++++++++++++++++++++++ data/1975.html | 4128 +++++++++++++++++++++++++++++ data/1976.html | 4338 +++++++++++++++++++++++++++++++ data/1977.html | 4338 +++++++++++++++++++++++++++++++ data/1978.html | 4796 ++++++++++++++++++++++++++++++++++ data/1979.html | 4796 ++++++++++++++++++++++++++++++++++ data/1980.html | 4796 ++++++++++++++++++++++++++++++++++ data/1981.html | 4796 ++++++++++++++++++++++++++++++++++ data/1982.html | 3362 ++++++++++++++++++++++++ data/1983.html | 4796 ++++++++++++++++++++++++++++++++++ data/1984.html | 4796 ++++++++++++++++++++++++++++++++++ data/1985.html | 4796 ++++++++++++++++++++++++++++++++++ data/1986.html | 4796 ++++++++++++++++++++++++++++++++++ data/1987.html | 4580 ++++++++++++++++++++++++++++++++ data/1988.html | 4796 ++++++++++++++++++++++++++++++++++ data/1989.html | 4796 ++++++++++++++++++++++++++++++++++ data/1990.html | 4856 ++++++++++++++++++++++++++++++++++ data/1991.html | 4856 ++++++++++++++++++++++++++++++++++ data/1992.html | 4856 ++++++++++++++++++++++++++++++++++ data/1993.html | 4890 +++++++++++++++++++++++++++++++++++ data/1994.html | 4856 ++++++++++++++++++++++++++++++++++ data/1995.html | 5092 ++++++++++++++++++++++++++++++++++++ data/1996.html | 5092 ++++++++++++++++++++++++++++++++++++ data/1997.html | 5092 ++++++++++++++++++++++++++++++++++++ data/1998.html | 5092 ++++++++++++++++++++++++++++++++++++ data/1999.html | 5210 +++++++++++++++++++++++++++++++++++++ data/2000.html | 5210 +++++++++++++++++++++++++++++++++++++ data/2001.html | 5210 +++++++++++++++++++++++++++++++++++++ data/2002.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2003.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2004.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2005.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2006.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2007.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2008.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2009.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2010.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2011.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2012.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2013.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2014.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2015.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2016.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2017.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2018.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2019.html | 5328 ++++++++++++++++++++++++++++++++++++++ data/2020.html | 5354 ++++++++++++++++++++++++++++++++++++++ data/2021.html | 5596 ++++++++++++++++++++++++++++++++++++++++ data/2022.html | 5583 +++++++++++++++++++++++++++++++++++++++ data/2023.html | 5596 ++++++++++++++++++++++++++++++++++++++++ data/2024.html | 5557 +++++++++++++++++++++++++++++++++++++++ observablehq.config.js | 38 + package-lock.json | 3526 +++++++++++++++++++++++++ package.json | 20 + parse_odds.py | 32 + scrape_odds.py | 11 + src/.gitignore | 1 + src/index.md | 5 + src/observable.png | Bin 0 -> 394 bytes 84 files changed, 338939 insertions(+) create mode 100644 .gitignore create mode 100644 1952_soup.html create mode 100644 README.md create mode 100644 data/1952.html create mode 100644 data/1953.html create mode 100644 data/1954.html create mode 100644 data/1955.html create mode 100644 data/1956.html create mode 100644 data/1957.html create mode 100644 data/1958.html create mode 100644 data/1959.html create mode 100644 data/1960.html create mode 100644 data/1961.html create mode 100644 data/1962.html create mode 100644 data/1963.html create mode 100644 data/1964.html create mode 100644 data/1965.html create mode 100644 data/1966.html create mode 100644 data/1967.html create mode 100644 data/1968.html create mode 100644 data/1969.html create mode 100644 data/1970.html create mode 100644 data/1971.html create mode 100644 data/1972.html create mode 100644 data/1973.html create mode 100644 data/1974.html create mode 100644 data/1975.html create mode 100644 data/1976.html create mode 100644 data/1977.html create mode 100644 data/1978.html create mode 100644 data/1979.html create mode 100644 data/1980.html create mode 100644 data/1981.html create mode 100644 data/1982.html create mode 100644 data/1983.html create mode 100644 data/1984.html create mode 100644 data/1985.html create mode 100644 data/1986.html create mode 100644 data/1987.html create mode 100644 data/1988.html create mode 100644 data/1989.html create mode 100644 data/1990.html create mode 100644 data/1991.html create mode 100644 data/1992.html create mode 100644 data/1993.html create mode 100644 data/1994.html create mode 100644 data/1995.html create mode 100644 data/1996.html create mode 100644 data/1997.html create mode 100644 data/1998.html create mode 100644 data/1999.html create mode 100644 data/2000.html create mode 100644 data/2001.html create mode 100644 data/2002.html create mode 100644 data/2003.html create mode 100644 data/2004.html create mode 100644 data/2005.html create mode 100644 data/2006.html create mode 100644 data/2007.html create mode 100644 data/2008.html create mode 100644 data/2009.html create mode 100644 data/2010.html create mode 100644 data/2011.html create mode 100644 data/2012.html create mode 100644 data/2013.html create mode 100644 data/2014.html create mode 100644 data/2015.html create mode 100644 data/2016.html create mode 100644 data/2017.html create mode 100644 data/2018.html create mode 100644 data/2019.html create mode 100644 data/2020.html create mode 100644 data/2021.html create mode 100644 data/2022.html create mode 100644 data/2023.html create mode 100644 data/2024.html create mode 100644 observablehq.config.js create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 parse_odds.py create mode 100644 scrape_odds.py create mode 100644 src/.gitignore create mode 100644 src/index.md create mode 100644 src/observable.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e58735f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +/dist/ +node_modules/ +yarn-error.log diff --git a/1952_soup.html b/1952_soup.html new file mode 100644 index 0000000..7ed9330 --- /dev/null +++ b/1952_soup.html @@ -0,0 +1,1633 @@ + +Week +Favorites +Home
Teams +Home
Favorites +Home
Underdogs +Over/
Unders
+ + + + +Straight
Up
+ATS +Straight
Up
+ATS +Straight
Up
+ATS +Straight
Up
+ATS + + + + + +1 +1-0 (100.%) +1-0-0 (100.%) +2-4 (33.3%) +2-0-0 (100.%) +1-0 (100.%) +1-0-0 (100.%) +0-0 +0-0-0 +-- + + +2 +3-1 (75.0%) +1-3-0 (25.0%) +2-4 (33.3%) +3-1-0 (75.0%) +0-0 +0-0-0 +1-3 (25.0%) +3-1-0 (75.0%) +-- + + +3 +4-2 (66.7%) +2-4-0 (33.3%) +2-4 (33.3%) +2-4-0 (33.3%) +2-2 (50.0%) +1-3-0 (25.0%) +0-2 (0.0%) +1-1-0 (50.0%) +-- + + +4 +3-2 (60.0%) +3-2-0 (60.0%) +1-5 (16.7%) +1-4-0 (20.0%) +1-2 (33.3%) +1-2-0 (33.3%) +0-2 (0.0%) +0-2-0 (0.0%) +-- + + +5 +4-2 (66.7%) +3-3-0 (50.0%) +3-3 (50.0%) +2-4-0 (33.3%) +3-2 (60.0%) +2-3-0 (40.0%) +0-1 (0.0%) +0-1-0 (0.0%) +-- + + +6 +2-3 (40.0%) +1-4-0 (20.0%) +3-3 (50.0%) +2-4-0 (33.3%) +1-2 (33.3%) +0-3-0 (0.0%) +1-1 (50.0%) +1-1-0 (50.0%) +-- + + +7 +4-2 (66.7%) +4-2-0 (66.7%) +3-3 (50.0%) +3-3-0 (50.0%) +2-1 (66.7%) +2-1-0 (66.7%) +1-2 (33.3%) +1-2-0 (33.3%) +-- + + +8 +5-1 (83.3%) +2-4-0 (33.3%) +3-3 (50.0%) +2-4-0 (33.3%) +3-1 (75.0%) +1-3-0 (25.0%) +0-2 (0.0%) +1-1-0 (50.0%) +-- + + +9 +4-2 (66.7%) +2-4-0 (33.3%) +4-2 (66.7%) +4-2-0 (66.7%) +3-1 (75.0%) +2-2-0 (50.0%) +1-1 (50.0%) +2-0-0 (100.%) +-- + + +10 +2-2 (50.0%) +2-2-0 (50.0%) +3-2 (60.0%) +3-2-0 (60.0%) +1-0 (100.%) +1-0-0 (100.%) +2-1 (66.7%) +2-1-0 (66.7%) +-- + + +11 +4-2 (66.7%) +3-3-0 (50.0%) +3-3 (50.0%) +2-4-0 (33.3%) +3-2 (60.0%) +2-3-0 (40.0%) +0-1 (0.0%) +0-1-0 (0.0%) +-- + + +12 +2-3 (40.0%) +2-3-0 (40.0%) +6-0 (100.%) +5-0-0 (100.%) +2-0 (100.%) +2-0-0 (100.%) +3-0 (100.%) +3-0-0 (100.%) +-- + + +13 +1-0 (100.%) +1-0-0 (100.%) +1-0 (100.%) +1-0-0 (100.%) +1-0 (100.%) +1-0-0 (100.%) +0-0 +0-0-0 +-- + + +Playoffs +1-0 (100.%) +1-0-0 (100.%) +0-1 (0.0%) +0-1-0 (0.0%) +0-0 +0-0-0 +0-1 (0.0%) +0-1-0 (0.0%) +-- + + + + + + + +Team +Overall +Favorite +Home +Home
Favorite + +Over/
Unders
+ + + + +Straight
Up
+ATS +Straight
Up
+ATS +Straight
Up
+ATS +Straight
Up
+ATS + + + + + + +Chicago Bears +5-7 (41.7%) +4-6 (40.0%) +2-2 (50.0%) +2-2-0 (50.0%) +3-3 (50.0%) +3-3-0 (50.0%) +2-1 (66.7%) +2-1-0 (66.7%) + +-- + + +Chicago Cardinals +4-8 (33.3%) +6-5 (54.5%) +1-1 (50.0%) +1-1-0 (50.0%) +2-4 (33.3%) +2-3-0 (40.0%) +0-1 (0.0%) +0-1-0 (0.0%) + +-- + + +Cleveland Browns +8-4 (66.7%) +5-7 (41.7%) +7-4 (63.6%) +4-7-0 (36.4%) +4-2 (66.7%) +2-4-0 (33.3%) +3-2 (60.0%) +1-4-0 (20.0%) + +-- + + +Detroit Lions +10-3 (76.9%) +8-4 (66.7%) +8-2 (80.0%) +7-3-0 (70.0%) +7-1 (87.5%) +6-1-0 (85.7%) +5-1 (83.3%) +5-1-0 (83.3%) + +-- + + +Green Bay Packers +6-6 (50.0%) +5-4 (55.6%) +1-1 (50.0%) +1-1-0 (50.0%) +3-3 (50.0%) +3-1-0 (75.0%) +1-0 (100.%) +1-0-0 (100.%) + +-- + + +Los Angeles Rams +9-4 (69.2%) +8-5 (61.5%) +8-0 (100.%) +6-2-0 (75.0%) +5-1 (83.3%) +5-1-0 (83.3%) +5-0 (100.%) +4-1-0 (80.0%) + +-- + + +New York Giants +7-5 (58.3%) +4-6 (40.0%) +2-5 (28.6%) +1-6-0 (14.3%) +2-4 (33.3%) +2-4-0 (33.3%) +0-4 (0.0%) +0-4-0 (0.0%) + +-- + + +Philadelphia Eagles +7-5 (58.3%) +3-7 (30.0%) +4-2 (66.7%) +1-5-0 (16.7%) +4-2 (66.7%) +1-4-0 (20.0%) +4-0 (100.%) +1-3-0 (25.0%) + +-- + + +Pittsburgh Steelers +5-7 (41.7%) +7-4 (63.6%) +1-1 (50.0%) +0-2-0 (0.0%) +2-4 (33.3%) +2-3-0 (40.0%) +1-1 (50.0%) +0-2-0 (0.0%) + +-- + + +San Francisco 49ers +7-5 (58.3%) +6-6 (50.0%) +5-3 (62.5%) +4-4-0 (50.0%) +3-3 (50.0%) +3-3-0 (50.0%) +2-2 (50.0%) +2-2-0 (50.0%) + +-- + + +Washington Redskins +4-8 (33.3%) +6-4 (60.0%) +0-1 (0.0%) +0-1-0 (0.0%) +1-5 (16.7%) +3-3-0 (50.0%) +0-1 (0.0%) +0-1-0 (0.0%) + +-- + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Sep 28, 1952 + +@ +Cleveland Browns +W 37-7 +W PK + +Los Angeles Rams + + + + +Sun +Sep 28, 1952 + +@ +Dallas Texans +L 6-24 +N/A + +New York Giants + + + + +Sun +Sep 28, 1952 + +@ +Green Bay Packers +L 14-24 +N/A + +Chicago Bears + + + + +Sun +Sep 28, 1952 + +@ +Pittsburgh Steelers +L 25-31 +N/A + +Philadelphia Eagles + + + + +Sun +Sep 28, 1952 + +@ +San Francisco 49ers +W 17-3 +W -3.5 + +Detroit Lions + + + + +Mon +Sep 29, 1952 + +@ +Chicago Cardinals +L 7-23 +N/A + +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Fri +Oct 3, 1952 + + +Detroit Lions +W 17-14 +L -14 +@ +Los Angeles Rams + + + + +Sat +Oct 4, 1952 + +@ +Philadelphia Eagles +L 7-31 +N/A + +New York Giants + + + + +Sat +Oct 4, 1952 + + +Cleveland Browns +W 21-20 +L -14 +@ +Pittsburgh Steelers + + + + +Sun +Oct 5, 1952 + + +Chicago Bears +L 10-21 +L -13 +@ +Chicago Cardinals + + + + +Sun +Oct 5, 1952 + + +San Francisco 49ers +W 37-14 +W -14.5 +@ +Dallas Texans + + + + +Sun +Oct 5, 1952 + +@ +Green Bay Packers +W 35-20 +N/A + +Washington Redskins + +at Milwaukee + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Oct 12, 1952 + +@ +Chicago Bears +W 38-20 +W -17 + +Dallas Texans + + + + +Sun +Oct 12, 1952 + +@ +Cleveland Browns +L 9-17 +L -3 + +New York Giants + + + + +Sun +Oct 12, 1952 + +@ +Detroit Lions +L 0-28 +L -3 + +San Francisco 49ers + + + + +Sun +Oct 12, 1952 + + +Los Angeles Rams +W 30-28 +L -5 +@ +Green Bay Packers + +at Milwaukee + + +Sun +Oct 12, 1952 + +@ +Philadelphia Eagles +W 26-21 +L -7 + +Pittsburgh Steelers + + + + +Sun +Oct 12, 1952 + + +Chicago Cardinals +W 17-6 +W -3 +@ +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sat +Oct 18, 1952 + +@ +Dallas Texans +L 14-24 +N/A + +Green Bay Packers + + + + +Sun +Oct 19, 1952 + + +San Francisco 49ers +W 40-16 +W -6.5 +@ +Chicago Bears + + + + +Sun +Oct 19, 1952 + +@ +Detroit Lions +W 24-16 +W -6.5 + +Los Angeles Rams + + + + +Sun +Oct 19, 1952 + +@ +New York Giants +L 23-24 +L -13 + +Chicago Cardinals + + + + +Sun +Oct 19, 1952 + + +Cleveland Browns +W 49-7 +W -7 +@ +Philadelphia Eagles + + + + +Sun +Oct 19, 1952 + +@ +Pittsburgh Steelers +L 24-28 +L -7 + +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Oct 26, 1952 + +@ +Chicago Cardinals +L 28-34 +L -10 + +Pittsburgh Steelers + + + + +Sun +Oct 26, 1952 + +@ +Cleveland Browns +W 19-15 +L -14 + +Washington Redskins + + + + +Sun +Oct 26, 1952 + + +Detroit Lions +W 52-17 +W -6 +@ +Green Bay Packers + + + + +Sun +Oct 26, 1952 + +@ +Los Angeles Rams +W 31-7 +W -6 + +Chicago Bears + + + + +Sun +Oct 26, 1952 + +@ +New York Giants +L 10-14 +L -15 + +Philadelphia Eagles + + + + +Sun +Oct 26, 1952 + +@ +San Francisco 49ers +W 48-21 +W -23 + +Dallas Texans + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Nov 2, 1952 + + +New York Giants +W 28-6 +W -6.5 +@ +Chicago Cardinals + + + + +Sun +Nov 2, 1952 + + +Cleveland Browns +L 6-17 +L -1.5 +@ +Detroit Lions + + + + +Sun +Nov 2, 1952 + +@ +Green Bay Packers +W 12-10 +W PK + +Philadelphia Eagles + +at Milwaukee + + +Sun +Nov 2, 1952 + +@ +Los Angeles Rams +W 42-20 +L -23 + +Dallas Texans + + + + +Sun +Nov 2, 1952 + +@ +San Francisco 49ers +L 17-20 +L -17 + +Chicago Bears + + + + +Sun +Nov 2, 1952 + +@ +Washington Redskins +L 23-24 +L -2.5 + +Pittsburgh Steelers + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Nov 9, 1952 + +@ +Chicago Bears +L 28-41 +L -9 + +Green Bay Packers + + + + +Sun +Nov 9, 1952 + +@ +Cleveland Browns +W 28-13 +W -10 + +Chicago Cardinals + + + + +Sun +Nov 9, 1952 + + +Los Angeles Rams +W 27-6 +W -17 +@ +Dallas Texans + + + + +Sun +Nov 9, 1952 + + +San Francisco 49ers +L 14-23 +L -2 +@ +New York Giants + + + + +Sun +Nov 9, 1952 + +@ +Philadelphia Eagles +W 38-20 +W -6 + +Washington Redskins + + + + +Sun +Nov 9, 1952 + + +Detroit Lions +W 31-6 +W -10 +@ +Pittsburgh Steelers + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Nov 16, 1952 + + +Los Angeles Rams +W 40-24 +W -6 +@ +Chicago Bears + + + + +Sun +Nov 16, 1952 + +@ +Cleveland Browns +W 29-28 +L -14 + +Pittsburgh Steelers + + + + +Sun +Nov 16, 1952 + +@ +Detroit Lions +W 43-13 +W -26.5 + +Dallas Texans + + + + +Sun +Nov 16, 1952 + +@ +New York Giants +L 3-17 +L -13 + +Green Bay Packers + + + + +Sun +Nov 16, 1952 + +@ +Philadelphia Eagles +W 10-7 +L -6 + +Chicago Cardinals + + + + +Sun +Nov 16, 1952 + + +San Francisco 49ers +W 23-17 +L -14.5 +@ +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Nov 23, 1952 + + +Detroit Lions +L 23-24 +L -13 +@ +Chicago Bears + + + + +Sun +Nov 23, 1952 + +@ +Cleveland Browns +L 20-28 +L -13.5 + +Philadelphia Eagles + + + + +Sun +Nov 23, 1952 + +@ +Green Bay Packers +W 42-14 +W -21 + +Dallas Texans + + + + +Sun +Nov 23, 1952 + +@ +Los Angeles Rams +W 35-9 +W -1 + +San Francisco 49ers + + + + +Sun +Nov 23, 1952 + +@ +Pittsburgh Steelers +W 17-14 +L -5 + +Chicago Cardinals + + + + +Sun +Nov 23, 1952 + + +New York Giants +W 14-10 +L -11 +@ +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Thu +Nov 27, 1952 + +N +Dallas Texans +W 27-23 +N/A + +Chicago Bears + +at Akron + + +Thu +Nov 27, 1952 + +@ +Detroit Lions +W 48-24 +W -7 + +Green Bay Packers + + + + +Sun +Nov 30, 1952 + + +Philadelphia Eagles +L 22-28 +L -6 +@ +Chicago Cardinals + + + + +Sun +Nov 30, 1952 + + +New York Giants +L 7-63 +L -7.5 +@ +Pittsburgh Steelers + + + + +Sun +Nov 30, 1952 + +@ +San Francisco 49ers +L 21-34 +L PK + +Los Angeles Rams + + + + +Sun +Nov 30, 1952 + + +Cleveland Browns +W 48-24 +W -10 +@ +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Dec 7, 1952 + + +Cleveland Browns +W 10-0 +W -7.5 +@ +Chicago Cardinals + + + + +Sun +Dec 7, 1952 + +@ +Detroit Lions +W 45-21 +W -13 + +Chicago Bears + + + + +Sun +Dec 7, 1952 + +@ +Los Angeles Rams +W 45-27 +W -10 + +Green Bay Packers + + + + +Sun +Dec 7, 1952 + +@ +New York Giants +L 17-27 +L -10 + +Washington Redskins + + + + +Sun +Dec 7, 1952 + +@ +Philadelphia Eagles +W 38-21 +L -20 + +Dallas Texans + + + + +Sun +Dec 7, 1952 + +@ +San Francisco 49ers +L 7-24 +L -7 + +Pittsburgh Steelers + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sat +Dec 13, 1952 + +@ +Detroit Lions +W 41-6 +N/A + +Dallas Texans + + + + +Sun +Dec 14, 1952 + +@ +Chicago Bears +W 10-7 +W -1 + +Chicago Cardinals + + + + +Sun +Dec 14, 1952 + +@ +Los Angeles Rams +W 28-14 +W -13 + +Pittsburgh Steelers + + + + +Sun +Dec 14, 1952 + + +Cleveland Browns +L 34-37 +L -10 +@ +New York Giants + + + + +Sun +Dec 14, 1952 + + +Green Bay Packers +L 14-24 +L -1 +@ +San Francisco 49ers + + + + +Sun +Dec 14, 1952 + + +Philadelphia Eagles +L 21-27 +L -3 +@ +Washington Redskins + + + + + + + + + +Day +Date +Time (ET) +  +Favorite +Score +Spread +  +Underdog +Over/
Under +Notes + + + + + +Sun +Dec 21, 1952 + +@ +Detroit Lions +W 31-21 +W -3 + +Los Angeles Rams + + + + + + + + + +Round +Day +Date +Time (ET) +  +Favorite
(Seed) +Score +Spread +  +Underdog
(Seed) +Over/
Under + + + + + +NFL Championship +Sun +Dec 28, 1952 + + +Detroit Lions +W 17-7 +W -3.5 +@ +Cleveland Browns + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..10a84ae --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ +# .\NFLOddsVis + +This is an [Observable Framework](https://observablehq.com/framework/) app. To install the required dependencies, run: + +``` +npm install +``` + +Then, to start the local preview server, run: + +``` +npm run dev +``` + +Then visit to preview your app. + +For more, see . + +## Project structure + +A typical Framework project looks like this: + +```ini +. +├─ src +│ ├─ components +│ │ └─ timeline.js # an importable module +│ ├─ data +│ │ ├─ launches.csv.js # a data loader +│ │ └─ events.json # a static data file +│ ├─ example-dashboard.md # a page +│ ├─ example-report.md # another page +│ └─ index.md # the home page +├─ .gitignore +├─ observablehq.config.js # the app config file +├─ package.json +└─ README.md +``` + +**`src`** - This is the “source root” — where your source files live. Pages go here. Each page is a Markdown file. Observable Framework uses [file-based routing](https://observablehq.com/framework/project-structure#routing), which means that the name of the file controls where the page is served. You can create as many pages as you like. Use folders to organize your pages. + +**`src/index.md`** - This is the home page for your app. You can have as many additional pages as you’d like, but you should always have a home page, too. + +**`src/data`** - You can put [data loaders](https://observablehq.com/framework/data-loaders) or static data files anywhere in your source root, but we recommend putting them here. + +**`src/components`** - You can put shared [JavaScript modules](https://observablehq.com/framework/imports) anywhere in your source root, but we recommend putting them here. This helps you pull code out of Markdown files and into JavaScript modules, making it easier to reuse code across pages, write tests and run linters, and even share code with vanilla web applications. + +**`observablehq.config.js`** - This is the [app configuration](https://observablehq.com/framework/config) file, such as the pages and sections in the sidebar navigation, and the app’s title. + +## Command reference + +| Command | Description | +| ----------------- | -------------------------------------------------------- | +| `npm install` | Install or reinstall dependencies | +| `npm run dev` | Start local preview server | +| `npm run build` | Build your static site, generating `./dist` | +| `npm run deploy` | Deploy your app to Observable | +| `npm run clean` | Clear the local data loader cache | +| `npm run observable` | Run commands like `observable help` | diff --git a/data/1952.html b/data/1952.html new file mode 100644 index 0000000..2096133 --- /dev/null +++ b/data/1952.html @@ -0,0 +1,2389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1952 Season

+ +

Historical NFL Game Odds

1952 Season

1953 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1952 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
11-0 (100.%)1-0-0 (100.%)2-4 (33.3%)2-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 --
23-1 (75.0%)1-3-0 (25.0%)2-4 (33.3%)3-1-0 (75.0%)0-0 0-0-0 1-3 (25.0%)3-1-0 (75.0%)--
34-2 (66.7%)2-4-0 (33.3%)2-4 (33.3%)2-4-0 (33.3%)2-2 (50.0%)1-3-0 (25.0%)0-2 (0.0%)1-1-0 (50.0%)--
43-2 (60.0%)3-2-0 (60.0%)1-5 (16.7%)1-4-0 (20.0%)1-2 (33.3%)1-2-0 (33.3%)0-2 (0.0%)0-2-0 (0.0%)--
54-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
62-3 (40.0%)1-4-0 (20.0%)3-3 (50.0%)2-4-0 (33.3%)1-2 (33.3%)0-3-0 (0.0%)1-1 (50.0%)1-1-0 (50.0%)--
74-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)3-3-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)--
85-1 (83.3%)2-4-0 (33.3%)3-3 (50.0%)2-4-0 (33.3%)3-1 (75.0%)1-3-0 (25.0%)0-2 (0.0%)1-1-0 (50.0%)--
94-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)4-2-0 (66.7%)3-1 (75.0%)2-2-0 (50.0%)1-1 (50.0%)2-0-0 (100.%)--
102-2 (50.0%)2-2-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)1-0 (100.%)1-0-0 (100.%)2-1 (66.7%)2-1-0 (66.7%)--
114-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
122-3 (40.0%)2-3-0 (40.0%)6-0 (100.%)5-0-0 (100.%)2-0 (100.%)2-0-0 (100.%)3-0 (100.%)3-0-0 (100.%)--
131-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 --
Playoffs1-0 (100.%)1-0-0 (100.%)0-1 (0.0%)0-1-0 (0.0%)0-0 0-0-0 0-1 (0.0%)0-1-0 (0.0%)--
+ +


1952 Results by Team

Click on a team to view 1952 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Chicago Bears5-7 (41.7%)4-6 (40.0%)2-2 (50.0%)2-2-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
Chicago Cardinals4-8 (33.3%)6-5 (54.5%)1-1 (50.0%)1-1-0 (50.0%)2-4 (33.3%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
Cleveland Browns8-4 (66.7%)5-7 (41.7%)7-4 (63.6%)4-7-0 (36.4%)4-2 (66.7%)2-4-0 (33.3%)3-2 (60.0%)1-4-0 (20.0%)--
Detroit Lions10-3 (76.9%)8-4 (66.7%)8-2 (80.0%)7-3-0 (70.0%)7-1 (87.5%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)--
Green Bay Packers6-6 (50.0%)5-4 (55.6%)1-1 (50.0%)1-1-0 (50.0%)3-3 (50.0%)3-1-0 (75.0%)1-0 (100.%)1-0-0 (100.%)--
Los Angeles Rams9-4 (69.2%)8-5 (61.5%)8-0 (100.%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)5-0 (100.%)4-1-0 (80.0%)--
New York Giants7-5 (58.3%)4-6 (40.0%)2-5 (28.6%)1-6-0 (14.3%)2-4 (33.3%)2-4-0 (33.3%)0-4 (0.0%)0-4-0 (0.0%)--
Philadelphia Eagles7-5 (58.3%)3-7 (30.0%)4-2 (66.7%)1-5-0 (16.7%)4-2 (66.7%)1-4-0 (20.0%)4-0 (100.%)1-3-0 (25.0%)--
Pittsburgh Steelers5-7 (41.7%)7-4 (63.6%)1-1 (50.0%)0-2-0 (0.0%)2-4 (33.3%)2-3-0 (40.0%)1-1 (50.0%)0-2-0 (0.0%)--
San Francisco 49ers7-5 (58.3%)6-6 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
Washington Redskins4-8 (33.3%)6-4 (60.0%)0-1 (0.0%)0-1-0 (0.0%)1-5 (16.7%)3-3-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1952 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 1952@Cleveland BrownsW 37-7W PKLos Angeles Rams
SunSep 28, 1952@Dallas TexansL 6-24N/ANew York Giants
SunSep 28, 1952@Green Bay PackersL 14-24N/AChicago Bears
SunSep 28, 1952@Pittsburgh SteelersL 25-31N/APhiladelphia Eagles
SunSep 28, 1952@San Francisco 49ersW 17-3W -3.5Detroit Lions
MonSep 29, 1952@Chicago CardinalsL 7-23N/AWashington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 3, 1952Detroit LionsW 17-14L -14@Los Angeles Rams
SatOct 4, 1952@Philadelphia EaglesL 7-31N/ANew York Giants
SatOct 4, 1952Cleveland BrownsW 21-20L -14@Pittsburgh Steelers
SunOct 5, 1952Chicago BearsL 10-21L -13@Chicago Cardinals
SunOct 5, 1952San Francisco 49ersW 37-14W -14.5@Dallas Texans
SunOct 5, 1952@Green Bay PackersW 35-20N/AWashington Redskins at Milwaukee
+ + +

+ +

Back to top

1952 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 1952@Chicago BearsW 38-20W -17Dallas Texans
SunOct 12, 1952@Cleveland BrownsL 9-17L -3New York Giants
SunOct 12, 1952@Detroit LionsL 0-28L -3San Francisco 49ers
SunOct 12, 1952Los Angeles RamsW 30-28L -5@Green Bay Packers at Milwaukee
SunOct 12, 1952@Philadelphia EaglesW 26-21L -7Pittsburgh Steelers
SunOct 12, 1952Chicago CardinalsW 17-6W -3@Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 18, 1952@Dallas TexansL 14-24N/AGreen Bay Packers
SunOct 19, 1952San Francisco 49ersW 40-16W -6.5@Chicago Bears
SunOct 19, 1952@Detroit LionsW 24-16W -6.5Los Angeles Rams
SunOct 19, 1952@New York GiantsL 23-24L -13Chicago Cardinals
SunOct 19, 1952Cleveland BrownsW 49-7W -7@Philadelphia Eagles
SunOct 19, 1952@Pittsburgh SteelersL 24-28L -7Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 1952@Chicago CardinalsL 28-34L -10Pittsburgh Steelers
SunOct 26, 1952@Cleveland BrownsW 19-15L -14Washington Redskins
SunOct 26, 1952Detroit LionsW 52-17W -6@Green Bay Packers
SunOct 26, 1952@Los Angeles RamsW 31-7W -6Chicago Bears
SunOct 26, 1952@New York GiantsL 10-14L -15Philadelphia Eagles
SunOct 26, 1952@San Francisco 49ersW 48-21W -23Dallas Texans
+ + +

+ +

Back to top

1952 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 1952New York GiantsW 28-6W -6.5@Chicago Cardinals
SunNov 2, 1952Cleveland BrownsL 6-17L -1.5@Detroit Lions
SunNov 2, 1952@Green Bay PackersW 12-10W PKPhiladelphia Eagles at Milwaukee
SunNov 2, 1952@Los Angeles RamsW 42-20L -23Dallas Texans
SunNov 2, 1952@San Francisco 49ersL 17-20L -17Chicago Bears
SunNov 2, 1952@Washington RedskinsL 23-24L -2.5Pittsburgh Steelers
+ + +

+ +

Back to top

1952 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 1952@Chicago BearsL 28-41L -9Green Bay Packers
SunNov 9, 1952@Cleveland BrownsW 28-13W -10Chicago Cardinals
SunNov 9, 1952Los Angeles RamsW 27-6W -17@Dallas Texans
SunNov 9, 1952San Francisco 49ersL 14-23L -2@New York Giants
SunNov 9, 1952@Philadelphia EaglesW 38-20W -6Washington Redskins
SunNov 9, 1952Detroit LionsW 31-6W -10@Pittsburgh Steelers
+ + +

+ +

Back to top

1952 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 1952Los Angeles RamsW 40-24W -6@Chicago Bears
SunNov 16, 1952@Cleveland BrownsW 29-28L -14Pittsburgh Steelers
SunNov 16, 1952@Detroit LionsW 43-13W -26.5Dallas Texans
SunNov 16, 1952@New York GiantsL 3-17L -13Green Bay Packers
SunNov 16, 1952@Philadelphia EaglesW 10-7L -6Chicago Cardinals
SunNov 16, 1952San Francisco 49ersW 23-17L -14.5@Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 1952Detroit LionsL 23-24L -13@Chicago Bears
SunNov 23, 1952@Cleveland BrownsL 20-28L -13.5Philadelphia Eagles
SunNov 23, 1952@Green Bay PackersW 42-14W -21Dallas Texans
SunNov 23, 1952@Los Angeles RamsW 35-9W -1San Francisco 49ers
SunNov 23, 1952@Pittsburgh SteelersW 17-14L -5Chicago Cardinals
SunNov 23, 1952New York GiantsW 14-10L -11@Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 1952NDallas TexansW 27-23N/AChicago Bears at Akron
ThuNov 27, 1952@Detroit LionsW 48-24W -7Green Bay Packers
SunNov 30, 1952Philadelphia EaglesL 22-28L -6@Chicago Cardinals
SunNov 30, 1952New York GiantsL 7-63L -7.5@Pittsburgh Steelers
SunNov 30, 1952@San Francisco 49ersL 21-34L PKLos Angeles Rams
SunNov 30, 1952Cleveland BrownsW 48-24W -10@Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 7, 1952Cleveland BrownsW 10-0W -7.5@Chicago Cardinals
SunDec 7, 1952@Detroit LionsW 45-21W -13Chicago Bears
SunDec 7, 1952@Los Angeles RamsW 45-27W -10Green Bay Packers
SunDec 7, 1952@New York GiantsL 17-27L -10Washington Redskins
SunDec 7, 1952@Philadelphia EaglesW 38-21L -20Dallas Texans
SunDec 7, 1952@San Francisco 49ersL 7-24L -7Pittsburgh Steelers
+ + +

+ +

Back to top

1952 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 1952@Detroit LionsW 41-6N/ADallas Texans
SunDec 14, 1952@Chicago BearsW 10-7W -1Chicago Cardinals
SunDec 14, 1952@Los Angeles RamsW 28-14W -13Pittsburgh Steelers
SunDec 14, 1952Cleveland BrownsL 34-37L -10@New York Giants
SunDec 14, 1952Green Bay PackersL 14-24L -1@San Francisco 49ers
SunDec 14, 1952Philadelphia EaglesL 21-27L -3@Washington Redskins
+ + +

+ +

Back to top

1952 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 21, 1952@Detroit LionsW 31-21W -3Los Angeles Rams
+ + +

+

Back to top

+

1952 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 28, 1952Detroit LionsW 17-7W -3.5@Cleveland Browns
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1953.html b/data/1953.html new file mode 100644 index 0000000..72f132a --- /dev/null +++ b/data/1953.html @@ -0,0 +1,2356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1953 Season

+ +

Historical NFL Game Odds

1953 Season

<<-- 1952 Season    1954 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1953 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
14-2 (66.7%)4-2-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)3-1 (75.0%)3-1-0 (75.0%)1-1 (50.0%)1-1-0 (50.0%)--
23-1 (75.0%)2-2-0 (50.0%)2-3 (40.0%)3-2-0 (60.0%)0-0 0-0-0 1-3 (25.0%)2-2-0 (50.0%)--
34-1 (80.0%)2-3-0 (40.0%)4-2 (66.7%)1-4-0 (20.0%)3-1 (75.0%)1-3-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)--
44-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)3-3-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)--
55-1 (83.3%)2-4-0 (33.3%)3-3 (50.0%)4-2-0 (66.7%)2-0 (100.%)1-1-0 (50.0%)1-3 (25.0%)3-1-0 (75.0%)--
64-2 (66.7%)2-4-0 (33.3%)3-3 (50.0%)3-3-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)1-0-0 (100.%)--
74-1 (80.0%)3-3-0 (50.0%)4-1 (80.0%)3-3-0 (50.0%)4-1 (80.0%)3-3-0 (50.0%)0-0 0-0-0 --
84-1 (80.0%)2-4-0 (33.3%)2-3 (40.0%)3-3-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)0-2 (0.0%)2-1-0 (66.7%)--
95-1 (83.3%)2-4-0 (33.3%)1-5 (16.7%)4-2-0 (66.7%)1-1 (50.0%)1-1-0 (50.0%)0-4 (0.0%)3-1-0 (75.0%)--
103-3 (50.0%)2-4-0 (33.3%)4-2 (66.7%)3-3-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)2-1 (66.7%)2-1-0 (66.7%)--
115-1 (83.3%)4-2-0 (66.7%)5-1 (83.3%)4-2-0 (66.7%)4-0 (100.%)3-1-0 (75.0%)1-1 (50.0%)1-1-0 (50.0%)--
123-3 (50.0%)2-4-0 (33.3%)3-3 (50.0%)2-4-0 (33.3%)2-2 (50.0%)1-3-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)--
Playoffs0-1 (0.0%)0-1-0 (0.0%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 1-0 (100.%)1-0-0 (100.%)--
+ +


1953 Results by Team

Click on a team to view 1953 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts3-9 (25.0%)6-6 (50.0%)0-2 (0.0%)0-2-0 (0.0%)2-4 (33.3%)4-2-0 (66.7%)0-1 (0.0%)0-1-0 (0.0%)--
Chicago Bears3-8-1 (27.3%)7-5 (58.3%)1-3 (25.0%)1-4-0 (20.0%)1-4 (20.0%)2-4-0 (33.3%)0-2 (0.0%)0-3-0 (0.0%)--
Chicago Cardinals1-10-1 (9.1%)5-7 (41.7%)0-1 (0.0%)0-1-0 (0.0%)0-5 (0.0%)2-4-0 (33.3%)0-1 (0.0%)0-1-0 (0.0%)--
Cleveland Browns11-1 (91.7%)6-5 (54.5%)10-1 (90.9%)6-5-0 (54.5%)6-0 (100.%)3-2-0 (60.0%)5-0 (100.%)3-2-0 (60.0%)--
Detroit Lions10-2 (83.3%)3-9 (25.0%)10-1 (90.9%)3-8-0 (27.3%)5-1 (83.3%)2-4-0 (33.3%)5-1 (83.3%)2-4-0 (33.3%)--
Green Bay Packers2-9-1 (18.2%)5-7 (41.7%)0-0 0-0-0 1-5 (16.7%)2-4-0 (33.3%)0-0 0-0-0 --
Los Angeles Rams8-3-1 (72.7%)5-7 (41.7%)7-3 (70.0%)4-7-0 (36.4%)5-1 (83.3%)3-3-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)--
New York Giants3-9 (25.0%)3-9 (25.0%)2-1 (66.7%)1-2-0 (33.3%)2-4 (33.3%)3-3-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)--
Philadelphia Eagles7-4-1 (63.6%)7-3 (70.0%)5-2 (71.4%)5-2-0 (71.4%)5-0 (100.%)5-0-0 (100.%)4-0 (100.%)4-0-0 (100.%)--
Pittsburgh Steelers6-6 (50.0%)6-6 (50.0%)4-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)--
San Francisco 49ers9-3 (75.0%)11-1 (91.7%)7-0 (100.%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)4-0 (100.%)3-1-0 (75.0%)--
Washington Redskins6-5-1 (54.5%)6-5 (54.5%)2-3 (40.0%)2-3-0 (40.0%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1953 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 1953Chicago BearsL 9-13L -13@Baltimore Colts
SunSep 27, 1953@Chicago CardinalsL 13-24L -6.5Washington Redskins
SunSep 27, 1953@Detroit LionsW 38-21W -14Pittsburgh Steelers
SunSep 27, 1953Cleveland BrownsW 27-0W -6.5@Green Bay Packers at Milwaukee
SunSep 27, 1953@Los Angeles RamsW 21-7W -11New York Giants
SunSep 27, 1953@San Francisco 49ersW 31-21W -1.5Philadelphia Eagles
+ + +

+ +

Back to top

1953 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 2, 1953@Philadelphia EaglesT 21-21N/AWashington Redskins
SatOct 3, 1953Detroit LionsW 27-17L -14@Baltimore Colts
SatOct 3, 1953@Pittsburgh SteelersW 24-14W PKNew York Giants
SunOct 4, 1953Cleveland BrownsW 27-7W -11@Chicago Cardinals
SunOct 4, 1953Chicago BearsW 17-13W -1@Green Bay Packers
SunOct 4, 1953Los Angeles RamsL 30-31L -6@San Francisco 49ers
+ + +

+ +

Back to top

1953 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 10, 1953@Cleveland BrownsW 37-13N/APhiladelphia Eagles
SunOct 11, 1953@Chicago BearsL 14-16L -6.5Baltimore Colts
SunOct 11, 1953@Detroit LionsW 24-21L -11San Francisco 49ers
SunOct 11, 1953Los Angeles RamsW 38-20W -10.5@Green Bay Packers at Milwaukee
SunOct 11, 1953@Pittsburgh SteelersW 31-28L -6.5Chicago Cardinals
SunOct 11, 1953@Washington RedskinsW 13-9W -3New York Giants
+ + +

+ +

Back to top

1953 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 17, 1953@Philadelphia EaglesW 23-7W -1.5Pittsburgh Steelers
SunOct 18, 1953San Francisco 49ersW 35-28W -5@Chicago Bears
SunOct 18, 1953@Detroit LionsL 19-31L -4Los Angeles Rams
SunOct 18, 1953Baltimore ColtsL 14-37L -1@Green Bay Packers
SunOct 18, 1953@New York GiantsW 21-7W -6.5Chicago Cardinals
SunOct 18, 1953Cleveland BrownsW 30-14W -11@Washington Redskins
+ + +

+ +

Back to top

1953 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 24, 1953@Pittsburgh SteelersW 31-14W -7Green Bay Packers
SunOct 25, 1953Washington RedskinsL 17-27L -3.5@Baltimore Colts
SunOct 25, 1953Philadelphia EaglesW 56-17W -3@Chicago Cardinals
SunOct 25, 1953@Los Angeles RamsW 38-24L -16Chicago Bears
SunOct 25, 1953Cleveland BrownsW 7-0L -9.5@New York Giants
SunOct 25, 1953Detroit LionsW 14-10L -5@San Francisco 49ers
+ + +

+ +

Back to top

1953 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 31, 1953@Baltimore ColtsL 24-35L -6Green Bay Packers
SunNov 1, 1953New York GiantsW 23-20L -7.5@Chicago Cardinals
SunNov 1, 1953@Cleveland BrownsW 27-3W -14.5Washington Redskins
SunNov 1, 1953@Los Angeles RamsW 37-24W -6Detroit Lions
SunNov 1, 1953@Pittsburgh SteelersL 7-35L -3Philadelphia Eagles
SunNov 1, 1953@San Francisco 49ersW 24-14L -13.5Chicago Bears
+ + +

+ +

Back to top

1953 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 7, 1953@Detroit LionsW 17-7L -14Baltimore Colts
SunNov 8, 1953@Chicago BearsT 21-21L -6Green Bay Packers
SunNov 8, 1953@Cleveland BrownsW 34-16W -14Pittsburgh Steelers
SunNov 8, 1953@Los Angeles RamsL 27-31L -7San Francisco 49ers
SunNov 8, 1953@Philadelphia EaglesW 30-7W -7New York Giants
SunNov 8, 1953@Washington RedskinsW 28-17W -6Chicago Cardinals
+ + +

+ +

Back to top

1953 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 1953Los Angeles RamsT 24-24L -16.5@Chicago Cardinals
SunNov 15, 1953@Cleveland BrownsW 23-21L -6.5San Francisco 49ers
SunNov 15, 1953Detroit LionsW 14-7L -10.5@Green Bay Packers
SunNov 15, 1953Pittsburgh SteelersW 14-10W -1@New York Giants
SunNov 15, 1953@Philadelphia EaglesW 45-14W -13.5Baltimore Colts
SunNov 15, 1953@Washington RedskinsL 24-27L -3.5Chicago Bears
+ + +

+ +

Back to top

1953 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 21, 1953@Philadelphia EaglesW 38-0W -14Chicago Cardinals
SunNov 22, 1953Los Angeles RamsW 21-13L -14@Baltimore Colts
SunNov 22, 1953Detroit LionsW 20-16L -7.5@Chicago Bears
SunNov 22, 1953San Francisco 49ersW 37-7W -9@Green Bay Packers at Milwaukee
SunNov 22, 1953@New York GiantsL 21-24L -2.5Washington Redskins
SunNov 22, 1953Cleveland BrownsW 20-16L -8@Pittsburgh Steelers
+ + +

+ +

Back to top

1953 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 1953@Detroit LionsW 34-15W -13Green Bay Packers
SunNov 29, 1953San Francisco 49ersW 38-21W -14@Baltimore Colts
SunNov 29, 1953Los Angeles RamsL 21-24L -7@Chicago Bears
SunNov 29, 1953@Cleveland BrownsW 27-16L -19Chicago Cardinals
SunNov 29, 1953Philadelphia EaglesL 28-37L -13@New York Giants
SunNov 29, 1953@Pittsburgh SteelersL 9-17L -6Washington Redskins
+ + +

+ +

Back to top

1953 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 5, 1953@Los Angeles RamsW 45-2W -21Baltimore Colts
SunDec 6, 1953Pittsburgh SteelersW 21-17W -3@Chicago Cardinals
SunDec 6, 1953@Cleveland BrownsW 62-14W -9New York Giants
SunDec 6, 1953@Detroit LionsW 13-7L -7.5Chicago Bears
SunDec 6, 1953@San Francisco 49ersW 48-14W -17Green Bay Packers
SunDec 6, 1953Philadelphia EaglesL 0-10L -10@Washington Redskins
+ + +

+ +

Back to top

1953 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 1953@Los Angeles RamsW 33-17L -20Green Bay Packers
SunDec 13, 1953@Chicago BearsL 17-24L -7.5Chicago Cardinals
SunDec 13, 1953Detroit LionsW 27-16W -10@New York Giants
SunDec 13, 1953Cleveland BrownsL 27-42L -10@Philadelphia Eagles
SunDec 13, 1953@San Francisco 49ersW 45-14W -24Baltimore Colts
SunDec 13, 1953@Washington RedskinsL 13-14L -7Pittsburgh Steelers
+ + +

+

Back to top

+

1953 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 27, 1953Cleveland BrownsL 16-17L -4.5@Detroit Lions
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1954.html b/data/1954.html new file mode 100644 index 0000000..c3a4ca3 --- /dev/null +++ b/data/1954.html @@ -0,0 +1,2390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1954 Season

+ +

Historical NFL Game Odds

1954 Season

<<-- 1953 Season    1955 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1954 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
14-1 (80.0%)4-1-0 (80.0%)3-3 (50.0%)3-3-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)0-2 (0.0%)0-2-0 (0.0%)--
23-1 (75.0%)2-3-0 (40.0%)2-2 (50.0%)4-1-0 (80.0%)1-0 (100.%)1-0-0 (100.%)1-2 (33.3%)3-1-0 (75.0%)--
36-0 (100.%)4-2-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)4-0 (100.%)3-1-0 (75.0%)0-2 (0.0%)1-1-0 (50.0%)--
44-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)4-2-0 (66.7%)2-0 (100.%)1-1-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)--
54-2 (66.7%)1-5-0 (16.7%)4-2 (66.7%)3-3-0 (50.0%)2-0 (100.%)0-2-0 (0.0%)2-2 (50.0%)3-1-0 (75.0%)--
62-4 (33.3%)1-5-0 (16.7%)3-3 (50.0%)4-2-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)2-1 (66.7%)3-0-0 (100.%)--
74-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
85-1 (83.3%)3-3-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)4-0 (100.%)2-2-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)--
95-1 (83.3%)3-3-0 (50.0%)2-4 (33.3%)2-4-0 (33.3%)2-1 (66.7%)1-2-0 (33.3%)0-3 (0.0%)1-2-0 (33.3%)--
104-2 (66.7%)1-5-0 (16.7%)5-1 (83.3%)2-4-0 (33.3%)3-0 (100.%)0-3-0 (0.0%)2-1 (66.7%)2-1-0 (66.7%)--
114-1 (80.0%)3-2-1 (60.0%)2-3 (40.0%)2-3-1 (40.0%)2-1 (66.7%)2-2-0 (50.0%)0-2 (0.0%)0-1-1 (0.0%)--
124-2 (66.7%)3-3-0 (50.0%)6-0 (100.%)5-1-0 (83.3%)4-0 (100.%)3-1-0 (75.0%)2-0 (100.%)2-0-0 (100.%)--
130-1 (0.0%)0-1-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)0-0 0-0-0 --
Playoffs0-1 (0.0%)0-1-0 (0.0%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 1-0 (100.%)1-0-0 (100.%)--
+ +


1954 Results by Team

Click on a team to view 1954 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts3-9 (25.0%)6-6 (50.0%)0-1 (0.0%)0-1-0 (0.0%)2-4 (33.3%)3-3-0 (50.0%)0-0 0-0-0 --
Chicago Bears8-4 (66.7%)9-3 (75.0%)5-0 (100.%)4-1-0 (80.0%)4-2 (66.7%)4-2-0 (66.7%)2-0 (100.%)1-1-0 (50.0%)--
Chicago Cardinals2-10 (16.7%)6-6 (50.0%)1-1 (50.0%)1-1-0 (50.0%)2-4 (33.3%)3-3-0 (50.0%)1-0 (100.%)1-0-0 (100.%)--
Cleveland Browns9-3 (75.0%)7-4-1 (63.6%)9-2 (81.8%)7-3-1 (70.0%)5-1 (83.3%)4-2-0 (66.7%)5-1 (83.3%)4-2-0 (66.7%)--
Detroit Lions9-2-1 (81.8%)6-6 (50.0%)8-2 (80.0%)5-6-0 (45.5%)5-0 (100.%)4-2-0 (66.7%)5-0 (100.%)4-2-0 (66.7%)--
Green Bay Packers4-8 (33.3%)6-6 (50.0%)2-1 (66.7%)0-3-0 (0.0%)2-4 (33.3%)3-3-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)--
Los Angeles Rams6-5-1 (54.5%)6-6 (50.0%)4-3 (57.1%)2-5-0 (28.6%)3-2 (60.0%)3-3-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)--
New York Giants7-5 (58.3%)5-7 (41.7%)6-2 (75.0%)4-4-0 (50.0%)4-2 (66.7%)2-4-0 (33.3%)4-1 (80.0%)2-3-0 (40.0%)--
Philadelphia Eagles7-4-1 (63.6%)6-6 (50.0%)6-2 (75.0%)3-5-0 (37.5%)5-1 (83.3%)3-3-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)--
Pittsburgh Steelers5-7 (41.7%)5-7 (41.7%)2-3 (40.0%)1-4-0 (20.0%)4-2 (66.7%)3-3-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)--
San Francisco 49ers7-4-1 (63.6%)4-8 (33.3%)6-3 (66.7%)3-7-0 (30.0%)4-2 (66.7%)3-3-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)--
Washington Redskins3-9 (25.0%)5-6-1 (45.5%)0-0 0-0-0 3-3 (50.0%)3-2-1 (60.0%)0-0 0-0-0 --
+ +
+ + + + + + +
+ + +

+ +

Back to top

1954 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 1954Los Angeles RamsW 48-0W -10@Baltimore Colts
SunSep 26, 1954New York GiantsW 41-10W -10@Chicago Cardinals
SunSep 26, 1954@Detroit LionsW 48-23W -14.5Chicago Bears
SunSep 26, 1954@Green Bay PackersL 20-21L -7Pittsburgh Steelers
SunSep 26, 1954@Philadelphia EaglesW 28-10W PKCleveland Browns
SunSep 26, 1954@San Francisco 49ersW 41-7W -27.5Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 2, 1954New York GiantsL 14-20L -10@Baltimore Colts
SatOct 2, 1954@Pittsburgh SteelersW 37-7W -11.5Washington Redskins
SunOct 3, 1954Philadelphia EaglesW 35-16L -20.5@Chicago Cardinals
SunOct 3, 1954Chicago BearsW 10-3W -1@Green Bay Packers
SunOct 3, 1954San Francisco 49ersT 24-24L -1@Los Angeles Rams
+ + +

+ +

Back to top

1954 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 9, 1954@Philadelphia EaglesW 24-22L -12.5Pittsburgh Steelers
SunOct 10, 1954@Chicago BearsW 28-9W -6.5Baltimore Colts
SunOct 10, 1954@Cleveland BrownsW 31-7W -20.5Chicago Cardinals
SunOct 10, 1954@Detroit LionsW 21-3W -3Los Angeles Rams
SunOct 10, 1954San Francisco 49ersW 23-17L -15@Green Bay Packers at Milwaukee
SunOct 10, 1954New York GiantsW 51-21W -10.5@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 16, 1954@Detroit LionsW 35-0W -18Baltimore Colts
SunOct 17, 1954San Francisco 49ersW 31-24L -10@Chicago Bears
SunOct 17, 1954Los Angeles RamsL 17-35L -13@Green Bay Packers at Milwaukee
SunOct 17, 1954@New York GiantsW 31-17L -20Chicago Cardinals
SunOct 17, 1954Cleveland BrownsL 27-55L -7@Pittsburgh Steelers
SunOct 17, 1954Philadelphia EaglesW 49-21W -10@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 23, 1954Philadelphia EaglesL 7-17L -3.5@Pittsburgh Steelers
SunOct 24, 1954Green Bay PackersW 7-6L -4@Baltimore Colts
SunOct 24, 1954Cleveland BrownsW 35-3W -14@Chicago Cardinals
SunOct 24, 1954@Los Angeles RamsW 42-38L -9Chicago Bears
SunOct 24, 1954@New York GiantsW 24-7L -20Washington Redskins
SunOct 24, 1954Detroit LionsL 31-37L -1.5@San Francisco 49ers
+ + +

+ +

Back to top

1954 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 30, 1954@Philadelphia EaglesL 14-37L -10.5Green Bay Packers
SunOct 31, 1954Pittsburgh SteelersL 14-17L -17.5@Chicago Cardinals
SunOct 31, 1954@Cleveland BrownsW 24-14W -4.5New York Giants
SunOct 31, 1954Detroit LionsW 27-24L -7@Los Angeles Rams
SunOct 31, 1954@San Francisco 49ersL 27-31L -10.5Chicago Bears
SunOct 31, 1954Baltimore ColtsL 21-24L -6.5@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 6, 1954Detroit LionsW 27-3W -17.5@Baltimore Colts
SunNov 7, 1954@Chicago BearsW 28-23L -6.5Green Bay Packers
SunNov 7, 1954@Cleveland BrownsW 62-3W -17Washington Redskins
SunNov 7, 1954@Philadelphia EaglesW 30-14W -15Chicago Cardinals
SunNov 7, 1954@Pittsburgh SteelersL 6-30L -6.5New York Giants
SunNov 7, 1954@San Francisco 49ersL 34-42L -5Los Angeles Rams
+ + +

+ +

Back to top

1954 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 13, 1954@Green Bay PackersW 24-13L -14Baltimore Colts at Milwaukee
SunNov 14, 1954Cleveland BrownsW 39-10W -6.5@Chicago Bears
SunNov 14, 1954@Detroit LionsW 48-7W -7San Francisco 49ers
SunNov 14, 1954@Los Angeles RamsW 28-17L -26Chicago Cardinals
SunNov 14, 1954@New York GiantsW 27-14W -1Philadelphia Eagles
SunNov 14, 1954Pittsburgh SteelersL 14-17L -13@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 20, 1954San Francisco 49ersW 31-3W -7.5@Pittsburgh Steelers
SunNov 21, 1954Chicago BearsW 28-13W -6@Baltimore Colts
SunNov 21, 1954@Chicago CardinalsW 38-16W -5Washington Redskins
SunNov 21, 1954@Cleveland BrownsW 6-0L -11Philadelphia Eagles
SunNov 21, 1954Detroit LionsW 21-17L -13@Green Bay Packers
SunNov 21, 1954@New York GiantsL 16-17L -3Los Angeles Rams
+ + +

+ +

Back to top

1954 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 1954@Detroit LionsW 28-24L -16Green Bay Packers
SunNov 28, 1954San Francisco 49ersL 13-17L -16@Baltimore Colts
SunNov 28, 1954Los Angeles RamsL 13-24L -7@Chicago Bears
SunNov 28, 1954Cleveland BrownsW 16-7W -6.5@New York Giants
SunNov 28, 1954@Philadelphia EaglesW 41-33L -17Washington Redskins
SunNov 28, 1954@Pittsburgh SteelersW 20-17L -3.5Chicago Cardinals
+ + +

+ +

Back to top

1954 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 4, 1954@Los Angeles RamsL 21-22L -16Baltimore Colts
SunDec 5, 1954Chicago BearsW 29-7W -7@Chicago Cardinals
SunDec 5, 1954@Detroit LionsT 13-13L -13Philadelphia Eagles
SunDec 5, 1954@New York GiantsW 24-3W -6.5Pittsburgh Steelers
SunDec 5, 1954@San Francisco 49ersW 35-0W -7Green Bay Packers
SunDec 5, 1954Cleveland BrownsW 34-14P -20@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 1954@San Francisco 49ersW 10-7L -17Baltimore Colts
SunDec 12, 1954Detroit LionsL 24-28L -5.5@Chicago Bears
SunDec 12, 1954@Cleveland BrownsW 42-7W -19Pittsburgh Steelers
SunDec 12, 1954@Los Angeles RamsW 35-27W -6Green Bay Packers
SunDec 12, 1954@Philadelphia EaglesW 29-14W -6.5New York Giants
SunDec 12, 1954Chicago CardinalsL 20-37L -3.5@Washington Redskins
+ + +

+ +

Back to top

1954 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 19, 1954@Cleveland BrownsL 10-14L -6Detroit Lions
+ + +

+

Back to top

+

1954 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 26, 1954Detroit LionsL 10-56L -3@Cleveland Browns
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1955.html b/data/1955.html new file mode 100644 index 0000000..b7e5e9c --- /dev/null +++ b/data/1955.html @@ -0,0 +1,2356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1955 Season

+ +

Historical NFL Game Odds

1955 Season

<<-- 1954 Season    1956 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1955 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
11-4 (20.0%)0-4-1 (0.0%)4-2 (66.7%)3-2-1 (60.0%)1-2 (33.3%)0-2-1 (0.0%)2-0 (100.%)2-0-0 (100.%)--
21-5 (16.7%)0-6-0 (0.0%)4-2 (66.7%)3-3-0 (50.0%)1-2 (33.3%)0-3-0 (0.0%)3-0 (100.%)3-0-0 (100.%)--
31-5 (16.7%)0-6-0 (0.0%)2-4 (33.3%)1-5-0 (16.7%)1-4 (20.0%)0-5-0 (0.0%)1-0 (100.%)1-0-0 (100.%)--
43-3 (50.0%)3-3-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)--
52-3 (40.0%)2-4-0 (33.3%)2-3 (40.0%)3-3-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)0-0 1-0-0 (100.%)--
64-1 (80.0%)2-2-1 (50.0%)4-2 (66.7%)4-1-1 (80.0%)3-1 (75.0%)2-1-1 (66.7%)0-1 (0.0%)1-0-0 (100.%)--
74-2 (66.7%)4-2-0 (66.7%)6-0 (100.%)6-0-0 (100.%)4-0 (100.%)4-0-0 (100.%)2-0 (100.%)2-0-0 (100.%)--
84-2 (66.7%)4-2-0 (66.7%)5-1 (83.3%)5-1-0 (83.3%)3-0 (100.%)3-0-0 (100.%)2-1 (66.7%)2-1-0 (66.7%)--
93-1 (75.0%)2-3-0 (40.0%)3-2 (60.0%)5-1-0 (83.3%)2-0 (100.%)2-0-0 (100.%)1-1 (50.0%)3-0-0 (100.%)--
103-2 (60.0%)3-3-0 (50.0%)3-2 (60.0%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)1-1 (50.0%)2-1-0 (66.7%)--
114-2 (66.7%)2-4-0 (33.3%)3-3 (50.0%)1-5-0 (16.7%)3-2 (60.0%)1-4-0 (20.0%)0-1 (0.0%)0-1-0 (0.0%)--
124-1 (80.0%)2-3-0 (40.0%)5-1 (83.3%)3-3-0 (50.0%)3-0 (100.%)1-2-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)--
Playoffs1-0 (100.%)1-0-0 (100.%)0-1 (0.0%)0-1-0 (0.0%)0-0 0-0-0 0-1 (0.0%)0-1-0 (0.0%)--
+ +


1955 Results by Team

Click on a team to view 1955 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts5-6-1 (45.5%)6-5-1 (54.5%)2-2 (50.0%)1-2-1 (33.3%)4-1 (80.0%)4-1-1 (80.0%)2-1 (66.7%)1-1-1 (50.0%)--
Chicago Bears8-4 (66.7%)5-7 (41.7%)6-4 (60.0%)3-7-0 (30.0%)5-1 (83.3%)3-3-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)--
Chicago Cardinals4-7-1 (36.4%)7-5 (58.3%)1-0 (100.%)1-0-0 (100.%)3-2 (60.0%)5-1-0 (83.3%)1-0 (100.%)1-0-0 (100.%)--
Cleveland Browns9-2-1 (81.8%)6-6 (50.0%)8-2 (80.0%)5-6-0 (45.5%)5-1 (83.3%)3-3-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)--
Detroit Lions3-9 (25.0%)5-7 (41.7%)3-4 (42.9%)3-4-0 (42.9%)2-4 (33.3%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
Green Bay Packers6-6 (50.0%)6-5-1 (54.5%)2-1 (66.7%)2-1-0 (66.7%)5-1 (83.3%)5-1-0 (83.3%)2-1 (66.7%)2-1-0 (66.7%)--
Los Angeles Rams8-3-1 (72.7%)6-6 (50.0%)4-2 (66.7%)2-5-0 (28.6%)5-1 (83.3%)3-3-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)--
New York Giants6-5-1 (54.5%)7-4-1 (63.6%)3-3 (50.0%)3-3-0 (50.0%)4-1 (80.0%)5-1-0 (83.3%)2-1 (66.7%)2-1-0 (66.7%)--
Philadelphia Eagles4-7-1 (36.4%)5-6-1 (45.5%)3-5 (37.5%)2-6-1 (25.0%)4-2 (66.7%)3-2-1 (60.0%)3-2 (60.0%)2-2-1 (50.0%)--
Pittsburgh Steelers4-8 (33.3%)5-7 (41.7%)0-0 0-0-0 3-3 (50.0%)3-3-0 (50.0%)0-0 0-0-0 --
San Francisco 49ers4-8 (33.3%)4-8 (33.3%)1-6 (14.3%)1-6-0 (14.3%)2-4 (33.3%)2-4-0 (33.3%)1-4 (20.0%)1-4-0 (20.0%)--
Washington Redskins8-4 (66.7%)8-4 (66.7%)1-2 (33.3%)1-2-0 (33.3%)3-3 (50.0%)3-3-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1955 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 24, 1955@Philadelphia EaglesW 27-17P -10New York Giants
SunSep 25, 1955Chicago BearsL 17-23L -7@Baltimore Colts
SunSep 25, 1955@Cleveland BrownsL 17-27L -9Washington Redskins
SunSep 25, 1955Detroit LionsL 17-20L -10@Green Bay Packers
SunSep 25, 1955@San Francisco 49ersL 14-23L -7.5Los Angeles Rams
MonSep 26, 1955@Pittsburgh SteelersW 14-7W PKChicago Cardinals
+ + +

+ +

Back to top

1955 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 1, 1955Detroit LionsL 13-28L -7@Baltimore Colts
SatOct 1, 1955@Philadelphia EaglesL 30-31L -11Washington Redskins
SunOct 2, 1955New York GiantsL 17-28L -8@Chicago Cardinals
SunOct 2, 1955Chicago BearsL 3-24L -6.5@Green Bay Packers
SunOct 2, 1955@Los Angeles RamsW 27-26L -14Pittsburgh Steelers
SunOct 2, 1955@San Francisco 49ersL 3-38L -7.5Cleveland Browns
+ + +

+ +

Back to top

1955 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 8, 1955@Green Bay PackersL 20-24L -1Baltimore Colts at Milwaukee
SunOct 9, 1955@Chicago BearsL 19-20L -3San Francisco 49ers
SunOct 9, 1955@Cleveland BrownsW 21-17L -5Philadelphia Eagles
SunOct 9, 1955@Detroit LionsL 10-17L -4Los Angeles Rams
SunOct 9, 1955New York GiantsL 23-30L -1.5@Pittsburgh Steelers
SunOct 9, 1955@Washington RedskinsL 10-24L -7.5Chicago Cardinals
+ + +

+ +

Back to top

1955 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 15, 1955Philadelphia EaglesL 7-13L -6.5@Pittsburgh Steelers
SunOct 16, 1955@Chicago BearsW 38-10W -3.5Baltimore Colts
SunOct 16, 1955@Detroit LionsL 24-27L -3San Francisco 49ers
SunOct 16, 1955Los Angeles RamsL 28-30L -3@Green Bay Packers
SunOct 16, 1955@New York GiantsW 10-0W -6Chicago Cardinals
SunOct 16, 1955Cleveland BrownsW 24-14W -9@Washington Redskins
+ + +

+ +

Back to top

1955 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 1955@Baltimore ColtsL 13-14L -6Washington Redskins
SunOct 23, 1955Philadelphia EaglesT 24-24L -7@Chicago Cardinals
SunOct 23, 1955@Cleveland BrownsW 41-10W -7Green Bay Packers
SunOct 23, 1955@Los Angeles RamsW 24-13W -7Detroit Lions
SunOct 23, 1955@New York GiantsL 17-19L -3Pittsburgh Steelers
SunOct 23, 1955@San Francisco 49ersL 23-34L -4Chicago Bears
+ + +

+ +

Back to top

1955 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 29, 1955@Baltimore ColtsW 14-10P -4Green Bay Packers
SunOct 30, 1955Cleveland BrownsW 26-20L -13@Chicago Cardinals
SunOct 30, 1955@Los Angeles RamsL 20-31L -4Chicago Bears
SunOct 30, 1955@New York GiantsW 35-7W PKWashington Redskins
SunOct 30, 1955@Philadelphia EaglesW 24-0W -3Pittsburgh Steelers
SunOct 30, 1955@San Francisco 49ersW 38-21W -5Detroit Lions
+ + +

+ +

Back to top

1955 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 5, 1955@Chicago CardinalsW 27-13W -1.5Pittsburgh Steelers
SatNov 5, 1955@Detroit LionsW 24-14W -3Baltimore Colts
SunNov 6, 1955@Chicago BearsW 52-31W -9.5Green Bay Packers
SunNov 6, 1955@Cleveland BrownsW 24-14W -9.5New York Giants
SunNov 6, 1955San Francisco 49ersL 14-27L -1.5@Los Angeles Rams
SunNov 6, 1955Philadelphia EaglesL 21-34L -7@Washington Redskins
+ + +

+ +

Back to top

1955 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 1955@Chicago BearsW 24-3W -7Los Angeles Rams
SunNov 13, 1955@Green Bay PackersW 31-14W -1Chicago Cardinals
SunNov 13, 1955@New York GiantsW 17-7W -4.5Baltimore Colts
SunNov 13, 1955Cleveland BrownsL 17-33L -5.5@Philadelphia Eagles
SunNov 13, 1955Detroit LionsW 31-28W -2.5@Pittsburgh Steelers
SunNov 13, 1955San Francisco 49ersL 0-7L -5.5@Washington Redskins
+ + +

+ +

Back to top

1955 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 1955Los Angeles RamsT 17-17L -6@Baltimore Colts
SunNov 20, 1955@Chicago CardinalsL 0-31L PKWashington Redskins
SunNov 20, 1955@Cleveland BrownsW 41-14W -12Pittsburgh Steelers
SunNov 20, 1955Chicago BearsW 24-14L -12.5@Detroit Lions
SunNov 20, 1955@Green Bay PackersW 27-21W -1.5San Francisco 49ers at Milwaukee
SunNov 20, 1955Philadelphia EaglesL 7-31L -1@New York Giants
+ + +

+ +

Back to top

1955 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 1955@Detroit LionsW 24-10W -3Green Bay Packers
SunNov 27, 1955@Baltimore ColtsW 26-14W -3.5San Francisco 49ers
SunNov 27, 1955Chicago BearsL 14-53L -15@Chicago Cardinals
SunNov 27, 1955Cleveland BrownsT 35-35L -4.5@New York Giants
SunNov 27, 1955@Philadelphia EaglesL 21-23L -1Los Angeles Rams
SunNov 27, 1955Washington RedskinsW 23-14W -3@Pittsburgh Steelers
+ + +

+ +

Back to top

1955 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 1955@Chicago BearsW 21-20L -10.5Detroit Lions
SunDec 4, 1955@Los Angeles RamsW 20-14L -7Baltimore Colts
SunDec 4, 1955@Philadelphia EaglesW 27-3W -7Chicago Cardinals
SunDec 4, 1955Cleveland BrownsW 30-7W -12@Pittsburgh Steelers
SunDec 4, 1955@San Francisco 49ersL 7-28L -4.5Green Bay Packers
SunDec 4, 1955@Washington RedskinsL 20-27L -1.5New York Giants
+ + +

+ +

Back to top

1955 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 11, 1955@Chicago BearsW 17-10L -7.5Philadelphia Eagles
SunDec 11, 1955@Cleveland BrownsW 35-24L -13.5Chicago Cardinals
SunDec 11, 1955New York GiantsW 24-19W -2.5@Detroit Lions
SunDec 11, 1955@Los Angeles RamsW 31-17W -7Green Bay Packers
SunDec 11, 1955Baltimore ColtsL 24-35L -4@San Francisco 49ers
SunDec 11, 1955@Washington RedskinsW 28-17W PKPittsburgh Steelers
+ + +

+

Back to top

+

1955 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipMonDec 26, 1955Cleveland BrownsW 38-14W -5@Los Angeles Rams
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1956.html b/data/1956.html new file mode 100644 index 0000000..1c7fe1d --- /dev/null +++ b/data/1956.html @@ -0,0 +1,2390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1956 Season

+ +

Historical NFL Game Odds

1956 Season

<<-- 1955 Season    1957 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1956 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
12-4 (33.3%)2-4-0 (33.3%)4-2 (66.7%)4-2-0 (66.7%)1-1 (50.0%)1-1-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)--
23-3 (50.0%)2-4-0 (33.3%)3-3 (50.0%)4-2-0 (66.7%)1-1 (50.0%)1-1-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)--
32-2 (50.0%)1-3-0 (25.0%)3-3 (50.0%)2-4-0 (33.3%)2-1 (66.7%)1-2-0 (33.3%)1-0 (100.%)1-0-0 (100.%)--
44-2 (66.7%)3-3-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)3-0 (100.%)2-1-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)--
52-3 (40.0%)2-3-0 (40.0%)2-4 (33.3%)2-4-0 (33.3%)1-2 (33.3%)1-2-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)--
64-1 (80.0%)2-3-0 (40.0%)1-4 (20.0%)3-2-0 (60.0%)1-1 (50.0%)1-1-0 (50.0%)0-3 (0.0%)2-1-0 (66.7%)--
74-2 (66.7%)4-2-0 (66.7%)5-1 (83.3%)5-1-0 (83.3%)4-1 (80.0%)4-1-0 (80.0%)1-0 (100.%)1-0-0 (100.%)--
82-4 (33.3%)1-5-0 (16.7%)4-2 (66.7%)3-3-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)2-0 (100.%)2-0-0 (100.%)--
92-2 (50.0%)1-4-1 (20.0%)2-2 (50.0%)4-1-1 (80.0%)1-1 (50.0%)1-1-0 (50.0%)1-1 (50.0%)3-0-1 (100.%)--
102-3 (40.0%)1-4-0 (20.0%)4-2 (66.7%)3-3-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)1-0 (100.%)1-0-0 (100.%)--
113-2 (60.0%)1-4-0 (20.0%)5-1 (83.3%)3-3-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)1-0 (100.%)1-0-0 (100.%)--
124-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)3-3-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)0-1 (0.0%)0-1-0 (0.0%)--
131-0 (100.%)0-1-0 (0.0%)1-0 (100.%)0-1-0 (0.0%)1-0 (100.%)0-1-0 (0.0%)0-0 0-0-0 --
Playoffs0-1 (0.0%)0-1-0 (0.0%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 1-0 (100.%)1-0-0 (100.%)--
+ +


1956 Results by Team

Click on a team to view 1956 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts5-7 (41.7%)4-8 (33.3%)1-4 (20.0%)0-5-0 (0.0%)4-2 (66.7%)3-3-0 (50.0%)1-2 (33.3%)0-3-0 (0.0%)--
Chicago Bears9-2-1 (81.8%)7-5 (58.3%)9-2 (81.8%)7-5-0 (58.3%)6-0 (100.%)4-2-0 (66.7%)6-0 (100.%)4-2-0 (66.7%)--
Chicago Cardinals7-5 (58.3%)8-4 (66.7%)3-3 (50.0%)3-3-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)2-2 (50.0%)2-2-0 (50.0%)--
Cleveland Browns5-7 (41.7%)3-8-1 (27.3%)2-5 (28.6%)0-7-0 (0.0%)1-5 (16.7%)0-5-1 (0.0%)1-3 (25.0%)0-4-0 (0.0%)--
Detroit Lions9-3 (75.0%)6-6 (50.0%)5-2 (71.4%)2-5-0 (28.6%)5-1 (83.3%)3-3-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)--
Green Bay Packers4-8 (33.3%)4-8 (33.3%)0-4 (0.0%)0-4-0 (0.0%)2-4 (33.3%)2-4-0 (33.3%)0-3 (0.0%)0-3-0 (0.0%)--
Los Angeles Rams4-8 (33.3%)6-6 (50.0%)3-3 (50.0%)3-3-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)3-0 (100.%)3-0-0 (100.%)--
New York Giants8-3-1 (72.7%)8-4 (66.7%)7-3 (70.0%)6-4-0 (60.0%)4-1 (80.0%)5-1-0 (83.3%)4-1 (80.0%)4-1-0 (80.0%)--
Philadelphia Eagles3-8-1 (27.3%)6-6 (50.0%)2-1 (66.7%)2-1-0 (66.7%)2-3 (40.0%)3-3-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
Pittsburgh Steelers5-7 (41.7%)7-5 (58.3%)0-1 (0.0%)0-1-0 (0.0%)3-3 (50.0%)5-1-0 (83.3%)0-1 (0.0%)0-1-0 (0.0%)--
San Francisco 49ers5-6-1 (45.5%)7-5 (58.3%)1-0 (100.%)1-1-0 (50.0%)3-3 (50.0%)4-2-0 (66.7%)1-0 (100.%)1-0-0 (100.%)--
Washington Redskins6-6 (50.0%)5-6-1 (45.5%)2-2 (50.0%)0-3-1 (0.0%)4-2 (66.7%)3-3-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1956 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 1956Chicago BearsL 21-28L -7@Baltimore Colts
SunSep 30, 1956Cleveland BrownsL 7-9L -7.5@Chicago Cardinals
SunSep 30, 1956@Green Bay PackersL 16-20L -2.5Detroit Lions
SunSep 30, 1956@Los Angeles RamsW 27-7W -7Philadelphia Eagles
SunSep 30, 1956Washington RedskinsL 13-30L -3.5@Pittsburgh Steelers
SunSep 30, 1956New York GiantsW 38-21W -3@San Francisco 49ers
+ + +

+ +

Back to top

1956 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 6, 1956@Baltimore ColtsL 14-31L -5.5Detroit Lions
SatOct 6, 1956@Philadelphia EaglesW 13-9W -3Washington Redskins
SatOct 6, 1956Cleveland BrownsW 14-10L -4.5@Pittsburgh Steelers
SunOct 7, 1956New York GiantsL 27-35L -9@Chicago Cardinals
SunOct 7, 1956Chicago BearsW 37-21W -6@Green Bay Packers
SunOct 7, 1956Los Angeles RamsL 30-33L -9@San Francisco 49ers
+ + +

+ +

Back to top

1956 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 1956@Chicago BearsW 31-7W -10.5San Francisco 49ers
SunOct 14, 1956@Cleveland BrownsL 9-21L PKNew York Giants
SunOct 14, 1956@Detroit LionsW 24-21L -6.5Los Angeles Rams
SunOct 14, 1956Baltimore ColtsL 33-38L -1@Green Bay Packers at Milwaukee
SunOct 14, 1956@Pittsburgh SteelersL 21-35L -2.5Philadelphia Eagles
SunOct 14, 1956@Washington RedskinsL 3-31L PKChicago Cardinals
+ + +

+ +

Back to top

1956 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 1956@Chicago BearsW 58-27W -11Baltimore Colts
SunOct 21, 1956@Detroit LionsW 20-17L -10San Francisco 49ers
SunOct 21, 1956Los Angeles RamsL 17-42L -3.5@Green Bay Packers at Milwaukee
SunOct 21, 1956@New York GiantsW 38-10W -11Pittsburgh Steelers
SunOct 21, 1956Chicago CardinalsW 20-6W -1@Philadelphia Eagles
SunOct 21, 1956Cleveland BrownsL 9-20L -6.5@Washington Redskins
+ + +

+ +

Back to top

1956 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 1956Green Bay PackersL 21-28L -2.5@Baltimore Colts
SunOct 28, 1956@Chicago CardinalsL 14-17L -7.5Washington Redskins
SunOct 28, 1956@Cleveland BrownsL 16-24L -6.5Pittsburgh Steelers
SunOct 28, 1956@Los Angeles RamsL 7-16L PKDetroit Lions
SunOct 28, 1956@New York GiantsW 20-3W -13Philadelphia Eagles
SunOct 28, 1956Chicago BearsW 38-21W -7.5@San Francisco 49ers
+ + +

+ +

Back to top

1956 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 1956@Chicago CardinalsW 28-17W -6.5Philadelphia Eagles
SunNov 4, 1956@Green Bay PackersL 7-24L -7.5Cleveland Browns at Milwaukee
SunNov 4, 1956Chicago BearsW 35-24W -8@Los Angeles Rams
SunNov 4, 1956New York GiantsW 17-14L -9@Pittsburgh Steelers
SunNov 4, 1956Detroit LionsW 17-13L -6.5@San Francisco 49ers
+ + +

+ +

Back to top

1956 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 1956@Chicago BearsW 38-14W -14Green Bay Packers
SunNov 11, 1956@Cleveland BrownsL 7-21L -4Baltimore Colts
SunNov 11, 1956@Los Angeles RamsW 30-6W -5San Francisco 49ers
SunNov 11, 1956@New York GiantsW 23-10W -7Chicago Cardinals
SunNov 11, 1956@Philadelphia EaglesW 14-7W -4Pittsburgh Steelers
SunNov 11, 1956Detroit LionsL 17-18L -6.5@Washington Redskins
+ + +

+ +

Back to top

1956 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 1956@Chicago BearsW 30-21L -14Los Angeles Rams
SunNov 18, 1956@Detroit LionsW 27-3W -6.5Baltimore Colts
SunNov 18, 1956@Green Bay PackersL 16-17L -4San Francisco 49ers
SunNov 18, 1956@Philadelphia EaglesL 0-16L -4.5Cleveland Browns
SunNov 18, 1956Chicago CardinalsL 7-14L -6@Pittsburgh Steelers
SunNov 18, 1956New York GiantsL 7-33L -6@Washington Redskins
+ + +

+ +

Back to top

1956 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 1956@Detroit LionsL 20-24L -11Green Bay Packers
SunNov 25, 1956Los Angeles RamsL 21-56L -1@Baltimore Colts
SunNov 25, 1956@Chicago CardinalsW 38-27W -7Pittsburgh Steelers
SunNov 25, 1956Washington RedskinsW 20-17P -3@Cleveland Browns
SunNov 25, 1956Chicago BearsT 17-17L -6.5@New York Giants
SunNov 25, 1956San Francisco 49ersT 10-10L -1@Philadelphia Eagles
+ + +

+ +

Back to top

1956 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 2, 1956@Baltimore ColtsL 17-20L -7San Francisco 49ers
SunDec 2, 1956@Chicago CardinalsL 21-24L -5Green Bay Packers
SunDec 2, 1956@Cleveland BrownsW 17-14L -6Philadelphia Eagles
SunDec 2, 1956Chicago BearsL 10-42L -3.5@Detroit Lions
SunDec 2, 1956@New York GiantsW 28-14W -7Washington Redskins
SunDec 2, 1956@Pittsburgh SteelersW 30-13W PKLos Angeles Rams
+ + +

+ +

Back to top

1956 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 1956@San Francisco 49ersW 38-20W PKGreen Bay Packers
SunDec 9, 1956@Chicago BearsW 10-3L -9.5Chicago Cardinals
SunDec 9, 1956@Detroit LionsW 45-7W -12Pittsburgh Steelers
SunDec 9, 1956Baltimore ColtsL 7-31L -1@Los Angeles Rams
SunDec 9, 1956@New York GiantsL 7-24L -10.5Cleveland Browns
SunDec 9, 1956@Washington RedskinsW 19-17L -7.5Philadelphia Eagles
+ + +

+ +

Back to top

1956 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 1956New York GiantsW 21-7W -7.5@Philadelphia Eagles
SunDec 16, 1956@Chicago BearsW 38-21W -1Detroit Lions
SunDec 16, 1956@Cleveland BrownsL 7-24L -3.5Chicago Cardinals
SunDec 16, 1956@Los Angeles RamsW 49-21W -4.5Green Bay Packers
SunDec 16, 1956@San Francisco 49ersW 30-17W -6Baltimore Colts
SunDec 16, 1956@Washington RedskinsL 0-23L -7.5Pittsburgh Steelers
+ + +

+ +

Back to top

1956 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 23, 1956@Baltimore ColtsW 19-17L -3Washington Redskins
+ + +

+

Back to top

+

1956 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 30, 1956Chicago BearsL 7-47L -3@New York Giants
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1957.html b/data/1957.html new file mode 100644 index 0000000..ba79860 --- /dev/null +++ b/data/1957.html @@ -0,0 +1,2403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1957 Season

+ +

Historical NFL Game Odds

1957 Season

<<-- 1956 Season    1958 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1957 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
12-4 (33.3%)1-5-0 (16.7%)5-1 (83.3%)4-2-0 (66.7%)2-1 (66.7%)1-2-0 (33.3%)3-0 (100.%)3-0-0 (100.%)--
22-4 (33.3%)1-5-0 (16.7%)2-4 (33.3%)3-3-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)2-2 (50.0%)3-1-0 (75.0%)--
35-0 (100.%)3-2-0 (60.0%)3-3 (50.0%)5-1-0 (83.3%)2-0 (100.%)2-0-0 (100.%)0-3 (0.0%)2-1-0 (66.7%)--
42-3 (40.0%)2-3-0 (40.0%)4-2 (66.7%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)2-0 (100.%)2-0-0 (100.%)--
53-3 (50.0%)3-3-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)--
62-4 (33.3%)0-5-1 (0.0%)2-4 (33.3%)0-5-1 (0.0%)2-4 (33.3%)0-5-1 (0.0%)0-0 0-0-0 --
76-0 (100.%)5-1-0 (83.3%)4-2 (66.7%)3-3-0 (50.0%)4-0 (100.%)3-1-0 (75.0%)0-2 (0.0%)0-2-0 (0.0%)--
83-1 (75.0%)2-3-0 (40.0%)2-2 (50.0%)4-1-0 (80.0%)2-1 (66.7%)2-1-0 (66.7%)0-1 (0.0%)2-0-0 (100.%)--
93-3 (50.0%)2-4-0 (33.3%)3-3 (50.0%)2-4-0 (33.3%)2-2 (50.0%)1-3-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)--
104-2 (66.7%)3-3-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)0-0 0-0-0 --
114-1 (80.0%)4-1-0 (80.0%)5-1 (83.3%)5-1-0 (83.3%)3-0 (100.%)3-0-0 (100.%)1-1 (50.0%)1-1-0 (50.0%)--
123-3 (50.0%)1-4-1 (20.0%)3-3 (50.0%)1-4-1 (20.0%)3-3 (50.0%)1-4-1 (20.0%)0-0 0-0-0 --
130-2 (0.0%)0-2-0 (0.0%)0-2 (0.0%)0-2-0 (0.0%)0-2 (0.0%)0-2-0 (0.0%)0-0 0-0-0 --
Playoffs0-1 (0.0%)0-1-0 (0.0%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 1-0 (100.%)1-0-0 (100.%)--
+ +


1957 Results by Team

Click on a team to view 1957 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts7-5 (58.3%)6-6 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)--
Chicago Bears5-7 (41.7%)5-7 (41.7%)3-6 (33.3%)2-7-0 (22.2%)2-4 (33.3%)2-4-0 (33.3%)2-3 (40.0%)1-4-0 (20.0%)--
Chicago Cardinals3-9 (25.0%)3-9 (25.0%)0-3 (0.0%)0-3-0 (0.0%)0-6 (0.0%)0-6-0 (0.0%)0-3 (0.0%)0-3-0 (0.0%)--
Cleveland Browns9-2-1 (81.8%)8-4 (66.7%)7-1 (87.5%)6-3-0 (66.7%)6-0 (100.%)5-1-0 (83.3%)5-0 (100.%)4-1-0 (80.0%)--
Detroit Lions9-4 (69.2%)9-3-1 (75.0%)3-1 (75.0%)3-1-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)2-1 (66.7%)2-1-0 (66.7%)--
Green Bay Packers3-9 (25.0%)6-6 (50.0%)0-2 (0.0%)0-2-0 (0.0%)1-5 (16.7%)2-4-0 (33.3%)0-2 (0.0%)0-2-0 (0.0%)--
Los Angeles Rams6-6 (50.0%)4-8 (33.3%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)5-1 (83.3%)4-2-0 (66.7%)--
New York Giants7-5 (58.3%)5-7 (41.7%)6-5 (54.5%)4-7-0 (36.4%)3-3 (50.0%)3-3-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)--
Philadelphia Eagles4-8 (33.3%)5-7 (41.7%)1-1 (50.0%)0-2-0 (0.0%)3-3 (50.0%)3-3-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)--
Pittsburgh Steelers6-6 (50.0%)7-4-1 (63.6%)2-1 (66.7%)2-1-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)--
San Francisco 49ers8-5 (61.5%)6-6-1 (50.0%)4-2 (66.7%)1-4-1 (20.0%)5-2 (71.4%)3-3-1 (50.0%)3-2 (60.0%)1-3-1 (25.0%)--
Washington Redskins5-6-1 (45.5%)7-4-1 (63.6%)2-3 (40.0%)1-3-1 (25.0%)2-3 (40.0%)3-2-1 (60.0%)2-1 (66.7%)1-1-1 (50.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1957 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 1957@Baltimore ColtsW 34-14W -1Detroit Lions
SunSep 29, 1957New York GiantsL 3-6L -4.5@Cleveland Browns
SunSep 29, 1957Chicago BearsL 17-21L -7.5@Green Bay Packers
SunSep 29, 1957@Los Angeles RamsW 17-13L -13Philadelphia Eagles
SunSep 29, 1957Washington RedskinsL 7-28L -1@Pittsburgh Steelers
SunSep 29, 1957@San Francisco 49ersL 10-20L -4Chicago Cardinals
+ + +

+ +

Back to top

1957 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 5, 1957Chicago BearsL 10-21L -5@Baltimore Colts
SatOct 5, 1957New York GiantsW 24-20L -7@Philadelphia Eagles
SatOct 5, 1957Cleveland BrownsW 23-12W -3.5@Pittsburgh Steelers
SunOct 6, 1957@Chicago CardinalsL 14-37L -7Washington Redskins
SunOct 6, 1957@Green Bay PackersL 14-24L -6Detroit Lions
SunOct 6, 1957Los Angeles RamsL 20-23L -6@San Francisco 49ers
+ + +

+ +

Back to top

1957 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 1957San Francisco 49ersW 21-17L -7.5@Chicago Bears
SunOct 13, 1957@Cleveland BrownsW 24-7W -7Philadelphia Eagles
SunOct 13, 1957@Detroit LionsW 10-7W PKLos Angeles Rams
SunOct 13, 1957Baltimore ColtsW 45-17W -1@Green Bay Packers
SunOct 13, 1957@Pittsburgh SteelersW 29-20W -1Chicago Cardinals
SunOct 13, 1957New York GiantsW 24-20L -4.5@Washington Redskins
+ + +

+ +

Back to top

1957 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 1957@Chicago BearsW 34-26W -4.5Los Angeles Rams
SunOct 20, 1957Baltimore ColtsL 27-31L -1@Detroit Lions
SunOct 20, 1957@Green Bay PackersL 14-24L PKSan Francisco 49ers at Milwaukee
SunOct 20, 1957@New York GiantsW 35-0W -7Pittsburgh Steelers
SunOct 20, 1957Cleveland BrownsL 7-17L -7@Philadelphia Eagles
SunOct 20, 1957@Washington RedskinsL 14-44L -5Chicago Cardinals
+ + +

+ +

Back to top

1957 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 1957@Baltimore ColtsL 21-24L -10Green Bay Packers
SunOct 27, 1957Cleveland BrownsW 17-7W -2.5@Chicago Cardinals
SunOct 27, 1957@Los Angeles RamsW 35-17W -3Detroit Lions
SunOct 27, 1957@New York GiantsL 14-31L -11Washington Redskins
SunOct 27, 1957@Pittsburgh SteelersW 6-0W -3.5Philadelphia Eagles
SunOct 27, 1957Chicago BearsL 17-21L -3.5@San Francisco 49ers
+ + +

+ +

Back to top

1957 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 1957@Baltimore ColtsL 13-19L -7.5Pittsburgh Steelers
SunNov 3, 1957@Chicago CardinalsL 21-38L -6.5Philadelphia Eagles
SunNov 3, 1957@Cleveland BrownsW 21-17L -6.5Washington Redskins
SunNov 3, 1957@Green Bay PackersL 17-31L -6.5New York Giants
SunNov 3, 1957@Los Angeles RamsL 10-16L -3Chicago Bears
SunNov 3, 1957@San Francisco 49ersW 35-31P -4Detroit Lions
+ + +

+ +

Back to top

1957 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 1957@Chicago BearsW 21-14L -9Green Bay Packers
SunNov 10, 1957@Cleveland BrownsW 24-0W -7Pittsburgh Steelers
SunNov 10, 1957@Los Angeles RamsW 37-24W -2.5San Francisco 49ers
SunNov 10, 1957@New York GiantsW 27-14W -9Chicago Cardinals
SunNov 10, 1957Detroit LionsW 27-16W -4@Philadelphia Eagles
SunNov 10, 1957Baltimore ColtsW 21-17W -1@Washington Redskins
+ + +

+ +

Back to top

1957 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 1957@Chicago BearsL 14-29L -6.5Baltimore Colts
SunNov 17, 1957@Detroit LionsW 31-10W -5.5San Francisco 49ers
SunNov 17, 1957Los Angeles RamsW 31-27L -4.5@Green Bay Packers at Milwaukee
SunNov 17, 1957@New York GiantsW 13-0W -10.5Philadelphia Eagles
SunNov 17, 1957Cleveland BrownsT 30-30L -4@Washington Redskins
+ + +

+ +

Back to top

1957 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 1957@Baltimore ColtsW 27-21L -6.5San Francisco 49ers
SunNov 24, 1957New York GiantsW 28-21W -6.5@Chicago Cardinals
SunNov 24, 1957@Cleveland BrownsW 45-31W -3.5Los Angeles Rams
SunNov 24, 1957@Detroit LionsL 7-27L -5.5Chicago Bears
SunNov 24, 1957Washington RedskinsL 12-21L -1.5@Philadelphia Eagles
SunNov 24, 1957@Pittsburgh SteelersL 10-27L -3.5Green Bay Packers
+ + +

+ +

Back to top

1957 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 1957@Detroit LionsW 18-6W -7.5Green Bay Packers
SunDec 1, 1957@Baltimore ColtsW 31-14W -5Los Angeles Rams
SunDec 1, 1957@Chicago BearsL 3-14L -8Washington Redskins
SunDec 1, 1957@Cleveland BrownsW 31-0W -10Chicago Cardinals
SunDec 1, 1957@New York GiantsL 17-27L -8San Francisco 49ers
SunDec 1, 1957@Philadelphia EaglesW 7-6L -2.5Pittsburgh Steelers
+ + +

+ +

Back to top

1957 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 7, 1957New York GiantsL 10-21L -7.5@Pittsburgh Steelers
SunDec 8, 1957Chicago BearsW 14-6W -6@Chicago Cardinals
SunDec 8, 1957@Detroit LionsW 20-7W PKCleveland Browns
SunDec 8, 1957@Los Angeles RamsW 42-17W -7.5Green Bay Packers
SunDec 8, 1957@San Francisco 49ersW 17-13W -2.5Baltimore Colts
SunDec 8, 1957@Washington RedskinsW 42-7W -7Philadelphia Eagles
+ + +

+ +

Back to top

1957 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 1957@Philadelphia EaglesL 27-31L -2Chicago Cardinals
SunDec 15, 1957@Chicago BearsL 13-21L -2.5Detroit Lions
SunDec 15, 1957@Los Angeles RamsW 37-21W -3.5Baltimore Colts
SunDec 15, 1957@New York GiantsL 28-34L -4Cleveland Browns
SunDec 15, 1957@San Francisco 49ersW 27-20L -14Green Bay Packers
SunDec 15, 1957@Washington RedskinsW 10-3P -7Pittsburgh Steelers
+ + +

+ +

Back to top

1957 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 22, 1957@Chicago CardinalsL 2-27L -3Pittsburgh Steelers
SunDec 22, 1957@San Francisco 49ersL 27-31L -3Detroit Lions
+ + +

+

Back to top

+

1957 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 29, 1957Cleveland BrownsL 14-59L -3@Detroit Lions
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1958.html b/data/1958.html new file mode 100644 index 0000000..0e74518 --- /dev/null +++ b/data/1958.html @@ -0,0 +1,2403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1958 Season

+ +

Historical NFL Game Odds

1958 Season

<<-- 1957 Season    1959 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1958 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
14-2 (66.7%)3-3-0 (50.0%)2-4 (33.3%)1-5-0 (16.7%)2-2 (50.0%)1-3-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)--
21-4 (20.0%)1-5-0 (16.7%)3-2 (60.0%)4-2-0 (66.7%)0-1 (0.0%)0-1-0 (0.0%)3-1 (75.0%)4-1-0 (80.0%)--
34-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)2-1 (66.7%)1-2-0 (33.3%)1-2 (33.3%)1-2-0 (33.3%)--
44-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)3-3-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)0-1 (0.0%)0-1-0 (0.0%)--
55-1 (83.3%)5-1-0 (83.3%)3-3 (50.0%)3-3-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)0-2 (0.0%)0-2-0 (0.0%)--
63-2 (60.0%)2-4-0 (33.3%)4-1 (80.0%)3-3-0 (50.0%)3-1 (75.0%)2-3-0 (40.0%)1-0 (100.%)1-0-0 (100.%)--
73-3 (50.0%)2-3-1 (40.0%)4-2 (66.7%)3-2-1 (60.0%)3-2 (60.0%)2-2-1 (50.0%)1-0 (100.%)1-0-0 (100.%)--
82-3 (40.0%)2-3-0 (40.0%)3-3 (50.0%)3-3-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)2-2 (50.0%)2-2-0 (50.0%)--
95-1 (83.3%)5-1-0 (83.3%)3-3 (50.0%)3-3-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)0-2 (0.0%)0-2-0 (0.0%)--
105-1 (83.3%)1-5-0 (16.7%)5-1 (83.3%)3-3-0 (50.0%)4-0 (100.%)1-3-0 (25.0%)1-1 (50.0%)2-0-0 (100.%)--
114-1 (80.0%)2-3-1 (40.0%)3-2 (60.0%)5-0-1 (100.%)2-0 (100.%)2-0-0 (100.%)1-2 (33.3%)3-0-1 (100.%)--
124-2 (66.7%)2-4-0 (33.3%)6-0 (100.%)4-2-0 (66.7%)4-0 (100.%)2-2-0 (50.0%)2-0 (100.%)2-0-0 (100.%)--
130-0 0-0-0 1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 0-0 0-0-0 --
Playoffs1-0 (100.%)1-0-0 (100.%)0-1 (0.0%)0-1-0 (0.0%)0-0 0-0-0 0-1 (0.0%)0-1-0 (0.0%)--
+ +


1958 Results by Team

Click on a team to view 1958 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts9-3 (75.0%)8-4 (66.7%)7-3 (70.0%)6-4-0 (60.0%)6-0 (100.%)5-1-0 (83.3%)5-0 (100.%)4-1-0 (80.0%)--
Chicago Bears8-4 (66.7%)6-5-1 (54.5%)7-4 (63.6%)5-5-1 (50.0%)5-1 (83.3%)3-2-1 (60.0%)5-1 (83.3%)3-2-1 (60.0%)--
Chicago Cardinals2-9-1 (18.2%)4-8 (33.3%)0-0 0-1-0 (0.0%)1-4 (20.0%)2-4-0 (33.3%)0-0 0-1-0 (0.0%)--
Cleveland Browns9-4 (69.2%)6-6-1 (50.0%)8-3 (72.7%)5-5-1 (50.0%)4-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)2-4-0 (33.3%)--
Detroit Lions4-7-1 (36.4%)6-6 (50.0%)1-1 (50.0%)0-3-0 (0.0%)2-4 (33.3%)2-4-0 (33.3%)1-1 (50.0%)0-2-0 (0.0%)--
Green Bay Packers1-10-1 (9.1%)4-7-1 (36.4%)1-0 (100.%)1-0-0 (100.%)1-4 (20.0%)2-4-0 (33.3%)1-0 (100.%)1-0-0 (100.%)--
Los Angeles Rams8-4 (66.7%)6-6 (50.0%)5-2 (71.4%)3-4-0 (42.9%)4-2 (66.7%)3-3-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)--
New York Giants10-3 (76.9%)9-4 (69.2%)5-3 (62.5%)4-4-0 (50.0%)6-1 (85.7%)6-1-0 (85.7%)3-1 (75.0%)3-1-0 (75.0%)--
Philadelphia Eagles2-9-1 (18.2%)3-8-1 (27.3%)0-4 (0.0%)0-4-0 (0.0%)2-4 (33.3%)2-3-1 (40.0%)0-3 (0.0%)0-3-0 (0.0%)--
Pittsburgh Steelers7-4-1 (63.6%)8-4 (66.7%)3-0 (100.%)3-1-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)2-0 (100.%)2-0-0 (100.%)--
San Francisco 49ers6-6 (50.0%)5-7 (41.7%)4-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)2-4-0 (33.3%)3-1 (75.0%)1-3-0 (25.0%)--
Washington Redskins4-7-1 (36.4%)6-6 (50.0%)3-2 (60.0%)3-2-0 (60.0%)3-2 (60.0%)4-2-0 (66.7%)3-1 (75.0%)3-1-0 (75.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1958 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 1958@Baltimore ColtsW 28-15W -4Detroit Lions
SunSep 28, 1958New York GiantsW 37-7W -3.5@Chicago Cardinals
SunSep 28, 1958Chicago BearsW 34-20W -7@Green Bay Packers
SunSep 28, 1958@Los Angeles RamsL 27-30L -2Cleveland Browns
SunSep 28, 1958@Philadelphia EaglesL 14-24L -1Washington Redskins
SunSep 28, 1958@San Francisco 49ersW 23-20L -7.5Pittsburgh Steelers
+ + +

+ +

Back to top

1958 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 4, 1958Chicago BearsL 38-51L -3@Baltimore Colts
SatOct 4, 1958Washington RedskinsL 10-37L -4@Chicago Cardinals
SunOct 5, 1958Detroit LionsT 13-13L -2@Green Bay Packers
SunOct 5, 1958New York GiantsL 24-27L -2.5@Philadelphia Eagles
SunOct 5, 1958Cleveland BrownsW 45-12W -7@Pittsburgh Steelers
SunOct 5, 1958@San Francisco 49ersL 3-33L -3Los Angeles Rams
+ + +

+ +

Back to top

1958 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 1958@Chicago BearsW 28-6W -9San Francisco 49ers
SunOct 12, 1958@Cleveland BrownsW 35-28L -10Chicago Cardinals
SunOct 12, 1958Los Angeles RamsW 42-28W -1@Detroit Lions
SunOct 12, 1958Baltimore ColtsW 24-17W -6@Green Bay Packers
SunOct 12, 1958Philadelphia EaglesL 3-24L -2@Pittsburgh Steelers
SunOct 12, 1958@Washington RedskinsL 14-21L -3New York Giants
+ + +

+ +

Back to top

1958 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 1958@Chicago BearsW 31-10W -4Los Angeles Rams
SunOct 19, 1958@Cleveland BrownsW 27-10W -9Pittsburgh Steelers
SunOct 19, 1958Baltimore ColtsW 40-14W -4@Detroit Lions
SunOct 19, 1958@New York GiantsL 6-23L -7.5Chicago Cardinals
SunOct 19, 1958@Philadelphia EaglesL 24-30L -2San Francisco 49ers
SunOct 19, 1958@Washington RedskinsW 37-21W -5Green Bay Packers
+ + +

+ +

Back to top

1958 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 1958@Baltimore ColtsW 35-10W -7.5Washington Redskins
SunOct 26, 1958Cleveland BrownsW 38-24W -6.5@Chicago Cardinals
SunOct 26, 1958@Green Bay PackersW 38-35W -2.5Philadelphia Eagles
SunOct 26, 1958@Los Angeles RamsL 24-41L -9.5Detroit Lions
SunOct 26, 1958@New York GiantsW 17-6W -6Pittsburgh Steelers
SunOct 26, 1958Chicago BearsW 27-14W -6.5@San Francisco 49ers
+ + +

+ +

Back to top

1958 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 1958@Baltimore ColtsW 56-0W -12Green Bay Packers
SunNov 2, 1958@Chicago CardinalsT 21-21L -6.5Philadelphia Eagles
SunNov 2, 1958@Cleveland BrownsL 17-21L -9.5New York Giants
SunNov 2, 1958Chicago BearsL 35-41L -4@Los Angeles Rams
SunNov 2, 1958@Pittsburgh SteelersW 24-16W -1Washington Redskins
SunNov 2, 1958@San Francisco 49ersW 24-21L -3.5Detroit Lions
+ + +

+ +

Back to top

1958 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 1958@Chicago BearsW 24-10P -14Green Bay Packers
SunNov 9, 1958@Cleveland BrownsL 10-30L -9Detroit Lions
SunNov 9, 1958@Los Angeles RamsW 56-7W -7San Francisco 49ers
SunNov 9, 1958Baltimore ColtsL 21-24L -3@New York Giants
SunNov 9, 1958@Philadelphia EaglesL 24-31L -2Pittsburgh Steelers
SunNov 9, 1958@Washington RedskinsW 45-31W -2.5Chicago Cardinals
+ + +

+ +

Back to top

1958 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 1958@Chicago BearsL 0-17L -3.5Baltimore Colts
SunNov 16, 1958San Francisco 49ersL 21-35L -7.5@Detroit Lions
SunNov 16, 1958Los Angeles RamsW 20-7W -10.5@Green Bay Packers
SunNov 16, 1958@Philadelphia EaglesW 49-21W PKChicago Cardinals
SunNov 16, 1958New York GiantsL 10-31L -3@Pittsburgh Steelers
SunNov 16, 1958Cleveland BrownsW 20-10W -5.5@Washington Redskins
+ + +

+ +

Back to top

1958 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 1958@Baltimore ColtsW 34-7W -7Los Angeles Rams
SunNov 23, 1958Pittsburgh SteelersW 27-20W -3@Chicago Cardinals
SunNov 23, 1958@Cleveland BrownsW 28-14W -12Philadelphia Eagles
SunNov 23, 1958@Detroit LionsL 7-20L -4Chicago Bears
SunNov 23, 1958San Francisco 49ersW 33-12W -1@Green Bay Packers at Milwaukee
SunNov 23, 1958@New York GiantsW 30-0W -6.5Washington Redskins
+ + +

+ +

Back to top

1958 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 1958@Detroit LionsW 24-14L -10.5Green Bay Packers
SunNov 30, 1958@Baltimore ColtsW 35-27L -13.5San Francisco 49ers
SunNov 30, 1958Los Angeles RamsW 20-14L -7.5@Chicago Cardinals
SunNov 30, 1958@Cleveland BrownsW 21-14L -13.5Washington Redskins
SunNov 30, 1958@New York GiantsW 24-10W -8Philadelphia Eagles
SunNov 30, 1958Chicago BearsL 10-24L -3.5@Pittsburgh Steelers
+ + +

+ +

Back to top

1958 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 6, 1958Baltimore ColtsL 28-30L -2.5@Los Angeles Rams
SunDec 7, 1958@Chicago BearsW 30-14W -7.5Chicago Cardinals
SunDec 7, 1958New York GiantsW 19-17L -2.5@Detroit Lions
SunDec 7, 1958Cleveland BrownsW 21-14P -7@Philadelphia Eagles
SunDec 7, 1958@San Francisco 49ersW 48-21W -10.5Green Bay Packers
SunDec 7, 1958Pittsburgh SteelersT 14-14L -2.5@Washington Redskins
+ + +

+ +

Back to top

1958 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 1958@Pittsburgh SteelersW 38-21W -8Chicago Cardinals
SunDec 14, 1958@Chicago BearsW 21-16L -7.5Detroit Lions
SunDec 14, 1958@Los Angeles RamsW 34-20L -17Green Bay Packers
SunDec 14, 1958Cleveland BrownsL 10-13L -1@New York Giants
SunDec 14, 1958Baltimore ColtsL 12-21L -5@San Francisco 49ers
SunDec 14, 1958@Washington RedskinsW 20-0W -5Philadelphia Eagles
+ + +

+ +

Back to top

1958 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 21, 1958@New York GiantsW 10-0W PKCleveland Browns
+ + +

+

Back to top

+

1958 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 28, 1958Baltimore ColtsW 23-17 (OT)W -3.5@New York Giants
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1959.html b/data/1959.html new file mode 100644 index 0000000..0b30a03 --- /dev/null +++ b/data/1959.html @@ -0,0 +1,2356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1959 Season

+ +

Historical NFL Game Odds

1959 Season

<<-- 1958 Season    1960 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1959 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
13-3 (50.0%)3-3-0 (50.0%)5-1 (83.3%)5-1-0 (83.3%)3-1 (75.0%)3-1-0 (75.0%)2-0 (100.%)2-0-0 (100.%)--
21-5 (16.7%)1-5-0 (16.7%)3-3 (50.0%)3-3-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)2-0 (100.%)2-0-0 (100.%)--
34-2 (66.7%)2-3-1 (40.0%)3-3 (50.0%)2-3-1 (40.0%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)0-0-1 --
44-1 (80.0%)4-1-0 (80.0%)2-4 (33.3%)2-4-0 (33.3%)2-1 (66.7%)2-1-0 (66.7%)0-2 (0.0%)0-2-0 (0.0%)--
54-2 (66.7%)4-2-0 (66.7%)3-2 (60.0%)3-2-0 (60.0%)3-2 (60.0%)3-2-0 (60.0%)0-0 0-0-0 --
63-3 (50.0%)2-4-0 (33.3%)4-2 (66.7%)3-3-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)1-0 (100.%)1-0-0 (100.%)--
73-1 (75.0%)2-3-0 (40.0%)4-1 (80.0%)3-3-0 (50.0%)3-0 (100.%)2-2-0 (50.0%)1-0 (100.%)1-0-0 (100.%)--
84-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)1-2 (33.3%)2-1-0 (66.7%)--
95-1 (83.3%)4-2-0 (66.7%)3-3 (50.0%)2-4-0 (33.3%)3-1 (75.0%)2-2-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)--
104-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)3-3-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)0-1 (0.0%)0-1-0 (0.0%)--
115-1 (83.3%)4-2-0 (66.7%)3-3 (50.0%)2-4-0 (33.3%)3-1 (75.0%)2-2-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)--
124-2 (66.7%)4-2-0 (66.7%)2-4 (33.3%)2-4-0 (33.3%)2-2 (50.0%)2-2-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)--
Playoffs1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)0-0 0-0-0 --
+ +


1959 Results by Team

Click on a team to view 1959 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts9-3 (75.0%)7-4-1 (63.6%)9-3 (75.0%)7-4-1 (63.6%)4-2 (66.7%)4-2-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)--
Chicago Bears8-4 (66.7%)7-5 (58.3%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)--
Chicago Cardinals2-10 (16.7%)3-9 (25.0%)1-1 (50.0%)1-1-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)1-1 (50.0%)1-1-0 (50.0%)--
Cleveland Browns7-5 (58.3%)7-5 (58.3%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)--
Detroit Lions3-8-1 (27.3%)4-7-1 (36.4%)1-2 (33.3%)1-2-0 (33.3%)2-4 (33.3%)2-3-1 (40.0%)1-2 (33.3%)1-2-0 (33.3%)--
Green Bay Packers7-5 (58.3%)7-5 (58.3%)3-0 (100.%)2-1-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)3-0 (100.%)2-1-0 (66.7%)--
Los Angeles Rams2-10 (16.7%)3-9 (25.0%)1-6 (14.3%)1-6-0 (14.3%)0-6 (0.0%)0-6-0 (0.0%)0-4 (0.0%)0-4-0 (0.0%)--
New York Giants10-2 (83.3%)9-3 (75.0%)7-2 (77.8%)6-3-0 (66.7%)5-1 (83.3%)4-2-0 (66.7%)5-1 (83.3%)4-2-0 (66.7%)--
Philadelphia Eagles7-5 (58.3%)5-7 (41.7%)6-1 (85.7%)4-3-0 (57.1%)5-1 (83.3%)3-3-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)--
Pittsburgh Steelers6-5-1 (54.5%)7-5 (58.3%)2-3 (40.0%)2-4-0 (33.3%)3-2 (60.0%)3-3-0 (50.0%)2-2 (50.0%)2-3-0 (40.0%)--
San Francisco 49ers7-5 (58.3%)8-4 (66.7%)3-1 (75.0%)3-1-0 (75.0%)4-2 (66.7%)4-2-0 (66.7%)3-1 (75.0%)3-1-0 (75.0%)--
Washington Redskins3-9 (25.0%)4-8 (33.3%)1-0 (100.%)1-0-0 (100.%)2-4 (33.3%)2-4-0 (33.3%)1-0 (100.%)1-0-0 (100.%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1959 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 26, 1959@Los Angeles RamsL 21-23L -5New York Giants
SatSep 26, 1959Cleveland BrownsL 7-17L -3.5@Pittsburgh Steelers
SunSep 27, 1959@Baltimore ColtsW 21-9W -9.5Detroit Lions
SunSep 27, 1959@Chicago CardinalsW 49-21W -6Washington Redskins
SunSep 27, 1959Chicago BearsL 6-9L -6.5@Green Bay Packers
SunSep 27, 1959@San Francisco 49ersW 24-14W -3Philadelphia Eagles
+ + +

+ +

Back to top

1959 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 3, 1959@Baltimore ColtsL 21-26L -6Chicago Bears
SunOct 4, 1959@Chicago CardinalsL 7-34L -2.5Cleveland Browns
SunOct 4, 1959@Green Bay PackersW 28-10W -1Detroit Lions
SunOct 4, 1959New York GiantsL 21-49L -6@Philadelphia Eagles
SunOct 4, 1959@Pittsburgh SteelersL 17-23L -7.5Washington Redskins
SunOct 4, 1959Los Angeles RamsL 0-34L -4@San Francisco 49ers
+ + +

+ +

Back to top

1959 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 1959@Chicago BearsL 21-28L -7.5Los Angeles Rams
SunOct 11, 1959@Cleveland BrownsL 6-10L -3.5New York Giants
SunOct 11, 1959Baltimore ColtsW 31-24P -7@Detroit Lions
SunOct 11, 1959@Green Bay PackersW 21-20L -4San Francisco 49ers
SunOct 11, 1959@Philadelphia EaglesW 28-24W -2Pittsburgh Steelers
SunOct 11, 1959@Washington RedskinsW 23-14W -1Chicago Cardinals
+ + +

+ +

Back to top

1959 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 1959Baltimore ColtsW 21-7W -1@Chicago Bears
SunOct 18, 1959@Cleveland BrownsW 17-7W -4.5Chicago Cardinals
SunOct 18, 1959@Detroit LionsL 13-34L -2San Francisco 49ers
SunOct 18, 1959Los Angeles RamsW 45-6W -3@Green Bay Packers at Milwaukee
SunOct 18, 1959@New York GiantsW 24-7W -6.5Philadelphia Eagles
SunOct 18, 1959@Washington RedskinsL 6-27L PKPittsburgh Steelers
+ + +

+ +

Back to top

1959 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 1959@Baltimore ColtsW 38-21W -13.5Green Bay Packers
SunOct 25, 1959@Cleveland BrownsW 34-7W -7Washington Redskins
SunOct 25, 1959@Los Angeles RamsL 7-17L -11.5Detroit Lions
SunOct 25, 1959NPhiladelphia EaglesW 28-24W -2Chicago Cardinals at Minneapolis
SunOct 25, 1959@Pittsburgh SteelersL 16-21L -1New York Giants
SunOct 25, 1959@San Francisco 49ersW 20-17W -1.5Chicago Bears
+ + +

+ +

Back to top

1959 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 1959@Baltimore ColtsL 31-38L -7.5Cleveland Browns
SunNov 1, 1959Pittsburgh SteelersL 24-45L -4.5@Chicago Cardinals
SunNov 1, 1959@Los Angeles RamsL 21-26L -8Chicago Bears
SunNov 1, 1959@New York GiantsW 20-3W -7Green Bay Packers
SunNov 1, 1959@Philadelphia EaglesW 30-23L -8Washington Redskins
SunNov 1, 1959@San Francisco 49ersW 33-7W -7Detroit Lions
+ + +

+ +

Back to top

1959 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 1959@Chicago BearsW 28-17W -7.5Green Bay Packers
SunNov 8, 1959@Cleveland BrownsW 28-7W -7.5Philadelphia Eagles
SunNov 8, 1959@Los Angeles RamsL 16-24L PKSan Francisco 49ers
SunNov 8, 1959@New York GiantsW 9-3L -7Chicago Cardinals
SunNov 8, 1959@Pittsburgh SteelersT 10-10L -6.5Detroit Lions
SunNov 8, 1959Baltimore ColtsL 24-27L -10@Washington Redskins
+ + +

+ +

Back to top

1959 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 1959@Chicago BearsW 14-3W -2.5San Francisco 49ers
SunNov 15, 1959Los Angeles RamsL 17-23L -2.5@Detroit Lions
SunNov 15, 1959Baltimore ColtsW 28-24L -9@Green Bay Packers at Milwaukee
SunNov 15, 1959@New York GiantsL 9-14L -7.5Pittsburgh Steelers
SunNov 15, 1959@Philadelphia EaglesW 27-17W -3.5Chicago Cardinals
SunNov 15, 1959Cleveland BrownsW 31-17W -8.5@Washington Redskins
+ + +

+ +

Back to top

1959 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 1959@Baltimore ColtsW 45-14W -7San Francisco 49ers
SunNov 22, 1959New York GiantsW 30-20W -5.5@Chicago Cardinals
SunNov 22, 1959@Cleveland BrownsL 20-21L -9Pittsburgh Steelers
SunNov 22, 1959Chicago BearsW 24-14W -5@Detroit Lions
SunNov 22, 1959@Green Bay PackersW 21-0W -5Washington Redskins
SunNov 22, 1959@Philadelphia EaglesW 23-20L -3.5Los Angeles Rams
+ + +

+ +

Back to top

1959 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 1959@Detroit LionsL 17-24L -2Green Bay Packers
SunNov 29, 1959@Baltimore ColtsW 35-21W -12Los Angeles Rams
SunNov 29, 1959Chicago BearsW 31-7W -7@Chicago Cardinals
SunNov 29, 1959@Cleveland BrownsL 20-21L -10San Francisco 49ers
SunNov 29, 1959@New York GiantsW 45-14W -10Washington Redskins
SunNov 29, 1959@Pittsburgh SteelersW 31-0W -3Philadelphia Eagles
+ + +

+ +

Back to top

1959 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 5, 1959Baltimore ColtsW 34-14W -6@San Francisco 49ers
SunDec 6, 1959@Chicago BearsW 27-21L -6.5Pittsburgh Steelers
SunDec 6, 1959@Detroit LionsW 45-21W -4Chicago Cardinals
SunDec 6, 1959@Los Angeles RamsL 20-38L -5.5Green Bay Packers
SunDec 6, 1959@New York GiantsW 48-7W -5.5Cleveland Browns
SunDec 6, 1959Philadelphia EaglesW 34-14W -2.5@Washington Redskins
+ + +

+ +

Back to top

1959 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 1959Baltimore ColtsW 45-26W -11@Los Angeles Rams
SunDec 13, 1959@Chicago BearsW 25-14W -7.5Detroit Lions
SunDec 13, 1959@Philadelphia EaglesL 21-28L -2.5Cleveland Browns
SunDec 13, 1959@Pittsburgh SteelersW 35-20W -10Chicago Cardinals
SunDec 13, 1959@San Francisco 49ersL 14-36L -5Green Bay Packers
SunDec 13, 1959New York GiantsW 24-10W -10@Washington Redskins
+ + +

+

Back to top

+

1959 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 27, 1959@Baltimore ColtsW 31-16W -3.5New York Giants
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1960.html b/data/1960.html new file mode 100644 index 0000000..d7145c9 --- /dev/null +++ b/data/1960.html @@ -0,0 +1,3689 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1960 Season

+ +

Historical NFL Game Odds

1960 Season

<<-- 1959 Season    1961 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1960 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
14-5 (44.4%)4-5-0 (44.4%)3-7 (30.0%)3-7-0 (30.0%)2-4 (33.3%)2-4-0 (33.3%)1-2 (33.3%)1-2-0 (33.3%)--
28-1 (88.9%)5-3-1 (62.5%)5-5 (50.0%)5-3-1 (62.5%)5-1 (83.3%)4-2-0 (66.7%)0-3 (0.0%)1-1-1 (50.0%)--
36-3 (66.7%)2-6-1 (25.0%)6-4 (60.0%)2-6-1 (25.0%)4-2 (66.7%)1-5-0 (16.7%)1-2 (33.3%)1-1-1 (50.0%)--
46-2 (75.0%)5-4-0 (55.6%)5-3 (62.5%)4-5-0 (44.4%)5-2 (71.4%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)--
53-4 (42.9%)1-7-0 (12.5%)4-3 (57.1%)3-5-1 (37.5%)3-3 (50.0%)1-5-0 (16.7%)1-0 (100.%)2-0-0 (100.%)--
67-3 (70.0%)6-3-1 (66.7%)4-6 (40.0%)4-5-1 (44.4%)3-2 (60.0%)3-2-0 (60.0%)1-4 (20.0%)1-3-1 (25.0%)--
76-3 (66.7%)5-3-1 (62.5%)5-4 (55.6%)4-4-1 (50.0%)5-3 (62.5%)4-3-1 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
86-3 (66.7%)1-8-0 (11.1%)6-4 (60.0%)3-7-0 (30.0%)5-2 (71.4%)1-6-0 (14.3%)1-1 (50.0%)2-0-0 (100.%)--
95-4 (55.6%)4-5-0 (44.4%)3-7 (30.0%)4-6-0 (40.0%)1-3 (25.0%)1-3-0 (25.0%)1-4 (20.0%)2-3-0 (40.0%)--
105-2 (71.4%)4-4-0 (50.0%)8-1 (88.9%)7-2-0 (77.8%)5-1 (83.3%)4-2-0 (66.7%)1-0 (100.%)2-0-0 (100.%)--
113-5 (37.5%)1-8-0 (11.1%)3-5 (37.5%)1-8-0 (11.1%)2-4 (33.3%)0-7-0 (0.0%)1-1 (50.0%)1-1-0 (50.0%)--
126-3 (66.7%)5-5-0 (50.0%)6-3 (66.7%)5-5-0 (50.0%)3-0 (100.%)2-2-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)--
137-3 (70.0%)7-3-0 (70.0%)5-5 (50.0%)5-5-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)2-4 (33.3%)2-4-0 (33.3%)--
144-0 (100.%)3-0-1 (100.%)3-1 (75.0%)3-0-1 (100.%)3-0 (100.%)3-0-0 (100.%)0-1 (0.0%)0-0-1 --
153-0 (100.%)2-0-1 (100.%)4-0 (100.%)2-0-1 (100.%)3-0 (100.%)2-0-1 (100.%)0-0 0-0-0 --
Playoffs1-1 (50.0%)1-1-0 (50.0%)2-0 (100.%)2-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)--
+ +


1960 Results by Team

Click on a team to view 1960 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts6-6 (50.0%)4-8 (33.3%)6-6 (50.0%)4-8-0 (33.3%)4-2 (66.7%)3-3-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)--
Boston Patriots5-9 (35.7%)4-8-1 (33.3%)0-4 (0.0%)0-4-0 (0.0%)3-4 (42.9%)2-4-0 (33.3%)0-3 (0.0%)0-3-0 (0.0%)--
Buffalo Bills5-8-1 (38.5%)6-7 (46.2%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)3-3-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)--
Chicago Bears5-6-1 (45.5%)4-8 (33.3%)4-2 (66.7%)2-5-0 (28.6%)4-2 (66.7%)3-3-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)--
Cleveland Browns8-3-1 (72.7%)6-6 (50.0%)7-3 (70.0%)5-6-0 (45.5%)4-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)2-4-0 (33.3%)--
Dallas Cowboys0-11-1 (0.0%)6-6 (50.0%)0-0 0-0-0 0-6 (0.0%)2-4-0 (33.3%)0-0 0-0-0 --
Dallas Texans8-6 (57.1%)6-6-1 (50.0%)6-5 (54.5%)5-5-1 (50.0%)5-2 (71.4%)4-2-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)--
Denver Broncos4-9-1 (30.8%)4-7-1 (36.4%)2-2 (50.0%)1-3-1 (25.0%)2-4 (33.3%)1-5-1 (16.7%)2-2 (50.0%)1-3-1 (25.0%)--
Detroit Lions7-5 (58.3%)5-6-1 (45.5%)3-0 (100.%)1-2-0 (33.3%)5-1 (83.3%)3-2-1 (60.0%)3-0 (100.%)1-2-0 (33.3%)--
Green Bay Packers8-4 (66.7%)7-4-1 (63.6%)6-3 (66.7%)5-3-1 (62.5%)4-2 (66.7%)4-2-0 (66.7%)3-2 (60.0%)3-2-0 (60.0%)--
Houston Oilers10-4 (71.4%)8-6 (57.1%)9-2 (81.8%)7-4-0 (63.6%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Los Angeles Chargers10-4 (71.4%)9-3-1 (75.0%)4-2 (66.7%)3-2-1 (60.0%)5-2 (71.4%)4-2-1 (66.7%)3-2 (60.0%)2-2-1 (50.0%)--
Los Angeles Rams4-7-1 (36.4%)9-3 (75.0%)2-2 (50.0%)2-2-0 (50.0%)2-3 (40.0%)3-3-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)--
New York Giants6-4-2 (60.0%)5-7 (41.7%)4-2 (66.7%)3-5-0 (37.5%)1-3 (25.0%)0-6-0 (0.0%)1-2 (33.3%)0-5-0 (0.0%)--
New York Titans7-7 (50.0%)6-5-2 (54.5%)4-4 (50.0%)2-5-1 (28.6%)3-4 (42.9%)2-5-0 (28.6%)2-4 (33.3%)1-5-0 (16.7%)--
Oakland Raiders6-8 (42.9%)5-6-2 (45.5%)2-0 (100.%)2-0-0 (100.%)3-4 (42.9%)2-2-2 (50.0%)2-0 (100.%)2-0-0 (100.%)--
Philadelphia Eagles10-2 (83.3%)7-5 (58.3%)8-1 (88.9%)5-4-0 (55.6%)5-1 (83.3%)3-3-0 (50.0%)5-0 (100.%)3-2-0 (60.0%)--
Pittsburgh Steelers5-6-1 (45.5%)6-4-2 (60.0%)3-0 (100.%)3-0-0 (100.%)4-2 (66.7%)4-1-1 (80.0%)2-0 (100.%)2-0-0 (100.%)--
San Francisco 49ers7-5 (58.3%)4-7-1 (36.4%)3-2 (60.0%)0-4-1 (0.0%)3-3 (50.0%)2-4-0 (33.3%)1-2 (33.3%)0-3-0 (0.0%)--
St Louis Cardinals6-5-1 (54.5%)8-4 (66.7%)4-0 (100.%)3-1-0 (75.0%)3-2 (60.0%)3-3-0 (50.0%)3-0 (100.%)2-1-0 (66.7%)--
Washington Redskins1-9-2 (10.0%)4-7-1 (36.4%)1-0 (100.%)1-0-0 (100.%)1-4 (20.0%)1-4-1 (20.0%)1-0 (100.%)1-0-0 (100.%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 9, 1960@Boston PatriotsL 10-13L -16Denver Broncos
SatSep 10, 1960Dallas TexansL 20-21L -3@Los Angeles Chargers
SunSep 11, 1960@New York TitansW 27-3W -4.5Buffalo Bills
SunSep 11, 1960Houston OilersW 37-22W -10@Oakland Raiders
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 23, 1960@Los Angeles RamsL 21-43L -6.5St Louis Cardinals
SatSep 24, 1960Pittsburgh SteelersW 35-28W -6@Dallas Cowboys
SunSep 25, 1960@Baltimore ColtsW 20-0W -18.5Washington Redskins
SunSep 25, 1960@Green Bay PackersL 14-17L -1Chicago Bears
SunSep 25, 1960@Philadelphia EaglesL 24-41L PKCleveland Browns
SunSep 25, 1960@San Francisco 49ersL 19-21L -1New York Giants
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 16, 1960Dallas TexansW 34-16P -18@Oakland Raiders
SatSep 17, 1960@New York TitansL 24-28L -4Boston Patriots
SunSep 18, 1960@Buffalo BillsL 21-27N/ADenver Broncos
SunSep 18, 1960@Houston OilersW 38-28W -6.5Los Angeles Chargers
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 30, 1960Philadelphia EaglesW 27-25L -6.5@Dallas Cowboys
SunOct 2, 1960@Baltimore ColtsW 42-7W -7Chicago Bears
SunOct 2, 1960@Cleveland BrownsW 28-20W -7.5Pittsburgh Steelers
SunOct 2, 1960@Green Bay PackersW 28-9W -9Detroit Lions
SunOct 2, 1960@San Francisco 49ersW 13-9L -7Los Angeles Rams
SunOct 2, 1960New York GiantsW 35-14W -1@St Louis Cardinals
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 23, 1960@Boston PatriotsL 0-13L -10Buffalo Bills
FriSep 23, 1960@New York TitansW 28-24L -6Denver Broncos
SunSep 25, 1960@Dallas TexansW 17-0N/ALos Angeles Chargers
SunSep 25, 1960@Houston OilersL 13-14L -18Oakland Raiders
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 1960@Chicago BearsW 34-27L -10Los Angeles Rams
SunOct 9, 1960San Francisco 49ersW 14-10P -4@Detroit Lions
SunOct 9, 1960Baltimore ColtsL 21-35L -6.5@Green Bay Packers
SunOct 9, 1960@Philadelphia EaglesW 31-27L -6.5St Louis Cardinals
SunOct 9, 1960New York GiantsW 19-17W -1.5@Pittsburgh Steelers at Univ of Pittsburgh
SunOct 9, 1960@Washington RedskinsW 26-14W -1Dallas Cowboys
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 1960@Buffalo BillsL 10-24L -2.5Los Angeles Chargers
SunOct 2, 1960@Dallas TexansL 35-37L -13New York Titans
SunOct 2, 1960@Denver BroncosW 31-14W -7Oakland Raiders
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 1960@Baltimore ColtsW 31-17L -14.5Los Angeles Rams
SunOct 16, 1960@Chicago BearsW 27-10W -7San Francisco 49ers
SunOct 16, 1960Cleveland BrownsW 48-7W -13.5@Dallas Cowboys
SunOct 16, 1960@New York GiantsT 24-24L -13Washington Redskins
SunOct 16, 1960@Philadelphia EaglesW 28-10W -7Detroit Lions
SunOct 16, 1960@Pittsburgh SteelersW 27-14W -7St Louis Cardinals
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 8, 1960@Los Angeles ChargersL 0-35L -6Boston Patriots
SunOct 9, 1960@Dallas TexansL 19-20L -14Oakland Raiders
SunOct 9, 1960@Houston OilersW 27-21L -7New York Titans
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 1960@Cleveland BrownsL 29-31L -10Philadelphia Eagles
SunOct 23, 1960Baltimore ColtsL 17-30L -14@Detroit Lions
SunOct 23, 1960@Green Bay PackersW 41-14W -9.5San Francisco 49ers at Milwaukee
SunOct 23, 1960Chicago BearsT 24-24L -6@Los Angeles Rams
SunOct 23, 1960@St Louis CardinalsW 12-10L -10.5Dallas Cowboys
SunOct 23, 1960@Washington RedskinsT 27-27P PKPittsburgh Steelers
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 1960New York TitansW 17-13W -3.5@Buffalo Bills
SunOct 16, 1960@Denver BroncosL 19-23L -6.5Los Angeles Chargers
SunOct 16, 1960@Houston OilersW 20-10W -3.5Dallas Texans
SunOct 16, 1960@Oakland RaidersW 27-14W -1Boston Patriots
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 1960Baltimore ColtsW 45-7W -14.5@Dallas Cowboys
SunOct 30, 1960@Los Angeles RamsW 48-35W -4Detroit Lions
SunOct 30, 1960@New York GiantsL 13-20L -10.5St Louis Cardinals
SunOct 30, 1960Green Bay PackersW 19-13P -6@Pittsburgh Steelers
SunOct 30, 1960Chicago BearsL 7-25L -4@San Francisco 49ers
SunOct 30, 1960Cleveland BrownsW 31-10W -10.5@Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 1960@Buffalo BillsW 38-9W -7Oakland Raiders
SunOct 23, 1960@Denver BroncosW 31-24P -7Boston Patriots
SunOct 23, 1960@New York TitansL 28-42L -3Houston Oilers
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 1960@Baltimore ColtsW 38-24W -9Green Bay Packers
SunNov 6, 1960@Cleveland BrownsL 13-17L -7.5New York Giants
SunNov 6, 1960Los Angeles RamsW 38-13W -10.5@Dallas Cowboys
SunNov 6, 1960@Philadelphia EaglesW 34-7W -6.5Pittsburgh Steelers
SunNov 6, 1960@San Francisco 49ersL 0-24L -6.5Detroit Lions
SunNov 6, 1960@St Louis CardinalsW 44-7W -7.5Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 28, 1960@Boston PatriotsL 16-45L -1Los Angeles Chargers
FriOct 28, 1960@New York TitansL 27-28L -5.5Oakland Raiders
SunOct 30, 1960Houston OilersL 24-25L -6.5@Buffalo Bills
SunOct 30, 1960@Denver BroncosL 14-17L PKDallas Texans
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 1960Baltimore ColtsW 24-20L -7@Chicago Bears
SunNov 13, 1960@Cleveland BrownsW 28-27L -11St Louis Cardinals
SunNov 13, 1960@Detroit LionsW 12-10L -4Los Angeles Rams
SunNov 13, 1960@Green Bay PackersW 41-7W -22Dallas Cowboys
SunNov 13, 1960@New York GiantsW 27-24L -7.5Pittsburgh Steelers
SunNov 13, 1960@Philadelphia EaglesW 19-13L -14Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 4, 1960@Boston PatriotsW 34-28W PKOakland Raiders
FriNov 4, 1960@New York TitansL 7-21L -2.5Los Angeles Chargers
SunNov 6, 1960Dallas TexansW 45-28W -2.5@Buffalo Bills
SunNov 6, 1960Houston OilersW 45-25W -1@Denver Broncos
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 1960@Chicago BearsW 28-7W -6.5Detroit Lions
SunNov 20, 1960San Francisco 49ersW 26-14L -13.5@Dallas Cowboys
SunNov 20, 1960@Green Bay PackersL 31-33L -13Los Angeles Rams at Milwaukee
SunNov 20, 1960@New York GiantsL 10-17L -3.5Philadelphia Eagles
SunNov 20, 1960Cleveland BrownsL 10-14L -6.5@Pittsburgh Steelers
SunNov 20, 1960St Louis CardinalsW 26-14W -5@Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 11, 1960@Boston PatriotsW 38-21N/ANew York Titans
SunNov 13, 1960@Dallas TexansW 34-7W -7.5Denver Broncos
SunNov 13, 1960@Los Angeles ChargersW 24-21W PKHouston Oilers
SunNov 13, 1960@Oakland RaidersW 20-7W -4Buffalo Bills
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 1960Green Bay PackersL 10-23L -6.5@Detroit Lions
SunNov 27, 1960@Baltimore ColtsL 22-30L -16San Francisco 49ers
SunNov 27, 1960@Chicago BearsW 17-7L -22Dallas Cowboys
SunNov 27, 1960@Philadelphia EaglesW 31-23W -6.5New York Giants
SunNov 27, 1960@Pittsburgh SteelersW 22-10W -11.5Washington Redskins
SunNov 27, 1960Cleveland BrownsT 17-17L -6@St Louis Cardinals
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 18, 1960Dallas TexansL 14-42L -6@Boston Patriots
SunNov 20, 1960@Houston OilersW 20-10L -13Denver Broncos
SunNov 20, 1960@Los Angeles ChargersL 3-32L -13Buffalo Bills
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 1960@Baltimore ColtsL 15-20L -13Detroit Lions
SunDec 4, 1960@Chicago BearsL 13-41L -4Green Bay Packers
SunDec 4, 1960@Cleveland BrownsW 27-16L -15Washington Redskins
SunDec 4, 1960@Los Angeles RamsL 7-23L -4San Francisco 49ers
SunDec 4, 1960@New York GiantsT 31-31L -14Dallas Cowboys
SunDec 4, 1960Philadelphia EaglesW 20-6W -5@St Louis Cardinals
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 1960Dallas TexansL 35-41L -4@New York Titans
FriNov 25, 1960Houston OilersW 24-10W -6@Boston Patriots
SunNov 27, 1960@Denver BroncosT 38-38L -3.5Buffalo Bills
SunNov 27, 1960@Los Angeles ChargersW 52-28W -7Oakland Raiders
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 1960Green Bay PackersW 13-0W -5@San Francisco 49ers
SunDec 11, 1960@Cleveland BrownsW 42-0W -4Chicago Bears
SunDec 11, 1960@Detroit LionsW 23-14L -13Dallas Cowboys
SunDec 11, 1960Baltimore ColtsL 3-10L -9@Los Angeles Rams
SunDec 11, 1960Philadelphia EaglesL 21-27L -2@Pittsburgh Steelers
SunDec 11, 1960New York GiantsW 17-3W -7@Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 1960Boston PatriotsL 14-38L -14@Buffalo Bills
SunDec 4, 1960@Dallas TexansW 24-0W -7Houston Oilers
SunDec 4, 1960@Denver BroncosL 27-30L -4New York Titans
SunDec 4, 1960Los Angeles ChargersW 41-17W -19@Oakland Raiders
+ + +

+ +

Back to top

1960 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 1960Green Bay PackersW 35-21W -10.5@Los Angeles Rams
SunDec 18, 1960@Detroit LionsW 36-0W -4Chicago Bears
SunDec 18, 1960Cleveland BrownsW 48-34W -1.5@New York Giants
SunDec 18, 1960Baltimore ColtsL 10-34L -5@San Francisco 49ers
SunDec 18, 1960@St Louis CardinalsW 38-7W -1Pittsburgh Steelers
SunDec 18, 1960Philadelphia EaglesW 38-28W -7.5@Washington Redskins
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 1960@Los Angeles ChargersW 41-33W -7Denver Broncos
SunDec 11, 1960@Dallas TexansW 34-0W -7Boston Patriots
SunDec 11, 1960@Houston OilersW 31-23W -3Buffalo Bills
SunDec 11, 1960New York TitansW 31-28P -3@Oakland Raiders
+ + +

+ +

Back to top

1960 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 1960@Oakland RaidersW 48-10N/ADenver Broncos
SunDec 18, 1960@Dallas TexansW 24-7W -7Buffalo Bills
SunDec 18, 1960@Houston OilersW 37-21W -10Boston Patriots
SunDec 18, 1960@Los Angeles ChargersW 50-43P -7New York Titans
+ + +

+

Back to top

+

1960 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipMonDec 26, 1960Green Bay PackersL 13-17L -2.5@Philadelphia Eagles
AFL ChampionshipSunJan 1, 1961@Houston OilersW 24-16W -5Los Angeles Chargers
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1961.html b/data/1961.html new file mode 100644 index 0000000..3e7986d --- /dev/null +++ b/data/1961.html @@ -0,0 +1,3985 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1961 Season

+ +

Historical NFL Game Odds

1961 Season

<<-- 1960 Season    1962 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1961 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
13-5 (37.5%)2-6-0 (25.0%)6-5 (54.5%)5-4-0 (55.6%)3-3 (50.0%)2-4-0 (33.3%)2-0 (100.%)2-0-0 (100.%)--
26-4 (60.0%)4-6-0 (40.0%)7-3 (70.0%)5-5-0 (50.0%)6-3 (66.7%)4-5-0 (44.4%)1-0 (100.%)1-0-0 (100.%)--
39-2 (81.8%)5-6-0 (45.5%)6-5 (54.5%)8-3-0 (72.7%)6-2 (75.0%)5-3-0 (62.5%)0-3 (0.0%)3-0-0 (100.%)--
46-4 (60.0%)4-6-0 (40.0%)7-4 (63.6%)7-4-0 (63.6%)5-3 (62.5%)4-4-0 (50.0%)1-1 (50.0%)2-0-0 (100.%)--
59-1 (90.0%)7-3-0 (70.0%)3-7 (30.0%)3-7-0 (30.0%)3-1 (75.0%)2-2-0 (50.0%)0-6 (0.0%)1-5-0 (16.7%)--
67-3 (70.0%)6-5-0 (54.5%)4-6 (40.0%)4-7-0 (36.4%)2-1 (66.7%)1-2-0 (33.3%)2-5 (28.6%)3-5-0 (37.5%)--
76-5 (54.5%)4-7-0 (36.4%)5-6 (45.5%)5-6-0 (45.5%)3-3 (50.0%)2-4-0 (33.3%)2-3 (40.0%)3-2-0 (60.0%)--
87-3 (70.0%)6-5-0 (54.5%)5-5 (50.0%)4-7-0 (36.4%)4-2 (66.7%)3-4-0 (42.9%)1-3 (25.0%)1-3-0 (25.0%)--
98-3 (72.7%)6-5-0 (54.5%)6-5 (54.5%)8-3-0 (72.7%)4-1 (80.0%)4-1-0 (80.0%)2-4 (33.3%)4-2-0 (66.7%)--
108-2 (80.0%)7-4-0 (63.6%)7-3 (70.0%)8-3-0 (72.7%)6-1 (85.7%)6-2-0 (75.0%)1-2 (33.3%)2-1-0 (66.7%)--
119-1 (90.0%)4-6-0 (40.0%)7-4 (63.6%)2-9-0 (18.2%)7-1 (87.5%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)--
128-1 (88.9%)7-2-0 (77.8%)7-3 (70.0%)6-4-0 (60.0%)6-0 (100.%)5-1-0 (83.3%)1-2 (33.3%)1-2-0 (33.3%)--
136-4 (60.0%)3-7-0 (30.0%)7-4 (63.6%)8-3-0 (72.7%)2-0 (100.%)1-1-0 (50.0%)4-4 (50.0%)6-2-0 (75.0%)--
148-2 (80.0%)8-3-0 (72.7%)5-5 (50.0%)5-6-0 (45.5%)5-2 (71.4%)5-3-0 (62.5%)0-3 (0.0%)0-3-0 (0.0%)--
152-1 (66.7%)2-1-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)--
Playoffs2-0 (100.%)2-0-0 (100.%)1-1 (50.0%)1-1-0 (50.0%)1-0 (100.%)1-0-0 (100.%)0-1 (0.0%)0-1-0 (0.0%)--
+ +


1961 Results by Team

Click on a team to view 1961 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts8-6 (57.1%)5-9 (35.7%)5-4 (55.6%)2-7-0 (22.2%)5-2 (71.4%)2-5-0 (28.6%)4-2 (66.7%)1-5-0 (16.7%)--
Boston Patriots9-4-1 (69.2%)7-7 (50.0%)7-1 (87.5%)4-4-0 (50.0%)4-2 (66.7%)4-3-0 (57.1%)4-1 (80.0%)3-2-0 (60.0%)--
Buffalo Bills6-8 (42.9%)7-6 (53.8%)2-1 (66.7%)1-2-0 (33.3%)2-5 (28.6%)4-2-0 (66.7%)0-1 (0.0%)0-1-0 (0.0%)--
Chicago Bears8-6 (57.1%)9-5 (64.3%)3-2 (60.0%)2-3-0 (40.0%)5-2 (71.4%)5-2-0 (71.4%)3-0 (100.%)2-1-0 (66.7%)--
Cleveland Browns8-5-1 (61.5%)7-7 (50.0%)8-3 (72.7%)6-5-0 (54.5%)4-3 (57.1%)3-4-0 (42.9%)4-2 (66.7%)3-3-0 (50.0%)--
Dallas Cowboys4-9-1 (30.8%)4-10 (28.6%)1-0 (100.%)1-1-0 (50.0%)2-4 (33.3%)2-5-0 (28.6%)1-0 (100.%)1-1-0 (50.0%)--
Dallas Texans6-8 (42.9%)5-8 (38.5%)5-4 (55.6%)3-6-0 (33.3%)4-3 (57.1%)4-2-0 (66.7%)3-2 (60.0%)3-2-0 (60.0%)--
Denver Broncos3-11 (21.4%)4-9 (30.8%)1-1 (50.0%)0-2-0 (0.0%)2-5 (28.6%)4-3-0 (57.1%)1-0 (100.%)0-1-0 (0.0%)--
Detroit Lions8-5-1 (61.5%)7-7 (50.0%)4-4 (50.0%)2-6-0 (25.0%)2-5 (28.6%)0-7-0 (0.0%)2-4 (33.3%)0-6-0 (0.0%)--
Green Bay Packers11-3 (78.6%)9-5 (64.3%)10-3 (76.9%)8-5-0 (61.5%)6-1 (85.7%)5-2-0 (71.4%)6-1 (85.7%)5-2-0 (71.4%)--
Houston Oilers10-3-1 (76.9%)10-4 (71.4%)9-1 (90.0%)9-2-0 (81.8%)6-1 (85.7%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)--
Los Angeles Rams4-10 (28.6%)7-7 (50.0%)2-3 (40.0%)2-3-0 (40.0%)4-3 (57.1%)4-3-0 (57.1%)2-2 (50.0%)2-2-0 (50.0%)--
Minnesota Vikings3-11 (21.4%)7-7 (50.0%)0-1 (0.0%)0-1-0 (0.0%)3-4 (42.9%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
New York Giants10-3-1 (76.9%)9-5 (64.3%)7-2 (77.8%)6-4-0 (60.0%)4-2 (66.7%)4-3-0 (57.1%)4-2 (66.7%)4-3-0 (57.1%)--
New York Titans7-7 (50.0%)7-7 (50.0%)5-2 (71.4%)5-2-0 (71.4%)5-2 (71.4%)5-2-0 (71.4%)4-0 (100.%)4-0-0 (100.%)--
Oakland Raiders2-12 (14.3%)6-8 (42.9%)0-0 0-0-0 1-6 (14.3%)3-4-0 (42.9%)0-0 0-0-0 --
Philadelphia Eagles10-4 (71.4%)6-8 (42.9%)8-1 (88.9%)4-5-0 (44.4%)5-2 (71.4%)2-5-0 (28.6%)4-1 (80.0%)1-4-0 (20.0%)--
Pittsburgh Steelers6-8 (42.9%)6-8 (42.9%)4-2 (66.7%)3-3-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)3-1 (75.0%)2-2-0 (50.0%)--
San Diego Chargers12-2 (85.7%)8-5 (61.5%)11-1 (91.7%)8-4-0 (66.7%)6-1 (85.7%)5-2-0 (71.4%)6-1 (85.7%)5-2-0 (71.4%)--
San Francisco 49ers7-6-1 (53.8%)7-7 (50.0%)4-4 (50.0%)3-6-0 (33.3%)5-1 (83.3%)4-3-0 (57.1%)3-1 (75.0%)2-3-0 (40.0%)--
St Louis Cardinals7-7 (50.0%)9-5 (64.3%)5-1 (83.3%)5-1-0 (83.3%)3-4 (42.9%)3-4-0 (42.9%)3-1 (75.0%)3-1-0 (75.0%)--
Washington Redskins1-12-1 (7.7%)6-8 (42.9%)1-0 (100.%)1-0-0 (100.%)1-6 (14.3%)4-3-0 (57.1%)1-0 (100.%)1-0-0 (100.%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 9, 1961@Boston PatriotsL 20-21L -19New York Titans
SatSep 9, 1961@Houston OilersW 55-0W -10Oakland Raiders
SunSep 10, 1961@Buffalo BillsL 10-22N/ADenver Broncos
SunSep 10, 1961@Dallas TexansL 10-26N/ASan Diego Chargers
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 1961@Baltimore ColtsW 27-24L -12Los Angeles Rams
SunSep 17, 1961Pittsburgh SteelersL 24-27L -8@Dallas Cowboys
SunSep 17, 1961@Green Bay PackersL 13-17L -6.5Detroit Lions at Milwaukee
SunSep 17, 1961Chicago BearsL 13-37L -10@Minnesota Vikings
SunSep 17, 1961@New York GiantsL 10-21L -12St Louis Cardinals
SunSep 17, 1961@Philadelphia EaglesW 27-20W PKCleveland Browns
SunSep 17, 1961@San Francisco 49ersW 35-3W -14Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 16, 1961@Boston PatriotsW 45-17W -6.5Denver Broncos
SunSep 17, 1961New York TitansL 31-41L -7@Buffalo Bills
SunSep 17, 1961@San Diego ChargersW 44-0W -21Oakland Raiders
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 23, 1961@Los Angeles RamsL 17-21L -6Chicago Bears
SunSep 24, 1961@Baltimore ColtsL 15-16L -1.5Detroit Lions
SunSep 24, 1961@Cleveland BrownsW 20-17L -10.5St Louis Cardinals
SunSep 24, 1961@Dallas CowboysW 21-7W -6Minnesota Vikings
SunSep 24, 1961@Green Bay PackersW 30-10W -7San Francisco 49ers
SunSep 24, 1961@Philadelphia EaglesW 14-7L -17Washington Redskins
SunSep 24, 1961@Pittsburgh SteelersL 14-17L -2.5New York Giants
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 23, 1961Boston PatriotsW 23-21L -5@Buffalo Bills
SunSep 24, 1961@New York TitansW 35-28W -6.5Denver Broncos
SunSep 24, 1961Dallas TexansW 42-35L -15@Oakland Raiders
SunSep 24, 1961@San Diego ChargersW 34-24W -7Houston Oilers
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 1961@Baltimore ColtsW 34-33L -14Minnesota Vikings
SunOct 1, 1961@Cleveland BrownsW 25-7W -12.5Dallas Cowboys
SunOct 1, 1961@Detroit LionsL 0-49L -7.5San Francisco 49ers
SunOct 1, 1961@Green Bay PackersW 24-0W -10.5Chicago Bears
SunOct 1, 1961@Los Angeles RamsW 24-14W -4Pittsburgh Steelers
SunOct 1, 1961@Philadelphia EaglesL 27-30L -10St Louis Cardinals
SunOct 1, 1961New York GiantsW 24-21L -10@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 30, 1961San Diego ChargersW 19-11L -13@Buffalo Bills
SunOct 1, 1961@Dallas TexansW 26-21W PKHouston Oilers
SunOct 1, 1961@New York TitansW 37-30W -2.5Boston Patriots
SunOct 1, 1961Denver BroncosL 19-33L -5@Oakland Raiders
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 1961@Cleveland BrownsW 31-7W -14Washington Redskins
SunOct 8, 1961@Detroit LionsL 17-31L -7.5Chicago Bears
SunOct 8, 1961@Green Bay PackersW 45-7W -9Baltimore Colts
SunOct 8, 1961@Minnesota VikingsL 0-28L -4Dallas Cowboys
SunOct 8, 1961@Philadelphia EaglesW 21-16L -7.5Pittsburgh Steelers
SunOct 8, 1961@San Francisco 49ersW 35-0W -8Los Angeles Rams
SunOct 8, 1961@St Louis CardinalsL 9-24L -1New York Giants
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 7, 1961San Diego ChargersW 38-27W -10@Boston Patriots
SunOct 8, 1961Dallas TexansW 19-12L -10@Denver Broncos
SunOct 8, 1961@Houston OilersL 12-22L -13Buffalo Bills
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 1961@Chicago BearsW 24-10W -4Baltimore Colts
SunOct 15, 1961Green Bay PackersW 49-17W -3@Cleveland Browns
SunOct 15, 1961New York GiantsW 31-10W -6.5@Dallas Cowboys
SunOct 15, 1961@Detroit LionsW 14-13L -7.5Los Angeles Rams
SunOct 15, 1961San Francisco 49ersW 38-24W -13.5@Minnesota Vikings
SunOct 15, 1961@Pittsburgh SteelersW 20-0W -9Washington Redskins
SunOct 15, 1961Philadelphia EaglesW 20-7W -5@St Louis Cardinals
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 13, 1961Houston OilersT 31-31L -6.5@Boston Patriots
SunOct 15, 1961Dallas TexansL 24-27L -6.5@Buffalo Bills
SunOct 15, 1961@Denver BroncosW 27-24L -7Oakland Raiders
SunOct 15, 1961San Diego ChargersW 25-10W -8@New York Titans
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 1961San Francisco 49ersL 0-31L -3.5@Chicago Bears
SunOct 22, 1961Philadelphia EaglesW 43-7W -7@Dallas Cowboys
SunOct 22, 1961@Detroit LionsL 14-17L -4Baltimore Colts
SunOct 22, 1961Green Bay PackersW 33-7W -17@Minnesota Vikings
SunOct 22, 1961@New York GiantsW 24-14W -9.5Los Angeles Rams
SunOct 22, 1961Cleveland BrownsW 30-28W -0.5@Pittsburgh Steelers
SunOct 22, 1961St Louis CardinalsW 24-0W -6@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 1961@Boston PatriotsW 52-21W -1.5Buffalo Bills
SunOct 22, 1961New York TitansL 10-27L -5@Denver Broncos
SunOct 22, 1961@Houston OilersW 38-7W -3Dallas Texans
SunOct 22, 1961San Diego ChargersW 41-10W -17@Oakland Raiders
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 1961@Baltimore ColtsL 20-21L -1Chicago Bears
SunOct 29, 1961@Green Bay PackersW 28-10L -26Minnesota Vikings at Milwaukee
SunOct 29, 1961@Los Angeles RamsL 10-28L -1Detroit Lions
SunOct 29, 1961@New York GiantsL 16-17L -13.5Dallas Cowboys
SunOct 29, 1961San Francisco 49ersL 10-20L -6@Pittsburgh Steelers
SunOct 29, 1961Cleveland BrownsW 21-10W -3.5@St Louis Cardinals
SunOct 29, 1961Philadelphia EaglesW 27-24L -14.5@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 1961Houston OilersW 28-16W -6.5@Buffalo Bills
SunOct 29, 1961@Dallas TexansL 17-18L -5Boston Patriots
SunOct 29, 1961New York TitansW 14-6W -4@Oakland Raiders
SunOct 29, 1961@San Diego ChargersW 37-0W -18Denver Broncos
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 1961Green Bay PackersL 21-45L -7@Baltimore Colts
SunNov 5, 1961@Cleveland BrownsL 13-17L -10Pittsburgh Steelers
SunNov 5, 1961St Louis CardinalsW 31-17W -1@Dallas Cowboys
SunNov 5, 1961@Los Angeles RamsW 31-17W -9Minnesota Vikings
SunNov 5, 1961@New York GiantsW 53-0W -13.5Washington Redskins
SunNov 5, 1961@Philadelphia EaglesW 16-14L -3Chicago Bears
SunNov 5, 1961@San Francisco 49ersT 20-20L -3.5Detroit Lions
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 3, 1961@Boston PatriotsW 28-21W -3.5Dallas Texans
SunNov 5, 1961@Buffalo BillsL 22-31L -11Oakland Raiders
SunNov 5, 1961Houston OilersW 55-14W -10@Denver Broncos
SunNov 5, 1961@San Diego ChargersW 48-13W -17New York Titans
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 1961Green Bay PackersW 31-28L -3.5@Chicago Bears
SunNov 12, 1961San Francisco 49ersL 7-17L -4@Los Angeles Rams
SunNov 12, 1961Baltimore ColtsL 20-28L -14@Minnesota Vikings
SunNov 12, 1961@New York GiantsW 38-21W -3Philadelphia Eagles
SunNov 12, 1961@Pittsburgh SteelersW 37-7W -10Dallas Cowboys
SunNov 12, 1961Detroit LionsW 45-14W -2.5@St Louis Cardinals
SunNov 12, 1961Cleveland BrownsW 17-6L -11.5@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 11, 1961@New York TitansW 23-12W -8Oakland Raiders
SunNov 12, 1961@Dallas TexansL 20-30L -8Buffalo Bills
SunNov 12, 1961San Diego ChargersW 19-16L -20@Denver Broncos
SunNov 12, 1961@Houston OilersW 27-15W -9Boston Patriots
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 1961@Baltimore ColtsW 16-0W -10St Louis Cardinals
SunNov 19, 1961@Cleveland BrownsW 45-24W -3.5Philadelphia Eagles
SunNov 19, 1961@Dallas CowboysT 28-28L -5.5Washington Redskins
SunNov 19, 1961@Green Bay PackersW 35-17W -13Los Angeles Rams
SunNov 19, 1961Detroit LionsW 37-10W -12@Minnesota Vikings
SunNov 19, 1961@New York GiantsW 42-21W -6Pittsburgh Steelers
SunNov 19, 1961Chicago BearsL 31-41L -3@San Francisco 49ers
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 17, 1961@Boston PatriotsW 20-17L -12Oakland Raiders
SunNov 19, 1961Buffalo BillsW 23-10W -3.5@Denver Broncos
SunNov 19, 1961@Houston OilersW 49-13W -13.5New York Titans
SunNov 19, 1961@San Diego ChargersW 24-14L -13.5Dallas Texans
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 1961@Detroit LionsL 9-17L PKGreen Bay Packers
SunNov 26, 1961@Chicago BearsW 28-24L -9Los Angeles Rams
SunNov 26, 1961@Cleveland BrownsL 21-37L -2New York Giants
SunNov 26, 1961@Philadelphia EaglesW 35-13W -14Dallas Cowboys
SunNov 26, 1961@Pittsburgh SteelersW 30-27L -7.5St Louis Cardinals
SunNov 26, 1961@San Francisco 49ersW 38-28L -16Minnesota Vikings
SunNov 26, 1961Baltimore ColtsW 27-6W -13@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 1961@New York TitansW 21-14W -1.5Buffalo Bills
SunNov 26, 1961@Dallas TexansW 43-11W -13Oakland Raiders
SunNov 26, 1961@Houston OilersW 45-14W -20Denver Broncos
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 1961@Baltimore ColtsW 20-17L -6.5San Francisco 49ers
SunDec 3, 1961@Chicago BearsL 15-16L PKDetroit Lions
SunDec 3, 1961Cleveland BrownsW 38-17W -13.5@Dallas Cowboys
SunDec 3, 1961@Green Bay PackersW 20-17W -2New York Giants at Milwaukee
SunDec 3, 1961Los Angeles RamsL 21-42L -6@Minnesota Vikings
SunDec 3, 1961Philadelphia EaglesW 35-24W -3@Pittsburgh Steelers
SunDec 3, 1961@St Louis CardinalsW 38-24W -12.5Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 1961Boston PatriotsW 28-24L -7@Denver Broncos
SunDec 3, 1961@Houston OilersW 33-13W PKSan Diego Chargers
SunDec 3, 1961Dallas TexansL 7-28L -4.5@New York Titans
SunDec 3, 1961Buffalo BillsW 26-21L -6@Oakland Raiders
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 1961Baltimore ColtsL 17-34L -6@Los Angeles Rams
SunDec 10, 1961Cleveland BrownsL 14-17L -6@Chicago Bears
SunDec 10, 1961@Detroit LionsW 13-7L -13.5Minnesota Vikings
SunDec 10, 1961New York GiantsW 28-24W -3.5@Philadelphia Eagles
SunDec 10, 1961Green Bay PackersL 21-22L -5@San Francisco 49ers
SunDec 10, 1961@St Louis CardinalsW 31-13W -12.5Dallas Cowboys
SunDec 10, 1961Pittsburgh SteelersW 30-14W -9@Washington Redskins
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 1961Boston PatriotsW 35-21W -7.5@Oakland Raiders
SunDec 10, 1961@Dallas TexansW 49-21W -12Denver Broncos
SunDec 10, 1961Houston OilersW 48-21W -12.5@New York Titans
SunDec 10, 1961@San Diego ChargersW 28-10W -15Buffalo Bills
+ + +

+ +

Back to top

1961 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 1961@San Francisco 49ersL 24-27L -6.5Baltimore Colts
SunDec 17, 1961@Chicago BearsW 52-35W -11Minnesota Vikings
SunDec 17, 1961@Detroit LionsL 24-27L -1.5Philadelphia Eagles
SunDec 17, 1961Green Bay PackersW 24-17W -5.5@Los Angeles Rams
SunDec 17, 1961@New York GiantsT 7-7L -6.5Cleveland Browns
SunDec 17, 1961@St Louis CardinalsW 20-0W -2.5Pittsburgh Steelers
SunDec 17, 1961@Washington RedskinsW 34-24W -2.5Dallas Cowboys
+ + +

+ +

Back to top

1961 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 17, 1961@Dallas TexansW 35-24W -8New York Titans
SunDec 17, 1961Houston OilersW 47-16W -20@Oakland Raiders
SunDec 17, 1961@San Diego ChargersL 0-41L -13Boston Patriots
+ + +

+

Back to top

+

1961 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL ChampionshipSunDec 24, 1961Houston OilersW 10-3W -5.5@San Diego Chargers
NFL ChampionshipSunDec 31, 1961@Green Bay PackersW 37-0W -3.5New York Giants
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1962.html b/data/1962.html new file mode 100644 index 0000000..acddd40 --- /dev/null +++ b/data/1962.html @@ -0,0 +1,3985 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1962 Season

+ +

Historical NFL Game Odds

1962 Season

<<-- 1961 Season    1963 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1962 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
15-2 (71.4%)4-4-0 (50.0%)6-4 (60.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)0-0 1-0-0 (100.%)--
27-3 (70.0%)6-4-0 (60.0%)4-6 (40.0%)5-5-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)1-4 (20.0%)2-3-0 (40.0%)--
36-5 (54.5%)4-6-1 (40.0%)5-6 (45.5%)6-4-1 (60.0%)3-3 (50.0%)3-3-0 (50.0%)2-3 (40.0%)3-1-1 (75.0%)--
47-2 (77.8%)4-5-0 (44.4%)5-5 (50.0%)4-6-0 (40.0%)4-2 (66.7%)2-4-0 (33.3%)0-3 (0.0%)1-2-0 (33.3%)--
55-5 (50.0%)3-8-0 (27.3%)5-5 (50.0%)3-8-0 (27.3%)3-3 (50.0%)1-6-0 (14.3%)2-2 (50.0%)2-2-0 (50.0%)--
65-5 (50.0%)5-5-0 (50.0%)5-6 (45.5%)5-6-0 (45.5%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
77-2 (77.8%)5-3-1 (62.5%)7-4 (63.6%)6-4-1 (60.0%)5-2 (71.4%)4-3-0 (57.1%)0-2 (0.0%)0-1-1 (0.0%)--
85-5 (50.0%)3-8-0 (27.3%)4-6 (40.0%)2-9-0 (18.2%)3-4 (42.9%)1-7-0 (12.5%)1-2 (33.3%)1-2-0 (33.3%)--
97-2 (77.8%)6-4-0 (60.0%)3-7 (30.0%)3-8-0 (27.3%)2-1 (66.7%)1-2-0 (33.3%)1-5 (16.7%)2-5-0 (28.6%)--
109-2 (81.8%)4-7-0 (36.4%)4-7 (36.4%)3-8-0 (27.3%)4-2 (66.7%)1-5-0 (16.7%)0-5 (0.0%)2-3-0 (40.0%)--
116-3 (66.7%)4-6-0 (40.0%)4-5 (44.4%)4-6-0 (40.0%)2-1 (66.7%)1-3-0 (25.0%)2-4 (33.3%)3-3-0 (50.0%)--
128-3 (72.7%)5-6-0 (45.5%)7-4 (63.6%)6-5-0 (54.5%)6-2 (75.0%)4-4-0 (50.0%)1-2 (33.3%)2-1-0 (66.7%)--
138-3 (72.7%)3-8-0 (27.3%)9-2 (81.8%)6-5-0 (54.5%)7-1 (87.5%)3-5-0 (37.5%)2-1 (66.7%)3-0-0 (100.%)--
149-1 (90.0%)5-5-0 (50.0%)6-5 (54.5%)6-5-0 (54.5%)5-0 (100.%)3-2-0 (60.0%)1-4 (20.0%)3-2-0 (60.0%)--
152-1 (66.7%)1-1-1 (50.0%)2-1 (66.7%)1-1-1 (50.0%)1-0 (100.%)0-0-1 1-1 (50.0%)1-1-0 (50.0%)--
Playoffs1-1 (50.0%)1-1-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)--
+ +


1962 Results by Team

Click on a team to view 1962 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts7-7 (50.0%)8-5-1 (61.5%)5-2 (71.4%)4-3-0 (57.1%)3-4 (42.9%)2-4-1 (33.3%)3-2 (60.0%)2-3-0 (40.0%)--
Boston Patriots9-4-1 (69.2%)8-6 (57.1%)6-2 (75.0%)4-5-0 (44.4%)6-1 (85.7%)4-3-0 (57.1%)5-1 (83.3%)3-3-0 (50.0%)--
Buffalo Bills7-6-1 (53.8%)8-5 (61.5%)3-2 (60.0%)2-3-0 (40.0%)3-3 (50.0%)4-2-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)--
Chicago Bears9-5 (64.3%)8-6 (57.1%)6-1 (85.7%)4-3-0 (57.1%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
Cleveland Browns7-6-1 (53.8%)7-7 (50.0%)7-5 (58.3%)6-7-0 (46.2%)4-2 (66.7%)3-4-0 (42.9%)4-2 (66.7%)3-4-0 (42.9%)--
Dallas Cowboys5-8-1 (38.5%)9-5 (64.3%)0-3 (0.0%)0-3-0 (0.0%)2-4 (33.3%)5-2-0 (71.4%)0-1 (0.0%)0-1-0 (0.0%)--
Dallas Texans11-3 (78.6%)7-5-2 (58.3%)9-2 (81.8%)5-4-2 (55.6%)6-1 (85.7%)3-3-1 (50.0%)6-0 (100.%)3-2-1 (60.0%)--
Denver Broncos7-7 (50.0%)7-6 (53.8%)2-3 (40.0%)2-3-0 (40.0%)3-4 (42.9%)2-4-0 (33.3%)1-3 (25.0%)1-3-0 (25.0%)--
Detroit Lions11-3 (78.6%)9-5 (64.3%)10-2 (83.3%)7-5-0 (58.3%)7-0 (100.%)4-3-0 (57.1%)6-0 (100.%)3-3-0 (50.0%)--
Green Bay Packers13-1 (92.9%)8-5-1 (61.5%)13-1 (92.9%)8-5-1 (61.5%)7-0 (100.%)5-2-0 (71.4%)7-0 (100.%)5-2-0 (71.4%)--
Houston Oilers11-3 (78.6%)5-8 (38.5%)9-2 (81.8%)4-7-0 (36.4%)6-1 (85.7%)2-5-0 (28.6%)6-1 (85.7%)2-5-0 (28.6%)--
Los Angeles Rams1-12-1 (7.7%)5-9 (35.7%)0-2 (0.0%)0-2-0 (0.0%)0-7 (0.0%)1-6-0 (14.3%)0-2 (0.0%)0-2-0 (0.0%)--
Minnesota Vikings2-11-1 (15.4%)4-10 (28.6%)0-0 0-1-0 (0.0%)1-5 (16.7%)1-6-0 (14.3%)0-0 0-1-0 (0.0%)--
New York Giants12-2 (85.7%)7-7 (50.0%)11-1 (91.7%)6-6-0 (50.0%)6-1 (85.7%)3-4-0 (42.9%)5-1 (83.3%)2-4-0 (33.3%)--
New York Titans5-9 (35.7%)6-7 (46.2%)1-1 (50.0%)1-1-0 (50.0%)2-5 (28.6%)2-5-0 (28.6%)1-1 (50.0%)1-1-0 (50.0%)--
Oakland Raiders1-13 (7.1%)7-5-1 (58.3%)0-0 0-0-0 1-6 (14.3%)4-1-1 (80.0%)0-0 0-0-0 --
Philadelphia Eagles3-10-1 (23.1%)5-9 (35.7%)0-3 (0.0%)0-3-0 (0.0%)2-5 (28.6%)2-5-0 (28.6%)0-2 (0.0%)0-2-0 (0.0%)--
Pittsburgh Steelers9-5 (64.3%)7-7 (50.0%)5-1 (83.3%)2-4-0 (33.3%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
San Diego Chargers4-10 (28.6%)3-9-1 (25.0%)3-4 (42.9%)1-6-0 (14.3%)3-4 (42.9%)2-5-0 (28.6%)2-2 (50.0%)1-3-0 (25.0%)--
San Francisco 49ers6-8 (42.9%)7-7 (50.0%)4-3 (57.1%)4-3-0 (57.1%)1-6 (14.3%)2-5-0 (28.6%)1-3 (25.0%)1-3-0 (25.0%)--
St Louis Cardinals4-9-1 (30.8%)5-9 (35.7%)1-2 (33.3%)1-3-0 (25.0%)2-4 (33.3%)2-5-0 (28.6%)1-1 (50.0%)1-2-0 (33.3%)--
Washington Redskins5-7-2 (41.7%)8-6 (57.1%)1-2 (33.3%)1-3-0 (25.0%)3-4 (42.9%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 7, 1962@Denver BroncosW 30-21N/ASan Diego Chargers
SatSep 8, 1962@Dallas TexansW 42-28W -7.5Boston Patriots
SunSep 9, 1962@Buffalo BillsL 23-28N/AHouston Oilers
SunSep 9, 1962@Oakland RaidersL 17-28N/ANew York Titans
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 1962@Baltimore ColtsW 30-27L -7Los Angeles Rams
SunSep 16, 1962@Cleveland BrownsW 17-7W -4New York Giants
SunSep 16, 1962Washington RedskinsT 35-35L -2.5@Dallas Cowboys
SunSep 16, 1962@Detroit LionsW 45-7W -6.5Pittsburgh Steelers
SunSep 16, 1962@Green Bay PackersW 34-7W -16Minnesota Vikings
SunSep 16, 1962@Philadelphia EaglesL 21-27L -7.5St Louis Cardinals
SunSep 16, 1962@San Francisco 49ersL 14-30L -6Chicago Bears
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 15, 1962@Buffalo BillsL 20-23L -6Denver Broncos
SunSep 16, 1962Houston OilersL 21-34L -14@Boston Patriots at Harvard
SunSep 16, 1962@San Diego ChargersW 40-14W -10New York Titans
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 1962@Cleveland BrownsL 16-17L -16Washington Redskins
SunSep 23, 1962Pittsburgh SteelersW 30-28L -6@Dallas Cowboys
SunSep 23, 1962@Detroit LionsW 45-24W -7San Francisco 49ers
SunSep 23, 1962@Green Bay PackersW 17-0W -14St Louis Cardinals at Milwaukee
SunSep 23, 1962Chicago BearsW 27-23W -2.5@Los Angeles Rams
SunSep 23, 1962Baltimore ColtsW 34-7W -5@Minnesota Vikings
SunSep 23, 1962New York GiantsW 29-13W -3@Philadelphia Eagles
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 21, 1962@Boston PatriotsW 41-16W -6Denver Broncos
SatSep 22, 1962@Buffalo BillsL 6-17L -6New York Titans
SunSep 23, 1962Dallas TexansW 26-16P -10@Oakland Raiders
SunSep 23, 1962@San Diego ChargersL 17-42L -8Houston Oilers
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 1962Detroit LionsW 29-20W -5@Baltimore Colts
SunSep 30, 1962@Green Bay PackersW 49-0W -15Chicago Bears
SunSep 30, 1962@Los Angeles RamsL 17-27L -11Dallas Cowboys
SunSep 30, 1962Cleveland BrownsL 7-35L -5.5@Philadelphia Eagles
SunSep 30, 1962New York GiantsW 31-27L -7@Pittsburgh Steelers
SunSep 30, 1962@San Francisco 49ersW 21-7W -13Minnesota Vikings
SunSep 30, 1962St Louis CardinalsL 14-24L -6@Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 1962@Dallas TexansW 41-21W -10.5Buffalo Bills
SunSep 30, 1962@New York TitansL 10-32L -4Denver Broncos
SunSep 30, 1962San Diego ChargersW 42-33L -13@Oakland Raiders
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 6, 1962@Pittsburgh SteelersW 13-7W PKPhiladelphia Eagles
SunOct 7, 1962@Baltimore ColtsL 13-21L -3.5San Francisco 49ers
SunOct 7, 1962@Cleveland BrownsW 19-10L -12Dallas Cowboys
SunOct 7, 1962@Green Bay PackersW 9-7L -10Detroit Lions
SunOct 7, 1962Chicago BearsW 13-0W -7@Minnesota Vikings
SunOct 7, 1962New York GiantsW 31-14W -6@St Louis Cardinals
SunOct 7, 1962@Washington RedskinsW 20-14W -3Los Angeles Rams
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 5, 1962@Denver BroncosW 44-7W -13Oakland Raiders
SatOct 6, 1962Boston PatriotsW 43-14W -9@New York Titans
SunOct 7, 1962@Houston OilersW 17-14L -16Buffalo Bills
SunOct 7, 1962Dallas TexansL 28-32L -2@San Diego Chargers
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 1962@Chicago BearsL 27-34L -3.5San Francisco 49ers
SunOct 14, 1962@Cleveland BrownsL 14-36L -7.5Baltimore Colts
SunOct 14, 1962Philadelphia EaglesL 19-41L -3@Dallas Cowboys
SunOct 14, 1962@Detroit LionsW 13-10L -15Los Angeles Rams
SunOct 14, 1962Green Bay PackersW 48-21W -21@Minnesota Vikings
SunOct 14, 1962@New York GiantsL 17-20L -10Pittsburgh Steelers
SunOct 14, 1962@St Louis CardinalsT 17-17L -3Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 12, 1962@Boston PatriotsL 7-27L -1Dallas Texans
SatOct 13, 1962San Diego ChargersL 10-35L -7@Buffalo Bills
SunOct 14, 1962@Houston OilersW 56-17W -13New York Titans
SunOct 14, 1962Denver BroncosW 23-6W -15@Oakland Raiders
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 1962@Chicago BearsW 35-15W -2Baltimore Colts
SunOct 21, 1962@Green Bay PackersW 31-13W -9San Francisco 49ers at Milwaukee
SunOct 21, 1962@Los Angeles RamsL 14-38L -10.5Minnesota Vikings
SunOct 21, 1962Detroit LionsL 14-17L -4@New York Giants
SunOct 21, 1962@Philadelphia EaglesL 21-27L PKWashington Redskins
SunOct 21, 1962@Pittsburgh SteelersL 27-42L -6Dallas Cowboys
SunOct 21, 1962Cleveland BrownsW 34-7W -3@St Louis Cardinals
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 19, 1962@Boston PatriotsW 24-20W -3San Diego Chargers
SatOct 20, 1962@Buffalo BillsW 14-6W -3Oakland Raiders
SunOct 21, 1962@Dallas TexansW 20-17L -12New York Titans
SunOct 21, 1962@Denver BroncosW 20-10W PKHouston Oilers
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 1962Green Bay PackersW 17-6P -11@Baltimore Colts
SunOct 28, 1962@Dallas CowboysL 24-28L -7.5St Louis Cardinals
SunOct 28, 1962@Detroit LionsW 11-3W -6.5Chicago Bears
SunOct 28, 1962@Minnesota VikingsW 31-21W PKPhiladelphia Eagles
SunOct 28, 1962@New York GiantsW 49-34W -7Washington Redskins
SunOct 28, 1962Cleveland BrownsW 41-14W -3.5@Pittsburgh Steelers
SunOct 28, 1962@San Francisco 49ersL 14-28L -13.5Los Angeles Rams
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 26, 1962@Boston PatriotsW 26-16L -17Oakland Raiders
SunOct 28, 1962@Denver BroncosL 38-45L -10Buffalo Bills
SunOct 28, 1962@Houston OilersL 7-31L -5.5Dallas Texans
SunOct 28, 1962San Diego ChargersL 3-23L -8@New York Titans
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 1962Green Bay PackersW 38-7W -11@Chicago Bears
SunNov 4, 1962@Cleveland BrownsT 14-14L -11Philadelphia Eagles
SunNov 4, 1962Detroit LionsW 12-3W -7@Los Angeles Rams
SunNov 4, 1962@New York GiantsW 31-28L -12St Louis Cardinals
SunNov 4, 1962@Pittsburgh SteelersW 39-31W -7Minnesota Vikings
SunNov 4, 1962@San Francisco 49ersL 3-22L -5Baltimore Colts
SunNov 4, 1962@Washington RedskinsL 10-38L -3.5Dallas Cowboys
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 3, 1962Boston PatriotsT 28-28L -5@Buffalo Bills
SunNov 4, 1962Houston OilersW 14-6W -3@Dallas Texans
SunNov 4, 1962@New York TitansW 31-21W -7Oakland Raiders
SunNov 4, 1962@San Diego ChargersL 20-23L PKDenver Broncos
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 1962@Chicago BearsW 31-30L -7.5Minnesota Vikings
SunNov 11, 1962New York GiantsW 41-10W -6@Dallas Cowboys
SunNov 11, 1962Baltimore ColtsW 14-2W -5@Los Angeles Rams
SunNov 11, 1962Green Bay PackersW 49-0W -17@Philadelphia Eagles
SunNov 11, 1962Detroit LionsW 38-24W -7@San Francisco 49ers
SunNov 11, 1962@St Louis CardinalsL 17-26L -3.5Pittsburgh Steelers
SunNov 11, 1962Cleveland BrownsL 9-17L -6@Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 1962@Denver BroncosL 29-33L -3.5Boston Patriots
SunNov 11, 1962Dallas TexansW 52-31W -7@New York Titans
SunNov 11, 1962Houston OilersW 28-20L -15@Oakland Raiders
SunNov 11, 1962@San Diego ChargersL 20-40L -2.5Buffalo Bills
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 1962@Cleveland BrownsW 38-14W -7St Louis Cardinals
SunNov 18, 1962Chicago BearsW 34-33L -3@Dallas Cowboys
SunNov 18, 1962@Green Bay PackersW 17-13L -16Baltimore Colts
SunNov 18, 1962San Francisco 49ersW 24-17W -3@Los Angeles Rams
SunNov 18, 1962Detroit LionsW 17-6W -9.5@Minnesota Vikings
SunNov 18, 1962@New York GiantsW 19-14L -15Philadelphia Eagles
SunNov 18, 1962@Pittsburgh SteelersW 23-21L -4Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 1962Dallas TexansW 24-3W -3@Denver Broncos
SunNov 18, 1962@Houston OilersW 21-17L -6Boston Patriots
SunNov 18, 1962Buffalo BillsW 10-6L -10@Oakland Raiders
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 1962Green Bay PackersL 14-26L -6.5@Detroit Lions
SunNov 25, 1962@Baltimore ColtsL 0-57L -6.5Chicago Bears
SunNov 25, 1962@Cleveland BrownsW 35-14W -6.5Pittsburgh Steelers
SunNov 25, 1962@Minnesota VikingsT 24-24L -6Los Angeles Rams
SunNov 25, 1962Dallas CowboysL 14-28L -1.5@Philadelphia Eagles
SunNov 25, 1962San Francisco 49ersW 24-17W -2@St Louis Cardinals
SunNov 25, 1962New York GiantsW 42-24W -7.5@Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 1962@Denver BroncosL 45-46L -10New York Titans
FriNov 23, 1962@Boston PatriotsW 21-10W -4Buffalo Bills
SunNov 25, 1962@Dallas TexansW 35-7W -20Oakland Raiders
SunNov 25, 1962@Houston OilersW 33-27L -13San Diego Chargers
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 2, 1962New York GiantsW 26-24L -3@Chicago Bears
SunDec 2, 1962Cleveland BrownsL 21-45L -6@Dallas Cowboys
SunDec 2, 1962@Detroit LionsW 21-14L -13Baltimore Colts
SunDec 2, 1962@Green Bay PackersW 41-10W -21Los Angeles Rams at Milwaukee
SunDec 2, 1962San Francisco 49ersW 35-12W -5@Minnesota Vikings
SunDec 2, 1962@Pittsburgh SteelersW 19-7W -6.5St Louis Cardinals
SunDec 2, 1962@Washington RedskinsL 14-37L -1Philadelphia Eagles
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 30, 1962@Boston PatriotsW 24-17L -9New York Titans
SunDec 2, 1962Dallas TexansL 14-23L -5.5@Buffalo Bills
SunDec 2, 1962@Houston OilersW 34-17W -8.5Denver Broncos
SunDec 2, 1962@San Diego ChargersW 31-21L -13Oakland Raiders
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 1962@Baltimore ColtsW 34-21W -9Washington Redskins
SunDec 9, 1962@Chicago BearsW 30-14W -12Los Angeles Rams
SunDec 9, 1962@Detroit LionsW 37-23L -15Minnesota Vikings
SunDec 9, 1962@New York GiantsW 17-13L -7Cleveland Browns
SunDec 9, 1962@Philadelphia EaglesL 17-26L -2.5Pittsburgh Steelers
SunDec 9, 1962Green Bay PackersW 31-21L -13@San Francisco 49ers
SunDec 9, 1962Dallas CowboysL 20-52L -2.5@St Louis Cardinals
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 1962Buffalo BillsW 20-3W -15@New York Titans
SunDec 9, 1962@Dallas TexansW 17-10L -8Denver Broncos
SunDec 9, 1962@Houston OilersW 32-17L -19Oakland Raiders
SunDec 9, 1962@San Diego ChargersL 14-20L PKBoston Patriots
+ + +

+ +

Back to top

1962 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 1962Cleveland BrownsW 13-10W -2@San Francisco 49ers
SunDec 16, 1962@Baltimore ColtsW 42-17W -12Minnesota Vikings
SunDec 16, 1962Detroit LionsL 0-3L -5@Chicago Bears
SunDec 16, 1962Green Bay PackersW 20-17L -17.5@Los Angeles Rams
SunDec 16, 1962@New York GiantsW 41-31W -9Dallas Cowboys
SunDec 16, 1962@St Louis CardinalsW 45-35W -3.5Philadelphia Eagles
SunDec 16, 1962Pittsburgh SteelersW 27-24L -4@Washington Redskins
+ + +

+ +

Back to top

1962 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 1962Houston OilersW 44-10W -9.5@New York Titans
SunDec 16, 1962@Dallas TexansW 26-17P -9San Diego Chargers
SunDec 16, 1962Boston PatriotsL 0-20L -11@Oakland Raiders
+ + +

+

Back to top

+

1962 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL ChampionshipSunDec 23, 1962@Houston OilersL 17-20 (2OT)L -6.5Dallas Texans
NFL ChampionshipSunDec 30, 1962Green Bay PackersW 16-7W -6.5@New York Giants
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1963.html b/data/1963.html new file mode 100644 index 0000000..5036dc1 --- /dev/null +++ b/data/1963.html @@ -0,0 +1,4044 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1963 Season

+ +

Historical NFL Game Odds

1963 Season

<<-- 1962 Season    1964 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1963 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
15-3 (62.5%)5-4-0 (55.6%)3-7 (30.0%)3-6-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)0-3 (0.0%)1-3-0 (25.0%)--
25-3 (62.5%)5-3-0 (62.5%)5-5 (50.0%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)--
37-2 (77.8%)6-4-0 (60.0%)6-3 (66.7%)6-4-0 (60.0%)5-1 (83.3%)4-2-0 (66.7%)1-2 (33.3%)2-2-0 (50.0%)--
46-5 (54.5%)5-6-0 (45.5%)8-3 (72.7%)7-4-0 (63.6%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
56-5 (54.5%)4-7-0 (36.4%)7-4 (63.6%)7-4-0 (63.6%)4-2 (66.7%)3-3-0 (50.0%)3-2 (60.0%)4-1-0 (80.0%)--
66-3 (66.7%)5-4-0 (55.6%)7-4 (63.6%)6-5-0 (54.5%)5-1 (83.3%)4-2-0 (66.7%)2-1 (66.7%)2-1-0 (66.7%)--
78-2 (80.0%)6-4-0 (60.0%)7-4 (63.6%)5-6-0 (45.5%)6-2 (75.0%)4-4-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)--
89-1 (90.0%)8-3-0 (72.7%)5-5 (50.0%)6-5-0 (54.5%)5-1 (83.3%)5-2-0 (71.4%)0-4 (0.0%)1-3-0 (25.0%)--
98-3 (72.7%)4-6-1 (40.0%)9-2 (81.8%)6-4-1 (60.0%)6-0 (100.%)3-3-0 (50.0%)3-2 (60.0%)3-1-1 (75.0%)--
106-4 (60.0%)3-6-1 (33.3%)5-6 (45.5%)5-5-1 (50.0%)4-3 (57.1%)3-4-0 (42.9%)1-2 (33.3%)2-0-1 (100.%)--
112-4 (33.3%)1-7-0 (12.5%)4-4 (50.0%)4-6-0 (40.0%)2-3 (40.0%)1-5-0 (16.7%)1-0 (100.%)2-0-0 (100.%)--
123-1 (75.0%)2-5-0 (28.6%)0-4 (0.0%)2-5-0 (28.6%)0-1 (0.0%)0-3-0 (0.0%)0-3 (0.0%)2-2-0 (50.0%)--
139-2 (81.8%)9-2-0 (81.8%)8-3 (72.7%)8-3-0 (72.7%)6-0 (100.%)6-0-0 (100.%)2-3 (40.0%)2-3-0 (40.0%)--
148-3 (72.7%)5-6-0 (45.5%)6-5 (54.5%)7-4-0 (63.6%)5-2 (71.4%)4-3-0 (57.1%)1-3 (25.0%)3-1-0 (75.0%)--
153-1 (75.0%)2-2-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)1-0 (100.%)0-1-0 (0.0%)1-2 (33.3%)1-2-0 (33.3%)--
163-0 (100.%)2-1-0 (66.7%)3-0 (100.%)2-1-0 (66.7%)3-0 (100.%)2-1-0 (66.7%)0-0 0-0-0 --
170-1 (0.0%)0-1-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)0-1 (0.0%)0-1-0 (0.0%)0-0 0-0-0 --
Playoffs1-1 (50.0%)1-1-0 (50.0%)2-0 (100.%)2-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)--
+ +


1963 Results by Team

Click on a team to view 1963 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts8-6 (57.1%)7-6-1 (53.8%)7-1 (87.5%)4-3-1 (57.1%)4-3 (57.1%)2-5-0 (28.6%)4-0 (100.%)2-2-0 (50.0%)--
Boston Patriots8-6-1 (57.1%)8-6 (57.1%)5-3 (62.5%)5-4-0 (55.6%)5-1 (83.3%)5-2-0 (71.4%)4-0 (100.%)4-1-0 (80.0%)--
Buffalo Bills7-7-1 (50.0%)7-6-1 (53.8%)6-2 (75.0%)5-2-1 (71.4%)4-3 (57.1%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)--
Chicago Bears11-1-2 (91.7%)8-6 (57.1%)9-1 (90.0%)6-6-0 (50.0%)6-0 (100.%)3-4-0 (42.9%)5-0 (100.%)2-4-0 (33.3%)--
Cleveland Browns10-4 (71.4%)8-6 (57.1%)8-4 (66.7%)6-6-0 (50.0%)5-2 (71.4%)5-2-0 (71.4%)5-2 (71.4%)5-2-0 (71.4%)--
Dallas Cowboys4-10 (28.6%)6-8 (42.9%)2-2 (50.0%)2-2-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
Denver Broncos2-11-1 (15.4%)4-7-1 (36.4%)0-1 (0.0%)0-1-0 (0.0%)2-5 (28.6%)2-3-1 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
Detroit Lions5-8-1 (38.5%)7-7 (50.0%)4-2 (66.7%)4-2-0 (66.7%)3-3 (50.0%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
Green Bay Packers11-2-1 (84.6%)7-7 (50.0%)11-2 (84.6%)7-7-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Houston Oilers6-8 (42.9%)5-8 (38.5%)3-3 (50.0%)2-4-0 (33.3%)4-3 (57.1%)2-4-0 (33.3%)3-1 (75.0%)2-2-0 (50.0%)--
Kansas City Chiefs5-7-2 (41.7%)5-8 (38.5%)3-5 (37.5%)3-6-0 (33.3%)4-3 (57.1%)4-3-0 (57.1%)3-3 (50.0%)3-3-0 (50.0%)--
Los Angeles Rams5-9 (35.7%)7-7 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
Minnesota Vikings5-8-1 (38.5%)7-6-1 (53.8%)3-2 (60.0%)3-2-0 (60.0%)3-4 (42.9%)4-2-1 (66.7%)2-1 (66.7%)2-1-0 (66.7%)--
New York Giants11-3 (78.6%)10-4 (71.4%)10-3 (76.9%)9-4-0 (69.2%)5-2 (71.4%)5-2-0 (71.4%)5-2 (71.4%)5-2-0 (71.4%)--
New York Jets5-8-1 (38.5%)7-7 (50.0%)0-0 0-1-0 (0.0%)4-2 (66.7%)4-3-0 (57.1%)0-0 0-1-0 (0.0%)--
Oakland Raiders10-4 (71.4%)8-6 (57.1%)6-2 (75.0%)4-4-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)5-1 (83.3%)3-3-0 (50.0%)--
Philadelphia Eagles2-10-2 (16.7%)6-8 (42.9%)1-3 (25.0%)1-3-0 (25.0%)1-5 (16.7%)3-4-0 (42.9%)1-3 (25.0%)1-3-0 (25.0%)--
Pittsburgh Steelers7-4-3 (63.6%)7-7 (50.0%)5-0 (100.%)3-4-0 (42.9%)5-0 (100.%)5-2-0 (71.4%)3-0 (100.%)2-2-0 (50.0%)--
San Diego Chargers11-3 (78.6%)8-4 (66.7%)5-3 (62.5%)4-4-0 (50.0%)6-1 (85.7%)3-2-0 (60.0%)3-1 (75.0%)2-2-0 (50.0%)--
San Francisco 49ers2-12 (14.3%)4-10 (28.6%)0-0 0-0-0 2-5 (28.6%)3-4-0 (42.9%)0-0 0-0-0 --
St Louis Cardinals9-5 (64.3%)7-7 (50.0%)4-2 (66.7%)2-4-0 (33.3%)3-4 (42.9%)1-6-0 (14.3%)3-2 (60.0%)1-4-0 (20.0%)--
Washington Redskins3-11 (21.4%)6-8 (42.9%)1-1 (50.0%)1-1-0 (50.0%)1-6 (14.3%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 7, 1963@Denver BroncosL 7-59N/AKansas City Chiefs
SatSep 7, 1963@Houston OilersL 13-24L -12Oakland Raiders
SunSep 8, 1963@Boston PatriotsW 38-14W -10New York Jets
SunSep 8, 1963@San Diego ChargersW 14-10N/ABuffalo Bills
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 14, 1963@Dallas CowboysL 7-34L -6St Louis Cardinals
SatSep 14, 1963Detroit LionsW 23-2W -6@Los Angeles Rams
SunSep 15, 1963New York GiantsW 37-28W -1@Baltimore Colts
SunSep 15, 1963@Cleveland BrownsW 37-14W -7Washington Redskins
SunSep 15, 1963@Green Bay PackersL 3-10L -11Chicago Bears
SunSep 15, 1963Pittsburgh SteelersT 21-21L -3@Philadelphia Eagles
SunSep 15, 1963Minnesota VikingsW 24-20W -3.5@San Francisco 49ers
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 14, 1963@Houston OilersW 20-14N/ADenver Broncos
SatSep 14, 1963@San Diego ChargersW 17-13N/ABoston Patriots
SunSep 15, 1963@Oakland RaidersW 35-17W -3Buffalo Bills
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 21, 1963@Los Angeles RamsL 14-37L -3Washington Redskins
SunSep 22, 1963Cleveland BrownsW 41-24W -3@Dallas Cowboys
SunSep 22, 1963@Green Bay PackersW 31-10W -6.5Detroit Lions at Milwaukee
SunSep 22, 1963Chicago BearsW 28-7W -4@Minnesota Vikings
SunSep 22, 1963@Philadelphia EaglesL 24-28L -1.5St Louis Cardinals
SunSep 22, 1963New York GiantsL 0-31L -3.5@Pittsburgh Steelers
SunSep 22, 1963Baltimore ColtsW 20-14W -5.5@San Francisco 49ers
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 1963Kansas City ChiefsT 27-27L -5@Buffalo Bills
SunSep 22, 1963Houston OilersL 17-24L -9.5@New York Jets
SunSep 22, 1963@Oakland RaidersL 14-20L -3Boston Patriots
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 1963@Cleveland BrownsW 20-6W -13Los Angeles Rams
SunSep 29, 1963Chicago BearsW 37-21W -2@Detroit Lions
SunSep 29, 1963@Green Bay PackersW 31-20L -13.5Baltimore Colts
SunSep 29, 1963@Minnesota VikingsW 45-14W -7San Francisco 49ers
SunSep 29, 1963New York GiantsW 37-14W -6.5@Philadelphia Eagles
SunSep 29, 1963@Pittsburgh SteelersW 23-10W -6.5St Louis Cardinals
SunSep 29, 1963@Washington RedskinsW 21-17W -2.5Dallas Cowboys
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 28, 1963@Buffalo BillsL 20-31L -3Houston Oilers
SatSep 28, 1963Oakland RaidersL 7-10L -2.5@New York Jets
SunSep 29, 1963Boston PatriotsL 10-14L -3@Denver Broncos
SunSep 29, 1963Kansas City ChiefsL 10-24L -1.5@San Diego Chargers
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 5, 1963@Cleveland BrownsW 35-23W -4.5Pittsburgh Steelers
SunOct 6, 1963@Chicago BearsW 10-3L -10Baltimore Colts
SunOct 6, 1963@Detroit LionsW 26-3W -10.5San Francisco 49ers
SunOct 6, 1963@Green Bay PackersW 42-10W -19.5Los Angeles Rams
SunOct 6, 1963@Minnesota VikingsL 14-56L -2.5St Louis Cardinals
SunOct 6, 1963@Philadelphia EaglesW 24-21W -1Dallas Cowboys
SunOct 6, 1963New York GiantsW 24-14W -8@Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 5, 1963@Buffalo BillsW 12-0W -6.5Oakland Raiders
SatOct 5, 1963Boston PatriotsL 24-31L -1.5@New York Jets
SunOct 6, 1963San Diego ChargersL 34-50L -5.5@Denver Broncos
SunOct 6, 1963@Kansas City ChiefsW 28-7W -4.5Houston Oilers
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 1963@Baltimore ColtsW 20-3W -13San Francisco 49ers
SunOct 13, 1963Detroit LionsL 14-17L -5@Dallas Cowboys
SunOct 13, 1963Chicago BearsW 52-14W -13.5@Los Angeles Rams
SunOct 13, 1963Green Bay PackersW 37-28L -13.5@Minnesota Vikings
SunOct 13, 1963@New York GiantsL 24-35L -3.5Cleveland Browns
SunOct 13, 1963@St Louis CardinalsW 24-23L -3Pittsburgh Steelers
SunOct 13, 1963@Washington RedskinsL 24-37L -3Philadelphia Eagles
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 11, 1963@Boston PatriotsW 20-14W -5Oakland Raiders
SunOct 13, 1963@Denver BroncosL 24-33L PKHouston Oilers
SunOct 13, 1963@Kansas City ChiefsL 26-35L -8.5Buffalo Bills
SunOct 13, 1963@San Diego ChargersW 24-20L -10New York Jets
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 1963@Cleveland BrownsW 37-7W -12Philadelphia Eagles
SunOct 20, 1963@Detroit LionsL 21-25L PKBaltimore Colts
SunOct 20, 1963Minnesota VikingsL 24-27L -6.5@Los Angeles Rams
SunOct 20, 1963@New York GiantsW 37-21W -10Dallas Cowboys
SunOct 20, 1963@Pittsburgh SteelersW 38-27W -10Washington Redskins
SunOct 20, 1963Chicago BearsL 14-20L -17@San Francisco 49ers
SunOct 20, 1963Green Bay PackersW 30-7W -7.5@St Louis Cardinals
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 18, 1963@Boston PatriotsW 40-21W -5Denver Broncos
SunOct 20, 1963@Houston OilersW 28-14W -4.5Buffalo Bills
SunOct 20, 1963@Kansas City ChiefsL 17-38L -6San Diego Chargers
SunOct 20, 1963@Oakland RaidersW 49-26W -2.5New York Jets
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 1963Green Bay PackersW 34-20W -4@Baltimore Colts
SunOct 27, 1963@Chicago BearsW 16-7L -15Philadelphia Eagles
SunOct 27, 1963@Cleveland BrownsL 6-33L -5.5New York Giants
SunOct 27, 1963@Detroit LionsW 28-10W -3Minnesota Vikings
SunOct 27, 1963@Los Angeles RamsW 28-21W PKSan Francisco 49ers
SunOct 27, 1963@Pittsburgh SteelersW 27-21L -8Dallas Cowboys
SunOct 27, 1963St Louis CardinalsW 21-7W -4.5@Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 26, 1963@Buffalo BillsW 28-21W -2.5Boston Patriots
SatOct 26, 1963@New York JetsT 35-35L -3.5Denver Broncos
SunOct 27, 1963@Houston OilersW 28-7W -6.5Kansas City Chiefs
SunOct 27, 1963@San Diego ChargersL 33-34L -10Oakland Raiders
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 1963Chicago BearsW 17-7W -3.5@Baltimore Colts
SunNov 3, 1963@Dallas CowboysW 35-20W -6.5Washington Redskins
SunNov 3, 1963@Green Bay PackersW 33-14W -10.5Pittsburgh Steelers at Milwaukee
SunNov 3, 1963@Minnesota VikingsW 21-13W -5.5Los Angeles Rams
SunNov 3, 1963Cleveland BrownsW 23-17L -11@Philadelphia Eagles
SunNov 3, 1963Detroit LionsW 45-7W -6.5@San Francisco 49ers
SunNov 3, 1963New York GiantsW 38-21W -6@St Louis Cardinals
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 1, 1963Houston OilersL 3-45L -3@Boston Patriots
SatNov 2, 1963San Diego ChargersW 53-7W -6@New York Jets
SunNov 3, 1963Buffalo BillsW 30-28P -2@Denver Broncos
SunNov 3, 1963@Oakland RaidersW 10-7W -1.5Kansas City Chiefs
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 1963@Baltimore ColtsW 24-21L -4.5Detroit Lions
SunNov 10, 1963@Chicago BearsW 6-0L -16Los Angeles Rams
SunNov 10, 1963@Green Bay PackersW 28-7W -16Minnesota Vikings
SunNov 10, 1963@New York GiantsW 42-14W -13.5Philadelphia Eagles
SunNov 10, 1963Cleveland BrownsL 7-9L -4.5@Pittsburgh Steelers
SunNov 10, 1963Dallas CowboysL 24-31L -4@San Francisco 49ers
SunNov 10, 1963@St Louis CardinalsW 24-20L -10.5Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 8, 1963@Kansas City ChiefsL 7-22L -5.5Oakland Raiders
SatNov 9, 1963@Buffalo BillsW 27-17W -6.5Denver Broncos
SunNov 10, 1963@Boston PatriotsL 6-7L PKSan Diego Chargers
SunNov 10, 1963@Houston OilersW 31-27L -11.5New York Jets
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 1963Green Bay PackersL 7-26L -4@Chicago Bears
SunNov 17, 1963@Cleveland BrownsL 14-20L -8St Louis Cardinals
SunNov 17, 1963@Dallas CowboysW 27-20W -5.5Philadelphia Eagles
SunNov 17, 1963@Detroit LionsL 21-28L -10.5Los Angeles Rams
SunNov 17, 1963Baltimore ColtsW 37-34P -3@Minnesota Vikings
SunNov 17, 1963@New York GiantsW 48-14W -17San Francisco 49ers
SunNov 17, 1963Pittsburgh SteelersW 34-28L -7@Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 1963@Boston PatriotsT 24-24L -6.5Kansas City Chiefs
SunNov 17, 1963@Buffalo BillsL 13-23L PKSan Diego Chargers
SunNov 17, 1963@Denver BroncosL 9-14L -4.5New York Jets
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 1963@Cleveland BrownsW 27-17W -7.5Dallas Cowboys
SunNov 24, 1963@Green Bay PackersW 28-10L -20.5San Francisco 49ers
SunNov 24, 1963Baltimore ColtsL 16-17L -4@Los Angeles Rams
SunNov 24, 1963@Minnesota VikingsW 34-31W PKDetroit Lions
SunNov 24, 1963@New York GiantsL 17-24L -9.5St Louis Cardinals
SunNov 24, 1963@Philadelphia EaglesL 10-13L -3Washington Redskins
SunNov 24, 1963Chicago BearsT 17-17L -4@Pittsburgh Steelers
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 1963Green Bay PackersT 13-13L -9@Detroit Lions
SunDec 1, 1963@Chicago BearsT 17-17L -13Minnesota Vikings
SunDec 1, 1963New York GiantsW 34-27L -8.5@Dallas Cowboys
SunDec 1, 1963@Pittsburgh SteelersT 20-20L -13Philadelphia Eagles
SunDec 1, 1963Los Angeles RamsW 21-17W -3@San Francisco 49ers
SunDec 1, 1963@St Louis CardinalsL 10-24L -1Cleveland Browns
SunDec 1, 1963Baltimore ColtsW 36-20W -3@Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 1963Oakland RaidersW 26-10W -3.5@Denver Broncos
SunDec 1, 1963@Boston PatriotsW 17-7W -4Buffalo Bills
SunDec 1, 1963Kansas City ChiefsL 0-17L -2@New York Jets
SunDec 1, 1963@San Diego ChargersW 27-0W -7.5Houston Oilers
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 7, 1963Green Bay PackersW 31-14W -10.5@Los Angeles Rams
SunDec 8, 1963@Baltimore ColtsW 41-10W -7.5Minnesota Vikings
SunDec 8, 1963@Chicago BearsW 27-7W -17San Francisco 49ers
SunDec 8, 1963Pittsburgh SteelersW 24-19W -3@Dallas Cowboys
SunDec 8, 1963Cleveland BrownsL 10-38L -3.5@Detroit Lions
SunDec 8, 1963@New York GiantsW 44-14W -15Washington Redskins
SunDec 8, 1963@St Louis CardinalsW 38-14W -10Philadelphia Eagles
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 8, 1963@Buffalo BillsW 45-14W -6.5New York Jets
SunDec 8, 1963Boston PatriotsW 46-28W -2@Houston Oilers
SunDec 8, 1963@Kansas City ChiefsW 52-21W -7Denver Broncos
SunDec 8, 1963San Diego ChargersL 27-41L -5@Oakland Raiders
+ + +

+ +

Back to top

1963 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 1963Green Bay PackersW 21-17L -16.5@San Francisco 49ers
SunDec 15, 1963@Baltimore ColtsW 19-16L -9Los Angeles Rams
SunDec 15, 1963@Chicago BearsW 24-14W -6Detroit Lions
SunDec 15, 1963@New York GiantsW 33-17W -7Pittsburgh Steelers
SunDec 15, 1963@Philadelphia EaglesL 13-34L -1Minnesota Vikings
SunDec 15, 1963@St Louis CardinalsL 24-28L -8.5Dallas Cowboys
SunDec 15, 1963Cleveland BrownsW 27-20L -8@Washington Redskins
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 1963Boston PatriotsL 3-35L -2@Kansas City Chiefs
SatDec 14, 1963Buffalo BillsW 19-10W -4.5@New York Jets
SunDec 15, 1963San Diego ChargersW 20-14W -4@Houston Oilers
SunDec 15, 1963@Oakland RaidersW 35-31L -13Denver Broncos
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 22, 1963@Kansas City ChiefsW 48-0W -9.5New York Jets
SunDec 22, 1963@Oakland RaidersW 52-49L -6.5Houston Oilers
SunDec 22, 1963@San Diego ChargersW 58-20W -14Denver Broncos
+ + +

+ +

Back to top

1963 AFL Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 28, 1963@Buffalo BillsL 8-26L -3Boston Patriots
+ + +

+

Back to top

+

1963 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL ChampionshipSunDec 29, 1963New York GiantsL 10-14L -1@Chicago Bears
AFL ChampionshipSunJan 5, 1964@San Diego ChargersW 51-10W -6Boston Patriots
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1964.html b/data/1964.html new file mode 100644 index 0000000..a9912a9 --- /dev/null +++ b/data/1964.html @@ -0,0 +1,3985 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1964 Season

+ +

Historical NFL Game Odds

1964 Season

<<-- 1963 Season    1965 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1964 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-4 (63.6%)6-5-0 (54.5%)6-5 (54.5%)5-6-0 (45.5%)4-2 (66.7%)3-3-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)--
22-5 (28.6%)2-7-0 (22.2%)4-4 (50.0%)5-5-0 (50.0%)2-4 (33.3%)2-5-0 (28.6%)1-0 (100.%)2-0-0 (100.%)--
310-0 (100.%)7-3-0 (70.0%)6-5 (54.5%)7-4-0 (63.6%)5-0 (100.%)4-1-0 (80.0%)0-5 (0.0%)2-3-0 (40.0%)--
47-2 (77.8%)5-5-0 (50.0%)7-3 (70.0%)8-3-0 (72.7%)5-1 (83.3%)4-2-0 (66.7%)1-2 (33.3%)3-1-0 (75.0%)--
57-3 (70.0%)6-4-0 (60.0%)6-4 (60.0%)5-5-1 (50.0%)5-2 (71.4%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
68-2 (80.0%)6-5-0 (54.5%)6-4 (60.0%)6-5-0 (54.5%)6-2 (75.0%)5-4-0 (55.6%)0-2 (0.0%)1-1-0 (50.0%)--
77-4 (63.6%)4-5-2 (44.4%)5-6 (45.5%)5-4-2 (55.6%)4-3 (57.1%)3-3-1 (50.0%)1-3 (25.0%)2-1-1 (66.7%)--
87-4 (63.6%)6-5-0 (54.5%)7-4 (63.6%)6-5-0 (54.5%)5-2 (71.4%)4-3-0 (57.1%)2-2 (50.0%)2-2-0 (50.0%)--
910-1 (90.9%)7-4-0 (63.6%)7-4 (63.6%)6-5-0 (54.5%)7-1 (87.5%)5-3-0 (62.5%)0-3 (0.0%)1-2-0 (33.3%)--
102-6 (25.0%)1-8-0 (11.1%)5-5 (50.0%)4-7-0 (36.4%)2-4 (33.3%)1-6-0 (14.3%)2-0 (100.%)2-0-0 (100.%)--
117-2 (77.8%)5-5-0 (50.0%)5-4 (55.6%)3-7-0 (30.0%)5-2 (71.4%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)--
127-3 (70.0%)6-5-0 (54.5%)4-6 (40.0%)6-5-0 (54.5%)3-2 (60.0%)3-2-0 (60.0%)1-4 (20.0%)3-3-0 (50.0%)--
136-4 (60.0%)6-4-0 (60.0%)5-5 (50.0%)5-5-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)2-3 (40.0%)2-3-0 (40.0%)--
147-1 (87.5%)5-4-0 (55.6%)5-4 (55.6%)3-6-0 (33.3%)4-1 (80.0%)2-3-0 (40.0%)0-3 (0.0%)1-3-0 (25.0%)--
150-2 (0.0%)0-2-0 (0.0%)3-1 (75.0%)1-1-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)1-0 (100.%)1-0-0 (100.%)--
Playoffs1-1 (50.0%)1-1-0 (50.0%)2-0 (100.%)2-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)1-0 (100.%)1-0-0 (100.%)--
+ +


1964 Results by Team

Click on a team to view 1964 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts12-2 (85.7%)11-3 (78.6%)11-2 (84.6%)10-3-0 (76.9%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)--
Boston Patriots10-3-1 (76.9%)8-6 (57.1%)7-3 (70.0%)5-6-0 (45.5%)4-2 (66.7%)2-5-0 (28.6%)4-2 (66.7%)2-5-0 (28.6%)--
Buffalo Bills12-2 (85.7%)10-3-1 (76.9%)9-2 (81.8%)7-3-1 (70.0%)6-1 (85.7%)4-2-1 (66.7%)5-1 (83.3%)3-2-1 (60.0%)--
Chicago Bears5-9 (35.7%)4-10 (28.6%)2-4 (33.3%)1-5-0 (16.7%)2-5 (28.6%)1-6-0 (14.3%)2-2 (50.0%)1-3-0 (25.0%)--
Cleveland Browns10-3-1 (76.9%)8-6 (57.1%)10-2 (83.3%)8-5-0 (61.5%)5-1 (83.3%)5-2-0 (71.4%)5-1 (83.3%)5-2-0 (71.4%)--
Dallas Cowboys5-8-1 (38.5%)5-8-1 (38.5%)1-1 (50.0%)0-2-0 (0.0%)2-4 (33.3%)2-4-1 (33.3%)1-1 (50.0%)0-2-0 (0.0%)--
Denver Broncos2-11-1 (15.4%)6-7 (46.2%)0-0 0-0-0 2-4 (33.3%)4-3-0 (57.1%)0-0 0-0-0 --
Detroit Lions7-5-2 (58.3%)8-6 (57.1%)5-1 (83.3%)5-3-0 (62.5%)3-3 (50.0%)4-3-0 (57.1%)3-1 (75.0%)3-2-0 (60.0%)--
Green Bay Packers8-5-1 (61.5%)6-8 (42.9%)8-4 (66.7%)6-7-0 (46.2%)4-3 (57.1%)3-4-0 (42.9%)4-3 (57.1%)3-4-0 (42.9%)--
Houston Oilers4-10 (28.6%)6-6 (50.0%)2-0 (100.%)2-0-0 (100.%)3-4 (42.9%)2-3-0 (40.0%)1-0 (100.%)1-0-0 (100.%)--
Kansas City Chiefs7-7 (50.0%)5-8 (38.5%)5-2 (71.4%)4-3-0 (57.1%)4-3 (57.1%)2-4-0 (33.3%)3-0 (100.%)2-1-0 (66.7%)--
Los Angeles Rams5-7-2 (41.7%)7-7 (50.0%)3-1 (75.0%)3-1-0 (75.0%)3-2 (60.0%)5-2-0 (71.4%)3-1 (75.0%)3-1-0 (75.0%)--
Minnesota Vikings8-5-1 (61.5%)9-4-1 (69.2%)6-1 (85.7%)5-1-1 (83.3%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
New York Giants2-10-2 (16.7%)2-11-1 (15.4%)1-5 (16.7%)0-6-0 (0.0%)2-5 (28.6%)1-6-0 (14.3%)1-3 (25.0%)0-4-0 (0.0%)--
New York Jets5-8-1 (38.5%)5-6-1 (45.5%)3-1 (75.0%)2-2-0 (50.0%)5-1 (83.3%)5-2-0 (71.4%)3-0 (100.%)2-1-0 (66.7%)--
Oakland Raiders5-7-2 (41.7%)7-7 (50.0%)2-1 (66.7%)2-2-0 (50.0%)5-2 (71.4%)5-2-0 (71.4%)2-1 (66.7%)2-1-0 (66.7%)--
Philadelphia Eagles6-8 (42.9%)8-6 (57.1%)1-3 (25.0%)1-3-0 (25.0%)3-4 (42.9%)4-3-0 (57.1%)1-3 (25.0%)1-3-0 (25.0%)--
Pittsburgh Steelers5-9 (35.7%)8-6 (57.1%)1-3 (25.0%)1-3-0 (25.0%)2-5 (28.6%)3-4-0 (42.9%)1-3 (25.0%)1-3-0 (25.0%)--
San Diego Chargers8-5-1 (61.5%)5-9 (35.7%)6-4 (60.0%)3-8-0 (27.3%)4-3 (57.1%)3-4-0 (42.9%)4-3 (57.1%)3-4-0 (42.9%)--
San Francisco 49ers4-10 (28.6%)6-7-1 (46.2%)1-0 (100.%)1-0-0 (100.%)3-4 (42.9%)3-3-1 (50.0%)1-0 (100.%)1-0-0 (100.%)--
St Louis Cardinals9-3-2 (75.0%)6-8 (42.9%)7-2 (77.8%)3-7-0 (30.0%)4-1 (80.0%)2-4-0 (33.3%)3-1 (75.0%)1-4-0 (20.0%)--
Washington Redskins6-8 (42.9%)8-6 (57.1%)3-1 (75.0%)3-1-0 (75.0%)4-3 (57.1%)5-2-0 (71.4%)3-1 (75.0%)3-1-0 (75.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 12, 1964@New York JetsW 30-6W -6Denver Broncos
SatSep 12, 1964@San Diego ChargersW 27-21L -10Houston Oilers
SunSep 13, 1964@Buffalo BillsW 34-17W -1Kansas City Chiefs
SunSep 13, 1964@Oakland RaidersL 14-17L -7Boston Patriots
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 12, 1964St Louis CardinalsW 16-6W -7@Dallas Cowboys
SunSep 13, 1964@Green Bay PackersW 23-12W -8Chicago Bears
SunSep 13, 1964Baltimore ColtsL 24-34L -4@Minnesota Vikings
SunSep 13, 1964New York GiantsL 7-38L -7@Philadelphia Eagles
SunSep 13, 1964@Pittsburgh SteelersL 14-26L -6.5Los Angeles Rams
SunSep 13, 1964Detroit LionsW 26-17W -6@San Francisco 49ers
SunSep 13, 1964Cleveland BrownsW 27-13W -8@Washington Redskins
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 19, 1964@Houston OilersW 42-28W -2.5Oakland Raiders
SunSep 20, 1964@Buffalo BillsW 30-13W -10Denver Broncos
SunSep 20, 1964@San Diego ChargersL 28-33L -9.5Boston Patriots
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 19, 1964Detroit LionsT 17-17L -2.5@Los Angeles Rams
SunSep 20, 1964@Cleveland BrownsT 33-33L -6.5St Louis Cardinals
SunSep 20, 1964@Dallas CowboysW 24-18W PKWashington Redskins
SunSep 20, 1964@Green Bay PackersL 20-21L -10.5Baltimore Colts
SunSep 20, 1964@Minnesota VikingsL 28-34L -1Chicago Bears
SunSep 20, 1964@Philadelphia EaglesL 24-28L -6.5San Francisco 49ers
SunSep 20, 1964New York GiantsL 24-27L -4@Pittsburgh Steelers
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 26, 1964@Buffalo BillsW 30-3W PKSan Diego Chargers
SunSep 27, 1964@Boston PatriotsW 26-10W -6New York Jets
SunSep 27, 1964Houston OilersW 38-17W -6@Denver Broncos
SunSep 27, 1964Kansas City ChiefsW 21-9W -1.5@Oakland Raiders
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 25, 1964@New York GiantsW 13-10L -5Washington Redskins
SunSep 27, 1964@Baltimore ColtsW 52-0W -3.5Chicago Bears
SunSep 27, 1964@Los Angeles RamsW 22-13W -1.5Minnesota Vikings
SunSep 27, 1964Cleveland BrownsW 28-20L -8.5@Philadelphia Eagles
SunSep 27, 1964@Pittsburgh SteelersW 23-17W -4Dallas Cowboys
SunSep 27, 1964St Louis CardinalsW 23-13W -6.5@San Francisco 49ers
MonSep 28, 1964Green Bay PackersW 14-10L -6@Detroit Lions
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 3, 1964@Buffalo BillsW 23-20L -9Oakland Raiders
SatOct 3, 1964San Diego ChargersT 17-17L -4.5@New York Jets
SunOct 4, 1964Boston PatriotsW 39-10W -9@Denver Broncos
SunOct 4, 1964@Kansas City ChiefsW 28-7W -4Houston Oilers
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 1964@Baltimore ColtsW 35-20W -10Los Angeles Rams
SunOct 4, 1964@Cleveland BrownsW 27-6W -13Dallas Cowboys
SunOct 4, 1964@Detroit LionsW 26-3W -6New York Giants
SunOct 4, 1964@Green Bay PackersL 23-24L -13.5Minnesota Vikings
SunOct 4, 1964@Philadelphia EaglesW 21-7W PKPittsburgh Steelers
SunOct 4, 1964Chicago BearsL 21-31L -4@San Francisco 49ers
SunOct 4, 1964St Louis CardinalsW 23-17L -7@Washington Redskins
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 9, 1964@Boston PatriotsL 17-26L -4.5San Diego Chargers
SatOct 10, 1964@New York JetsW 35-13W -4Oakland Raiders
SunOct 11, 1964Kansas City ChiefsL 27-33L -12@Denver Broncos
SunOct 11, 1964Buffalo BillsW 48-17W -1@Houston Oilers
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 10, 1964@Cleveland BrownsL 7-23L -13Pittsburgh Steelers
SunOct 11, 1964@Chicago BearsW 38-17W -4Los Angeles Rams
SunOct 11, 1964@Dallas CowboysT 13-13P PKNew York Giants
SunOct 11, 1964@Green Bay PackersW 24-14L -13.5San Francisco 49ers at Milwaukee
SunOct 11, 1964Detroit LionsW 24-20W -1@Minnesota Vikings
SunOct 11, 1964@Washington RedskinsW 35-20W -1.5Philadelphia Eagles
MonOct 12, 1964@Baltimore ColtsW 47-27W -5St Louis Cardinals
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 16, 1964@Boston PatriotsT 43-43L -10Oakland Raiders
SatOct 17, 1964@New York JetsW 24-21L -3.5Houston Oilers
SunOct 18, 1964Buffalo BillsW 35-22W -2@Kansas City Chiefs
SunOct 18, 1964@San Diego ChargersW 42-14W -15Denver Broncos
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 1964@Baltimore ColtsW 24-21W -1.5Green Bay Packers
SunOct 18, 1964@Chicago BearsL 0-10L -2Detroit Lions
SunOct 18, 1964Cleveland BrownsW 20-16L -8.5@Dallas Cowboys
SunOct 18, 1964@Los Angeles RamsW 42-14W -3.5San Francisco 49ers
SunOct 18, 1964@Minnesota VikingsW 30-10W -6Pittsburgh Steelers
SunOct 18, 1964@New York GiantsL 17-23L -6Philadelphia Eagles
SunOct 18, 1964@St Louis CardinalsW 38-24W -9.5Washington Redskins
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 23, 1964@Boston PatriotsW 24-7W -5Kansas City Chiefs
SatOct 24, 1964@Buffalo BillsW 34-24P -10New York Jets
SunOct 25, 1964San Diego ChargersW 20-17L -6@Houston Oilers
SunOct 25, 1964@Oakland RaidersW 40-7W -9.5Denver Broncos
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 1964@Cleveland BrownsW 42-20W -11.5New York Giants
SunOct 25, 1964Baltimore ColtsW 34-0W -3@Detroit Lions
SunOct 25, 1964@Green Bay PackersL 17-27L -11Los Angeles Rams at Milwaukee
SunOct 25, 1964@Pittsburgh SteelersL 10-34L -3.5Philadelphia Eagles
SunOct 25, 1964Minnesota VikingsW 27-22P -5@San Francisco 49ers
SunOct 25, 1964@St Louis CardinalsL 13-31L -10.5Dallas Cowboys
SunOct 25, 1964Chicago BearsL 20-27L -3.5@Washington Redskins
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 31, 1964Boston PatriotsL 14-35L -3@New York Jets
SunNov 1, 1964@Buffalo BillsW 24-10W -9Houston Oilers
SunNov 1, 1964@Kansas City ChiefsW 49-39L -14Denver Broncos
SunNov 1, 1964@San Diego ChargersW 31-17W -8Oakland Raiders
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 1964@Baltimore ColtsW 37-7W -16San Francisco 49ers
SunNov 1, 1964@Chicago BearsL 10-24L -5Dallas Cowboys
SunNov 1, 1964@Detroit LionsW 37-17W -1.5Los Angeles Rams
SunNov 1, 1964Green Bay PackersW 42-13W -4@Minnesota Vikings
SunNov 1, 1964St Louis CardinalsL 17-34L -6@New York Giants
SunNov 1, 1964@Philadelphia EaglesL 10-21L -4.5Washington Redskins
SunNov 1, 1964Cleveland BrownsW 30-17W -7@Pittsburgh Steelers
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 6, 1964@Boston PatriotsW 25-24L -6Houston Oilers
SunNov 8, 1964San Diego ChargersW 31-20L -13@Denver Broncos
SunNov 8, 1964@Kansas City ChiefsW 42-7W -6Oakland Raiders
SunNov 8, 1964Buffalo BillsW 20-7W -5@New York Jets
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 1964Baltimore ColtsW 40-24W -12@Chicago Bears
SunNov 8, 1964@Cleveland BrownsW 34-24W -8.5Washington Redskins
SunNov 8, 1964@Green Bay PackersW 30-7W -8.5Detroit Lions
SunNov 8, 1964@Los Angeles RamsW 20-10W -7Philadelphia Eagles
SunNov 8, 1964@Minnesota VikingsW 24-7W -9San Francisco 49ers
SunNov 8, 1964@New York GiantsL 21-31L -3Dallas Cowboys
SunNov 8, 1964@St Louis CardinalsW 34-30L -7.5Pittsburgh Steelers
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 1964@Buffalo BillsL 28-36L -8Boston Patriots
SunNov 15, 1964New York JetsL 16-20L -7@Denver Broncos
SunNov 15, 1964@Kansas City ChiefsL 14-28L PKSan Diego Chargers
SunNov 15, 1964@Oakland RaidersW 20-10W PKHouston Oilers
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 1964@Baltimore ColtsW 17-14L -13.5Minnesota Vikings
SunNov 15, 1964@Cleveland BrownsW 37-21W -7Detroit Lions
SunNov 15, 1964@Dallas CowboysL 14-17L -10Philadelphia Eagles
SunNov 15, 1964@Los Angeles RamsL 24-34L -6Chicago Bears
SunNov 15, 1964@Pittsburgh SteelersL 0-30L -1Washington Redskins
SunNov 15, 1964Green Bay PackersL 14-24L -13.5@San Francisco 49ers
SunNov 15, 1964@St Louis CardinalsT 10-10L -7New York Giants
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriNov 20, 1964@Boston PatriotsW 12-7L -13.5Denver Broncos
SunNov 22, 1964Kansas City ChiefsW 28-19W -1.5@Houston Oilers
SunNov 22, 1964@Oakland RaidersW 35-26W -3New York Jets
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 1964@Chicago BearsW 23-21L -7.5San Francisco 49ers
SunNov 22, 1964@Detroit LionsT 23-23L -2Minnesota Vikings
SunNov 22, 1964@Green Bay PackersW 28-21W -3Cleveland Browns at Milwaukee
SunNov 22, 1964Baltimore ColtsW 24-7W -9@Los Angeles Rams
SunNov 22, 1964@New York GiantsL 17-44L -7Pittsburgh Steelers
SunNov 22, 1964@Philadelphia EaglesL 13-38L -1St Louis Cardinals
SunNov 22, 1964@Washington RedskinsW 28-16W -4Dallas Cowboys
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 1964@San Diego ChargersL 24-27L -1Buffalo Bills
SunNov 29, 1964Oakland RaidersT 20-20L -5@Denver Broncos
SunNov 29, 1964Boston PatriotsW 34-17W -4.5@Houston Oilers
SunNov 29, 1964Kansas City ChiefsL 14-27L -1@New York Jets
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 1964@Detroit LionsL 24-27L -3.5Chicago Bears
SunNov 29, 1964@Cleveland BrownsW 38-24W -13Philadelphia Eagles
SunNov 29, 1964Green Bay PackersW 45-21W -10@Dallas Cowboys
SunNov 29, 1964@Minnesota VikingsW 34-13W -6.5Los Angeles Rams
SunNov 29, 1964St Louis CardinalsW 21-20L -4.5@Pittsburgh Steelers
SunNov 29, 1964Baltimore ColtsW 14-3W -9@San Francisco 49ers
SunNov 29, 1964@Washington RedskinsW 36-21W -9.5New York Giants
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 6, 1964Boston PatriotsW 31-24W -2.5@Kansas City Chiefs
SunDec 6, 1964Buffalo BillsL 13-16L -6.5@Oakland Raiders
SunDec 6, 1964@San Diego ChargersW 38-3W -9New York Jets
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 5, 1964Green Bay PackersW 17-3W -4@Chicago Bears
SunDec 6, 1964@Baltimore ColtsL 14-31L -9.5Detroit Lions
SunDec 6, 1964Minnesota VikingsW 30-21W -7.5@New York Giants
SunDec 6, 1964@Philadelphia EaglesW 24-14W -5Dallas Cowboys
SunDec 6, 1964@San Francisco 49ersW 28-7W -2.5Los Angeles Rams
SunDec 6, 1964Cleveland BrownsL 19-28L -3.5@St Louis Cardinals
SunDec 6, 1964@Washington RedskinsL 7-14L -7.5Pittsburgh Steelers
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 13, 1964Buffalo BillsW 30-19W -10@Denver Broncos
SunDec 13, 1964@Houston OilersW 33-17N/ANew York Jets
SunDec 13, 1964@San Diego ChargersL 6-49L -7.5Kansas City Chiefs
+ + +

+ +

Back to top

1964 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 1964Cleveland BrownsW 52-20W -10@New York Giants
SunDec 13, 1964@Baltimore ColtsW 45-17W -9Washington Redskins
SunDec 13, 1964Minnesota VikingsW 41-14W -3@Chicago Bears
SunDec 13, 1964@Dallas CowboysW 17-14L -4Pittsburgh Steelers
SunDec 13, 1964@Detroit LionsW 24-7W -7San Francisco 49ers
SunDec 13, 1964Green Bay PackersT 24-24L -11@Los Angeles Rams
SunDec 13, 1964@St Louis CardinalsW 36-34L -7Philadelphia Eagles
+ + +

+ +

Back to top

1964 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 20, 1964@Boston PatriotsL 14-24L -2.5Buffalo Bills
SunDec 20, 1964@Houston OilersW 34-15N/ADenver Broncos
SunDec 20, 1964@Kansas City ChiefsW 24-7N/ANew York Jets
SunDec 20, 1964San Diego ChargersL 20-21L -4@Oakland Raiders
+ + +

+

Back to top

+

1964 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL ChampionshipSatDec 26, 1964@Buffalo BillsW 20-7W -5San Diego Chargers
NFL ChampionshipSunDec 27, 1964Baltimore ColtsL 0-27L -7@Cleveland Browns
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1965.html b/data/1965.html new file mode 100644 index 0000000..93d81a0 --- /dev/null +++ b/data/1965.html @@ -0,0 +1,4020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1965 Season

+ +

Historical NFL Game Odds

1965 Season

<<-- 1964 Season    1966 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1965 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-1 (87.5%)6-2-0 (75.0%)9-2 (81.8%)6-3-0 (66.7%)5-0 (100.%)4-1-0 (80.0%)1-2 (33.3%)1-2-0 (33.3%)--
26-3 (66.7%)3-6-0 (33.3%)5-6 (45.5%)2-9-0 (18.2%)5-3 (62.5%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)--
38-2 (80.0%)4-7-0 (36.4%)6-4 (60.0%)4-7-0 (36.4%)5-1 (83.3%)2-5-0 (28.6%)1-3 (25.0%)2-2-0 (50.0%)--
410-1 (90.9%)8-3-0 (72.7%)9-2 (81.8%)7-4-0 (63.6%)9-1 (90.0%)7-3-0 (70.0%)0-1 (0.0%)0-1-0 (0.0%)--
57-2 (77.8%)6-3-0 (66.7%)2-8 (20.0%)1-9-0 (10.0%)1-1 (50.0%)0-2-0 (0.0%)1-6 (14.3%)1-6-0 (14.3%)--
66-2 (75.0%)4-6-0 (40.0%)4-5 (44.4%)6-5-0 (54.5%)4-2 (66.7%)3-3-0 (50.0%)0-2 (0.0%)3-1-0 (75.0%)--
76-5 (54.5%)3-7-1 (30.0%)7-4 (63.6%)6-4-1 (60.0%)4-2 (66.7%)2-3-1 (40.0%)3-2 (60.0%)4-1-0 (80.0%)--
87-4 (63.6%)4-7-0 (36.4%)6-5 (54.5%)3-8-0 (27.3%)6-4 (60.0%)3-7-0 (30.0%)0-1 (0.0%)0-1-0 (0.0%)--
97-3 (70.0%)4-4-2 (50.0%)5-6 (45.5%)2-7-2 (22.2%)4-3 (57.1%)1-4-2 (20.0%)0-3 (0.0%)0-3-0 (0.0%)--
107-4 (63.6%)5-6-0 (45.5%)3-8 (27.3%)1-10-0 (9.1%)2-3 (40.0%)0-5-0 (0.0%)1-5 (16.7%)1-5-0 (16.7%)--
115-3 (62.5%)4-6-0 (40.0%)3-5 (37.5%)4-6-0 (40.0%)2-2 (50.0%)1-3-0 (25.0%)1-3 (25.0%)3-3-0 (50.0%)--
125-4 (55.6%)3-7-0 (30.0%)5-4 (55.6%)3-7-0 (30.0%)5-4 (55.6%)3-7-0 (30.0%)0-0 0-0-0 --
136-3 (66.7%)6-3-0 (66.7%)5-5 (50.0%)5-5-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)--
145-3 (62.5%)3-6-0 (33.3%)3-7 (30.0%)6-5-0 (54.5%)3-3 (50.0%)3-3-0 (50.0%)0-2 (0.0%)3-0-0 (100.%)--
154-1 (80.0%)3-2-0 (60.0%)5-0 (100.%)4-1-0 (80.0%)4-0 (100.%)3-1-0 (75.0%)1-0 (100.%)1-0-0 (100.%)--
Playoffs1-1 (50.0%)1-1-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)0-0 0-0-0 --
+ +


1965 Results by Team

Click on a team to view 1965 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Baltimore Colts10-4-1 (71.4%)8-7 (53.3%)9-1 (90.0%)5-6-0 (45.5%)5-2 (71.4%)2-5-0 (28.6%)5-1 (83.3%)2-4-0 (33.3%)--
Boston Patriots4-8-2 (33.3%)6-8 (42.9%)1-1 (50.0%)1-1-0 (50.0%)1-4 (20.0%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)--
Buffalo Bills10-3-1 (76.9%)10-4 (71.4%)8-2 (80.0%)7-3-0 (70.0%)5-2 (71.4%)4-3-0 (57.1%)5-1 (83.3%)4-2-0 (66.7%)--
Chicago Bears9-5 (64.3%)11-3 (78.6%)6-1 (85.7%)6-1-0 (85.7%)5-2 (71.4%)5-2-0 (71.4%)4-1 (80.0%)4-1-0 (80.0%)--
Cleveland Browns11-3 (78.6%)6-7-1 (46.2%)11-3 (78.6%)6-7-1 (46.2%)5-2 (71.4%)1-5-1 (16.7%)5-2 (71.4%)1-5-1 (16.7%)--
Dallas Cowboys7-7 (50.0%)8-5-1 (61.5%)5-3 (62.5%)4-3-1 (57.1%)5-2 (71.4%)4-2-1 (66.7%)5-1 (83.3%)4-1-1 (80.0%)--
Denver Broncos4-10 (28.6%)4-9 (30.8%)2-0 (100.%)2-0-0 (100.%)2-5 (28.6%)2-5-0 (28.6%)2-0 (100.%)2-0-0 (100.%)--
Detroit Lions6-7-1 (46.2%)7-7 (50.0%)1-2 (33.3%)0-3-0 (0.0%)2-4 (33.3%)2-5-0 (28.6%)1-2 (33.3%)0-3-0 (0.0%)--
Green Bay Packers11-3-1 (78.6%)6-9 (40.0%)10-3 (76.9%)5-9-0 (35.7%)7-1 (87.5%)2-6-0 (25.0%)7-1 (87.5%)2-6-0 (25.0%)--
Houston Oilers4-10 (28.6%)3-10-1 (23.1%)3-2 (60.0%)1-3-1 (25.0%)3-4 (42.9%)2-4-1 (33.3%)3-2 (60.0%)1-3-1 (25.0%)--
Kansas City Chiefs7-5-2 (58.3%)8-4-1 (66.7%)5-2 (71.4%)5-3-0 (62.5%)5-2 (71.4%)5-2-0 (71.4%)4-2 (66.7%)4-2-0 (66.7%)--
Los Angeles Rams4-10 (28.6%)8-6 (57.1%)1-1 (50.0%)0-2-0 (0.0%)3-4 (42.9%)3-4-0 (42.9%)1-1 (50.0%)0-2-0 (0.0%)--
Minnesota Vikings7-7 (50.0%)6-8 (42.9%)3-3 (50.0%)1-5-0 (16.7%)2-5 (28.6%)1-6-0 (14.3%)2-3 (40.0%)1-4-0 (20.0%)--
New York Giants7-7 (50.0%)7-6-1 (53.8%)2-2 (50.0%)2-2-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)1-2 (33.3%)1-2-0 (33.3%)--
New York Jets5-8-1 (38.5%)7-7 (50.0%)3-1 (75.0%)3-1-0 (75.0%)3-3 (50.0%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
Oakland Raiders8-5-1 (61.5%)8-5 (61.5%)6-1 (85.7%)6-2-0 (75.0%)5-2 (71.4%)4-2-0 (66.7%)4-1 (80.0%)4-1-0 (80.0%)--
Philadelphia Eagles5-9 (35.7%)9-5 (64.3%)1-4 (20.0%)1-4-0 (20.0%)2-5 (28.6%)3-4-0 (42.9%)0-3 (0.0%)0-3-0 (0.0%)--
Pittsburgh Steelers2-12 (14.3%)4-9-1 (30.8%)1-0 (100.%)0-1-0 (0.0%)1-6 (14.3%)1-6-0 (14.3%)0-0 0-0-0 --
San Diego Chargers9-2-3 (81.8%)7-6 (53.8%)7-2 (77.8%)6-6-0 (50.0%)4-1 (80.0%)3-3-0 (50.0%)3-1 (75.0%)3-3-0 (50.0%)--
San Francisco 49ers7-6-1 (53.8%)7-7 (50.0%)4-0 (100.%)1-3-0 (25.0%)4-2 (66.7%)3-4-0 (42.9%)4-0 (100.%)1-3-0 (25.0%)--
St Louis Cardinals5-9 (35.7%)5-9 (35.7%)3-6 (33.3%)2-7-0 (22.2%)2-5 (28.6%)2-5-0 (28.6%)1-4 (20.0%)0-5-0 (0.0%)--
Washington Redskins6-8 (42.9%)5-9 (35.7%)4-1 (80.0%)2-3-0 (40.0%)3-4 (42.9%)1-6-0 (14.3%)3-1 (75.0%)1-3-0 (25.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 11, 1965@Buffalo BillsW 24-7W -7Boston Patriots
SatSep 11, 1965@San Diego ChargersW 34-31N/ADenver Broncos
SunSep 12, 1965@Houston OilersW 27-21L -10New York Jets
SunSep 12, 1965@Oakland RaidersW 37-10N/AKansas City Chiefs
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 1965@Baltimore ColtsW 35-16W -6.5Minnesota Vikings
SunSep 19, 1965@Dallas CowboysW 31-2W -7New York Giants
SunSep 19, 1965@Detroit LionsW 20-0W PKLos Angeles Rams
SunSep 19, 1965St Louis CardinalsL 27-34L -6.5@Philadelphia Eagles
SunSep 19, 1965Green Bay PackersW 41-9W -14@Pittsburgh Steelers
SunSep 19, 1965@San Francisco 49ersW 52-24W -2Chicago Bears
SunSep 19, 1965Cleveland BrownsW 17-7W -6@Washington Redskins
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 18, 1965@New York JetsL 10-14L PKKansas City Chiefs
SunSep 19, 1965Buffalo BillsW 30-15W -7@Denver Broncos
SunSep 19, 1965@Houston OilersW 31-10W -4Boston Patriots
SunSep 19, 1965@Oakland RaidersL 6-17L PKSan Diego Chargers
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 1965@Cleveland BrownsL 13-49L -7St Louis Cardinals
SunSep 26, 1965@Dallas CowboysW 27-7W -3Washington Redskins
SunSep 26, 1965@Green Bay PackersW 20-17L -4Baltimore Colts at Milwaukee
SunSep 26, 1965@Los Angeles RamsW 30-28L -5Chicago Bears
SunSep 26, 1965@Minnesota VikingsL 29-31L -7Detroit Lions
SunSep 26, 1965@Philadelphia EaglesL 14-16L -11New York Giants
SunSep 26, 1965@San Francisco 49ersW 27-17L -13Pittsburgh Steelers
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 24, 1965@Boston PatriotsL 10-27L -4Denver Broncos
SunSep 26, 1965@Buffalo BillsW 33-21W -10New York Jets
SunSep 26, 1965@Oakland RaidersW 21-17W -1Houston Oilers
SunSep 26, 1965@San Diego ChargersT 10-10L -7Kansas City Chiefs
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 1965@Baltimore ColtsW 27-24L -13San Francisco 49ers
SunOct 3, 1965@Detroit LionsW 14-10L -6Washington Redskins
SunOct 3, 1965@Green Bay PackersW 23-14L -12Chicago Bears
SunOct 3, 1965Minnesota VikingsW 38-35L -3.5@Los Angeles Rams
SunOct 3, 1965Cleveland BrownsW 35-17W -6@Philadelphia Eagles
SunOct 3, 1965New York GiantsW 23-13W -1@Pittsburgh Steelers
MonOct 4, 1965Dallas CowboysL 13-20L -7@St Louis Cardinals
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 1965@Buffalo BillsW 17-12L -7Oakland Raiders
SunOct 3, 1965@Denver BroncosW 16-13W -2New York Jets
SunOct 3, 1965@Kansas City ChiefsW 27-17W -8Boston Patriots
SunOct 3, 1965@San Diego ChargersW 31-14W -7Houston Oilers
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 9, 1965@Cleveland BrownsW 24-19L -17Pittsburgh Steelers
SatOct 9, 1965@Minnesota VikingsW 40-14W -11New York Giants
SunOct 10, 1965@Baltimore ColtsW 31-7W -10Detroit Lions
SunOct 10, 1965@Chicago BearsW 31-6W -4Los Angeles Rams
SunOct 10, 1965@Dallas CowboysL 24-35L -7.5Philadelphia Eagles
SunOct 10, 1965@Green Bay PackersW 27-10W -10.5San Francisco 49ers
SunOct 10, 1965St Louis CardinalsW 37-16W -5@Washington Redskins
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 8, 1965Oakland RaidersW 24-10W -5@Boston Patriots
SunOct 10, 1965San Diego ChargersW 34-3W -1@Buffalo Bills
SunOct 10, 1965Kansas City ChiefsW 31-23W -2.5@Denver Broncos
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 1965@Cleveland BrownsW 23-17L -10Dallas Cowboys
SunOct 17, 1965Green Bay PackersW 31-21W -9@Detroit Lions
SunOct 17, 1965@Los Angeles RamsL 21-45L PKSan Francisco 49ers
SunOct 17, 1965@Minnesota VikingsL 37-45L -7Chicago Bears
SunOct 17, 1965Philadelphia EaglesL 27-35L -3.5@New York Giants
SunOct 17, 1965St Louis CardinalsW 20-7W -12@Pittsburgh Steelers
SunOct 17, 1965Baltimore ColtsW 38-7W -12@Washington Redskins
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 16, 1965Oakland RaidersT 24-24L -1@New York Jets
SunOct 17, 1965San Diego ChargersT 13-13L -11@Boston Patriots
SunOct 17, 1965@Denver BroncosW 28-17W -2Houston Oilers
SunOct 17, 1965@Kansas City ChiefsL 7-23L -4Buffalo Bills
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 24, 1965@Baltimore ColtsW 35-20L -16Los Angeles Rams
SunOct 24, 1965@Chicago BearsW 38-10W -7Detroit Lions
SunOct 24, 1965@Green Bay PackersW 13-3W -3.5Dallas Cowboys at Milwaukee
SunOct 24, 1965Cleveland BrownsW 38-14W -8@New York Giants
SunOct 24, 1965Pittsburgh SteelersW 20-14L -8@Philadelphia Eagles
SunOct 24, 1965@San Francisco 49ersL 41-42L PKMinnesota Vikings
SunOct 24, 1965@St Louis CardinalsL 20-24L -13Washington Redskins
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 23, 1965San Diego ChargersW 34-9W -7@New York Jets
SunOct 24, 1965@Buffalo BillsW 31-13W -7Denver Broncos
SunOct 24, 1965@Houston OilersW 38-36P -2Kansas City Chiefs
SunOct 24, 1965@Oakland RaidersW 30-21W -8Boston Patriots
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 1965Green Bay PackersL 10-31L -4@Chicago Bears
SunOct 31, 1965@Cleveland BrownsL 17-27L -7Minnesota Vikings
SunOct 31, 1965@Los Angeles RamsL 7-31L -3Detroit Lions
SunOct 31, 1965St Louis CardinalsL 10-14L -8@New York Giants
SunOct 31, 1965Dallas CowboysL 13-22L -4.5@Pittsburgh Steelers
SunOct 31, 1965Baltimore ColtsW 34-28L -7@San Francisco 49ers
SunOct 31, 1965@Washington RedskinsW 23-21L -5.5Philadelphia Eagles
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 1965@Buffalo BillsL 17-19L -7Houston Oilers
SunOct 31, 1965@Kansas City ChiefsW 14-7W -2.5Oakland Raiders
SunOct 31, 1965@New York JetsW 45-10W -3Denver Broncos
SunOct 31, 1965@San Diego ChargersL 6-22L -14Boston Patriots
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 1965Baltimore ColtsW 26-21W -1@Chicago Bears
SunNov 7, 1965@Cleveland BrownsW 38-34L -11Philadelphia Eagles
SunNov 7, 1965@Dallas CowboysW 39-31W -3San Francisco 49ers
SunNov 7, 1965@Green Bay PackersL 7-12L -12Detroit Lions
SunNov 7, 1965@Minnesota VikingsW 24-13L -12Los Angeles Rams
SunNov 7, 1965@New York GiantsL 7-23L -1Washington Redskins
SunNov 7, 1965@St Louis CardinalsW 21-17L -11Pittsburgh Steelers
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 1965Buffalo BillsW 23-7W -3@Boston Patriots
SunNov 7, 1965San Diego ChargersW 35-21W -8@Denver Broncos
SunNov 7, 1965@Houston OilersL 21-33L -4Oakland Raiders
SunNov 7, 1965@Kansas City ChiefsL 10-13L -6.5New York Jets
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 1965@Chicago BearsW 34-13W -6St Louis Cardinals
SunNov 14, 1965@Cleveland BrownsW 34-21P -13New York Giants
SunNov 14, 1965@Dallas CowboysW 24-17P -7Pittsburgh Steelers
SunNov 14, 1965@Detroit LionsL 21-27L -4.5San Francisco 49ers
SunNov 14, 1965@Green Bay PackersW 6-3L -12.5Los Angeles Rams at Milwaukee
SunNov 14, 1965Baltimore ColtsW 41-21W -2@Minnesota Vikings
SunNov 14, 1965@Philadelphia EaglesW 21-14W PKWashington Redskins
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 1965New York JetsW 30-20W -1.5@Boston Patriots
SunNov 14, 1965@Houston OilersL 21-31L -7.5Denver Broncos
SunNov 14, 1965San Diego ChargersL 7-31L -6@Kansas City Chiefs
SunNov 14, 1965@Oakland RaidersL 14-17L -1.5Buffalo Bills
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 1965@Baltimore ColtsW 34-24L -14.5Philadelphia Eagles
SunNov 21, 1965Cleveland BrownsW 24-17W -5@Dallas Cowboys
SunNov 21, 1965Chicago BearsW 17-10W -6.5@Detroit Lions
SunNov 21, 1965Green Bay PackersW 38-13W -1@Minnesota Vikings
SunNov 21, 1965Washington RedskinsW 31-3W -2@Pittsburgh Steelers
SunNov 21, 1965@San Francisco 49ersW 30-27L -7.5Los Angeles Rams
SunNov 21, 1965@St Louis CardinalsL 15-28L -9New York Giants
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 1965Kansas City ChiefsT 10-10L -7@Boston Patriots
SunNov 21, 1965Oakland RaidersW 28-20W -3.5@Denver Broncos
SunNov 21, 1965@New York JetsW 41-14W -6.5Houston Oilers
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 1965Baltimore ColtsT 24-24L -10@Detroit Lions
SunNov 28, 1965Green Bay PackersL 10-21L -9@Los Angeles Rams
SunNov 28, 1965@Minnesota VikingsL 24-45L -5San Francisco 49ers
SunNov 28, 1965Chicago BearsW 35-14W -10@New York Giants
SunNov 28, 1965Cleveland BrownsW 42-21W -11@Pittsburgh Steelers
SunNov 28, 1965@St Louis CardinalsL 24-28L -4Philadelphia Eagles
SunNov 28, 1965@Washington RedskinsW 34-31L -4Dallas Cowboys
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 1965@San Diego ChargersT 20-20L -7Buffalo Bills
SunNov 28, 1965@Kansas City ChiefsW 52-21W -10Houston Oilers
SunNov 28, 1965@New York JetsL 23-27L -9Boston Patriots
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 5, 1965@Baltimore ColtsL 0-13L -3.5Chicago Bears
SunDec 5, 1965@Cleveland BrownsW 24-16W -6.5Washington Redskins
SunDec 5, 1965@Green Bay PackersW 24-19L -7Minnesota Vikings
SunDec 5, 1965@New York GiantsW 35-10W -7.5Pittsburgh Steelers
SunDec 5, 1965@Philadelphia EaglesL 19-21L -3.5Dallas Cowboys
SunDec 5, 1965@San Francisco 49ersW 17-14L -7Detroit Lions
SunDec 5, 1965@St Louis CardinalsL 3-27L -2.5Los Angeles Rams
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 4, 1965@San Diego ChargersW 38-7W -8New York Jets
SunDec 5, 1965Buffalo BillsW 29-18W -7.5@Houston Oilers
SunDec 5, 1965@Oakland RaidersW 24-13W -9.5Denver Broncos
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 1965@Dallas CowboysW 27-13W -6St Louis Cardinals
SunDec 12, 1965@Baltimore ColtsL 27-42L PKGreen Bay Packers
SunDec 12, 1965@Chicago BearsW 61-20W -10San Francisco 49ers
SunDec 12, 1965@Detroit LionsL 7-29L -3Minnesota Vikings
SunDec 12, 1965Cleveland BrownsL 7-42L -2.5@Los Angeles Rams
SunDec 12, 1965Philadelphia EaglesW 47-13W -6.5@Pittsburgh Steelers
SunDec 12, 1965@Washington RedskinsL 10-27L -5New York Giants
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 12, 1965@Buffalo BillsW 34-25W -3.5Kansas City Chiefs
SunDec 12, 1965@Denver BroncosL 20-28L PKBoston Patriots
SunDec 12, 1965San Diego ChargersW 37-26L -12.5@Houston Oilers
SunDec 12, 1965@Oakland RaidersW 24-14W -6.5New York Jets
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 1965@Los Angeles RamsL 17-20L PKBaltimore Colts
SunDec 19, 1965@Chicago BearsL 17-24L -13.5Minnesota Vikings
SunDec 19, 1965@New York GiantsL 20-38L -3.5Dallas Cowboys
SunDec 19, 1965@Philadelphia EaglesL 28-35L -6.5Detroit Lions
SunDec 19, 1965Green Bay PackersT 24-24L -7@San Francisco 49ers
SunDec 19, 1965Cleveland BrownsW 27-24L -7@St Louis Cardinals
SunDec 19, 1965@Washington RedskinsW 35-14W -10.5Pittsburgh Steelers
+ + +

+ +

Back to top

1965 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 1965@Boston PatriotsW 42-14W -7Houston Oilers
SunDec 19, 1965@Kansas City ChiefsW 45-35W -9Denver Broncos
SunDec 19, 1965Buffalo BillsL 12-14L -2@New York Jets
SunDec 19, 1965@San Diego ChargersW 24-14W -5Oakland Raiders
+ + +

+ +

Back to top

1965 NFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 26, 1965@Green Bay PackersW 13-10 (OT)L -8Baltimore Colts
+ + +

+

Back to top

+

1965 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL ChampionshipSunDec 26, 1965@San Diego ChargersL 0-23L -6Buffalo Bills
NFL ChampionshipSunJan 2, 1966@Green Bay PackersW 23-12W -2Cleveland Browns
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1966.html b/data/1966.html new file mode 100644 index 0000000..d3b342d --- /dev/null +++ b/data/1966.html @@ -0,0 +1,4311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1966 Season

+ +

Historical NFL Game Odds

1966 Season

<<-- 1965 Season    1967 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1966 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-1 (87.5%)4-6-0 (40.0%)5-3 (62.5%)7-3-0 (70.0%)4-0 (100.%)3-2-0 (60.0%)1-3 (25.0%)4-1-0 (80.0%)--
28-3 (72.7%)6-5-0 (54.5%)7-4 (63.6%)9-2-0 (81.8%)5-1 (83.3%)5-1-0 (83.3%)2-3 (40.0%)4-1-0 (80.0%)--
38-3 (72.7%)8-3-0 (72.7%)7-4 (63.6%)7-4-0 (63.6%)6-2 (75.0%)6-2-0 (75.0%)1-2 (33.3%)1-2-0 (33.3%)--
411-0 (100.%)9-2-0 (81.8%)4-7 (36.4%)4-7-0 (36.4%)4-0 (100.%)3-1-0 (75.0%)0-7 (0.0%)1-6-0 (14.3%)--
56-4 (60.0%)4-7-0 (36.4%)8-2 (80.0%)7-4-0 (63.6%)5-1 (83.3%)3-3-0 (50.0%)3-1 (75.0%)4-1-0 (80.0%)--
66-4 (60.0%)5-6-0 (45.5%)6-4 (60.0%)6-5-0 (54.5%)3-1 (75.0%)2-2-0 (50.0%)3-3 (50.0%)4-3-0 (57.1%)--
75-5 (50.0%)3-8-0 (27.3%)8-2 (80.0%)7-4-0 (63.6%)4-1 (80.0%)2-3-0 (40.0%)4-1 (80.0%)5-1-0 (83.3%)--
86-4 (60.0%)6-4-0 (60.0%)4-7 (36.4%)4-7-0 (36.4%)2-3 (40.0%)2-3-0 (40.0%)1-4 (20.0%)1-4-0 (20.0%)--
95-5 (50.0%)2-9-0 (18.2%)7-3 (70.0%)6-5-0 (54.5%)4-2 (66.7%)2-5-0 (28.6%)3-1 (75.0%)4-0-0 (100.%)--
107-3 (70.0%)5-6-0 (45.5%)5-5 (50.0%)7-4-0 (63.6%)4-2 (66.7%)4-3-0 (57.1%)1-3 (25.0%)3-1-0 (75.0%)--
117-4 (63.6%)3-7-1 (30.0%)7-4 (63.6%)3-7-1 (30.0%)6-3 (66.7%)2-6-1 (25.0%)1-1 (50.0%)1-1-0 (50.0%)--
128-2 (80.0%)6-4-1 (60.0%)5-5 (50.0%)3-7-1 (30.0%)5-2 (71.4%)3-4-1 (42.9%)0-3 (0.0%)0-3-0 (0.0%)--
138-2 (80.0%)4-6-0 (40.0%)7-4 (63.6%)5-6-0 (45.5%)6-1 (85.7%)3-4-0 (42.9%)1-2 (33.3%)2-1-0 (66.7%)--
145-4 (55.6%)4-5-1 (44.4%)5-5 (50.0%)5-5-1 (50.0%)2-1 (66.7%)2-2-0 (50.0%)3-3 (50.0%)3-2-1 (60.0%)--
157-4 (63.6%)5-6-0 (45.5%)3-8 (27.3%)5-6-0 (45.5%)2-3 (40.0%)2-3-0 (40.0%)1-5 (16.7%)3-3-0 (50.0%)--
162-2 (50.0%)1-3-0 (25.0%)3-1 (75.0%)2-2-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)1-0 (100.%)1-0-0 (100.%)--
201-0 (100.%)0-1-0 (0.0%)- -- 0-0 0-0-0 0-0 0-0-0 --
Playoffs3-0 (100.%)2-0-1 (100.%)0-2 (0.0%)0-1-1 (0.0%)0-0 0-0-0 0-2 (0.0%)0-1-1 (0.0%)--
+ +


1966 Results by Team

Click on a team to view 1966 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons3-11 (21.4%)6-7-1 (46.2%)0-0 0-0-0 1-6 (14.3%)3-4-0 (42.9%)0-0 0-0-0 --
Baltimore Colts10-5 (66.7%)6-9 (40.0%)9-3 (75.0%)5-7-0 (41.7%)5-2 (71.4%)3-4-0 (42.9%)5-1 (83.3%)3-3-0 (50.0%)--
Boston Patriots8-4-2 (66.7%)7-7 (50.0%)5-2 (71.4%)2-5-0 (28.6%)4-2 (66.7%)3-4-0 (42.9%)2-1 (66.7%)0-3-0 (0.0%)--
Buffalo Bills9-4-1 (69.2%)10-4 (71.4%)6-3 (66.7%)6-3-0 (66.7%)4-2 (66.7%)5-2-0 (71.4%)4-2 (66.7%)4-2-0 (66.7%)--
Chicago Bears5-7-2 (41.7%)6-7-1 (46.2%)3-2 (60.0%)2-4-1 (33.3%)4-1 (80.0%)3-3-1 (50.0%)2-0 (100.%)1-2-1 (33.3%)--
Cleveland Browns9-5 (64.3%)8-5-1 (61.5%)8-3 (72.7%)6-4-1 (60.0%)5-2 (71.4%)4-2-1 (66.7%)4-1 (80.0%)2-2-1 (50.0%)--
Dallas Cowboys10-3-1 (76.9%)8-6 (57.1%)10-3 (76.9%)8-6-0 (57.1%)6-1 (85.7%)6-1-0 (85.7%)6-1 (85.7%)6-1-0 (85.7%)--
Denver Broncos4-10 (28.6%)6-8 (42.9%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)1-0 (100.%)1-0-0 (100.%)--
Detroit Lions4-9-1 (30.8%)7-7 (50.0%)1-2 (33.3%)1-2-0 (33.3%)3-4 (42.9%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)--
Green Bay Packers12-2 (85.7%)9-5 (64.3%)11-2 (84.6%)8-5-0 (61.5%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Houston Oilers3-11 (21.4%)5-8-1 (38.5%)2-3 (40.0%)2-3-0 (40.0%)3-4 (42.9%)3-3-1 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
Kansas City Chiefs11-2-1 (84.6%)9-5 (64.3%)9-2 (81.8%)7-5-0 (58.3%)4-2 (66.7%)3-4-0 (42.9%)4-2 (66.7%)3-4-0 (42.9%)--
Los Angeles Rams8-6 (57.1%)7-7 (50.0%)6-3 (66.7%)5-4-0 (55.6%)5-2 (71.4%)5-2-0 (71.4%)4-1 (80.0%)4-1-0 (80.0%)--
Miami Dolphins3-11 (21.4%)8-6 (57.1%)1-0 (100.%)0-1-0 (0.0%)2-5 (28.6%)5-2-0 (71.4%)1-0 (100.%)0-1-0 (0.0%)--
Minnesota Vikings4-9-1 (30.8%)5-9 (35.7%)1-3 (25.0%)1-4-0 (20.0%)2-5 (28.6%)2-5-0 (28.6%)1-2 (33.3%)1-2-0 (33.3%)--
New York Giants1-12-1 (7.7%)6-8 (42.9%)0-1 (0.0%)0-1-0 (0.0%)1-6 (14.3%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
New York Jets6-6-2 (50.0%)5-9 (35.7%)3-3 (50.0%)1-6-0 (14.3%)4-3 (57.1%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
Oakland Raiders8-5-1 (61.5%)7-7 (50.0%)5-0 (100.%)3-3-0 (50.0%)3-3 (50.0%)2-5-0 (28.6%)3-0 (100.%)2-2-0 (50.0%)--
Philadelphia Eagles9-6 (60.0%)10-5 (66.7%)5-1 (83.3%)4-2-0 (66.7%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
Pittsburgh Steelers5-8-1 (38.5%)7-7 (50.0%)2-1 (66.7%)2-2-0 (50.0%)3-3 (50.0%)3-4-0 (42.9%)0-1 (0.0%)0-2-0 (0.0%)--
San Diego Chargers7-6-1 (53.8%)5-8-1 (38.5%)7-5 (58.3%)5-7-1 (41.7%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)--
San Francisco 49ers6-6-2 (50.0%)7-7 (50.0%)3-2 (60.0%)2-3-0 (40.0%)4-2 (66.7%)4-3-0 (57.1%)2-2 (50.0%)1-3-0 (25.0%)--
St Louis Cardinals8-5-1 (61.5%)5-9 (35.7%)6-3 (66.7%)2-7-0 (22.2%)5-1 (83.3%)3-4-0 (42.9%)4-0 (100.%)1-3-0 (25.0%)--
Washington Redskins7-7 (50.0%)7-6-1 (53.8%)3-2 (60.0%)2-3-0 (40.0%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 2, 1966Oakland RaidersW 23-14L -14@Miami Dolphins
SatSep 3, 1966@Houston OilersW 45-7W -7Denver Broncos
SunSep 4, 1966@San Diego ChargersW 27-7W -4Buffalo Bills
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 10, 1966@Green Bay PackersW 24-3W -1Baltimore Colts at Milwaukee
SunSep 11, 1966Los Angeles RamsW 19-14L -10@Atlanta Falcons
SunSep 11, 1966Chicago BearsL 3-14L -7@Detroit Lions
SunSep 11, 1966@Pittsburgh SteelersT 34-34L -1.5New York Giants
SunSep 11, 1966Minnesota VikingsT 20-20L -6.5@San Francisco 49ers
SunSep 11, 1966@St Louis CardinalsW 16-13L -6Philadelphia Eagles
SunSep 11, 1966Cleveland BrownsW 38-14W -4@Washington Redskins
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 9, 1966New York JetsW 19-14L -16@Miami Dolphins
SatSep 10, 1966@Houston OilersW 31-0W -3Oakland Raiders
SatSep 10, 1966@San Diego ChargersW 24-0W -10Boston Patriots
SunSep 11, 1966@Buffalo BillsL 20-42L -2.5Kansas City Chiefs
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 16, 1966Chicago BearsL 17-31L -2@Los Angeles Rams
SunSep 18, 1966Green Bay PackersW 21-20L -5@Cleveland Browns
SunSep 18, 1966@Dallas CowboysW 52-7W -11.5New York Giants
SunSep 18, 1966Baltimore ColtsW 38-23W -5@Minnesota Vikings
SunSep 18, 1966@Philadelphia EaglesW 23-10W -12Atlanta Falcons
SunSep 18, 1966Detroit LionsL 3-17L -3@Pittsburgh Steelers
SunSep 18, 1966@St Louis CardinalsW 23-7W -7Washington Redskins
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 1966@Buffalo BillsW 58-24W -20Miami Dolphins
SunSep 18, 1966Boston PatriotsW 24-10W -4.5@Denver Broncos
SunSep 18, 1966Houston OilersL 13-52L -1@New York Jets
SunSep 18, 1966Kansas City ChiefsW 32-10W -6.5@Oakland Raiders
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 1966@Baltimore ColtsW 36-14W -13.5San Francisco 49ers
SunSep 25, 1966@Cleveland BrownsL 28-34L -6.5St Louis Cardinals
SunSep 25, 1966@Dallas CowboysW 28-17W -7.5Minnesota Vikings
SunSep 25, 1966@Detroit LionsW 28-10W -10Atlanta Falcons
SunSep 25, 1966@Green Bay PackersW 24-13W -9Los Angeles Rams
SunSep 25, 1966@Philadelphia EaglesW 35-17W -9New York Giants
SunSep 25, 1966@Pittsburgh SteelersL 27-33L -15Washington Redskins
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 1966Kansas City ChiefsW 43-24W -10@Boston Patriots
SunSep 25, 1966@Buffalo BillsW 27-20W -6.5Houston Oilers
SunSep 25, 1966New York JetsW 16-7L -14.5@Denver Broncos
SunSep 25, 1966San Diego ChargersW 29-20W -6.5@Oakland Raiders
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 30, 1966@Los Angeles RamsW 34-3W -9San Francisco 49ers
SunOct 2, 1966Dallas CowboysW 47-14W -16@Atlanta Falcons
SunOct 2, 1966@Green Bay PackersW 23-14L -13.5Detroit Lions
SunOct 2, 1966Chicago BearsW 13-10W -1@Minnesota Vikings
SunOct 2, 1966Cleveland BrownsW 28-7W -16@New York Giants
SunOct 2, 1966St Louis CardinalsW 41-10W -3@Philadelphia Eagles
SunOct 2, 1966@Washington RedskinsW 24-10W -10.5Pittsburgh Steelers
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 1966New York JetsT 24-24L -7.5@Boston Patriots
SunOct 2, 1966Houston OilersL 38-40L -10@Denver Broncos
SunOct 2, 1966@Kansas City ChiefsL 14-29L -13Buffalo Bills
SunOct 2, 1966@San Diego ChargersW 44-10W -26Miami Dolphins
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 8, 1966@Cleveland BrownsW 41-10W -16.5Pittsburgh Steelers
SunOct 9, 1966Baltimore ColtsL 17-27L -6@Chicago Bears
SunOct 9, 1966@Dallas CowboysW 56-7W -14.5Philadelphia Eagles
SunOct 9, 1966Los Angeles RamsW 14-7W -3@Detroit Lions
SunOct 9, 1966Green Bay PackersL 20-21L -14@San Francisco 49ers
SunOct 9, 1966@St Louis CardinalsW 24-19L -20.5New York Giants
SunOct 9, 1966@Washington RedskinsW 33-20L -16.5Atlanta Falcons
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 8, 1966@Buffalo BillsL 10-20L -12.5Boston Patriots
SatOct 8, 1966@Kansas City ChiefsW 37-10W -21Denver Broncos
SatOct 8, 1966San Diego ChargersL 16-17L -3@New York Jets
SunOct 9, 1966@Oakland RaidersW 21-10L -24Miami Dolphins
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 1966San Francisco 49ersW 44-7W -8.5@Atlanta Falcons
SunOct 16, 1966@Baltimore ColtsW 45-14W -14Detroit Lions
SunOct 16, 1966Green Bay PackersW 17-0W -1@Chicago Bears
SunOct 16, 1966Los Angeles RamsL 7-35L -1.5@Minnesota Vikings
SunOct 16, 1966Washington RedskinsL 10-13L -6@New York Giants
SunOct 16, 1966Philadelphia EaglesW 31-14W -3.5@Pittsburgh Steelers
SunOct 16, 1966Dallas CowboysT 10-10L -6.5@St Louis Cardinals
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 1966San Diego ChargersT 17-17L -1@Buffalo Bills
SunOct 16, 1966New York JetsL 0-24L -5@Houston Oilers
SunOct 16, 1966@Kansas City ChiefsL 13-34L -14Oakland Raiders
SunOct 16, 1966Denver BroncosL 7-24L -7@Miami Dolphins
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 1966@Baltimore ColtsW 20-17L -10Minnesota Vikings
SunOct 23, 1966@Chicago BearsW 17-10W -6Los Angeles Rams
SunOct 23, 1966Dallas CowboysL 21-30L -2@Cleveland Browns
SunOct 23, 1966@Green Bay PackersW 56-3W -26Atlanta Falcons at Milwaukee
SunOct 23, 1966Philadelphia EaglesW 31-3W -3@New York Giants
SunOct 23, 1966@San Francisco 49ersW 27-24L -10Detroit Lions
SunOct 23, 1966St Louis CardinalsL 20-26L -7.5@Washington Redskins
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 1966San Diego ChargersL 17-35L -6.5@Boston Patriots
SunOct 23, 1966Kansas City ChiefsW 56-10W -17@Denver Broncos
SunOct 23, 1966@Houston OilersL 13-20L -20Miami Dolphins
SunOct 23, 1966@New York JetsL 21-24L -7Oakland Raiders
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 1966Cleveland BrownsW 49-17W -23@Atlanta Falcons
SunOct 30, 1966@Dallas CowboysW 52-21W -20Pittsburgh Steelers
SunOct 30, 1966Green Bay PackersW 31-7W -14@Detroit Lions
SunOct 30, 1966Baltimore ColtsW 17-3W -6@Los Angeles Rams
SunOct 30, 1966@Minnesota VikingsW 28-3W -7.5San Francisco 49ers
SunOct 30, 1966@Philadelphia EaglesL 13-27L -3.5Washington Redskins
MonOct 31, 1966@St Louis CardinalsW 24-17W PKChicago Bears
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 1966@Boston PatriotsW 24-21L -3.5Oakland Raiders
SunOct 30, 1966@Kansas City ChiefsW 48-23W -6Houston Oilers
SunOct 30, 1966@New York JetsL 23-33L -1Buffalo Bills
SunOct 30, 1966@San Diego ChargersW 24-17L -21Denver Broncos
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 1966@Baltimore ColtsW 37-10W -13.5Washington Redskins
SunNov 6, 1966@Chicago BearsT 10-10L -13Detroit Lions
SunNov 6, 1966@Green Bay PackersL 17-20L -9.5Minnesota Vikings
SunNov 6, 1966St Louis CardinalsW 20-17L -13.5@New York Giants
SunNov 6, 1966Dallas CowboysL 23-24L -15@Philadelphia Eagles
SunNov 6, 1966Cleveland BrownsL 6-16L -16@Pittsburgh Steelers
SunNov 6, 1966Los Angeles RamsL 13-21L -3@San Francisco 49ers
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 1966@Boston PatriotsL 10-17L -17.5Denver Broncos
SunNov 6, 1966@Kansas City ChiefsW 24-14W -3San Diego Chargers
SunNov 6, 1966Buffalo BillsW 29-0W -13.5@Miami Dolphins
SunNov 6, 1966@Oakland RaidersW 38-23W -10Houston Oilers
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 1966Baltimore ColtsW 19-7L -28@Atlanta Falcons
SunNov 13, 1966@Chicago BearsT 30-30L -6.5San Francisco 49ers
SunNov 13, 1966@Cleveland BrownsW 27-7W -10Philadelphia Eagles
SunNov 13, 1966@Los Angeles RamsW 55-14W -14.5New York Giants
SunNov 13, 1966@Minnesota VikingsL 31-32L -13.5Detroit Lions
SunNov 13, 1966St Louis CardinalsL 9-30L -6.5@Pittsburgh Steelers
SunNov 13, 1966Dallas CowboysW 31-30L -7.5@Washington Redskins
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 1966@Boston PatriotsW 27-21L -8Houston Oilers
SunNov 13, 1966@Buffalo BillsW 14-3W -6.5New York Jets
SunNov 13, 1966@Kansas City ChiefsW 34-16L -23Miami Dolphins
SunNov 13, 1966@San Diego ChargersL 19-41L -3Oakland Raiders
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 1966@Cleveland BrownsW 14-3P -11Washington Redskins
SunNov 20, 1966Baltimore ColtsL 14-20L -11.5@Detroit Lions
SunNov 20, 1966@Green Bay PackersW 13-6L -12Chicago Bears
SunNov 20, 1966@Los Angeles RamsW 21-6W -5Minnesota Vikings
SunNov 20, 1966@New York GiantsL 16-27L -5Atlanta Falcons
SunNov 20, 1966Dallas CowboysW 20-7W -10.5@Pittsburgh Steelers
SunNov 20, 1966@San Francisco 49ersL 34-35L -7.5Philadelphia Eagles
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 1966Oakland RaidersW 17-3W -13@Denver Broncos
SunNov 20, 1966Buffalo BillsW 42-20W -9.5@Houston Oilers
SunNov 20, 1966@Kansas City ChiefsT 27-27L -10Boston Patriots
SunNov 20, 1966@New York JetsW 30-13W -15.5Miami Dolphins
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 1966@Dallas CowboysW 26-14W -3.5Cleveland Browns
ThuNov 24, 1966@Detroit LionsL 14-41L -13San Francisco 49ers
SunNov 27, 1966@Baltimore ColtsL 7-23L -7.5Los Angeles Rams
SunNov 27, 1966@Chicago BearsW 23-6P -17Atlanta Falcons
SunNov 27, 1966Green Bay PackersW 28-16W -6@Minnesota Vikings
SunNov 27, 1966@St Louis CardinalsW 6-3L -6.5Pittsburgh Steelers
SunNov 27, 1966@Washington RedskinsW 72-41W -17New York Giants
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 1966@Oakland RaidersL 10-31L PKBuffalo Bills
SunNov 27, 1966San Diego ChargersL 17-20L -12@Denver Broncos
SunNov 27, 1966Boston PatriotsW 20-14L -11@Miami Dolphins
SunNov 27, 1966Kansas City ChiefsW 32-24W -4@New York Jets
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 1966@Baltimore ColtsW 21-16L -6Chicago Bears
SunDec 4, 1966@Cleveland BrownsW 49-40L -25New York Giants
SunDec 4, 1966@Dallas CowboysW 31-17W -13St Louis Cardinals
SunDec 4, 1966@Green Bay PackersW 20-7W -12San Francisco 49ers at Milwaukee
SunDec 4, 1966@Los Angeles RamsW 23-3W -13Detroit Lions
SunDec 4, 1966@Minnesota VikingsL 13-20L -16Atlanta Falcons
SunDec 4, 1966@Philadelphia EaglesW 27-23L -7Pittsburgh Steelers
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 3, 1966@Oakland RaidersT 28-28L -4New York Jets
SunDec 4, 1966Buffalo BillsL 3-14L -6@Boston Patriots
SunDec 4, 1966@Denver BroncosW 17-7W -6Miami Dolphins
SunDec 4, 1966San Diego ChargersW 28-22P -6@Houston Oilers
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 1966Green Bay PackersW 14-10W -3.5@Baltimore Colts
SunDec 11, 1966St Louis CardinalsL 10-16L -8@Atlanta Falcons
SunDec 11, 1966@Dallas CowboysL 31-34L -13.5Washington Redskins
SunDec 11, 1966@Detroit LionsL 16-28L PKMinnesota Vikings
SunDec 11, 1966Pittsburgh SteelersW 47-28W -7@New York Giants
SunDec 11, 1966Cleveland BrownsL 21-33L -6.5@Philadelphia Eagles
SunDec 11, 1966@San Francisco 49ersW 41-14W -1Chicago Bears
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 11, 1966Boston PatriotsW 38-14W -10@Houston Oilers
SunDec 11, 1966Kansas City ChiefsW 19-18L -18@Miami Dolphins
SunDec 11, 1966@Oakland RaidersW 28-10W -13Denver Broncos
SunDec 11, 1966@San Diego ChargersW 42-27W -3New York Jets
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 1966Cleveland BrownsW 38-10W -6.5@St Louis Cardinals
SunDec 18, 1966Pittsburgh SteelersW 57-33W -6.5@Atlanta Falcons
SunDec 18, 1966Minnesota VikingsL 28-41L -3@Chicago Bears
SunDec 18, 1966@Los Angeles RamsL 23-27L -4Green Bay Packers
SunDec 18, 1966Dallas CowboysW 17-7L -23@New York Giants
SunDec 18, 1966@San Francisco 49ersL 14-30L -3Baltimore Colts
SunDec 18, 1966@Washington RedskinsL 28-37L -6.5Philadelphia Eagles
+ + +

+ +

Back to top

1966 AFL Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 1966Boston PatriotsL 28-38L -7@New York Jets
SunDec 18, 1966@Buffalo BillsW 38-21W -14Denver Broncos
SunDec 18, 1966@Miami DolphinsW 29-28L -7Houston Oilers
SunDec 18, 1966@San Diego ChargersL 17-27L -14Kansas City Chiefs
+ + +

+ +

Back to top

1966 NFL Regular Season - Week 20

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 8, 1967NBaltimore ColtsW 20-14L -8Philadelphia Eagles at Miami
+ + +

+

Back to top

+

1966 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL ChampionshipSunJan 1, 1967Kansas City ChiefsW 31-7W -3.5@Buffalo Bills
NFL ChampionshipSunJan 1, 1967Green Bay PackersW 34-27P -7@Dallas Cowboys
Super Bowl ISunJan 15, 1967NGreen Bay PackersW 35-10W -14Kansas City Chiefs
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1967.html b/data/1967.html new file mode 100644 index 0000000..3cd40df --- /dev/null +++ b/data/1967.html @@ -0,0 +1,4407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1967 Season

+ +

Historical NFL Game Odds

1967 Season

<<-- 1966 Season    1968 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1967 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
15-3 (62.5%)4-5-0 (44.4%)4-4 (50.0%)3-6-0 (33.3%)3-2 (60.0%)2-4-0 (33.3%)1-2 (33.3%)1-2-0 (33.3%)--
210-2 (83.3%)7-5-0 (58.3%)8-4 (66.7%)7-5-0 (58.3%)7-1 (87.5%)5-3-0 (62.5%)1-3 (25.0%)2-2-0 (50.0%)--
38-3 (72.7%)7-4-0 (63.6%)7-4 (63.6%)6-5-0 (54.5%)6-2 (75.0%)5-3-0 (62.5%)1-2 (33.3%)1-2-0 (33.3%)--
410-2 (83.3%)8-3-1 (72.7%)3-9 (25.0%)2-9-1 (18.2%)3-2 (60.0%)2-3-0 (40.0%)0-7 (0.0%)0-6-1 (0.0%)--
54-4 (50.0%)1-9-0 (10.0%)6-4 (60.0%)4-8-0 (33.3%)4-3 (57.1%)1-7-0 (12.5%)1-0 (100.%)2-0-0 (100.%)--
67-2 (77.8%)5-7-0 (41.7%)6-3 (66.7%)7-5-0 (58.3%)5-1 (83.3%)4-4-0 (50.0%)1-2 (33.3%)3-1-0 (75.0%)--
76-4 (60.0%)3-8-0 (27.3%)5-6 (45.5%)8-4-0 (66.7%)1-1 (50.0%)1-2-0 (33.3%)3-5 (37.5%)6-2-0 (75.0%)--
86-5 (54.5%)6-5-0 (54.5%)4-8 (33.3%)4-8-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)2-4 (33.3%)2-4-0 (33.3%)--
910-0 (100.%)9-3-0 (75.0%)8-2 (80.0%)8-4-0 (66.7%)8-0 (100.%)7-2-0 (77.8%)0-2 (0.0%)1-2-0 (33.3%)--
1011-1 (91.7%)8-4-0 (66.7%)9-3 (75.0%)8-4-0 (66.7%)9-1 (90.0%)7-3-0 (70.0%)0-2 (0.0%)1-1-0 (50.0%)--
1110-2 (83.3%)7-5-0 (58.3%)6-6 (50.0%)7-5-0 (58.3%)5-1 (83.3%)4-2-0 (66.7%)1-5 (16.7%)3-3-0 (50.0%)--
128-3 (72.7%)3-9-0 (25.0%)5-6 (45.5%)2-10-0 (16.7%)5-3 (62.5%)1-8-0 (11.1%)0-3 (0.0%)1-2-0 (33.3%)--
138-3 (72.7%)4-7-1 (36.4%)6-5 (54.5%)4-7-1 (36.4%)5-2 (71.4%)2-5-1 (28.6%)1-3 (25.0%)2-2-0 (50.0%)--
147-4 (63.6%)4-7-0 (36.4%)7-5 (58.3%)6-6-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)1-2 (33.3%)2-1-0 (66.7%)--
152-2 (50.0%)2-2-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)1-2 (33.3%)1-2-0 (33.3%)--
164-0 (100.%)4-0-0 (100.%)3-1 (75.0%)3-1-0 (75.0%)3-0 (100.%)3-0-0 (100.%)0-1 (0.0%)0-1-0 (0.0%)--
172-0 (100.%)1-0-1 (100.%)1-2 (33.3%)0-1-1 (0.0%)1-0 (100.%)0-0-1 0-1 (0.0%)0-1-0 (0.0%)--
Playoffs4-1 (80.0%)3-2-0 (60.0%)4-0 (100.%)3-1-0 (75.0%)3-0 (100.%)2-1-0 (66.7%)1-0 (100.%)1-0-0 (100.%)1-0-0 (100.%)
+ +


1967 Results by Team

Click on a team to view 1967 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons1-12-1 (7.7%)7-7 (50.0%)0-0 0-0-0 1-5 (16.7%)4-3-0 (57.1%)0-0 0-0-0 --
Baltimore Colts11-1-2 (91.7%)7-6-1 (53.8%)11-0 (100.%)7-5-1 (58.3%)6-0 (100.%)3-3-1 (50.0%)6-0 (100.%)3-3-1 (50.0%)--
Boston Patriots3-10-1 (23.1%)5-9 (35.7%)2-2 (50.0%)2-2-0 (50.0%)2-4 (33.3%)2-4-0 (33.3%)2-2 (50.0%)2-2-0 (50.0%)--
Buffalo Bills4-10 (28.6%)5-8-1 (38.5%)2-4 (33.3%)1-5-0 (16.7%)2-5 (28.6%)2-5-0 (28.6%)2-3 (40.0%)1-4-0 (20.0%)--
Chicago Bears7-6-1 (53.8%)8-6 (57.1%)5-0 (100.%)4-2-0 (66.7%)3-3 (50.0%)4-3-0 (57.1%)2-0 (100.%)2-1-0 (66.7%)--
Cleveland Browns9-5 (64.3%)7-7 (50.0%)9-3 (75.0%)7-5-0 (58.3%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Dallas Cowboys9-5 (64.3%)7-6-1 (53.8%)8-4 (66.7%)5-6-1 (45.5%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)--
Denver Broncos3-11 (21.4%)7-7 (50.0%)1-1 (50.0%)1-1-0 (50.0%)1-6 (14.3%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)--
Detroit Lions5-7-2 (41.7%)6-8 (42.9%)2-3 (40.0%)2-4-0 (33.3%)3-4 (42.9%)3-4-0 (42.9%)2-2 (50.0%)2-2-0 (50.0%)--
Green Bay Packers9-4-1 (69.2%)6-8 (42.9%)9-2 (81.8%)5-7-0 (41.7%)4-2 (66.7%)2-5-0 (28.6%)4-2 (66.7%)2-5-0 (28.6%)--
Houston Oilers9-4-1 (69.2%)8-6 (57.1%)7-0 (100.%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)5-0 (100.%)3-2-0 (60.0%)--
Kansas City Chiefs9-5 (64.3%)7-7 (50.0%)9-4 (69.2%)7-6-0 (53.8%)4-3 (57.1%)3-4-0 (42.9%)4-3 (57.1%)3-4-0 (42.9%)--
Los Angeles Rams11-1-2 (91.7%)10-4 (71.4%)10-1 (90.9%)8-4-0 (66.7%)5-1 (83.3%)3-4-0 (42.9%)5-1 (83.3%)3-4-0 (42.9%)--
Miami Dolphins4-10 (28.6%)6-8 (42.9%)2-0 (100.%)2-0-0 (100.%)4-3 (57.1%)4-3-0 (57.1%)2-0 (100.%)2-0-0 (100.%)--
Minnesota Vikings3-8-3 (27.3%)8-6 (57.1%)0-1 (0.0%)0-1-0 (0.0%)1-4 (20.0%)4-3-0 (57.1%)0-0 0-0-0 --
New Orleans Saints3-11 (21.4%)7-6-1 (53.8%)1-0 (100.%)0-1-0 (0.0%)2-5 (28.6%)2-5-0 (28.6%)1-0 (100.%)0-1-0 (0.0%)--
New York Giants7-7 (50.0%)7-7 (50.0%)3-2 (60.0%)2-3-0 (40.0%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
New York Jets8-5-1 (61.5%)7-6 (53.8%)6-1 (85.7%)5-3-0 (62.5%)4-2 (66.7%)3-4-0 (42.9%)3-1 (75.0%)2-3-0 (40.0%)--
Oakland Raiders13-1 (92.9%)9-4-1 (69.2%)10-1 (90.9%)6-4-1 (60.0%)7-0 (100.%)5-1-1 (83.3%)6-0 (100.%)4-1-1 (80.0%)--
Philadelphia Eagles6-7-1 (46.2%)7-7 (50.0%)3-3 (50.0%)3-3-0 (50.0%)5-2 (71.4%)5-2-0 (71.4%)2-1 (66.7%)2-1-0 (66.7%)--
Pittsburgh Steelers4-9-1 (30.8%)5-9 (35.7%)2-3 (40.0%)1-4-0 (20.0%)1-6 (14.3%)2-5-0 (28.6%)1-3 (25.0%)1-3-0 (25.0%)--
San Diego Chargers8-5-1 (61.5%)7-6 (53.8%)5-1 (83.3%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)4-0 (100.%)3-2-0 (60.0%)--
San Francisco 49ers7-7 (50.0%)6-8 (42.9%)4-1 (80.0%)2-3-0 (40.0%)3-4 (42.9%)2-5-0 (28.6%)2-1 (66.7%)1-2-0 (33.3%)--
St Louis Cardinals6-7-1 (46.2%)6-8 (42.9%)3-1 (75.0%)2-3-0 (40.0%)3-3 (50.0%)2-5-0 (28.6%)2-1 (66.7%)1-3-0 (25.0%)--
Washington Redskins5-6-3 (45.5%)6-7-1 (46.2%)4-2 (66.7%)3-5-0 (37.5%)2-4 (33.3%)2-4-1 (33.3%)2-1 (66.7%)1-3-0 (25.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 3, 1967@Denver BroncosW 26-21W -4Boston Patriots
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 1967@Baltimore ColtsW 38-31L -17Atlanta Falcons
SunSep 17, 1967@Cleveland BrownsL 14-21L -2.5Dallas Cowboys
SunSep 17, 1967@Green Bay PackersT 17-17L -14Detroit Lions
SunSep 17, 1967San Francisco 49ersW 27-21W -2.5@Minnesota Vikings
SunSep 17, 1967Los Angeles RamsW 27-13W -10@New Orleans Saints
SunSep 17, 1967Washington RedskinsL 24-35L -2@Philadelphia Eagles
SunSep 17, 1967@Pittsburgh SteelersW 41-13W -1Chicago Bears
SunSep 17, 1967@St Louis CardinalsL 20-37L -4.5New York Giants
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 9, 1967Kansas City ChiefsW 25-20L -14.5@Houston Oilers
SatSep 9, 1967@San Diego ChargersW 28-14W -1Boston Patriots
SunSep 10, 1967@Buffalo BillsW 20-17L -5.5New York Jets
SunSep 10, 1967@Oakland RaidersW 51-0W -6.5Denver Broncos
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 22, 1967@Los Angeles RamsW 39-3W -15Minnesota Vikings
SunSep 24, 1967@Dallas CowboysW 38-24W -13New York Giants
SunSep 24, 1967Cleveland BrownsL 14-31L -4@Detroit Lions
SunSep 24, 1967@Green Bay PackersW 13-10L -15Chicago Bears
SunSep 24, 1967Washington RedskinsW 30-10W -7@New Orleans Saints
SunSep 24, 1967Baltimore ColtsW 38-6W -5@Philadelphia Eagles
SunSep 24, 1967@Pittsburgh SteelersL 14-28L -10St Louis Cardinals
SunSep 24, 1967@San Francisco 49ersW 38-7W -12Atlanta Falcons
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 1967@Buffalo BillsL 3-20L -11Houston Oilers
SunSep 17, 1967@Miami DolphinsW 35-21W -4Denver Broncos
SunSep 17, 1967@Oakland RaidersW 35-7W -10.5Boston Patriots
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 1967@Baltimore ColtsW 41-7W -9San Francisco 49ers
SunOct 1, 1967@Dallas CowboysL 13-35L -1Los Angeles Rams
SunOct 1, 1967@Green Bay PackersW 23-0W -20Atlanta Falcons at Milwaukee
SunOct 1, 1967Chicago BearsW 17-7W -3.5@Minnesota Vikings
SunOct 1, 1967Cleveland BrownsW 42-7W -8@New Orleans Saints
SunOct 1, 1967@Philadelphia EaglesW 34-24W -3.5Pittsburgh Steelers
SunOct 1, 1967Detroit LionsL 28-38L -6@St Louis Cardinals
SunOct 1, 1967@Washington RedskinsW 38-34L -10New York Giants
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 1967@Buffalo BillsL 0-23L -8.5Boston Patriots
SunSep 24, 1967New York JetsW 38-24W -7@Denver Broncos
SunSep 24, 1967Kansas City ChiefsW 24-0W -12.5@Miami Dolphins
SunSep 24, 1967@San Diego ChargersW 13-3W -6Houston Oilers
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 7, 1967@Cleveland BrownsW 21-10W -10.5Pittsburgh Steelers
SunOct 8, 1967Philadelphia EaglesW 38-7W -8@Atlanta Falcons
SunOct 8, 1967Baltimore ColtsW 24-3W -9@Chicago Bears
SunOct 8, 1967Green Bay PackersW 27-17W -6@Detroit Lions
SunOct 8, 1967@Los Angeles RamsL 24-27L -14San Francisco 49ers
SunOct 8, 1967St Louis CardinalsW 34-24W -6.5@Minnesota Vikings
SunOct 8, 1967@New York GiantsW 27-21L -12New Orleans Saints
SunOct 8, 1967Dallas CowboysW 17-14P -3@Washington Redskins
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 1967@Buffalo BillsL 17-37L PKSan Diego Chargers
SunOct 1, 1967@Houston OilersW 10-6L -9Denver Broncos
SunOct 1, 1967@New York JetsW 29-7W -13Miami Dolphins
SunOct 1, 1967Kansas City ChiefsL 21-23L -5.5@Oakland Raiders
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 1967Washington RedskinsT 20-20L -13@Atlanta Falcons
SunOct 15, 1967@Baltimore ColtsT 24-24L -4Los Angeles Rams
SunOct 15, 1967@Chicago BearsW 14-3W PKDetroit Lions
SunOct 15, 1967@Cleveland BrownsW 20-16L -6St Louis Cardinals
SunOct 15, 1967@Dallas CowboysW 14-10L -21New Orleans Saints
SunOct 15, 1967@Green Bay PackersL 7-10L -20Minnesota Vikings at Milwaukee
SunOct 15, 1967@Philadelphia EaglesL 27-28L -2.5San Francisco 49ers
SunOct 15, 1967@Pittsburgh SteelersL 24-27L -2New York Giants
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 7, 1967Oakland RaidersL 14-27L -3@New York Jets
SunOct 8, 1967@Denver BroncosL 16-17L -2Buffalo Bills
SunOct 8, 1967@Kansas City ChiefsW 41-0W -20Miami Dolphins
SunOct 8, 1967@San Diego ChargersT 31-31L -6Boston Patriots
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 1967@Cleveland BrownsW 24-0W -6Chicago Bears
SunOct 22, 1967@Detroit LionsW 24-3W -12Atlanta Falcons
SunOct 22, 1967@Los Angeles RamsT 28-28L -13Washington Redskins
SunOct 22, 1967Baltimore ColtsT 20-20L -14@Minnesota Vikings
SunOct 22, 1967Green Bay PackersW 48-21W -10@New York Giants
SunOct 22, 1967Dallas CowboysW 24-21L -7.5@Pittsburgh Steelers
SunOct 22, 1967@San Francisco 49ersW 27-13L -15New Orleans Saints
SunOct 22, 1967@St Louis CardinalsW 48-14W -2Philadelphia Eagles
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 1967@Boston PatriotsW 41-10W -17Miami Dolphins at Boston College
SunOct 15, 1967Oakland RaidersW 24-20L -6.5@Buffalo Bills
SunOct 15, 1967@New York JetsT 28-28L -13Houston Oilers
SunOct 15, 1967@San Diego ChargersW 45-31W PKKansas City Chiefs
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 1967Minnesota VikingsL 20-21L -8@Atlanta Falcons
SunOct 29, 1967Los Angeles RamsW 28-17W -10@Chicago Bears
SunOct 29, 1967Pittsburgh SteelersW 14-10L -6@New Orleans Saints
SunOct 29, 1967Cleveland BrownsL 34-38L -7@New York Giants
SunOct 29, 1967Dallas CowboysL 14-21L -6@Philadelphia Eagles
SunOct 29, 1967@San Francisco 49ersL 3-45L -7Detroit Lions
SunOct 29, 1967Baltimore ColtsW 17-13L -9@Washington Redskins
MonOct 30, 1967Green Bay PackersW 31-23W -7@St Louis Cardinals
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 1967@Boston PatriotsL 14-48L -2Oakland Raiders
SunOct 22, 1967San Diego ChargersW 38-21W -9@Denver Broncos
SunOct 22, 1967@Kansas City ChiefsL 19-24L -14Houston Oilers
SunOct 22, 1967New York JetsW 33-14W -17@Miami Dolphins
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 1967@Baltimore ColtsW 13-10W -2.5Green Bay Packers
SunNov 5, 1967@Dallas CowboysW 37-7W -16Atlanta Falcons
SunNov 5, 1967@Detroit LionsL 13-27L -9.5Chicago Bears
SunNov 5, 1967New York GiantsL 24-27L -3@Minnesota Vikings
SunNov 5, 1967Philadelphia EaglesL 24-31L -8.5@New Orleans Saints
SunNov 5, 1967Cleveland BrownsW 34-14W -5@Pittsburgh Steelers
SunNov 5, 1967Los Angeles RamsW 17-7W -9@San Francisco 49ers
SunNov 5, 1967@Washington RedskinsL 21-27L PKSt Louis Cardinals
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 1967@Houston OilersW 10-3W -6Buffalo Bills
SunOct 29, 1967@Kansas City ChiefsW 52-9W -19Denver Broncos
SunOct 29, 1967@New York JetsW 30-23L -8Boston Patriots
SunOct 29, 1967@Oakland RaidersW 51-10W -4.5San Diego Chargers
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 1967Baltimore ColtsW 49-7W -14@Atlanta Falcons
SunNov 12, 1967@Chicago BearsW 34-7W -5New York Giants
SunNov 12, 1967@Green Bay PackersW 55-7W -7Cleveland Browns at Milwaukee
SunNov 12, 1967@Los Angeles RamsW 33-17W -14Philadelphia Eagles
SunNov 12, 1967Detroit LionsT 10-10L -4@Minnesota Vikings
SunNov 12, 1967Dallas CowboysW 27-10W -13@New Orleans Saints
SunNov 12, 1967@St Louis CardinalsT 14-14L -11Pittsburgh Steelers
SunNov 12, 1967@Washington RedskinsW 31-28W -1.5San Francisco 49ers
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 1967@Boston PatriotsW 18-7W -2.5Houston Oilers
SunNov 5, 1967@Buffalo BillsW 35-13W -13.5Miami Dolphins
SunNov 5, 1967Oakland RaidersW 21-17L -16@Denver Broncos
SunNov 5, 1967@Kansas City ChiefsW 42-18W -8New York Jets
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 1967Los Angeles RamsW 31-3W -19@Atlanta Falcons
SunNov 19, 1967@Baltimore ColtsW 41-7W -13Detroit Lions
SunNov 19, 1967@Chicago BearsW 30-3W -1.5St Louis Cardinals
SunNov 19, 1967@Cleveland BrownsW 14-10L -10Minnesota Vikings
SunNov 19, 1967@Dallas CowboysL 20-27L -9Washington Redskins
SunNov 19, 1967@Green Bay PackersW 13-0L -13.5San Francisco 49ers
SunNov 19, 1967@New York GiantsW 28-20W -2.5Pittsburgh Steelers
SunNov 19, 1967@Philadelphia EaglesW 48-21W -9New Orleans Saints
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 1967Kansas City ChiefsW 33-10W -9@Boston Patriots
SunNov 12, 1967Houston OilersW 20-18L -7@Denver Broncos
SunNov 12, 1967@New York JetsW 20-10W -6Buffalo Bills
SunNov 12, 1967@San Diego ChargersW 24-0W -21Miami Dolphins
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 1967@Dallas CowboysW 46-21W -4.5St Louis Cardinals
ThuNov 23, 1967Los Angeles RamsW 31-7W -10.5@Detroit Lions
SunNov 26, 1967Green Bay PackersW 17-13L -5.5@Chicago Bears
SunNov 26, 1967@Cleveland BrownsW 42-37W -3.5Washington Redskins
SunNov 26, 1967@New Orleans SaintsW 27-24L -7.5Atlanta Falcons
SunNov 26, 1967Philadelphia EaglesL 7-44L -3.5@New York Giants
SunNov 26, 1967@Pittsburgh SteelersL 27-41L -3.5Minnesota Vikings
SunNov 26, 1967Baltimore ColtsW 26-9W -10.5@San Francisco 49ers
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 1967New York JetsW 29-24W -4.5@Boston Patriots
SunNov 19, 1967@Buffalo BillsL 20-21L -9Denver Broncos
SunNov 19, 1967@Kansas City ChiefsL 16-17L -12.5San Diego Chargers
SunNov 19, 1967@Oakland RaidersW 31-17L -27Miami Dolphins
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 1967@Baltimore ColtsW 23-17L -8Dallas Cowboys
SunDec 3, 1967@Cleveland BrownsW 24-14W -7New York Giants
SunDec 3, 1967@Detroit LionsL 14-24L -7Pittsburgh Steelers
SunDec 3, 1967@Los Angeles RamsW 20-3L -24Atlanta Falcons
SunDec 3, 1967Green Bay PackersW 30-27L -7@Minnesota Vikings
SunDec 3, 1967Chicago BearsW 28-14W -6.5@San Francisco 49ers
SunDec 3, 1967@St Louis CardinalsW 31-20L -14New Orleans Saints
SunDec 3, 1967@Washington RedskinsT 35-35L -6.5Philadelphia Eagles
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 1967@Kansas City ChiefsL 22-44L -6.5Oakland Raiders
ThuNov 23, 1967@San Diego ChargersW 24-20L -13.5Denver Broncos
SunNov 26, 1967@Houston OilersW 27-6W -6.5Boston Patriots
SunNov 26, 1967Buffalo BillsL 14-17L -8.5@Miami Dolphins
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 1967@Los Angeles RamsW 27-24L -5.5Green Bay Packers
SunDec 10, 1967San Francisco 49ersW 34-28L -6.5@Atlanta Falcons
SunDec 10, 1967@Baltimore ColtsW 30-10P -20New Orleans Saints
SunDec 10, 1967@Chicago BearsT 10-10L -9Minnesota Vikings
SunDec 10, 1967@Dallas CowboysW 38-17W -9Philadelphia Eagles
SunDec 10, 1967@New York GiantsL 7-30L -7.5Detroit Lions
SunDec 10, 1967Washington RedskinsW 15-10W -4.5@Pittsburgh Steelers
SunDec 10, 1967Cleveland BrownsW 20-16W -1.5@St Louis Cardinals
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 1967@Houston OilersW 17-14L -14Miami Dolphins
SunDec 3, 1967@Kansas City ChiefsW 23-13L -15Buffalo Bills
SunDec 3, 1967@New York JetsL 24-33L -14Denver Broncos
SunDec 3, 1967Oakland RaidersW 41-21W -1@San Diego Chargers
+ + +

+ +

Back to top

1967 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 1967Dallas CowboysL 16-24L -4@San Francisco 49ers
SunDec 17, 1967Chicago BearsW 23-14L -10.5@Atlanta Falcons
SunDec 17, 1967@Detroit LionsW 14-3W -2Minnesota Vikings
SunDec 17, 1967@Green Bay PackersL 17-24L -12Pittsburgh Steelers
SunDec 17, 1967@Los Angeles RamsW 34-10W -1.5Baltimore Colts
SunDec 17, 1967@New York GiantsW 37-14W -1.5St Louis Cardinals
SunDec 17, 1967@Philadelphia EaglesW 28-24W PKCleveland Browns
SunDec 17, 1967@Washington RedskinsL 14-30L -13.5New Orleans Saints
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 1967@Boston PatriotsL 16-44L -4Buffalo Bills
SunDec 10, 1967Oakland RaidersW 19-7W -7.5@Houston Oilers
SunDec 10, 1967San Diego ChargersL 24-41L -12.5@Miami Dolphins
SunDec 10, 1967Kansas City ChiefsW 21-7W -2.5@New York Jets
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 1967@Houston OilersW 24-17W -6.5San Diego Chargers
SunDec 17, 1967Kansas City ChiefsW 38-24W -10@Denver Broncos
SunDec 17, 1967@Miami DolphinsW 41-32W -6Boston Patriots
SunDec 17, 1967@Oakland RaidersW 38-29W -7.5New York Jets
+ + +

+ +

Back to top

1967 AFL Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 23, 1967Houston OilersW 41-10W -7.5@Miami Dolphins
SunDec 24, 1967@Oakland RaidersW 28-21P -7Buffalo Bills
SunDec 24, 1967@San Diego ChargersL 31-42N/ANew York Jets
+ + +

+

Back to top

+

1967 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL DivisionalSatDec 23, 1967Los Angeles RamsL 7-28L -3@Green Bay Packers
NFL DivisionalSunDec 24, 1967@Dallas CowboysW 52-14W -5Cleveland Browns
NFL ChampionshipSunDec 31, 1967@Green Bay PackersW 21-17L -7Dallas Cowboys
AFL ChampionshipSunDec 31, 1967@Oakland RaidersW 40-7W -10Houston Oilers
Super Bowl IISunJan 14, 1968NGreen Bay PackersW 33-14W -13.5Oakland RaidersO 43
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1968.html b/data/1968.html new file mode 100644 index 0000000..43e5e34 --- /dev/null +++ b/data/1968.html @@ -0,0 +1,4457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1968 Season

+ +

Historical NFL Game Odds

1968 Season

<<-- 1967 Season    1969 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1968 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-2 (81.8%)8-2-1 (80.0%)5-6 (45.5%)4-6-1 (40.0%)5-2 (71.4%)4-2-1 (66.7%)0-4 (0.0%)0-4-0 (0.0%)--
28-4 (66.7%)7-5-0 (58.3%)6-6 (50.0%)7-5-0 (58.3%)4-2 (66.7%)4-2-0 (66.7%)2-4 (33.3%)3-3-0 (50.0%)--
310-2 (83.3%)9-3-0 (75.0%)5-8 (38.5%)5-7-0 (41.7%)4-2 (66.7%)4-2-0 (66.7%)0-6 (0.0%)1-5-0 (16.7%)--
412-1 (92.3%)9-4-0 (69.2%)7-6 (53.8%)6-7-0 (46.2%)6-0 (100.%)4-2-0 (66.7%)1-6 (14.3%)2-5-0 (28.6%)--
57-5 (58.3%)3-8-1 (27.3%)7-6 (53.8%)5-7-1 (41.7%)5-3 (62.5%)2-5-1 (28.6%)2-2 (50.0%)3-1-0 (75.0%)--
66-5 (54.5%)4-9-0 (30.8%)3-8 (27.3%)2-11-0 (15.4%)3-5 (37.5%)1-8-0 (11.1%)0-3 (0.0%)1-3-0 (25.0%)--
77-4 (63.6%)6-4-1 (60.0%)8-5 (61.5%)7-4-1 (63.6%)5-3 (62.5%)5-3-0 (62.5%)1-2 (33.3%)1-1-1 (50.0%)--
89-3 (75.0%)8-4-0 (66.7%)6-7 (46.2%)5-8-0 (38.5%)5-2 (71.4%)4-3-0 (57.1%)1-4 (20.0%)1-4-0 (20.0%)--
99-3 (75.0%)5-7-1 (41.7%)6-6 (50.0%)5-7-1 (41.7%)5-2 (71.4%)3-5-0 (37.5%)1-4 (20.0%)2-2-1 (50.0%)--
1010-1 (90.9%)7-5-0 (58.3%)4-8 (33.3%)6-7-0 (46.2%)4-1 (80.0%)3-2-0 (60.0%)0-6 (0.0%)3-4-0 (42.9%)--
1110-1 (90.9%)8-4-0 (66.7%)7-5 (58.3%)4-8-0 (33.3%)6-1 (85.7%)4-4-0 (50.0%)0-4 (0.0%)0-4-0 (0.0%)--
126-5 (54.5%)5-6-0 (45.5%)5-7 (41.7%)3-8-0 (27.3%)3-4 (42.9%)2-5-0 (28.6%)1-3 (25.0%)1-3-0 (25.0%)--
1310-3 (76.9%)8-5-0 (61.5%)6-7 (46.2%)6-7-0 (46.2%)5-2 (71.4%)4-3-0 (57.1%)1-5 (16.7%)2-4-0 (33.3%)--
149-4 (69.2%)6-7-0 (46.2%)7-6 (53.8%)8-5-0 (61.5%)5-2 (71.4%)4-3-0 (57.1%)2-4 (33.3%)4-2-0 (66.7%)--
154-0 (100.%)3-1-0 (75.0%)1-3 (25.0%)2-2-0 (50.0%)1-0 (100.%)1-0-0 (100.%)0-3 (0.0%)1-2-0 (33.3%)--
Playoffs3-3 (50.0%)2-4-0 (33.3%)4-1 (80.0%)3-2-0 (60.0%)2-0 (100.%)1-1-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)0-1-0 (0.0%)
+ +


1968 Results by Team

Click on a team to view 1968 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons2-12 (14.3%)7-7 (50.0%)0-0 0-0-0 1-6 (14.3%)4-3-0 (57.1%)0-0 0-0-0 --
Baltimore Colts13-1 (92.9%)12-2 (85.7%)12-1 (92.3%)11-2-0 (84.6%)6-1 (85.7%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)--
Boston Patriots4-10 (28.6%)4-9 (30.8%)2-3 (40.0%)1-4-0 (20.0%)2-5 (28.6%)3-4-0 (42.9%)1-3 (25.0%)1-3-0 (25.0%)--
Buffalo Bills1-12-1 (7.7%)5-8 (38.5%)0-1 (0.0%)0-1-0 (0.0%)1-6 (14.3%)2-5-0 (28.6%)0-1 (0.0%)0-1-0 (0.0%)--
Chicago Bears7-7 (50.0%)7-7 (50.0%)2-4 (33.3%)2-4-0 (33.3%)2-5 (28.6%)2-5-0 (28.6%)1-3 (25.0%)1-3-0 (25.0%)--
Cincinnati Bengals3-11 (21.4%)5-7-2 (41.7%)2-2 (50.0%)2-2-0 (50.0%)2-5 (28.6%)3-3-1 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
Cleveland Browns10-4 (71.4%)8-6 (57.1%)8-2 (80.0%)6-4-0 (60.0%)5-2 (71.4%)4-3-0 (57.1%)5-1 (83.3%)4-2-0 (66.7%)--
Dallas Cowboys12-2 (85.7%)11-3 (78.6%)12-2 (85.7%)11-3-0 (78.6%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)--
Denver Broncos5-9 (35.7%)5-6-1 (45.5%)1-0 (100.%)0-0-1 3-4 (42.9%)2-3-1 (40.0%)1-0 (100.%)0-0-1 --
Detroit Lions4-8-2 (33.3%)6-8 (42.9%)1-3 (25.0%)1-4-0 (20.0%)1-4 (20.0%)2-5-0 (28.6%)0-2 (0.0%)0-3-0 (0.0%)--
Green Bay Packers6-7-1 (46.2%)5-8-1 (38.5%)4-6 (40.0%)3-7-1 (30.0%)2-5 (28.6%)1-5-1 (16.7%)2-4 (33.3%)1-4-1 (20.0%)--
Houston Oilers7-7 (50.0%)6-7-1 (46.2%)6-1 (85.7%)5-1-1 (83.3%)3-4 (42.9%)3-4-0 (42.9%)3-1 (75.0%)3-1-0 (75.0%)--
Kansas City Chiefs12-2 (85.7%)6-5 (54.5%)8-1 (88.9%)5-4-0 (55.6%)6-1 (85.7%)2-2-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)--
Los Angeles Rams10-3-1 (76.9%)6-8 (42.9%)9-1 (90.0%)5-6-0 (45.5%)5-2 (71.4%)2-5-0 (28.6%)5-1 (83.3%)2-4-0 (33.3%)--
Miami Dolphins5-8-1 (38.5%)6-8 (42.9%)1-2 (33.3%)1-3-0 (25.0%)1-5 (16.7%)1-6-0 (14.3%)1-1 (50.0%)1-2-0 (33.3%)--
Minnesota Vikings8-6 (57.1%)7-7 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
New Orleans Saints4-9-1 (30.8%)6-8 (42.9%)2-1 (66.7%)2-1-0 (66.7%)3-4 (42.9%)4-3-0 (57.1%)1-1 (50.0%)1-1-0 (50.0%)--
New York Giants7-7 (50.0%)6-7-1 (46.2%)6-2 (75.0%)4-3-1 (57.1%)3-4 (42.9%)2-5-0 (28.6%)3-1 (75.0%)2-2-0 (50.0%)--
New York Jets11-3 (78.6%)9-5 (64.3%)9-2 (81.8%)7-4-0 (63.6%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Oakland Raiders12-2 (85.7%)9-4 (69.2%)12-1 (92.3%)9-4-0 (69.2%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Philadelphia Eagles2-12 (14.3%)5-8-1 (38.5%)1-0 (100.%)1-0-0 (100.%)1-6 (14.3%)2-5-0 (28.6%)1-0 (100.%)1-0-0 (100.%)--
Pittsburgh Steelers2-11-1 (15.4%)5-9 (35.7%)1-0 (100.%)1-0-0 (100.%)1-6 (14.3%)1-6-0 (14.3%)1-0 (100.%)1-0-0 (100.%)--
San Diego Chargers9-5 (64.3%)9-5 (64.3%)8-2 (80.0%)6-4-0 (60.0%)4-3 (57.1%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)--
San Francisco 49ers7-6-1 (53.8%)7-7 (50.0%)4-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)4-3-0 (57.1%)2-2 (50.0%)2-2-0 (50.0%)--
St Louis Cardinals9-4-1 (69.2%)7-7 (50.0%)7-0 (100.%)5-3-0 (62.5%)4-2 (66.7%)3-4-0 (42.9%)3-0 (100.%)2-2-0 (50.0%)--
Washington Redskins5-9 (35.7%)5-8-1 (38.5%)3-1 (75.0%)1-3-0 (25.0%)3-4 (42.9%)2-4-1 (33.3%)2-0 (100.%)0-2-0 (0.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 6, 1968@San Diego ChargersW 29-13W -15Cincinnati Bengals
SunSep 8, 1968@Buffalo BillsL 7-16L -6.5Boston Patriots
MonSep 9, 1968Kansas City ChiefsW 26-21W -2@Houston Oilers
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 14, 1968@Minnesota VikingsW 47-7W -13.5Atlanta Falcons
SunSep 15, 1968@Baltimore ColtsW 27-10W -10San Francisco 49ers
SunSep 15, 1968@Chicago BearsL 28-38L -8Washington Redskins
SunSep 15, 1968@Dallas CowboysW 59-13W -9Detroit Lions
SunSep 15, 1968@Green Bay PackersW 30-13P -17Philadelphia Eagles
SunSep 15, 1968Cleveland BrownsW 24-10W -6@New Orleans Saints
SunSep 15, 1968New York GiantsW 34-20W -5.5@Pittsburgh Steelers
MonSep 16, 1968Los Angeles RamsW 24-13W -4.5@St Louis Cardinals
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 14, 1968Houston OilersW 24-10W -5@Miami Dolphins
SunSep 15, 1968Oakland RaidersW 48-6W -8@Buffalo Bills
SunSep 15, 1968@Cincinnati BengalsW 24-10W -1Denver Broncos
SunSep 15, 1968@Kansas City ChiefsL 19-20L -6.5New York Jets
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 1968Baltimore ColtsW 28-20L -17@Atlanta Falcons
SunSep 22, 1968@Dallas CowboysW 28-7W -10Cleveland Browns
SunSep 22, 1968Chicago BearsL 0-42L -5@Detroit Lions
SunSep 22, 1968@Green Bay PackersL 13-26L -8Minnesota Vikings at Milwaukee
SunSep 22, 1968@Los Angeles RamsW 45-10W -17Pittsburgh Steelers
SunSep 22, 1968Washington RedskinsL 17-37L -9@New Orleans Saints
SunSep 22, 1968New York GiantsW 34-25W -8@Philadelphia Eagles
SunSep 22, 1968@San Francisco 49ersW 35-17W -3St Louis Cardinals
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 21, 1968Oakland RaidersW 47-21W -14@Miami Dolphins
SatSep 21, 1968@San Diego ChargersW 30-14W -4Houston Oilers
SunSep 22, 1968New York JetsW 47-31W -13@Boston Patriots
SunSep 22, 1968@Cincinnati BengalsW 34-23W -6Buffalo Bills
SunSep 22, 1968@Kansas City ChiefsW 34-2N/ADenver Broncos
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 1968Los Angeles RamsW 24-6W -9@Cleveland Browns
SunSep 29, 1968@Green Bay PackersL 17-23L -7.5Detroit Lions
SunSep 29, 1968@Minnesota VikingsL 17-27L -8.5Chicago Bears
SunSep 29, 1968St Louis CardinalsW 21-20L -3@New Orleans Saints
SunSep 29, 1968@New York GiantsW 48-21W -5Washington Redskins
SunSep 29, 1968Dallas CowboysW 45-13W -14@Philadelphia Eagles
SunSep 29, 1968Baltimore ColtsW 41-7W -14@Pittsburgh Steelers
SunSep 29, 1968@San Francisco 49ersW 28-13W -14Atlanta Falcons
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 28, 1968Kansas City ChiefsW 48-3W -15@Miami Dolphins
SunSep 29, 1968New York JetsL 35-37L -19@Buffalo Bills
SunSep 29, 1968San Diego ChargersW 31-10W -10@Cincinnati Bengals
SunSep 29, 1968Boston PatriotsW 20-17L -5@Denver Broncos
SunSep 29, 1968Oakland RaidersW 24-15W -8@Houston Oilers
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 5, 1968@Cleveland BrownsW 31-24L -12Pittsburgh Steelers
SunOct 6, 1968Green Bay PackersW 38-7W -14@Atlanta Falcons
SunOct 6, 1968@Baltimore ColtsW 28-7W -12Chicago Bears
SunOct 6, 1968@Los Angeles RamsW 24-10W -12San Francisco 49ers
SunOct 6, 1968@Minnesota VikingsW 24-10W -3Detroit Lions
SunOct 6, 1968@New York GiantsW 38-21W -11New Orleans Saints
SunOct 6, 1968Dallas CowboysW 27-10W -11@St Louis Cardinals
SunOct 6, 1968@Washington RedskinsW 17-14L -10Philadelphia Eagles
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 5, 1968Kansas City ChiefsW 18-7L -17@Buffalo Bills
SatOct 5, 1968@New York JetsW 23-20L -3.5San Diego Chargers
SunOct 6, 1968@Denver BroncosW 10-7P -3Cincinnati Bengals
SunOct 6, 1968@Houston OilersL 7-24L -15Miami Dolphins
SunOct 6, 1968@Oakland RaidersW 41-10W -20Boston Patriots
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 1968New York GiantsL 21-24L -14@Atlanta Falcons
SunOct 13, 1968@Chicago BearsL 10-28L PKDetroit Lions
SunOct 13, 1968@Cleveland BrownsL 21-27L -4St Louis Cardinals
SunOct 13, 1968@Dallas CowboysW 34-14W -19Philadelphia Eagles
SunOct 13, 1968@Green Bay PackersL 14-16L -1Los Angeles Rams at Milwaukee
SunOct 13, 1968Minnesota VikingsL 17-20L -7@New Orleans Saints
SunOct 13, 1968Baltimore ColtsW 42-14W -8@San Francisco 49ers
SunOct 13, 1968@Washington RedskinsW 16-13L -8.5Pittsburgh Steelers
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 12, 1968@Miami DolphinsT 14-14L -6Buffalo Bills
SunOct 13, 1968@Boston PatriotsL 0-16L -1Houston Oilers
SunOct 13, 1968@Kansas City ChiefsW 13-3L -21Cincinnati Bengals
SunOct 13, 1968@New York JetsL 13-21L -19Denver Broncos
SunOct 13, 1968@Oakland RaidersL 14-23L -9San Diego Chargers
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 1968@Baltimore ColtsL 20-30L -17.5Cleveland Browns
SunOct 20, 1968Green Bay PackersT 14-14L -1@Detroit Lions
SunOct 20, 1968@Los Angeles RamsW 27-14L -20Atlanta Falcons
SunOct 20, 1968Dallas CowboysW 20-7W -8.5@Minnesota Vikings
SunOct 20, 1968@New York GiantsL 10-26L -5San Francisco 49ers
SunOct 20, 1968Chicago BearsW 29-16W -1.5@Philadelphia Eagles
SunOct 20, 1968New Orleans SaintsW 16-12W -1.5@Pittsburgh Steelers
SunOct 20, 1968@St Louis CardinalsW 41-14W -7Washington Redskins
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 1968@Boston PatriotsW 23-6W -3.5Buffalo Bills
SunOct 20, 1968@Cincinnati BengalsL 22-24L -2Miami Dolphins
SunOct 20, 1968New York JetsW 20-14W -4.5@Houston Oilers
SunOct 20, 1968@Kansas City ChiefsW 24-10N/AOakland Raiders
SunOct 20, 1968@San Diego ChargersW 55-24W -14Denver Broncos
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 1968@Baltimore ColtsW 27-10W PKLos Angeles Rams
SunOct 27, 1968Minnesota VikingsL 24-26L -3@Chicago Bears
SunOct 27, 1968@Cleveland BrownsW 30-7W -13Atlanta Falcons
SunOct 27, 1968@Detroit LionsL 7-14L -4San Francisco 49ers
SunOct 27, 1968@Pittsburgh SteelersW 6-3W -1Philadelphia Eagles
SunOct 27, 1968@St Louis CardinalsW 31-17W -10New Orleans Saints
SunOct 27, 1968New York GiantsW 13-10P -3@Washington Redskins
MonOct 28, 1968@Dallas CowboysL 17-28L -7Green Bay Packers
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 1968Houston OilersW 30-7W -5@Buffalo Bills
SunOct 27, 1968Miami DolphinsL 14-21L -1@Denver Broncos
SunOct 27, 1968@Kansas City ChiefsW 27-20W -6San Diego Chargers
SunOct 27, 1968@New York JetsW 48-14W -11Boston Patriots
SunOct 27, 1968@Oakland RaidersW 31-10W -20Cincinnati Bengals
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 1968@Atlanta FalconsL 21-41L PKPittsburgh Steelers
SunNov 3, 1968@Green Bay PackersL 10-13L -11Chicago Bears
SunNov 3, 1968@Los Angeles RamsW 10-7L -10Detroit Lions
SunNov 3, 1968@Minnesota VikingsW 27-14W -11Washington Redskins
SunNov 3, 1968Dallas CowboysW 17-3W -13@New Orleans Saints
SunNov 3, 1968Baltimore ColtsW 26-0W -10@New York Giants
SunNov 3, 1968St Louis CardinalsW 45-17W -10@Philadelphia Eagles
SunNov 3, 1968@San Francisco 49ersL 21-33L -3.5Cleveland Browns
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 1968@Boston PatriotsL 14-35L -4Denver Broncos
SunNov 3, 1968Houston OilersW 27-17P -10@Cincinnati Bengals
SunNov 3, 1968@New York JetsW 25-21L -20Buffalo Bills
SunNov 3, 1968@Oakland RaidersW 38-21W -2Kansas City Chiefs
SunNov 3, 1968@San Diego ChargersW 34-28L -16Miami Dolphins
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 1968Los Angeles RamsW 17-10L -17@Atlanta Falcons
SunNov 10, 1968@Chicago BearsW 27-19W -4San Francisco 49ers
SunNov 10, 1968@Cleveland BrownsW 35-17W -15New Orleans Saints
SunNov 10, 1968@Dallas CowboysL 21-27L -16New York Giants
SunNov 10, 1968Baltimore ColtsW 27-10W -7.5@Detroit Lions
SunNov 10, 1968Green Bay PackersL 10-14L -2@Minnesota Vikings
SunNov 10, 1968Washington RedskinsW 16-10W -3@Philadelphia Eagles
SunNov 10, 1968@St Louis CardinalsT 28-28L -14Pittsburgh Steelers
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 1968San Diego ChargersW 27-17L -13@Boston Patriots
SunNov 10, 1968@Buffalo BillsL 17-21L PKMiami Dolphins
SunNov 10, 1968Kansas City ChiefsW 16-9L -15@Cincinnati Bengals
SunNov 10, 1968Oakland RaidersW 43-7W -11@Denver Broncos
SunNov 10, 1968@New York JetsW 26-7W -6.5Houston Oilers
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 1968@Baltimore ColtsW 27-0W -12St Louis Cardinals
SunNov 17, 1968@Chicago BearsL 13-16L -13Atlanta Falcons
SunNov 17, 1968Minnesota VikingsW 13-6W -1@Detroit Lions
SunNov 17, 1968@Green Bay PackersW 29-7W -14New Orleans Saints at Milwaukee
SunNov 17, 1968@New York GiantsW 7-6L -14Philadelphia Eagles
SunNov 17, 1968Cleveland BrownsW 45-24W -9@Pittsburgh Steelers
SunNov 17, 1968Los Angeles RamsT 20-20L -6@San Francisco 49ers
SunNov 17, 1968Dallas CowboysW 44-24W -14@Washington Redskins
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 1968San Diego ChargersW 21-6W -13@Buffalo Bills
SunNov 17, 1968@Houston OilersW 38-17W -10Denver Broncos
SunNov 17, 1968@Kansas City ChiefsW 31-17N/ABoston Patriots
SunNov 17, 1968@Miami DolphinsL 21-38L -7Cincinnati Bengals
SunNov 17, 1968@Oakland RaidersW 43-32W -8New York Jets
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 1968@Baltimore ColtsW 21-9W -11Minnesota Vikings
SunNov 24, 1968Dallas CowboysW 34-3W -13@Chicago Bears
SunNov 24, 1968@Cleveland BrownsW 47-13W -17Philadelphia Eagles
SunNov 24, 1968@Detroit LionsT 20-20L -11New Orleans Saints
SunNov 24, 1968@Los Angeles RamsW 24-21L -10New York Giants
SunNov 24, 1968San Francisco 49ersW 45-28W -6@Pittsburgh Steelers
SunNov 24, 1968@St Louis CardinalsW 17-12L -11Atlanta Falcons
SunNov 24, 1968Green Bay PackersW 27-7W -11@Washington Redskins
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 1968@Boston PatriotsL 10-34L -1Miami Dolphins
SunNov 24, 1968Oakland RaidersW 34-0W -16@Cincinnati Bengals
SunNov 24, 1968@Denver BroncosW 34-32N/ABuffalo Bills
SunNov 24, 1968@San Diego ChargersL 15-37L -5New York Jets
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 1968@Dallas CowboysW 29-20L -20Washington Redskins
ThuNov 28, 1968@Detroit LionsL 0-12L -12Philadelphia Eagles
SunDec 1, 1968@Baltimore ColtsW 44-0W -20Atlanta Falcons
SunDec 1, 1968@Cleveland BrownsW 45-10W -11New York Giants
SunDec 1, 1968Los Angeles RamsW 31-3W -2.5@Minnesota Vikings
SunDec 1, 1968@New Orleans SaintsL 17-23L -6.5Chicago Bears
SunDec 1, 1968St Louis CardinalsW 20-10W -5@Pittsburgh Steelers
SunDec 1, 1968Green Bay PackersL 20-27L -4@San Francisco 49ers
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 1968@Kansas City ChiefsW 24-10W -10Houston Oilers
ThuNov 28, 1968@Oakland RaidersW 13-10L -24Buffalo Bills
SunDec 1, 1968Cincinnati BengalsL 14-33L -1@Boston Patriots
SunDec 1, 1968San Diego ChargersW 47-23W -11@Denver Broncos
SunDec 1, 1968@New York JetsW 35-17W -9Miami Dolphins
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 7, 1968Baltimore ColtsW 16-3W -6.5@Green Bay Packers
SunDec 8, 1968Detroit LionsW 24-7W -6@Atlanta Falcons
SunDec 8, 1968@Dallas CowboysW 28-7W -14Pittsburgh Steelers
SunDec 8, 1968@Los Angeles RamsL 16-17L -11Chicago Bears
SunDec 8, 1968St Louis CardinalsW 28-21W -1.5@New York Giants
SunDec 8, 1968@Philadelphia EaglesW 29-17W -1New Orleans Saints
SunDec 8, 1968@San Francisco 49ersL 20-30L -3.5Minnesota Vikings
SunDec 8, 1968Cleveland BrownsW 24-21L -14.5@Washington Redskins
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 7, 1968@Houston OilersW 35-6W -12Buffalo Bills
SunDec 8, 1968@Miami DolphinsW 38-7W -3Boston Patriots
SunDec 8, 1968@New York JetsW 27-14W -10Cincinnati Bengals
SunDec 8, 1968@Oakland RaidersW 33-27L -22Denver Broncos
SunDec 8, 1968@San Diego ChargersL 3-40L -3Kansas City Chiefs
+ + +

+ +

Back to top

1968 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 1968Cleveland BrownsL 16-27L -5.5@St Louis Cardinals
SunDec 15, 1968San Francisco 49ersW 14-12L -8@Atlanta Falcons
SunDec 15, 1968@Chicago BearsL 27-28L -4.5Green Bay Packers
SunDec 15, 1968Baltimore ColtsW 28-24W -3.5@Los Angeles Rams
SunDec 15, 1968@New Orleans SaintsW 24-14W -7Pittsburgh Steelers
SunDec 15, 1968Dallas CowboysW 28-10W -9.5@New York Giants
SunDec 15, 1968Minnesota VikingsW 24-17L -12@Philadelphia Eagles
SunDec 15, 1968Detroit LionsL 3-14L -3@Washington Redskins
+ + +

+ +

Back to top

1968 AFL Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 1968Kansas City ChiefsW 30-7W -10@Denver Broncos
SunDec 15, 1968@Houston OilersW 45-17W -14Boston Patriots
SunDec 15, 1968New York JetsW 31-7W -7.5@Miami Dolphins
SunDec 15, 1968Oakland RaidersW 34-27L -9.5@San Diego Chargers
+ + +

+

Back to top

+

1968 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFL DivisionalSatDec 21, 1968Dallas CowboysL 20-31L -3@Cleveland Browns
NFL DivisionalSunDec 22, 1968@Baltimore ColtsW 24-14L -11Minnesota Vikings
AFL DivisionalSunDec 22, 1968Kansas City ChiefsL 6-41L -3.5@Oakland Raiders
NFL ChampionshipSunDec 29, 1968Baltimore ColtsW 34-0W -6@Cleveland Browns
AFL ChampionshipSunDec 29, 1968@New York JetsW 27-23W -2Oakland Raiders
Super Bowl IIISunJan 12, 1969NBaltimore ColtsL 7-16L -18New York JetsU 40
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1969.html b/data/1969.html new file mode 100644 index 0000000..f8c76f0 --- /dev/null +++ b/data/1969.html @@ -0,0 +1,4436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1969 Season

+ +

Historical NFL Game Odds

1969 Season

<<-- 1968 Season    1970 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Note: the AFL began their season one week earlier than the NFL

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1969 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-4 (69.2%)7-6-0 (53.8%)8-5 (61.5%)8-5-0 (61.5%)5-1 (83.3%)4-2-0 (66.7%)3-4 (42.9%)4-3-0 (57.1%)--
210-3 (76.9%)5-8-0 (38.5%)10-3 (76.9%)7-6-0 (53.8%)7-0 (100.%)3-4-0 (42.9%)3-3 (50.0%)4-2-0 (66.7%)--
37-5 (58.3%)5-8-0 (38.5%)7-5 (58.3%)9-4-0 (69.2%)3-1 (75.0%)3-2-0 (60.0%)4-4 (50.0%)6-2-0 (75.0%)--
410-2 (83.3%)4-9-0 (30.8%)5-7 (41.7%)6-7-0 (46.2%)4-1 (80.0%)1-4-0 (20.0%)1-6 (14.3%)5-3-0 (62.5%)--
512-1 (92.3%)9-4-0 (69.2%)7-6 (53.8%)4-9-0 (30.8%)7-1 (87.5%)4-4-0 (50.0%)0-5 (0.0%)0-5-0 (0.0%)--
610-2 (83.3%)4-8-1 (33.3%)7-5 (58.3%)6-6-1 (50.0%)7-2 (77.8%)4-6-0 (40.0%)0-3 (0.0%)2-0-1 (100.%)--
79-4 (69.2%)6-7-0 (46.2%)7-6 (53.8%)6-7-0 (46.2%)6-3 (66.7%)4-5-0 (44.4%)1-3 (25.0%)2-2-0 (50.0%)--
89-3 (75.0%)5-8-0 (38.5%)11-1 (91.7%)7-6-0 (53.8%)8-0 (100.%)4-5-0 (44.4%)3-1 (75.0%)3-1-0 (75.0%)--
99-3 (75.0%)5-8-0 (38.5%)6-6 (50.0%)8-5-0 (61.5%)4-1 (80.0%)3-3-0 (50.0%)2-5 (28.6%)5-2-0 (71.4%)--
107-5 (58.3%)3-10-0 (23.1%)7-5 (58.3%)6-7-0 (46.2%)5-3 (62.5%)2-6-0 (25.0%)2-2 (50.0%)4-1-0 (80.0%)--
1111-1 (91.7%)9-4-0 (69.2%)7-5 (58.3%)7-6-0 (53.8%)7-1 (87.5%)6-3-0 (66.7%)0-4 (0.0%)1-3-0 (25.0%)--
127-4 (63.6%)5-7-0 (41.7%)6-6 (50.0%)6-7-0 (46.2%)3-2 (60.0%)2-4-0 (33.3%)2-4 (33.3%)3-3-0 (50.0%)--
1310-3 (76.9%)6-7-0 (46.2%)8-5 (61.5%)6-7-0 (46.2%)7-2 (77.8%)4-5-0 (44.4%)1-3 (25.0%)2-2-0 (50.0%)--
1410-3 (76.9%)6-6-1 (50.0%)10-3 (76.9%)6-6-1 (50.0%)8-1 (88.9%)4-4-1 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
Playoffs4-3 (57.1%)3-4-0 (42.9%)3-3 (50.0%)2-4-0 (33.3%)3-2 (60.0%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)0-1-0 (0.0%)
+ +


1969 Results by Team

Click on a team to view 1969 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons6-8 (42.9%)11-3 (78.6%)1-0 (100.%)1-0-0 (100.%)4-3 (57.1%)6-1-0 (85.7%)1-0 (100.%)1-0-0 (100.%)--
Baltimore Colts8-5-1 (61.5%)4-10 (28.6%)7-4 (63.6%)3-9-0 (25.0%)4-2 (66.7%)2-5-0 (28.6%)4-2 (66.7%)2-5-0 (28.6%)--
Boston Patriots4-10 (28.6%)11-3 (78.6%)2-0 (100.%)2-0-0 (100.%)2-5 (28.6%)6-1-0 (85.7%)1-0 (100.%)1-0-0 (100.%)--
Buffalo Bills4-10 (28.6%)5-9 (35.7%)1-0 (100.%)0-1-0 (0.0%)4-3 (57.1%)3-4-0 (42.9%)1-0 (100.%)0-1-0 (0.0%)--
Chicago Bears1-13 (7.1%)4-10 (28.6%)1-4 (20.0%)1-4-0 (20.0%)1-6 (14.3%)4-3-0 (57.1%)1-1 (50.0%)1-1-0 (50.0%)--
Cincinnati Bengals4-9-1 (30.8%)6-8 (42.9%)1-2 (33.3%)1-2-0 (33.3%)4-3 (57.1%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
Cleveland Browns10-3-1 (76.9%)5-9 (35.7%)9-2 (81.8%)4-8-0 (33.3%)5-1 (83.3%)2-5-0 (28.6%)4-1 (80.0%)1-5-0 (16.7%)--
Dallas Cowboys11-2-1 (84.6%)8-6 (57.1%)11-1 (91.7%)7-6-0 (53.8%)6-0 (100.%)5-2-0 (71.4%)6-0 (100.%)5-2-0 (71.4%)--
Denver Broncos5-8-1 (38.5%)8-6 (57.1%)2-2 (50.0%)2-2-0 (50.0%)4-2 (66.7%)5-2-0 (71.4%)2-0 (100.%)2-0-0 (100.%)--
Detroit Lions9-4-1 (69.2%)10-4 (71.4%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)5-1 (83.3%)4-2-0 (66.7%)--
Green Bay Packers8-6 (57.1%)7-7 (50.0%)6-1 (85.7%)4-3-0 (57.1%)5-2 (71.4%)5-2-0 (71.4%)5-1 (83.3%)4-2-0 (66.7%)--
Houston Oilers6-6-2 (50.0%)5-9 (35.7%)6-2 (75.0%)4-6-0 (40.0%)4-2 (66.7%)2-5-0 (28.6%)4-1 (80.0%)2-4-0 (33.3%)--
Kansas City Chiefs11-3 (78.6%)8-5-1 (61.5%)11-2 (84.6%)8-5-0 (61.5%)6-1 (85.7%)3-4-0 (42.9%)6-1 (85.7%)3-4-0 (42.9%)--
Los Angeles Rams11-3 (78.6%)5-9 (35.7%)10-1 (90.9%)4-7-0 (36.4%)5-2 (71.4%)2-5-0 (28.6%)5-1 (83.3%)2-4-0 (33.3%)--
Miami Dolphins3-10-1 (23.1%)6-8 (42.9%)2-1 (66.7%)1-2-0 (33.3%)2-4 (33.3%)3-4-0 (42.9%)1-0 (100.%)1-0-0 (100.%)--
Minnesota Vikings12-2 (85.7%)9-5 (64.3%)11-2 (84.6%)8-5-0 (61.5%)7-0 (100.%)5-2-0 (71.4%)6-0 (100.%)4-2-0 (66.7%)--
New Orleans Saints5-9 (35.7%)8-6 (57.1%)2-0 (100.%)1-1-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)2-0 (100.%)1-1-0 (50.0%)--
New York Giants6-8 (42.9%)6-8 (42.9%)2-2 (50.0%)0-4-0 (0.0%)5-2 (71.4%)4-3-0 (57.1%)1-2 (33.3%)0-3-0 (0.0%)--
New York Jets10-4 (71.4%)6-8 (42.9%)10-2 (83.3%)6-6-0 (50.0%)5-2 (71.4%)2-5-0 (28.6%)5-0 (100.%)2-3-0 (40.0%)--
Oakland Raiders12-1-1 (92.3%)7-6-1 (53.8%)11-1 (91.7%)6-6-1 (50.0%)7-0 (100.%)3-3-1 (50.0%)7-0 (100.%)3-3-1 (50.0%)--
Philadelphia Eagles4-9-1 (30.8%)8-6 (57.1%)2-2 (50.0%)1-3-0 (25.0%)2-5 (28.6%)3-4-0 (42.9%)2-2 (50.0%)1-3-0 (25.0%)--
Pittsburgh Steelers1-13 (7.1%)7-6-1 (53.8%)0-0 0-0-0 1-6 (14.3%)4-2-1 (66.7%)0-0 0-0-0 --
San Diego Chargers8-6 (57.1%)7-7 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)4-0 (100.%)3-1-0 (75.0%)--
San Francisco 49ers4-8-2 (33.3%)8-6 (57.1%)1-4 (20.0%)0-6-0 (0.0%)3-3 (50.0%)3-4-0 (42.9%)1-2 (33.3%)0-4-0 (0.0%)--
St Louis Cardinals4-9-1 (30.8%)5-9 (35.7%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)3-2 (60.0%)3-2-0 (60.0%)--
Washington Redskins7-5-2 (58.3%)6-7-1 (46.2%)5-0 (100.%)2-3-1 (40.0%)4-2 (66.7%)2-5-0 (28.6%)3-0 (100.%)1-3-0 (25.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 14, 1969New York JetsW 33-19W -11.5@Buffalo Bills
SunSep 14, 1969@Cincinnati BengalsW 27-21W -1.5Miami Dolphins
SunSep 14, 1969@Denver BroncosW 35-7W -4.5Boston Patriots
SunSep 14, 1969@Oakland RaidersW 21-17L -6.5Houston Oilers
SunSep 14, 1969Kansas City ChiefsW 27-9W -6.5@San Diego Chargers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 1969San Francisco 49ersL 12-24L -7.5@Atlanta Falcons
SunSep 21, 1969@Baltimore ColtsL 20-27L -6Los Angeles Rams
SunSep 21, 1969@Dallas CowboysW 24-3W -3.5St Louis Cardinals
SunSep 21, 1969@Green Bay PackersW 17-0W -6Chicago Bears
SunSep 21, 1969Washington RedskinsW 26-20W -4.5@New Orleans Saints
SunSep 21, 1969Minnesota VikingsL 23-24L -9@New York Giants
SunSep 21, 1969Cleveland BrownsW 27-20L -9@Philadelphia Eagles
SunSep 21, 1969Detroit LionsL 13-16L -6@Pittsburgh Steelers
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 20, 1969@Oakland RaidersW 20-17L -16Miami Dolphins
SunSep 21, 1969Kansas City ChiefsW 31-0W -20@Boston Patriots
SunSep 21, 1969Houston OilersW 17-3W -7.5@Buffalo Bills
SunSep 21, 1969San Diego ChargersL 20-34L -8@Cincinnati Bengals
SunSep 21, 1969New York JetsL 19-21L -12@Denver Broncos
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 1969@Cleveland BrownsW 27-23L -6.5Washington Redskins
SunSep 28, 1969@Detroit LionsW 24-0W -3New York Giants
SunSep 28, 1969@Green Bay PackersW 14-7L -9San Francisco 49ers at Milwaukee
SunSep 28, 1969@Los Angeles RamsW 17-7L -16Atlanta Falcons
SunSep 28, 1969Baltimore ColtsL 14-52L -2@Minnesota Vikings
SunSep 28, 1969Dallas CowboysW 21-17L -13@New Orleans Saints
SunSep 28, 1969@Philadelphia EaglesW 41-27W -3Pittsburgh Steelers
SunSep 28, 1969@St Louis CardinalsW 20-17W -1Chicago Bears
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 1969Oakland RaidersW 38-23L -16@Boston Patriots
SunSep 28, 1969Denver BroncosL 28-41L -2@Buffalo Bills
SunSep 28, 1969Kansas City ChiefsL 19-24L -12@Cincinnati Bengals
SunSep 28, 1969@Houston OilersW 22-10W -11Miami Dolphins
SunSep 28, 1969New York JetsL 27-34L -4@San Diego Chargers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 1969Baltimore ColtsW 21-14L -10@Atlanta Falcons at Georgia Tech
SunOct 5, 1969@Cleveland BrownsL 21-28L -6Detroit Lions
SunOct 5, 1969@Los Angeles RamsW 36-17W -16New Orleans Saints
SunOct 5, 1969@Minnesota VikingsW 19-7W -5Green Bay Packers at Univ of Minnesota
SunOct 5, 1969Chicago BearsL 24-28L -3@New York Giants
SunOct 5, 1969Dallas CowboysW 38-7W -9@Philadelphia Eagles
SunOct 5, 1969St Louis CardinalsW 27-14W -6@Pittsburgh Steelers
SunOct 5, 1969@San Francisco 49ersT 17-17L -4Washington Redskins
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 4, 1969Oakland RaidersT 20-20L -9@Miami Dolphins
SatOct 4, 1969@San Diego ChargersW 21-14L -8Cincinnati Bengals
SunOct 5, 1969New York JetsW 23-14L -15@Boston Patriots
SunOct 5, 1969Kansas City ChiefsW 26-13W -8@Denver Broncos
SunOct 5, 1969@Houston OilersW 28-14W -11Buffalo Bills
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 1969Dallas CowboysW 24-17L -13@Atlanta Falcons
SunOct 12, 1969Minnesota VikingsW 31-0W -4@Chicago Bears
SunOct 12, 1969@Detroit LionsL 17-28L -1Green Bay Packers
SunOct 12, 1969Cleveland BrownsW 27-17W -9@New Orleans Saints
SunOct 12, 1969@New York GiantsW 10-7L -8Pittsburgh Steelers
SunOct 12, 1969Los Angeles RamsW 27-21L -7@San Francisco 49ers
SunOct 12, 1969St Louis CardinalsL 17-33L -1@Washington Redskins
MonOct 13, 1969@Baltimore ColtsW 24-20L -14Philadelphia Eagles
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 11, 1969@Buffalo BillsW 23-16L -10Boston Patriots
SatOct 11, 1969San Diego ChargersW 21-14W -6@Miami Dolphins
SunOct 12, 1969New York JetsW 21-7W -7@Cincinnati Bengals
SunOct 12, 1969Oakland RaidersW 24-14W -9@Denver Broncos
SunOct 12, 1969@Kansas City ChiefsW 24-0W -3Houston Oilers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 18, 1969@Cleveland BrownsW 42-31L -13Pittsburgh Steelers
SunOct 19, 1969@Dallas CowboysW 49-14W -16Philadelphia Eagles
SunOct 19, 1969@Detroit LionsW 13-7W -2Chicago Bears
SunOct 19, 1969@Los Angeles RamsW 34-21W -6Green Bay Packers
SunOct 19, 1969Baltimore ColtsW 30-10W -9@New Orleans Saints
SunOct 19, 1969@San Francisco 49ersL 7-21L -11Atlanta Falcons
SunOct 19, 1969Minnesota VikingsW 27-10W -9@St Louis Cardinals
SunOct 19, 1969@Washington RedskinsW 20-14L -8New York Giants
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 1969San Diego ChargersW 13-10L -13@Boston Patriots
SunOct 19, 1969@Cincinnati BengalsL 23-30L -4Denver Broncos
SunOct 19, 1969@Kansas City ChiefsW 17-10L -11Miami Dolphins
SunOct 19, 1969@Oakland RaidersW 50-21W -13.5Buffalo Bills
MonOct 20, 1969@New York JetsW 26-17W -7Houston Oilers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 1969@Baltimore ColtsL 21-24L -13San Francisco 49ers
SunOct 26, 1969Los Angeles RamsW 9-7L -12@Chicago Bears
SunOct 26, 1969@Cleveland BrownsT 21-21L -7.5St Louis Cardinals
SunOct 26, 1969@Green Bay PackersW 28-10W -13Atlanta Falcons
SunOct 26, 1969@Minnesota VikingsW 24-10L -16Detroit Lions
SunOct 26, 1969@Philadelphia EaglesW 13-10L -4New Orleans Saints
SunOct 26, 1969Washington RedskinsW 14-7P -7@Pittsburgh Steelers
MonOct 27, 1969@Dallas CowboysW 25-3W -14.5New York Giants
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 1969@Houston OilersW 24-21L -10Denver Broncos
SunOct 26, 1969@Kansas City ChiefsW 42-22W -13Cincinnati Bengals
SunOct 26, 1969@Miami DolphinsW 24-6W -6Buffalo Bills
SunOct 26, 1969@New York JetsW 23-17L -18Boston Patriots
SunOct 26, 1969Oakland RaidersW 24-12W -5@San Diego Chargers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 1969Los Angeles RamsW 38-6W -13@Atlanta Falcons
SunNov 2, 1969@Baltimore ColtsW 41-17W -6.5Washington Redskins
SunNov 2, 1969Dallas CowboysL 10-42L -6@Cleveland Browns
SunNov 2, 1969@Minnesota VikingsW 31-14W -15Chicago Bears
SunNov 2, 1969@New York GiantsL 20-23L -4Philadelphia Eagles
SunNov 2, 1969Green Bay PackersW 38-34L -10@Pittsburgh Steelers
SunNov 2, 1969@San Francisco 49ersL 14-26L -6Detroit Lions
SunNov 2, 1969@St Louis CardinalsL 42-51L -10New Orleans Saints
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 1969Houston OilersL 0-24L -9@Boston Patriots
SunNov 2, 1969Kansas City ChiefsW 29-7W -14@Buffalo Bills
SunNov 2, 1969Oakland RaidersL 17-31L -12@Cincinnati Bengals
SunNov 2, 1969San Diego ChargersL 0-13L -2@Denver Broncos
SunNov 2, 1969@New York JetsW 34-31L -10Miami Dolphins
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 1969@Baltimore ColtsW 14-6W -5Green Bay Packers
SunNov 9, 1969@Chicago BearsW 38-7W -7Pittsburgh Steelers
SunNov 9, 1969@Dallas CowboysW 33-17L -17New Orleans Saints
SunNov 9, 1969@Detroit LionsW 27-21L -10Atlanta Falcons
SunNov 9, 1969@Los Angeles RamsW 41-30L -12San Francisco 49ers
SunNov 9, 1969@Minnesota VikingsW 51-3W -8Cleveland Browns
SunNov 9, 1969@St Louis CardinalsW 42-17W -6New York Giants
SunNov 9, 1969@Washington RedskinsT 28-28L -7Philadelphia Eagles
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 1969Miami DolphinsW 17-16L -2@Boston Patriots
SunNov 9, 1969@Houston OilersT 31-31L -6Cincinnati Bengals
SunNov 9, 1969@Kansas City ChiefsW 27-3W -13.5San Diego Chargers
SunNov 9, 1969@New York JetsW 16-6L -15Buffalo Bills
SunNov 9, 1969@Oakland RaidersW 41-10W -10Denver Broncos
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 1969Chicago BearsL 31-48L -6@Atlanta Falcons
SunNov 16, 1969@Detroit LionsW 20-0W -3St Louis Cardinals
SunNov 16, 1969Minnesota VikingsW 9-7L -8@Green Bay Packers at Milwaukee
SunNov 16, 1969@New York GiantsL 24-25L -2New Orleans Saints
SunNov 16, 1969Los Angeles RamsW 23-17L -10@Philadelphia Eagles
SunNov 16, 1969Cleveland BrownsW 24-3W -9@Pittsburgh Steelers
SunNov 16, 1969Baltimore ColtsL 17-20L -3@San Francisco 49ers
SunNov 16, 1969Dallas CowboysW 41-28W -8@Washington Redskins
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 1969Miami DolphinsL 3-28L -3@Buffalo Bills
SunNov 16, 1969@Cincinnati BengalsL 14-25L -7Boston Patriots
SunNov 16, 1969Houston OilersT 20-20L -1@Denver Broncos
SunNov 16, 1969Kansas City ChiefsW 34-16W -4@New York Jets
SunNov 16, 1969@Oakland RaidersW 21-16L -14San Diego Chargers
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 1969Baltimore ColtsW 24-21L -3.5@Chicago Bears
SunNov 23, 1969@Cleveland BrownsW 28-17L -13New York Giants
SunNov 23, 1969@Green Bay PackersL 10-16L -4Detroit Lions
SunNov 23, 1969@Los Angeles RamsW 24-23L -3.5Dallas Cowboys
SunNov 23, 1969@Minnesota VikingsW 52-14W -19Pittsburgh Steelers
SunNov 23, 1969San Francisco 49ersL 38-43L -4@New Orleans Saints
SunNov 23, 1969@St Louis CardinalsL 30-34L -5Philadelphia Eagles
SunNov 23, 1969@Washington RedskinsW 27-20W -6.5Atlanta Falcons
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 1969@Boston PatriotsW 35-21W -4Buffalo Bills
SunNov 23, 1969@Kansas City ChiefsL 24-27L -4.5Oakland Raiders
SunNov 23, 1969Houston OilersW 32-7W -6@Miami Dolphins
SunNov 23, 1969@New York JetsW 40-7W -9.5Cincinnati Bengals
SunNov 23, 1969@San Diego ChargersW 45-24W -4Denver Broncos
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 1969@Dallas CowboysT 24-24L -11San Francisco 49ers
ThuNov 27, 1969Minnesota VikingsW 27-0W -8@Detroit Lions
SunNov 30, 1969@Baltimore ColtsW 13-6L -11Atlanta Falcons
SunNov 30, 1969Cleveland BrownsW 28-24L -6@Chicago Bears
SunNov 30, 1969@Green Bay PackersW 20-10W -9New York Giants at Milwaukee
SunNov 30, 1969@New Orleans SaintsW 26-17W -1Philadelphia Eagles
SunNov 30, 1969@St Louis CardinalsW 47-10W -10Pittsburgh Steelers
SunNov 30, 1969Los Angeles RamsW 24-13W -8@Washington Redskins
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 1969@Houston OilersL 17-21L -4San Diego Chargers
ThuNov 27, 1969@Kansas City ChiefsW 31-17L -17Denver Broncos
SunNov 30, 1969@Buffalo BillsW 16-13W PKCincinnati Bengals
SunNov 30, 1969Boston PatriotsW 38-23W -2@Miami Dolphins
SunNov 30, 1969Oakland RaidersW 27-14W -3@New York Jets
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 6, 1969Chicago BearsL 21-42L -6.5@San Francisco 49ers
SunDec 7, 1969@Atlanta FalconsW 45-17W -1New Orleans Saints
SunDec 7, 1969@Baltimore ColtsT 17-17L -4Detroit Lions
SunDec 7, 1969@Cleveland BrownsW 20-7W -2Green Bay Packers
SunDec 7, 1969Minnesota VikingsW 20-13W -1@Los Angeles Rams
SunDec 7, 1969St Louis CardinalsL 6-49L -4@New York Giants
SunDec 7, 1969@Philadelphia EaglesL 29-34L -1Washington Redskins
SunDec 7, 1969Dallas CowboysW 10-7L -17@Pittsburgh Steelers
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 6, 1969New York JetsW 34-26W -4@Houston Oilers
SunDec 7, 1969@Kansas City ChiefsW 22-19L -15Buffalo Bills
SunDec 7, 1969Denver BroncosL 24-27L -7.5@Miami Dolphins
SunDec 7, 1969@Oakland RaidersW 37-17W -15Cincinnati Bengals
SunDec 7, 1969@San Diego ChargersW 28-18W -7Boston Patriots
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 1969@Dallas CowboysW 27-10W -5Baltimore Colts
SunDec 14, 1969@Chicago BearsL 3-21L -1Green Bay Packers
SunDec 14, 1969@Detroit LionsW 28-0W -2Los Angeles Rams
SunDec 14, 1969@Minnesota VikingsW 10-7L -11San Francisco 49ers
SunDec 14, 1969@Philadelphia EaglesL 3-27L -1.5Atlanta Falcons
SunDec 14, 1969New York GiantsW 21-17L -6@Pittsburgh Steelers
SunDec 14, 1969Cleveland BrownsW 27-21W -5.5@St Louis Cardinals
SunDec 14, 1969@Washington RedskinsW 17-14L -7New Orleans Saints
+ + +

+ +

Back to top

1969 AFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 1969@Oakland RaidersW 10-6P -4Kansas City Chiefs
SunDec 14, 1969@Denver BroncosW 27-16W -3Cincinnati Bengals
SunDec 14, 1969@Houston OilersW 27-23L -6Boston Patriots
SunDec 14, 1969New York JetsW 27-9W -3.5@Miami Dolphins
SunDec 14, 1969@San Diego ChargersW 45-6W -9.5Buffalo Bills
+ + +

+ +

Back to top

1969 NFL Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 21, 1969Minnesota VikingsL 3-10L -6.5@Atlanta Falcons
SunDec 21, 1969Detroit LionsW 20-3W -7@Chicago Bears
SunDec 21, 1969@Dallas CowboysW 20-10W -7Washington Redskins
SunDec 21, 1969@Green Bay PackersW 45-28W -7St Louis Cardinals
SunDec 21, 1969@Los Angeles RamsL 7-13L -7.5Baltimore Colts
SunDec 21, 1969@New Orleans SaintsW 27-24L -7Pittsburgh Steelers
SunDec 21, 1969Cleveland BrownsL 14-27L -4.5@New York Giants
SunDec 21, 1969@San Francisco 49ersW 14-13L -10.5Philadelphia Eagles
+ + +

+

Back to top

+

1969 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFL DivisionalSatDec 20, 1969Kansas City ChiefsW 13-6W -2.5@New York Jets
AFL DivisionalSunDec 21, 1969@Oakland RaidersW 56-7W -13.5Houston Oilers
NFL DivisionalSatDec 27, 1969@Minnesota VikingsW 23-20L -7Los Angeles Rams
NFL DivisionalSunDec 28, 1969@Dallas CowboysL 14-38L -7Cleveland Browns
NFL ChampionshipSunJan 4, 1970@Minnesota VikingsW 27-7W -8Cleveland Browns
AFL ChampionshipSunJan 4, 1970@Oakland RaidersL 7-17L -5Kansas City Chiefs
Super Bowl IVSunJan 11, 1970NMinnesota VikingsL 7-23L -12Kansas City ChiefsU 39
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1970.html b/data/1970.html new file mode 100644 index 0000000..cd5a545 --- /dev/null +++ b/data/1970.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1970 Season

+ +

Historical NFL Game Odds

1970 Season

<<-- 1969 Season    1971 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1970 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-5 (61.5%)6-7-0 (46.2%)6-7 (46.2%)8-5-0 (61.5%)4-3 (57.1%)4-3-0 (57.1%)2-4 (33.3%)4-2-0 (66.7%)--
210-2 (83.3%)6-6-1 (50.0%)8-4 (66.7%)7-5-1 (58.3%)7-1 (87.5%)4-3-1 (57.1%)1-3 (25.0%)3-2-0 (60.0%)--
38-5 (61.5%)6-7-0 (46.2%)10-3 (76.9%)10-3-0 (76.9%)5-0 (100.%)4-1-0 (80.0%)5-3 (62.5%)6-2-0 (75.0%)--
410-3 (76.9%)5-8-0 (38.5%)8-5 (61.5%)5-8-0 (38.5%)7-2 (77.8%)3-6-0 (33.3%)1-3 (25.0%)2-2-0 (50.0%)--
59-2 (81.8%)8-4-0 (66.7%)3-9 (25.0%)4-9-0 (30.8%)2-2 (50.0%)2-3-0 (40.0%)0-7 (0.0%)1-6-0 (14.3%)--
68-4 (66.7%)6-7-0 (46.2%)8-4 (66.7%)8-5-0 (61.5%)7-3 (70.0%)6-5-0 (54.5%)1-1 (50.0%)2-0-0 (100.%)--
77-5 (58.3%)6-7-0 (46.2%)5-7 (41.7%)4-9-0 (30.8%)5-5 (50.0%)4-7-0 (36.4%)0-2 (0.0%)0-2-0 (0.0%)--
88-4 (66.7%)2-10-1 (16.7%)8-4 (66.7%)5-7-1 (41.7%)5-1 (83.3%)1-6-0 (14.3%)3-3 (50.0%)4-1-1 (80.0%)--
98-3 (72.7%)3-9-1 (25.0%)5-6 (45.5%)6-6-1 (50.0%)4-2 (66.7%)2-5-0 (28.6%)1-4 (20.0%)4-1-1 (80.0%)--
109-3 (75.0%)7-6-0 (53.8%)9-3 (75.0%)7-6-0 (53.8%)7-1 (87.5%)5-4-0 (55.6%)2-2 (50.0%)2-2-0 (50.0%)--
117-6 (53.8%)5-8-0 (38.5%)9-4 (69.2%)7-6-0 (53.8%)6-3 (66.7%)4-5-0 (44.4%)3-1 (75.0%)3-1-0 (75.0%)--
1212-1 (92.3%)9-4-0 (69.2%)9-4 (69.2%)8-5-0 (61.5%)9-1 (90.0%)7-3-0 (70.0%)0-3 (0.0%)1-2-0 (33.3%)--
138-2 (80.0%)6-3-1 (66.7%)5-7 (41.7%)6-5-2 (54.5%)3-2 (60.0%)3-2-0 (60.0%)0-5 (0.0%)1-3-1 (25.0%)--
1410-3 (76.9%)10-3-0 (76.9%)8-5 (61.5%)8-5-0 (61.5%)6-1 (85.7%)6-1-0 (85.7%)2-4 (33.3%)2-4-0 (33.3%)--
Playoffs3-4 (42.9%)3-4-0 (42.9%)4-2 (66.7%)4-2-0 (66.7%)2-2 (50.0%)2-2-0 (50.0%)2-0 (100.%)2-0-0 (100.%)0-1-0 (0.0%)
+ +


1970 Results by Team

Click on a team to view 1970 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons4-8-2 (33.3%)6-8 (42.9%)4-2 (66.7%)3-4-0 (42.9%)3-4 (42.9%)2-5-0 (28.6%)3-2 (60.0%)2-3-0 (40.0%)--
Baltimore Colts11-2-1 (84.6%)6-8 (42.9%)11-1 (91.7%)6-7-0 (46.2%)5-1 (83.3%)4-3-0 (57.1%)5-0 (100.%)4-2-0 (66.7%)--
Boston Patriots2-12 (14.3%)6-8 (42.9%)0-1 (0.0%)0-1-0 (0.0%)1-6 (14.3%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
Buffalo Bills3-10-1 (23.1%)5-9 (35.7%)0-2 (0.0%)0-2-0 (0.0%)1-6 (14.3%)2-5-0 (28.6%)0-2 (0.0%)0-2-0 (0.0%)--
Chicago Bears6-8 (42.9%)9-5 (64.3%)4-1 (80.0%)3-2-0 (60.0%)3-4 (42.9%)3-4-0 (42.9%)3-1 (75.0%)2-2-0 (50.0%)--
Cincinnati Bengals8-6 (57.1%)10-4 (71.4%)4-0 (100.%)4-0-0 (100.%)5-2 (71.4%)6-1-0 (85.7%)3-0 (100.%)3-0-0 (100.%)--
Cleveland Browns7-7 (50.0%)7-7 (50.0%)6-4 (60.0%)5-5-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)4-1 (80.0%)3-2-0 (60.0%)--
Dallas Cowboys10-4 (71.4%)8-6 (57.1%)8-3 (72.7%)6-5-0 (54.5%)6-1 (85.7%)5-2-0 (71.4%)6-1 (85.7%)5-2-0 (71.4%)--
Denver Broncos5-8-1 (38.5%)7-5-2 (58.3%)3-2 (60.0%)2-2-1 (50.0%)3-3 (50.0%)3-2-2 (60.0%)1-1 (50.0%)0-1-1 (0.0%)--
Detroit Lions10-4 (71.4%)10-4 (71.4%)8-3 (72.7%)7-4-0 (63.6%)6-1 (85.7%)6-1-0 (85.7%)6-1 (85.7%)6-1-0 (85.7%)--
Green Bay Packers6-8 (42.9%)5-9 (35.7%)5-1 (83.3%)2-4-0 (33.3%)4-3 (57.1%)3-4-0 (42.9%)3-1 (75.0%)1-3-0 (25.0%)--
Houston Oilers3-10-1 (23.1%)5-8-1 (38.5%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)1-5-1 (16.7%)0-2 (0.0%)0-2-0 (0.0%)--
Kansas City Chiefs7-5-2 (58.3%)4-10 (28.6%)7-3 (70.0%)4-8-0 (33.3%)4-1 (80.0%)2-5-0 (28.6%)4-1 (80.0%)2-5-0 (28.6%)--
Los Angeles Rams9-4-1 (69.2%)9-5 (64.3%)7-3 (70.0%)7-4-0 (63.6%)3-3 (50.0%)3-4-0 (42.9%)3-3 (50.0%)3-4-0 (42.9%)--
Miami Dolphins10-4 (71.4%)10-4 (71.4%)5-3 (62.5%)5-3-0 (62.5%)6-1 (85.7%)6-1-0 (85.7%)4-1 (80.0%)4-1-0 (80.0%)--
Minnesota Vikings12-2 (85.7%)8-5-1 (61.5%)11-2 (84.6%)7-5-1 (58.3%)7-0 (100.%)4-3-0 (57.1%)7-0 (100.%)4-3-0 (57.1%)--
New Orleans Saints2-11-1 (15.4%)4-9-1 (30.8%)1-0 (100.%)1-0-0 (100.%)2-5 (28.6%)2-4-1 (33.3%)1-0 (100.%)1-0-0 (100.%)--
New York Giants9-5 (64.3%)8-6 (57.1%)6-3 (66.7%)5-4-0 (55.6%)5-2 (71.4%)4-3-0 (57.1%)3-2 (60.0%)2-3-0 (40.0%)--
New York Jets4-10 (28.6%)5-9 (35.7%)2-3 (40.0%)1-4-0 (20.0%)2-5 (28.6%)3-4-0 (42.9%)1-2 (33.3%)1-2-0 (33.3%)--
Oakland Raiders8-4-2 (66.7%)5-9 (35.7%)7-2 (77.8%)3-7-0 (30.0%)6-1 (85.7%)4-3-0 (57.1%)5-0 (100.%)3-2-0 (60.0%)--
Philadelphia Eagles3-10-1 (23.1%)9-5 (64.3%)1-0 (100.%)1-0-0 (100.%)3-3 (50.0%)5-2-0 (71.4%)1-0 (100.%)1-0-0 (100.%)--
Pittsburgh Steelers5-9 (35.7%)4-9-1 (30.8%)3-1 (75.0%)2-2-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)3-1 (75.0%)2-2-0 (50.0%)--
San Diego Chargers5-6-3 (45.5%)7-6-1 (53.8%)2-1 (66.7%)0-4-0 (0.0%)2-3 (40.0%)4-3-0 (57.1%)1-1 (50.0%)0-3-0 (0.0%)--
San Francisco 49ers10-3-1 (76.9%)7-5-2 (58.3%)8-1 (88.9%)4-4-2 (50.0%)5-1 (83.3%)3-4-0 (42.9%)4-1 (80.0%)2-4-0 (33.3%)--
St Louis Cardinals8-5-1 (61.5%)7-7 (50.0%)6-3 (66.7%)4-5-0 (44.4%)6-1 (85.7%)4-3-0 (57.1%)5-1 (83.3%)3-3-0 (50.0%)--
Washington Redskins6-8 (42.9%)6-7-1 (46.2%)2-1 (66.7%)2-1-0 (66.7%)4-3 (57.1%)4-2-1 (66.7%)1-1 (50.0%)1-1-0 (50.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1970 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriSep 18, 197011:00@Los Angeles RamsW 34-13W -10.5St Louis Cardinals
SatSep 19, 19708:00@New York GiantsL 16-24L -3Chicago Bears
SunSep 20, 19701:00Miami DolphinsL 14-27L -7@Boston Patriots
SunSep 20, 19701:00Denver BroncosW 25-10W -4@Buffalo Bills
SunSep 20, 19701:00Oakland RaidersL 21-31L -11@Cincinnati Bengals
SunSep 20, 19701:00Dallas CowboysW 17-7L -13@Philadelphia Eagles
SunSep 20, 19701:00@Pittsburgh SteelersL 7-19L -5Houston Oilers
SunSep 20, 19701:30Atlanta FalconsW 14-3W -3@New Orleans Saints
SunSep 20, 19702:00@Green Bay PackersL 0-40L -3Detroit Lions
SunSep 20, 19704:00@Minnesota VikingsW 27-10W -4Kansas City Chiefs
SunSep 20, 19704:00Baltimore ColtsW 16-14L -4@San Diego Chargers
SunSep 20, 19704:00@San Francisco 49ersW 26-17W -2Washington Redskins
MonSep 21, 19709:00@Cleveland BrownsW 31-21W -3New York Jets
+ + +

+ +

Back to top

1970 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 19701:00New York JetsW 31-21L -13@Boston Patriots
SunSep 27, 19701:00Los Angeles RamsW 19-0W -18@Buffalo Bills
SunSep 27, 19701:00@Detroit LionsW 38-3W -13Cincinnati Bengals
SunSep 27, 19702:00@Chicago BearsW 20-16L -11Philadelphia Eagles
SunSep 27, 19702:00@Dallas CowboysW 28-10W -10New York Giants
SunSep 27, 19702:00@Green Bay PackersW 27-24L -4Atlanta Falcons
SunSep 27, 19702:00@Houston OilersL 10-20L -9Miami Dolphins
SunSep 27, 19702:00@Minnesota VikingsW 26-0W -14New Orleans Saints
SunSep 27, 19702:00@St Louis CardinalsW 27-17W -2Washington Redskins
SunSep 27, 19704:00@Denver BroncosW 16-13P -3Pittsburgh Steelers
SunSep 27, 19704:00Oakland RaidersT 27-27L -4@San Diego Chargers
SunSep 27, 19704:00Cleveland BrownsL 31-34L -2@San Francisco 49ers
MonSep 28, 19709:00Kansas City ChiefsW 44-24W -3@Baltimore Colts
+ + +

+ +

Back to top

1970 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 3, 19708:00Oakland RaidersL 13-20L -4.5@Miami Dolphins
SatOct 3, 19709:00@Cleveland BrownsW 15-7W -5.5Pittsburgh Steelers
SunOct 4, 19701:00@Atlanta FalconsW 21-20L -2San Francisco 49ers
SunOct 4, 19701:00Baltimore ColtsW 14-6L -10@Boston Patriots
SunOct 4, 19701:00New York JetsL 31-34L -14@Buffalo Bills
SunOct 4, 19701:00Houston OilersW 20-13W -5@Cincinnati Bengals
SunOct 4, 19701:00Washington RedskinsW 33-21W -7@Philadelphia Eagles
SunOct 4, 19702:00@New Orleans SaintsW 14-10W -1New York Giants
SunOct 4, 19702:00Dallas CowboysL 7-20L -5@St Louis Cardinals
SunOct 4, 19704:00Kansas City ChiefsL 13-26L -11@Denver Broncos
SunOct 4, 19704:00Minnesota VikingsL 10-13L -8@Green Bay Packers at Milwaukee
SunOct 4, 19704:00@Los Angeles RamsW 37-10W -12.5San Diego Chargers
MonOct 5, 19709:00@Detroit LionsW 28-14W -12.5Chicago Bears
+ + +

+ +

Back to top

1970 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 10, 19708:45@New York JetsL 6-20L -4Miami Dolphins
SunOct 11, 19701:00@Cleveland BrownsW 30-27L -10Cincinnati Bengals
SunOct 11, 19701:00@New York GiantsW 30-23L -8Philadelphia Eagles
SunOct 11, 19701:00@Pittsburgh SteelersW 23-10W -7Buffalo Bills
SunOct 11, 19701:00Detroit LionsL 10-31L -9@Washington Redskins
SunOct 11, 19702:00Minnesota VikingsW 24-0W -8@Chicago Bears
SunOct 11, 19702:00@Dallas CowboysW 13-0W -4Atlanta Falcons
SunOct 11, 19702:00@St Louis CardinalsW 24-17L -11New Orleans Saints
SunOct 11, 19704:00Baltimore ColtsW 24-20W -2@Houston Oilers
SunOct 11, 19704:00@Kansas City ChiefsW 23-10L -18Boston Patriots
SunOct 11, 19704:00@Los Angeles RamsL 6-20L -9.5San Francisco 49ers
SunOct 11, 19704:00@Oakland RaidersW 35-23W -7Denver Broncos
MonOct 12, 19709:00Green Bay PackersW 22-20L -3.5@San Diego Chargers
+ + +

+ +

Back to top

1970 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 19701:00New York GiantsW 16-0W -2@Boston Patriots
SunOct 18, 19701:00Miami DolphinsW 33-14W -7.5@Buffalo Bills
SunOct 18, 19701:00Detroit LionsW 41-24W -2@Cleveland Browns
SunOct 18, 19701:00Baltimore ColtsW 29-22W -2@New York Jets
SunOct 18, 19701:00St Louis CardinalsW 35-20W -8@Philadelphia Eagles
SunOct 18, 19702:00@Chicago BearsL 7-20L -2San Diego Chargers
SunOct 18, 19702:00Los Angeles RamsW 31-21W -7@Green Bay Packers
SunOct 18, 19702:00@Houston OilersL 3-7L -5.5Pittsburgh Steelers
SunOct 18, 19704:00Kansas City ChiefsW 27-19L -10@Cincinnati Bengals
SunOct 18, 19704:00@Denver BroncosW 24-10W PKAtlanta Falcons
SunOct 18, 19704:00@Minnesota VikingsW 54-13W -8Dallas Cowboys
SunOct 18, 19704:00@San Francisco 49ersT 20-20L -10New Orleans Saints
MonOct 19, 19709:00@Oakland RaidersW 34-20W -6.5Washington Redskins
+ + +

+ +

Back to top

1970 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 19701:00@Atlanta FalconsW 32-14W -5New Orleans Saints
SunOct 25, 19701:00@Miami DolphinsL 0-28L -3Cleveland Browns
SunOct 25, 19701:00St Louis CardinalsL 17-35L -4@New York Giants
SunOct 25, 19701:00@New York JetsL 6-10L -6.5Buffalo Bills
SunOct 25, 19701:00@Washington RedskinsW 20-0W -7Cincinnati Bengals
SunOct 25, 19702:00@Baltimore ColtsW 27-3W -12.5Boston Patriots
SunOct 25, 19702:00Detroit LionsW 16-10L -12@Chicago Bears
SunOct 25, 19702:00@Green Bay PackersW 30-17W -12Philadelphia Eagles at Milwaukee
SunOct 25, 19704:00@Kansas City ChiefsL 16-27L -10Dallas Cowboys
SunOct 25, 19704:00@Oakland RaidersW 31-14W -10Pittsburgh Steelers
SunOct 25, 19704:00@San Diego ChargersT 31-31L -7.5Houston Oilers
SunOct 25, 19704:00@San Francisco 49ersW 19-14L -6.5Denver Broncos
MonOct 26, 19709:00@Minnesota VikingsW 13-3W -3.5Los Angeles Rams
+ + +

+ +

Back to top

1970 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 19701:00@Atlanta FalconsL 14-23L -7.5Chicago Bears
SunNov 1, 19701:00@Boston PatriotsL 10-45L -3Buffalo Bills
SunNov 1, 19701:00@Cleveland BrownsL 10-27L -8San Diego Chargers
SunNov 1, 19701:00@Detroit LionsL 17-30L -1Minnesota Vikings
SunNov 1, 19701:00New York GiantsW 22-10W -8@New York Jets
SunNov 1, 19702:00@Baltimore ColtsW 35-0W -6.5Miami Dolphins
SunNov 1, 19702:00@Dallas CowboysW 21-17L -14Philadelphia Eagles
SunNov 1, 19702:00Los Angeles RamsW 30-17W -10.5@New Orleans Saints
SunNov 1, 19702:00@St Louis CardinalsW 44-0W -10Houston Oilers
SunNov 1, 19704:00@Denver BroncosL 3-19L -1.5Washington Redskins
SunNov 1, 19704:00@Kansas City ChiefsT 17-17L -3.5Oakland Raiders
SunNov 1, 19704:00@San Francisco 49ersW 26-10W -3.5Green Bay Packers
MonNov 2, 19709:00@Pittsburgh SteelersW 21-10W -5Cincinnati Bengals
+ + +

+ +

Back to top

1970 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 19701:00@Buffalo BillsL 14-43L -5Cincinnati Bengals
SunNov 8, 19701:00Dallas CowboysL 20-23L -3@New York Giants
SunNov 8, 19701:00Miami DolphinsL 17-24L -3@Philadelphia Eagles
SunNov 8, 19701:00@Pittsburgh SteelersW 21-17L -6New York Jets
SunNov 8, 19701:00Minnesota VikingsW 19-10P -9@Washington Redskins
SunNov 8, 19702:00San Francisco 49ersW 37-16W -7@Chicago Bears
SunNov 8, 19702:00@Kansas City ChiefsW 24-9L -16Houston Oilers
SunNov 8, 19702:00Detroit LionsL 17-19L -9@New Orleans Saints
SunNov 8, 19702:00@St Louis CardinalsW 31-0W -17Boston Patriots
SunNov 8, 19704:00@Los Angeles RamsT 10-10L -10Atlanta Falcons
SunNov 8, 19704:00@Oakland RaidersW 23-20L -6Cleveland Browns
SunNov 8, 19704:00@San Diego ChargersW 24-21L -6.5Denver Broncos
MonNov 9, 19709:00Baltimore ColtsW 13-10L -4@Green Bay Packers at Milwaukee
+ + +

+ +

Back to top

1970 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 19701:00San Diego ChargersW 16-14L -14@Boston Patriots
SunNov 15, 19701:00Cleveland BrownsL 10-14L -7@Cincinnati Bengals
SunNov 15, 19701:00@Miami DolphinsW 21-10W -2New Orleans Saints
SunNov 15, 19701:00@New York GiantsW 35-33W -1Washington Redskins
SunNov 15, 19701:00Atlanta FalconsT 13-13L -3.5@Philadelphia Eagles
SunNov 15, 19701:00Kansas City ChiefsW 31-14W -9@Pittsburgh Steelers
SunNov 15, 19702:00@Baltimore ColtsT 17-17L -17Buffalo Bills
SunNov 15, 19702:00@Green Bay PackersW 20-19L -7Chicago Bears
SunNov 15, 19702:00San Francisco 49ersW 30-20P -10@Houston Oilers
SunNov 15, 19702:00@Minnesota VikingsW 24-20L -7.5Detroit Lions
SunNov 15, 19703:00Oakland RaidersW 24-19L -6@Denver Broncos
SunNov 15, 19704:00@Los Angeles RamsL 20-31L -16.5New York Jets
MonNov 16, 19709:00@Dallas CowboysL 0-38L -1St Louis Cardinals
+ + +

+ +

Back to top

1970 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 19701:00Los Angeles RamsW 17-7W -4.5@Atlanta Falcons
SunNov 22, 19701:00@Cincinnati BengalsW 34-7W -4Pittsburgh Steelers
SunNov 22, 19701:00@Cleveland BrownsW 28-14W -8Houston Oilers
SunNov 22, 19701:00@Detroit LionsW 28-7W -1.5San Francisco 49ers
SunNov 22, 19701:00Baltimore ColtsL 17-34L -4@Miami Dolphins
SunNov 22, 19701:00Denver BroncosW 31-6W -2@New Orleans Saints
SunNov 22, 19701:00@New York JetsW 17-3W -9Boston Patriots
SunNov 22, 19701:00@Washington RedskinsL 21-45L -6.5Dallas Cowboys
SunNov 22, 19702:00@Chicago BearsW 31-13W -7Buffalo Bills
SunNov 22, 19702:00@Minnesota VikingsW 10-3L -10Green Bay Packers
SunNov 22, 19704:00@Kansas City ChiefsT 6-6L -6St Louis Cardinals
SunNov 22, 19704:00@Oakland RaidersW 20-17L -7San Diego Chargers
MonNov 23, 19709:00New York GiantsL 20-23L -7@Philadelphia Eagles
+ + +

+ +

Back to top

1970 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 197012:30@Detroit LionsW 28-14W -3Oakland Raiders
ThuNov 26, 19703:30@Dallas CowboysW 16-3W -4Green Bay Packers
SunNov 29, 19701:00@Buffalo BillsL 10-14L -6.5Boston Patriots
SunNov 29, 19701:00@Cincinnati BengalsW 26-6W -7New Orleans Saints
SunNov 29, 19701:00Minnesota VikingsL 10-20L -11@New York Jets
SunNov 29, 19701:00Cleveland BrownsL 9-28L -7@Pittsburgh Steelers
SunNov 29, 19701:00New York GiantsW 27-24W -2@Washington Redskins
SunNov 29, 19702:00@Baltimore ColtsW 21-20L -7.5Chicago Bears
SunNov 29, 19703:00Denver BroncosL 21-31L -3.5@Houston Oilers
SunNov 29, 19703:00@St Louis CardinalsW 23-14L -10.5Philadelphia Eagles
SunNov 29, 19704:00@Kansas City ChiefsW 26-14W -7San Diego Chargers
SunNov 29, 19704:00@San Francisco 49ersL 13-30L -1.5Los Angeles Rams
MonNov 30, 19709:00@Atlanta FalconsL 7-20L -3Miami Dolphins
+ + +

+ +

Back to top

1970 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 5, 19701:15@Minnesota VikingsW 16-13L -13Chicago Bears
SunDec 6, 19701:00@Detroit LionsW 16-3W -5St Louis Cardinals
SunDec 6, 19701:00@Miami DolphinsW 37-20W -12Boston Patriots
SunDec 6, 19701:00@New York GiantsW 20-6W -13Buffalo Bills
SunDec 6, 19701:00Oakland RaidersW 14-13L -7@New York Jets
SunDec 6, 19701:00Green Bay PackersW 20-12W -1@Pittsburgh Steelers
SunDec 6, 19702:00@Baltimore ColtsW 29-10W -7Philadelphia Eagles
SunDec 6, 19702:00@Kansas City ChiefsW 16-0W -9Denver Broncos
SunDec 6, 19704:00@Dallas CowboysW 34-0W -7Washington Redskins
SunDec 6, 19704:00@Los Angeles RamsW 34-16W -15New Orleans Saints
SunDec 6, 19704:00@San Diego ChargersL 14-17L -3.5Cincinnati Bengals
SunDec 6, 19704:00@San Francisco 49ersW 24-20L -8Atlanta Falcons
MonDec 7, 19709:00Cleveland BrownsW 21-10W -3.5@Houston Oilers
+ + +

+ +

Back to top

1970 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 19701:15Dallas CowboysW 6-2W -2.5@Cleveland Browns
SatDec 12, 19704:00@Oakland RaidersW 20-6W PKKansas City Chiefs
SunDec 13, 197012:00Minnesota VikingsW 35-14W -11@Boston Patriots
SunDec 13, 19701:00@Atlanta FalconsW 27-16W -5.5Pittsburgh Steelers
SunDec 13, 19701:00Baltimore ColtsW 20-14L -9@Buffalo Bills
SunDec 13, 19701:00@Washington RedskinsW 24-6W PKPhiladelphia Eagles
SunDec 13, 19702:00@Chicago BearsW 35-17W -1Green Bay Packers
SunDec 13, 19702:00Cincinnati BengalsW 30-20W -7@Houston Oilers
SunDec 13, 19702:00San Francisco 49ersW 38-27P -11@New Orleans Saints
SunDec 13, 19702:00@St Louis CardinalsL 17-34L -6New York Giants
SunDec 13, 19704:00@Denver BroncosT 17-17P PKSan Diego Chargers
SunDec 13, 19704:00@Miami DolphinsW 16-10W -5New York Jets
MonDec 14, 19709:00@Los Angeles RamsL 23-28L -2.5Detroit Lions
+ + +

+ +

Back to top

1970 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 19, 19703:00@Baltimore ColtsW 35-20W -3New York Jets
SunDec 20, 19701:00Minnesota VikingsW 37-7W -3.5@Atlanta Falcons
SunDec 20, 19701:00@Cincinnati BengalsW 45-7W -14Boston Patriots
SunDec 20, 19701:00@Detroit LionsW 20-0W -13Green Bay Packers
SunDec 20, 19701:00@Miami DolphinsW 45-7W -12Buffalo Bills
SunDec 20, 19701:00@New York GiantsL 3-31L -1Los Angeles Rams
SunDec 20, 19701:00@Philadelphia EaglesW 30-20W -4Pittsburgh Steelers
SunDec 20, 19701:00St Louis CardinalsL 27-28L -4@Washington Redskins
SunDec 20, 19702:00@Dallas CowboysW 52-10W -13.5Houston Oilers
SunDec 20, 19702:00Chicago BearsW 24-3W -4@New Orleans Saints
SunDec 20, 19703:00Cleveland BrownsW 27-13W -1@Denver Broncos
SunDec 20, 19704:00San Francisco 49ersW 38-7W -2.5@Oakland Raiders
SunDec 20, 19704:00Kansas City ChiefsL 13-31L -3@San Diego Chargers
+ + +

+

Back to top

+

1970 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC DivisionalSatDec 26, 19701:30@Baltimore ColtsW 17-0W -7Cincinnati Bengals
NFC DivisionalSatDec 26, 19703:30Detroit LionsL 0-5L -3@Dallas Cowboys
NFC DivisionalSunDec 27, 19701:00@Minnesota VikingsL 14-17L -7San Francisco 49ers
AFC DivisionalSunDec 27, 19704:00@Oakland RaidersW 21-14W -6Miami Dolphins
AFC ChampionshipSunJan 3, 19712:00Oakland RaidersL 17-27L -1.5@Baltimore Colts
NFC ChampionshipSunJan 3, 19714:30@San Francisco 49ersL 10-17L -4Dallas Cowboys
Super Bowl VSunJan 17, 19711:50NBaltimore ColtsW 16-13W -2.5Dallas CowboysU 36
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1971.html b/data/1971.html new file mode 100644 index 0000000..f69121c --- /dev/null +++ b/data/1971.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1971 Season

+ +

Historical NFL Game Odds

1971 Season

<<-- 1970 Season    1972 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1971 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
16-6 (50.0%)5-8-0 (38.5%)8-4 (66.7%)8-5-0 (61.5%)4-2 (66.7%)3-3-0 (50.0%)4-2 (66.7%)5-2-0 (71.4%)--
29-3 (75.0%)8-5-0 (61.5%)3-9 (25.0%)4-9-0 (30.8%)2-2 (50.0%)2-3-0 (40.0%)1-7 (12.5%)2-6-0 (25.0%)--
38-4 (66.7%)7-6-0 (53.8%)5-7 (41.7%)4-9-0 (30.8%)4-3 (57.1%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)--
410-3 (76.9%)6-7-0 (46.2%)7-6 (53.8%)5-8-0 (38.5%)6-2 (75.0%)3-5-0 (37.5%)1-4 (20.0%)2-3-0 (40.0%)--
511-2 (84.6%)10-3-0 (76.9%)8-5 (61.5%)9-4-0 (69.2%)6-0 (100.%)6-0-0 (100.%)2-5 (28.6%)3-4-0 (42.9%)--
610-3 (76.9%)8-4-1 (66.7%)9-4 (69.2%)7-5-1 (58.3%)8-2 (80.0%)6-3-1 (66.7%)1-2 (33.3%)1-2-0 (33.3%)--
76-5 (54.5%)2-10-0 (16.7%)7-4 (63.6%)7-5-1 (58.3%)4-2 (66.7%)2-5-0 (28.6%)3-2 (60.0%)5-0-0 (100.%)--
86-5 (54.5%)3-10-0 (23.1%)6-5 (54.5%)10-3-0 (76.9%)3-2 (60.0%)3-3-0 (50.0%)3-3 (50.0%)7-0-0 (100.%)--
98-4 (66.7%)2-9-1 (18.2%)8-5 (61.5%)4-8-1 (33.3%)7-4 (63.6%)2-8-1 (20.0%)0-1 (0.0%)1-0-0 (100.%)--
1012-1 (92.3%)10-2-1 (83.3%)8-5 (61.5%)6-6-1 (50.0%)8-1 (88.9%)6-2-1 (75.0%)0-4 (0.0%)0-4-0 (0.0%)--
115-6 (45.5%)5-6-0 (45.5%)6-7 (46.2%)6-7-0 (46.2%)4-6 (40.0%)4-6-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)--
127-5 (58.3%)6-6-1 (50.0%)10-2 (83.3%)9-3-1 (75.0%)7-2 (77.8%)6-3-1 (66.7%)3-0 (100.%)3-0-0 (100.%)--
138-3 (72.7%)7-4-0 (63.6%)8-5 (61.5%)7-6-0 (53.8%)7-3 (70.0%)6-4-0 (60.0%)0-1 (0.0%)0-1-0 (0.0%)--
1410-2 (83.3%)7-4-1 (63.6%)7-6 (53.8%)4-8-1 (33.3%)6-2 (75.0%)3-4-1 (42.9%)0-4 (0.0%)0-4-0 (0.0%)--
Playoffs6-1 (85.7%)5-2-0 (71.4%)3-3 (50.0%)2-4-0 (33.3%)3-1 (75.0%)2-2-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)0-1-0 (0.0%)
+ +


1971 Results by Team

Click on a team to view 1971 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-6-1 (53.8%)8-6 (57.1%)5-2 (71.4%)4-3-0 (57.1%)4-3 (57.1%)4-3-0 (57.1%)3-2 (60.0%)3-2-0 (60.0%)--
Baltimore Colts10-4 (71.4%)9-4-1 (69.2%)9-2 (81.8%)8-3-0 (72.7%)5-2 (71.4%)5-2-0 (71.4%)5-2 (71.4%)5-2-0 (71.4%)--
Buffalo Bills1-13 (7.1%)3-10-1 (23.1%)0-0 0-0-0 1-6 (14.3%)2-5-0 (28.6%)0-0 0-0-0 --
Chicago Bears6-8 (42.9%)5-8-1 (38.5%)2-1 (66.7%)1-2-0 (33.3%)4-3 (57.1%)3-4-0 (42.9%)2-1 (66.7%)1-2-0 (33.3%)--
Cincinnati Bengals4-10 (28.6%)7-7 (50.0%)3-4 (42.9%)3-4-0 (42.9%)3-4 (42.9%)5-2-0 (71.4%)3-1 (75.0%)3-1-0 (75.0%)--
Cleveland Browns9-5 (64.3%)9-5 (64.3%)6-2 (75.0%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)4-2 (66.7%)4-2-0 (66.7%)--
Dallas Cowboys11-3 (78.6%)8-5-1 (61.5%)11-3 (78.6%)8-5-1 (61.5%)6-1 (85.7%)4-2-1 (66.7%)6-1 (85.7%)4-2-1 (66.7%)--
Denver Broncos4-9-1 (30.8%)6-7-1 (46.2%)1-2 (33.3%)0-2-1 (0.0%)2-4 (33.3%)3-3-1 (50.0%)1-1 (50.0%)0-1-1 (0.0%)--
Detroit Lions7-6-1 (53.8%)6-8 (42.9%)6-3 (66.7%)3-6-0 (33.3%)3-4 (42.9%)1-6-0 (14.3%)2-3 (40.0%)0-5-0 (0.0%)--
Green Bay Packers4-8-2 (33.3%)7-7 (50.0%)2-2 (50.0%)2-3-0 (40.0%)3-3 (50.0%)3-4-0 (42.9%)2-2 (50.0%)2-3-0 (40.0%)--
Houston Oilers4-9-1 (30.8%)6-7-1 (46.2%)0-1 (0.0%)0-2-0 (0.0%)3-3 (50.0%)4-3-0 (57.1%)0-0 0-1-0 (0.0%)--
Kansas City Chiefs10-3-1 (76.9%)6-6-2 (50.0%)9-2 (81.8%)5-5-1 (50.0%)7-0 (100.%)4-2-1 (66.7%)7-0 (100.%)4-2-1 (66.7%)--
Los Angeles Rams8-5-1 (61.5%)8-6 (57.1%)6-3 (66.7%)6-4-0 (60.0%)4-2 (66.7%)4-3-0 (57.1%)4-2 (66.7%)4-3-0 (57.1%)--
Miami Dolphins10-3-1 (76.9%)8-5-1 (61.5%)9-2 (81.8%)7-4-1 (63.6%)6-1 (85.7%)4-2-1 (66.7%)6-1 (85.7%)4-2-1 (66.7%)--
Minnesota Vikings11-3 (78.6%)8-6 (57.1%)11-3 (78.6%)8-6-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)--
New England Patriots6-8 (42.9%)6-8 (42.9%)1-0 (100.%)0-1-0 (0.0%)5-2 (71.4%)4-3-0 (57.1%)1-0 (100.%)0-1-0 (0.0%)--
New Orleans Saints4-8-2 (33.3%)7-7 (50.0%)0-1 (0.0%)0-1-0 (0.0%)2-4 (33.3%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
New York Giants4-10 (28.6%)6-8 (42.9%)0-2 (0.0%)0-2-0 (0.0%)1-6 (14.3%)2-5-0 (28.6%)0-1 (0.0%)0-1-0 (0.0%)--
New York Jets6-8 (42.9%)7-7 (50.0%)4-2 (66.7%)4-2-0 (66.7%)4-3 (57.1%)5-2-0 (71.4%)3-1 (75.0%)3-1-0 (75.0%)--
Oakland Raiders8-4-2 (66.7%)6-7-1 (46.2%)8-2 (80.0%)5-6-0 (45.5%)5-1 (83.3%)2-4-1 (33.3%)5-1 (83.3%)2-4-0 (33.3%)--
Philadelphia Eagles6-7-1 (46.2%)8-5-1 (61.5%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
Pittsburgh Steelers6-8 (42.9%)7-6-1 (53.8%)4-2 (66.7%)3-2-1 (60.0%)5-2 (71.4%)4-2-1 (66.7%)4-1 (80.0%)3-1-1 (75.0%)--
San Diego Chargers6-8 (42.9%)7-7 (50.0%)4-2 (66.7%)4-2-0 (66.7%)6-1 (85.7%)6-1-0 (85.7%)4-0 (100.%)4-0-0 (100.%)--
San Francisco 49ers9-5 (64.3%)7-7 (50.0%)7-4 (63.6%)5-6-0 (45.5%)4-3 (57.1%)2-5-0 (28.6%)4-3 (57.1%)2-5-0 (28.6%)--
St Louis Cardinals4-9-1 (30.8%)4-10 (28.6%)2-3 (40.0%)1-5-0 (16.7%)1-5 (16.7%)2-5-0 (28.6%)1-3 (25.0%)1-4-0 (20.0%)--
Washington Redskins9-4-1 (69.2%)7-7 (50.0%)5-1 (83.3%)3-4-0 (42.9%)4-2 (66.7%)2-5-0 (28.6%)4-1 (80.0%)2-4-0 (33.3%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1971 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 19711:00San Francisco 49ersL 17-20L -6@Atlanta Falcons
SunSep 19, 19711:00Dallas CowboysW 49-37W -11@Buffalo Bills
SunSep 19, 19711:00@Cincinnati BengalsW 37-14W -9.5Philadelphia Eagles
SunSep 19, 19711:00@Cleveland BrownsW 31-0W -4.5Houston Oilers
SunSep 19, 19711:00Oakland RaidersL 6-20L -14.5@New England Patriots
SunSep 19, 19712:00@Chicago BearsW 17-15L -4Pittsburgh Steelers
SunSep 19, 19712:00@Green Bay PackersL 40-42L -7New York Giants
SunSep 19, 19712:00Los Angeles RamsL 20-24L -12@New Orleans Saints
SunSep 19, 19712:00@St Louis CardinalsL 17-24L -7.5Washington Redskins
SunSep 19, 19714:00@Baltimore ColtsW 22-0W -4New York Jets
SunSep 19, 19714:00Miami DolphinsT 10-10L -3.5@Denver Broncos
SunSep 19, 19714:00Kansas City ChiefsL 14-21L -4@San Diego Chargers
MonSep 20, 19719:00Minnesota VikingsW 16-13W -2.5@Detroit Lions
+ + +

+ +

Back to top

1971 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 19711:00Miami DolphinsW 29-14W -6.5@Buffalo Bills
SunSep 26, 19711:00@Green Bay PackersW 34-13W -3Denver Broncos at Milwaukee
SunSep 26, 19711:00Detroit LionsW 34-7W -11@New England Patriots
SunSep 26, 19711:00Washington RedskinsW 30-3W -2.5@New York Giants
SunSep 26, 19711:00Dallas CowboysW 42-7W -13.5@Philadelphia Eagles
SunSep 26, 19711:00Cincinnati BengalsL 10-21L -3.5@Pittsburgh Steelers
SunSep 26, 19712:00@Baltimore ColtsL 13-14L -5.5Cleveland Browns
SunSep 26, 19712:00Kansas City ChiefsW 20-16L -7.5@Houston Oilers
SunSep 26, 19712:00@Minnesota VikingsL 17-20L -14.5Chicago Bears
SunSep 26, 19712:00San Francisco 49ersW 38-20W -13@New Orleans Saints
SunSep 26, 19714:00@Los Angeles RamsT 20-20L -3.5Atlanta Falcons
SunSep 26, 19714:00Oakland RaidersW 34-0W -3.5@San Diego Chargers
MonSep 27, 19719:00@St Louis CardinalsW 17-10W -5.5New York Jets
+ + +

+ +

Back to top

1971 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 19711:00@Miami DolphinsL 10-14L -7.5New York Jets
SunOct 3, 19711:00Baltimore ColtsW 23-3W -11@New England Patriots
SunOct 3, 19711:00San Francisco 49ersW 31-3W -13.5@Philadelphia Eagles
SunOct 3, 19711:00@Pittsburgh SteelersW 21-17W -2San Diego Chargers
SunOct 3, 19712:00@Dallas CowboysL 16-20L -10Washington Redskins at Cotton Bowl
SunOct 3, 19712:00@Detroit LionsW 41-38L -7Atlanta Falcons
SunOct 3, 19712:00Cincinnati BengalsL 17-20L -1@Green Bay Packers
SunOct 3, 19712:00@Houston OilersT 13-13L -9New Orleans Saints
SunOct 3, 19712:00@Minnesota VikingsW 19-0W -15Buffalo Bills
SunOct 3, 19714:00Kansas City ChiefsW 16-3W -6.5@Denver Broncos
SunOct 3, 19714:00@Los Angeles RamsW 17-3W -4Chicago Bears
SunOct 3, 19714:00@St Louis CardinalsL 20-21L -8.5New York Giants
MonOct 4, 19719:00Oakland RaidersW 34-20W -1@Cleveland Browns
+ + +

+ +

Back to top

1971 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 19711:00@Atlanta FalconsL 9-26L -6St Louis Cardinals
SunOct 10, 19711:00Baltimore ColtsW 43-0W -9@Buffalo Bills
SunOct 10, 19711:00Miami DolphinsW 23-13W -3@Cincinnati Bengals
SunOct 10, 19711:00@Cleveland BrownsW 27-17W -6Pittsburgh Steelers
SunOct 10, 19711:00New York JetsL 0-20L -8@New England Patriots
SunOct 10, 19711:00Minnesota VikingsW 13-0L -17@Philadelphia Eagles
SunOct 10, 19711:00@Washington RedskinsW 22-13L -10.5Houston Oilers
SunOct 10, 19712:00@Chicago BearsW 35-14W -7New Orleans Saints
SunOct 10, 19712:00@Detroit LionsW 31-28L -9Green Bay Packers
SunOct 10, 19712:00@Kansas City ChiefsW 31-10W -9San Diego Chargers
SunOct 10, 19714:00Oakland RaidersW 27-16W -9@Denver Broncos
SunOct 10, 19714:00@San Francisco 49ersL 13-20L -7.5Los Angeles Rams
MonOct 11, 19719:00@Dallas CowboysW 20-13L -13New York Giants at Cotton Bowl
+ + +

+ +

Back to top

1971 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 19711:00Los Angeles RamsW 24-16W -3.5@Atlanta Falcons
SunOct 17, 19711:00@Miami DolphinsW 41-3W -14New England Patriots
SunOct 17, 19711:00Baltimore ColtsW 31-7W -8@New York Giants
SunOct 17, 19711:00@New York JetsW 28-17W -4Buffalo Bills
SunOct 17, 19711:00@Washington RedskinsW 20-0W -4St Louis Cardinals
SunOct 17, 19712:00Detroit LionsW 31-7W -9@Houston Oilers
SunOct 17, 19712:00Dallas CowboysL 14-24L -17@New Orleans Saints
SunOct 17, 19714:00Cleveland BrownsW 27-24L -6@Cincinnati Bengals
SunOct 17, 19714:00San Diego ChargersL 16-20L -3.5@Denver Broncos
SunOct 17, 19714:00Minnesota VikingsW 24-13W -8@Green Bay Packers
SunOct 17, 19714:00@Oakland RaidersW 34-10W -18Philadelphia Eagles
SunOct 17, 19714:00@San Francisco 49ersW 13-0W -8Chicago Bears
MonOct 18, 19719:00@Kansas City ChiefsW 38-16W -9Pittsburgh Steelers
+ + +

+ +

Back to top

1971 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 23, 19719:00@San Diego ChargersW 20-3W -12Buffalo Bills
SunOct 24, 19711:00@Atlanta FalconsW 28-6W -7New Orleans Saints
SunOct 24, 19711:00@Cleveland BrownsL 0-27L -11Denver Broncos
SunOct 24, 19711:00Miami DolphinsW 30-14W -8@New York Jets
SunOct 24, 19711:00New York GiantsL 7-23L -5@Philadelphia Eagles
SunOct 24, 19711:00@Pittsburgh SteelersW 23-16P -7Houston Oilers
SunOct 24, 19712:00@Dallas CowboysW 44-21W -19New England Patriots
SunOct 24, 19712:00@Detroit LionsL 23-28L -12Chicago Bears
SunOct 24, 19712:00San Francisco 49ersW 26-14W -6@St Louis Cardinals
SunOct 24, 19714:00@Kansas City ChiefsW 27-20W -5Washington Redskins
SunOct 24, 19714:00@Los Angeles RamsW 30-13W -6.5Green Bay Packers
SunOct 24, 19714:00@Oakland RaidersW 31-27L -11Cincinnati Bengals
MonOct 25, 19719:00@Minnesota VikingsW 10-3W -3Baltimore Colts
+ + +

+ +

Back to top

1971 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 19711:00St Louis CardinalsW 28-23L -9@Buffalo Bills
SunOct 31, 19711:00@Cleveland BrownsL 14-31L -6Atlanta Falcons
SunOct 31, 19711:00Minnesota VikingsW 17-10L -13@New York Giants
SunOct 31, 19711:00Denver BroncosL 16-17L -7@Philadelphia Eagles
SunOct 31, 19711:00@Washington RedskinsW 24-14L -14New Orleans Saints
SunOct 31, 19712:00@Baltimore ColtsW 34-21W -10Pittsburgh Steelers
SunOct 31, 19712:00Dallas CowboysL 19-23L -7@Chicago Bears
SunOct 31, 19712:00Cincinnati BengalsL 6-10L -2@Houston Oilers
SunOct 31, 19714:00@Los Angeles RamsL 14-20L -4Miami Dolphins
SunOct 31, 19714:00@Oakland RaidersT 20-20P PKKansas City Chiefs
SunOct 31, 19714:00@San Diego ChargersW 49-21W -10New York Jets
SunOct 31, 19714:00@San Francisco 49ersW 27-10L -20New England Patriots
MonNov 1, 19719:00@Green Bay PackersT 14-14L -8Detroit Lions at Milwaukee
+ + +

+ +

Back to top

1971 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 19711:00Atlanta FalconsW 9-6L -7@Cincinnati Bengals
SunNov 7, 19711:00@Miami DolphinsW 34-0W -17Buffalo Bills
SunNov 7, 19711:00Houston OilersL 20-28L -4@New England Patriots
SunNov 7, 19711:00San Diego ChargersL 17-35L -2.5@New York Giants
SunNov 7, 19711:00Kansas City ChiefsL 10-13L -14@New York Jets
SunNov 7, 19711:00@Pittsburgh SteelersW 26-9W -1Cleveland Browns
SunNov 7, 19711:00@Washington RedskinsT 7-7L -14Philadelphia Eagles
SunNov 7, 19712:00@Chicago BearsL 14-17L -5Green Bay Packers
SunNov 7, 19712:00Oakland RaidersT 21-21L -14@New Orleans Saints
SunNov 7, 19712:00Dallas CowboysW 16-13L -4@St Louis Cardinals
SunNov 7, 19713:30@Minnesota VikingsL 9-13L -3.5San Francisco 49ers
SunNov 7, 19714:00Detroit LionsW 24-20L -6@Denver Broncos
MonNov 8, 19719:00@Baltimore ColtsW 24-17W -6Los Angeles Rams
+ + +

+ +

Back to top

1971 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 19711:00@Atlanta FalconsL 17-21L -7New York Giants
SunNov 14, 19711:00@Miami DolphinsW 24-21L -10Pittsburgh Steelers
SunNov 14, 19711:00@New England PatriotsW 38-33L -6.5Buffalo Bills
SunNov 14, 19711:00Baltimore ColtsW 14-13L -11@New York Jets
SunNov 14, 19712:00@Chicago BearsW 16-15W PKWashington Redskins
SunNov 14, 19712:00@Dallas CowboysW 20-7P -13Philadelphia Eagles
SunNov 14, 19712:00@Detroit LionsL 13-21L -5Los Angeles Rams
SunNov 14, 19712:00@Minnesota VikingsW 3-0L -7Green Bay Packers
SunNov 14, 19714:00@Denver BroncosL 10-24L -3Cincinnati Bengals
SunNov 14, 19714:00@Kansas City ChiefsW 13-7L -11Cleveland Browns
SunNov 14, 19714:00@Oakland RaidersW 41-21W -14Houston Oilers
SunNov 14, 19714:00@San Francisco 49ersL 20-26L -14New Orleans Saints
MonNov 15, 19719:00@San Diego ChargersW 20-17W -2St Louis Cardinals
+ + +

+ +

Back to top

1971 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 19711:00New York JetsW 20-7W -4@Buffalo Bills
SunNov 21, 19711:00@Cincinnati BengalsW 28-13W -9Houston Oilers
SunNov 21, 19711:00@Cleveland BrownsW 27-7W -9New England Patriots
SunNov 21, 19711:00@Miami DolphinsW 17-14P -3Baltimore Colts
SunNov 21, 19711:00@Pittsburgh SteelersW 17-13W -3.5New York Giants
SunNov 21, 19711:00Dallas CowboysW 13-0W -1@Washington Redskins
SunNov 21, 19712:00Detroit LionsW 28-3W -2@Chicago Bears
SunNov 21, 19712:00@Kansas City ChiefsW 28-10W -14Denver Broncos
SunNov 21, 19712:00Minnesota VikingsW 23-10W -9@New Orleans Saints
SunNov 21, 19712:00@St Louis CardinalsL 20-37L -7Philadelphia Eagles
SunNov 21, 19714:00@Los Angeles RamsW 17-6W -1San Francisco 49ers
SunNov 21, 19714:00@Oakland RaidersW 34-33L -9San Diego Chargers
MonNov 22, 19719:00@Atlanta FalconsW 28-21W -3Green Bay Packers
+ + +

+ +

Back to top

1971 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 197112:00@Detroit LionsW 32-21W PKKansas City Chiefs
ThuNov 25, 19713:30@Dallas CowboysW 28-21W -3Los Angeles Rams
SunNov 28, 19711:00@Buffalo BillsW 27-20W PKNew England Patriots
SunNov 28, 19711:00@Cincinnati BengalsW 31-0W -7San Diego Chargers
SunNov 28, 19711:00@New York GiantsL 7-24L -7St Louis Cardinals
SunNov 28, 19711:00@New York JetsL 21-24L -7San Francisco 49ers
SunNov 28, 19711:00@Philadelphia EaglesL 13-20L -4Washington Redskins
SunNov 28, 19711:00@Pittsburgh SteelersL 10-22L -9Denver Broncos
SunNov 28, 19712:00@Green Bay PackersL 21-29L -8New Orleans Saints at Milwaukee
SunNov 28, 19712:00@Minnesota VikingsW 24-7W -6Atlanta Falcons
SunNov 28, 19714:00Cleveland BrownsW 37-24W -7@Houston Oilers
SunNov 28, 19714:00@Oakland RaidersL 14-37L -3Baltimore Colts
MonNov 29, 19719:00@Miami DolphinsW 34-3W -10Chicago Bears
+ + +

+ +

Back to top

1971 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 4, 19714:00@Dallas CowboysW 52-10W -7New York Jets
SunDec 5, 19711:00@Atlanta FalconsW 24-13W -3Oakland Raiders
SunDec 5, 19711:00@Cleveland BrownsW 31-27W -1Cincinnati Bengals
SunDec 5, 19711:00@Detroit LionsL 20-23L -13Philadelphia Eagles
SunDec 5, 19711:00Miami DolphinsL 13-34L -12@New England Patriots
SunDec 5, 19711:00@Washington RedskinsW 23-7W -7New York Giants
SunDec 5, 19712:00@Baltimore ColtsW 24-0W -16Buffalo Bills
SunDec 5, 19712:00Pittsburgh SteelersL 3-29L -4@Houston Oilers
SunDec 5, 19714:00@Denver BroncosW 6-3P -3Chicago Bears
SunDec 5, 19714:00@Los Angeles RamsW 45-28W -12New Orleans Saints
SunDec 5, 19714:00Minnesota VikingsL 14-30L -13@San Diego Chargers
SunDec 5, 19714:00@St Louis CardinalsT 16-16L -2Green Bay Packers
MonDec 6, 19719:00@San Francisco 49ersL 17-26L -2.5Kansas City Chiefs
+ + +

+ +

Back to top

1971 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 19711:00@Minnesota VikingsW 29-10W -4Detroit Lions
SatDec 11, 19714:00@Baltimore ColtsW 14-3W -5Miami Dolphins
SunDec 12, 19711:00@Buffalo BillsL 14-20L PKHouston Oilers
SunDec 12, 19711:00@Cincinnati BengalsL 13-21L -10Pittsburgh Steelers
SunDec 12, 19711:00Dallas CowboysW 42-14W -12@New York Giants
SunDec 12, 19711:00@New York JetsW 13-6W -6.5New England Patriots
SunDec 12, 19711:00@Philadelphia EaglesW 19-7W PKSt Louis Cardinals
SunDec 12, 19712:00@Green Bay PackersW 31-10W -4Chicago Bears
SunDec 12, 19712:00@New Orleans SaintsL 17-21L -1Cleveland Browns
SunDec 12, 19714:00@Kansas City ChiefsW 16-14L -4Oakland Raiders
SunDec 12, 19714:00@San Diego ChargersW 45-17W -4Denver Broncos
SunDec 12, 19714:00@San Francisco 49ersW 24-3W -4Atlanta Falcons
MonDec 13, 19719:00@Los Angeles RamsL 24-38L -7Washington Redskins
+ + +

+ +

Back to top

1971 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 19714:00@Dallas CowboysW 31-12W -16.5St Louis Cardinals
SunDec 19, 19711:00@Miami DolphinsW 27-6W -7Green Bay Packers
SunDec 19, 19711:00Philadelphia EaglesW 41-28W -7@New York Giants
SunDec 19, 19711:00@New York JetsW 35-21W -6Cincinnati Bengals
SunDec 19, 19711:00Los Angeles RamsW 23-14W -7@Pittsburgh Steelers
SunDec 19, 19711:00@Washington RedskinsL 13-20L -6Cleveland Browns
SunDec 19, 19712:00@Baltimore ColtsL 17-21L -14.5New England Patriots
SunDec 19, 19712:00Minnesota VikingsW 27-10W -6@Chicago Bears
SunDec 19, 19712:00@Houston OilersW 49-33W PKSan Diego Chargers
SunDec 19, 19712:00@Kansas City ChiefsW 22-9P -13Buffalo Bills
SunDec 19, 19712:00Atlanta FalconsW 24-20W -3@New Orleans Saints
SunDec 19, 19714:00@Oakland RaidersW 21-13L -10Denver Broncos
SunDec 19, 19714:00@San Francisco 49ersW 31-27L -6.5Detroit Lions
+ + +

+

Back to top

+

1971 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC DivisionalSatDec 25, 19711:00Dallas CowboysW 20-12W -1@Minnesota Vikings
AFC DivisionalSatDec 25, 19714:00@Kansas City ChiefsL 24-27 (2OT)L -3Miami Dolphins
AFC DivisionalSunDec 26, 19711:00Baltimore ColtsW 20-3W -4@Cleveland Browns
NFC DivisionalSunDec 26, 19714:00@San Francisco 49ersW 24-20L -5.5Washington Redskins
NFC ChampionshipSunJan 2, 19721:30@Dallas CowboysW 14-3W -5San Francisco 49ers
AFC ChampionshipSunJan 2, 19724:30@Miami DolphinsW 21-0W -1Baltimore Colts
Super Bowl VISunJan 16, 19722:50NDallas CowboysW 24-3W -6Miami DolphinsU 34
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1972.html b/data/1972.html new file mode 100644 index 0000000..e6dfe12 --- /dev/null +++ b/data/1972.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1972 Season

+ +

Historical NFL Game Odds

1972 Season

<<-- 1971 Season    1973 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1972 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-4 (66.7%)8-4-0 (66.7%)6-7 (46.2%)6-7-0 (46.2%)5-3 (62.5%)5-3-0 (62.5%)1-3 (25.0%)1-3-0 (25.0%)--
210-2 (83.3%)8-4-1 (66.7%)6-6 (50.0%)8-4-1 (66.7%)4-0 (100.%)4-0-0 (100.%)2-6 (25.0%)4-4-1 (50.0%)--
36-6 (50.0%)6-7-0 (46.2%)5-7 (41.7%)5-8-0 (38.5%)0-1 (0.0%)0-2-0 (0.0%)5-6 (45.5%)5-6-0 (45.5%)--
49-4 (69.2%)6-7-0 (46.2%)7-6 (53.8%)4-9-0 (30.8%)5-2 (71.4%)2-5-0 (28.6%)2-4 (33.3%)2-4-0 (33.3%)--
59-4 (69.2%)6-7-0 (46.2%)3-10 (23.1%)4-9-0 (30.8%)3-4 (42.9%)2-5-0 (28.6%)0-6 (0.0%)2-4-0 (33.3%)--
68-4 (66.7%)4-9-0 (30.8%)8-4 (66.7%)4-9-0 (30.8%)7-3 (70.0%)3-8-0 (27.3%)1-1 (50.0%)1-1-0 (50.0%)--
711-2 (84.6%)9-3-1 (75.0%)5-8 (38.5%)4-8-1 (33.3%)5-2 (71.4%)4-3-0 (57.1%)0-6 (0.0%)0-5-1 (0.0%)--
811-1 (91.7%)9-3-1 (75.0%)8-4 (66.7%)10-2-1 (83.3%)7-0 (100.%)7-0-0 (100.%)1-4 (20.0%)3-2-1 (60.0%)--
99-3 (75.0%)6-6-0 (50.0%)8-5 (61.5%)5-8-0 (38.5%)7-3 (70.0%)4-6-0 (40.0%)0-2 (0.0%)0-2-0 (0.0%)--
1010-3 (76.9%)6-6-1 (50.0%)4-9 (30.8%)3-9-1 (25.0%)3-2 (60.0%)1-4-0 (20.0%)1-7 (12.5%)2-5-1 (28.6%)--
1110-3 (76.9%)8-5-0 (61.5%)11-2 (84.6%)9-4-0 (69.2%)9-1 (90.0%)7-3-0 (70.0%)2-1 (66.7%)2-1-0 (66.7%)--
1210-2 (83.3%)3-8-1 (27.3%)8-5 (61.5%)7-5-1 (58.3%)6-1 (85.7%)2-4-1 (33.3%)1-4 (20.0%)4-1-0 (80.0%)--
137-5 (58.3%)6-7-0 (46.2%)6-6 (50.0%)8-5-0 (61.5%)4-3 (57.1%)4-3-0 (57.1%)2-3 (40.0%)4-2-0 (66.7%)--
149-4 (69.2%)6-7-0 (46.2%)5-8 (38.5%)2-11-0 (15.4%)5-4 (55.6%)2-7-0 (22.2%)0-4 (0.0%)0-4-0 (0.0%)--
Playoffs6-0 (100.%)5-1-0 (83.3%)4-2 (66.7%)3-3-0 (50.0%)4-0 (100.%)3-1-0 (75.0%)0-1 (0.0%)0-1-0 (0.0%)0-1-0 (0.0%)
+ +


1972 Results by Team

Click on a team to view 1972 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-7 (50.0%)4-10 (28.6%)5-3 (62.5%)2-6-0 (25.0%)4-3 (57.1%)2-5-0 (28.6%)3-2 (60.0%)1-4-0 (20.0%)--
Baltimore Colts5-9 (35.7%)6-7-1 (46.2%)4-2 (66.7%)3-2-1 (60.0%)2-5 (28.6%)2-5-0 (28.6%)2-2 (50.0%)2-2-0 (50.0%)--
Buffalo Bills4-9-1 (30.8%)6-8 (42.9%)1-0 (100.%)0-1-0 (0.0%)2-4 (33.3%)3-4-0 (42.9%)0-0 0-0-0 --
Chicago Bears4-9-1 (30.8%)7-6-1 (53.8%)2-0 (100.%)2-0-0 (100.%)1-5 (16.7%)2-5-0 (28.6%)0-0 0-0-0 --
Cincinnati Bengals8-6 (57.1%)9-5 (64.3%)6-3 (66.7%)6-3-0 (66.7%)4-3 (57.1%)4-3-0 (57.1%)3-2 (60.0%)3-2-0 (60.0%)--
Cleveland Browns10-4 (71.4%)10-4 (71.4%)5-1 (83.3%)5-1-0 (83.3%)4-3 (57.1%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
Dallas Cowboys10-4 (71.4%)5-8-1 (38.5%)10-3 (76.9%)5-7-1 (41.7%)5-2 (71.4%)2-5-0 (28.6%)5-2 (71.4%)2-5-0 (28.6%)--
Denver Broncos5-9 (35.7%)8-6 (57.1%)2-1 (66.7%)2-1-0 (66.7%)3-4 (42.9%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
Detroit Lions8-5-1 (61.5%)9-5 (64.3%)7-2 (77.8%)6-4-0 (60.0%)5-2 (71.4%)4-3-0 (57.1%)5-1 (83.3%)4-2-0 (66.7%)--
Green Bay Packers10-4 (71.4%)10-4 (71.4%)4-1 (80.0%)3-2-0 (60.0%)4-3 (57.1%)3-4-0 (42.9%)1-1 (50.0%)0-2-0 (0.0%)--
Houston Oilers1-13 (7.1%)3-11 (21.4%)0-1 (0.0%)0-1-0 (0.0%)1-6 (14.3%)2-5-0 (28.6%)0-1 (0.0%)0-1-0 (0.0%)--
Kansas City Chiefs8-6 (57.1%)6-8 (42.9%)7-4 (63.6%)5-6-0 (45.5%)3-4 (42.9%)2-5-0 (28.6%)3-4 (42.9%)2-5-0 (28.6%)--
Los Angeles Rams6-7-1 (46.2%)5-8-1 (38.5%)4-5 (44.4%)3-7-0 (30.0%)4-3 (57.1%)3-3-1 (50.0%)3-2 (60.0%)2-3-0 (40.0%)--
Miami Dolphins14-0 (100.%)11-3 (78.6%)12-0 (100.%)9-3-0 (75.0%)7-0 (100.%)5-2-0 (71.4%)7-0 (100.%)5-2-0 (71.4%)--
Minnesota Vikings7-7 (50.0%)4-8-2 (33.3%)7-6 (53.8%)3-8-2 (27.3%)3-4 (42.9%)1-5-1 (16.7%)3-4 (42.9%)1-5-1 (16.7%)--
New England Patriots3-11 (21.4%)5-8-1 (38.5%)0-1 (0.0%)0-1-0 (0.0%)2-5 (28.6%)4-2-1 (66.7%)0-0 0-0-0 --
New Orleans Saints2-11-1 (15.4%)7-7 (50.0%)1-1 (50.0%)1-1-0 (50.0%)2-5 (28.6%)4-3-0 (57.1%)1-1 (50.0%)1-1-0 (50.0%)--
New York Giants8-6 (57.1%)7-5-2 (58.3%)6-0 (100.%)5-1-0 (83.3%)4-3 (57.1%)3-2-2 (60.0%)4-0 (100.%)3-1-0 (75.0%)--
New York Jets7-7 (50.0%)6-8 (42.9%)7-1 (87.5%)5-3-0 (62.5%)4-3 (57.1%)2-5-0 (28.6%)4-0 (100.%)2-2-0 (50.0%)--
Oakland Raiders10-3-1 (76.9%)7-7 (50.0%)10-2 (83.3%)7-6-0 (53.8%)5-1 (83.3%)3-4-0 (42.9%)5-1 (83.3%)3-4-0 (42.9%)--
Philadelphia Eagles2-11-1 (15.4%)6-8 (42.9%)0-0 0-0-0 0-6 (0.0%)2-5-0 (28.6%)0-0 0-0-0 --
Pittsburgh Steelers11-3 (78.6%)11-3 (78.6%)8-1 (88.9%)7-2-0 (77.8%)7-0 (100.%)7-0-0 (100.%)4-0 (100.%)4-0-0 (100.%)--
San Diego Chargers4-9-1 (30.8%)7-7 (50.0%)2-2 (50.0%)2-2-0 (50.0%)2-5 (28.6%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
San Francisco 49ers8-5-1 (61.5%)6-8 (42.9%)6-5 (54.5%)4-8-0 (33.3%)4-2 (66.7%)2-5-0 (28.6%)4-2 (66.7%)2-5-0 (28.6%)--
St Louis Cardinals4-9-1 (30.8%)5-9 (35.7%)1-0 (100.%)0-2-0 (0.0%)2-5 (28.6%)1-6-0 (14.3%)1-0 (100.%)0-1-0 (0.0%)--
Washington Redskins11-3 (78.6%)7-6-1 (53.8%)10-2 (83.3%)6-5-1 (54.5%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1972 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 19721:00New York JetsW 41-24W -7@Buffalo Bills
SunSep 17, 19721:00@Cleveland BrownsL 10-26L PKGreen Bay Packers
SunSep 17, 19721:00Cincinnati BengalsW 31-7W -4@New England Patriots
SunSep 17, 19721:00Oakland RaidersL 28-34L -4.5@Pittsburgh Steelers
SunSep 17, 19722:00@Baltimore ColtsL 3-10L -7St Louis Cardinals
SunSep 17, 19722:00Atlanta FalconsW 37-21W -5@Chicago Bears
SunSep 17, 19722:00@Dallas CowboysW 28-6W -15Philadelphia Eagles
SunSep 17, 19722:00@Detroit LionsW 30-16W -9.5New York Giants
SunSep 17, 19724:00@Denver BroncosW 30-17W -3Houston Oilers
SunSep 17, 19724:00@Kansas City ChiefsL 10-20L -4Miami Dolphins
SunSep 17, 19724:00@Los Angeles RamsW 34-14W -10New Orleans Saints
SunSep 17, 19724:00@San Francisco 49ersW 34-3W -6San Diego Chargers
MonSep 18, 19729:00@Minnesota VikingsL 21-24L -4Washington Redskins
+ + +

+ +

Back to top

1972 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 19721:00San Francisco 49ersL 20-27L -12@Buffalo Bills
SunSep 24, 19721:00@Cincinnati BengalsW 15-10W -2Pittsburgh Steelers
SunSep 24, 19721:00@Miami DolphinsW 34-13W -15Houston Oilers
SunSep 24, 19721:00Atlanta FalconsL 20-21L -7.5@New England Patriots
SunSep 24, 19721:00Dallas CowboysW 23-14P -9@New York Giants
SunSep 24, 19721:00Cleveland BrownsW 27-17W -3@Philadelphia Eagles
SunSep 24, 19721:00@Washington RedskinsW 24-10W -11St Louis Cardinals
SunSep 24, 19722:00New York JetsW 44-34W -2@Baltimore Colts
SunSep 24, 19722:00Los Angeles RamsT 13-13L -11@Chicago Bears
SunSep 24, 19722:00Oakland RaidersW 20-14W -4@Green Bay Packers
SunSep 24, 19724:00Minnesota VikingsW 34-10W -1@Detroit Lions
SunSep 24, 19724:00@San Diego ChargersW 37-14W -3Denver Broncos
MonSep 25, 19729:00Kansas City ChiefsW 20-17L -12@New Orleans Saints
+ + +

+ +

Back to top

1972 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 19721:00Los Angeles RamsL 3-31L -4@Atlanta Falcons
SunOct 1, 19721:00Baltimore ColtsW 17-0W -8@Buffalo Bills
SunOct 1, 19721:00Cincinnati BengalsL 6-27L -4@Cleveland Browns
SunOct 1, 19721:00Washington RedskinsL 23-24L -10@New England Patriots
SunOct 1, 19722:00Detroit LionsW 38-24W -10.5@Chicago Bears
SunOct 1, 19722:00Dallas CowboysL 13-16L -7@Green Bay Packers at Milwaukee
SunOct 1, 19722:00New York JetsL 20-26L -12@Houston Oilers
SunOct 1, 19722:00San Francisco 49ersW 37-2W -13.5@New Orleans Saints
SunOct 1, 19722:00Pittsburgh SteelersW 25-19W -4@St Louis Cardinals
SunOct 1, 19724:00Kansas City ChiefsW 45-24W -8@Denver Broncos
SunOct 1, 19724:00@Minnesota VikingsL 14-16L -4Miami Dolphins
SunOct 1, 19724:00@Oakland RaidersT 17-17L -4San Diego Chargers
MonOct 2, 19729:00New York GiantsW 27-12W -7@Philadelphia Eagles
+ + +

+ +

Back to top

1972 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 19721:00Detroit LionsW 26-23W -1@Atlanta Falcons
SunOct 8, 19721:00New England PatriotsL 14-38L -4@Buffalo Bills
SunOct 8, 19721:00@Cincinnati BengalsW 21-10W -9Denver Broncos
SunOct 8, 19721:00Kansas City ChiefsW 31-7W -7@Cleveland Browns
SunOct 8, 19721:00@New York GiantsW 45-21W -10.5New Orleans Saints
SunOct 8, 19721:00Miami DolphinsW 27-17W -5@New York Jets
SunOct 8, 19721:00@Washington RedskinsW 14-0L -16Philadelphia Eagles
SunOct 8, 19722:00@Baltimore ColtsL 20-23L -5.5San Diego Chargers
SunOct 8, 19722:00@Dallas CowboysW 17-13L -7Pittsburgh Steelers
SunOct 8, 19722:00@Green Bay PackersW 20-17L -9.5Chicago Bears
SunOct 8, 19722:00@Minnesota VikingsL 17-19L -14St Louis Cardinals
SunOct 8, 19724:00San Francisco 49ersL 7-31L -4.5@Los Angeles Rams
MonOct 9, 19729:00Oakland RaidersW 34-0W -9@Houston Oilers
+ + +

+ +

Back to top

1972 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 19721:00@Cleveland BrownsL 0-17L -5Chicago Bears
SunOct 15, 19721:00@Miami DolphinsW 24-10W -9San Diego Chargers
SunOct 15, 19721:00New York JetsW 41-13W -7.5@New England Patriots
SunOct 15, 19721:00Los Angeles RamsW 34-3W -13@Philadelphia Eagles
SunOct 15, 19722:00Atlanta FalconsW 21-14L -13@New Orleans Saints
SunOct 15, 19722:00Washington RedskinsW 33-3W -6@St Louis Cardinals
SunOct 15, 19724:00Dallas CowboysW 21-0W -3@Baltimore Colts
SunOct 15, 19724:00Minnesota VikingsW 23-20L -11@Denver Broncos
SunOct 15, 19724:00@Kansas City ChiefsL 16-23L -7.5Cincinnati Bengals
SunOct 15, 19724:00@Oakland RaidersW 28-16L -13.5Buffalo Bills
SunOct 15, 19724:00@Pittsburgh SteelersW 24-7W -12.5Houston Oilers
SunOct 15, 19724:00@San Francisco 49ersL 17-23L -7.5New York Giants
MonOct 16, 19729:00@Detroit LionsL 23-24L -6Green Bay Packers
+ + +

+ +

Back to top

1972 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 19721:00@Detroit LionsW 34-20W -6.5San Diego Chargers
SunOct 22, 19721:00@Miami DolphinsW 24-23L -13Buffalo Bills
SunOct 22, 19721:00@New York GiantsW 27-21L -9St Louis Cardinals
SunOct 22, 19721:00@New York JetsW 24-20L -8.5Baltimore Colts
SunOct 22, 19721:00@Pittsburgh SteelersW 33-3W -13.5New England Patriots
SunOct 22, 19722:00@Green Bay PackersL 9-10L -2.5Atlanta Falcons at Milwaukee
SunOct 22, 19722:00Cleveland BrownsW 23-17W -2.5@Houston Oilers
SunOct 22, 19722:00@Kansas City ChiefsL 20-21L -17Philadelphia Eagles
SunOct 22, 19724:00@Los Angeles RamsW 15-12L -6.5Cincinnati Bengals
SunOct 22, 19724:00@Oakland RaidersL 23-30L -10Denver Broncos
SunOct 22, 19724:00@San Francisco 49ersT 20-20L -12.5New Orleans Saints
SunOct 22, 19724:00@Washington RedskinsW 24-20W -2Dallas Cowboys
MonOct 23, 19729:00Minnesota VikingsL 10-13L -7.5@Chicago Bears
+ + +

+ +

Back to top

1972 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 19721:00@Atlanta FalconsL 14-49L -7San Francisco 49ers
SunOct 29, 19721:00Pittsburgh SteelersW 38-21W -8.5@Buffalo Bills
SunOct 29, 19721:00@Cincinnati BengalsW 30-7W -14Houston Oilers
SunOct 29, 19721:00Washington RedskinsW 23-16P -7@New York Giants
SunOct 29, 19721:00@New York JetsW 34-10W -14.5New England Patriots
SunOct 29, 19722:00Minnesota VikingsW 27-13W -1@Green Bay Packers
SunOct 29, 19722:00@New Orleans SaintsW 21-3W -1Philadelphia Eagles
SunOct 29, 19722:00Chicago BearsW 27-10W -1@St Louis Cardinals
SunOct 29, 19724:00Miami DolphinsW 23-0W -4.5@Baltimore Colts
SunOct 29, 19724:00@Denver BroncosL 20-27L -5Cleveland Browns
SunOct 29, 19724:00@Oakland RaidersW 45-17W -1Los Angeles Rams
SunOct 29, 19724:00Kansas City ChiefsW 26-14W -3@San Diego Chargers
MonOct 30, 19729:00@Dallas CowboysW 28-24L -6Detroit Lions
+ + +

+ +

Back to top

1972 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 19721:00Miami DolphinsW 30-16W -10@Buffalo Bills
SunNov 5, 19721:00@Cleveland BrownsW 20-0W -10Houston Oilers
SunNov 5, 19721:00@Detroit LionsW 14-0W -5.5Chicago Bears
SunNov 5, 19721:00@New York GiantsW 29-17W -7Denver Broncos
SunNov 5, 19721:00Washington RedskinsW 35-17W -7@New York Jets
SunNov 5, 19721:00St Louis CardinalsT 6-6L -4@Philadelphia Eagles
SunNov 5, 19721:00@Pittsburgh SteelersW 40-17W -2Cincinnati Bengals
SunNov 5, 19722:00San Francisco 49ersL 24-34L -1@Green Bay Packers at Milwaukee
SunNov 5, 19722:00@Minnesota VikingsW 37-6W -16New Orleans Saints
SunNov 5, 19724:00@Kansas City ChiefsW 27-14W -1.5Oakland Raiders
SunNov 5, 19724:00@Los Angeles RamsW 20-7W -2.5Atlanta Falcons
SunNov 5, 19724:00Dallas CowboysW 34-28L -7.5@San Diego Chargers
MonNov 6, 19729:00Baltimore ColtsW 24-17P -7@New England Patriots
+ + +

+ +

Back to top

1972 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 19721:00@Atlanta FalconsW 36-20W -14New Orleans Saints
SunNov 12, 19721:00Oakland RaidersW 20-14W -1@Cincinnati Bengals
SunNov 12, 19721:00@Miami DolphinsW 52-0W -18New England Patriots
SunNov 12, 19721:00@New York JetsW 41-3W -11Buffalo Bills
SunNov 12, 19721:00@Pittsburgh SteelersW 16-7W PKKansas City Chiefs
SunNov 12, 19721:00@Washington RedskinsW 27-13W -9.5New York Giants
SunNov 12, 19722:00Green Bay PackersW 23-17W -3@Chicago Bears
SunNov 12, 19722:00@Dallas CowboysW 33-24L -17St Louis Cardinals
SunNov 12, 19722:00@Houston OilersL 17-18L -4Philadelphia Eagles
SunNov 12, 19724:00@Los Angeles RamsL 10-16L -10Denver Broncos
SunNov 12, 19724:00@Minnesota VikingsW 16-14L -7Detroit Lions
SunNov 12, 19724:00@San Francisco 49ersW 24-21L -7Baltimore Colts
MonNov 13, 19729:00@San Diego ChargersL 17-21L -4Cleveland Browns
+ + +

+ +

Back to top

1972 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 19721:00@Cincinnati BengalsL 19-20L -4.5Baltimore Colts
SunNov 19, 19721:00Pittsburgh SteelersL 24-26L -7.5@Cleveland Browns
SunNov 19, 19721:00@Detroit LionsW 27-14L -17New Orleans Saints
SunNov 19, 19721:00@Miami DolphinsW 28-24L -8New York Jets
SunNov 19, 19721:00Buffalo BillsW 27-24L -5.5@New England Patriots
SunNov 19, 19721:00Dallas CowboysW 28-7W -14@Philadelphia Eagles
SunNov 19, 19722:00San Francisco 49ersW 34-21W -4.5@Chicago Bears
SunNov 19, 19722:00Oakland RaidersW 37-20W -7@Denver Broncos
SunNov 19, 19722:00Green Bay PackersW 23-10W -9.5@Houston Oilers
SunNov 19, 19722:00@Kansas City ChiefsL 17-27L -8San Diego Chargers
SunNov 19, 19722:00New York GiantsW 13-7W -5.5@St Louis Cardinals
SunNov 19, 19724:00Minnesota VikingsW 45-41P -4@Los Angeles Rams
MonNov 20, 19729:00@Washington RedskinsW 24-13W -7Atlanta Falcons
+ + +

+ +

Back to top

1972 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 197212:00@Detroit LionsW 37-20W -7.5New York Jets
ThuNov 23, 19723:30@Dallas CowboysL 10-31L -7.5San Francisco 49ers
SunNov 26, 19721:00@Atlanta FalconsW 23-20L -10.5Denver Broncos
SunNov 26, 19721:00@Cleveland BrownsW 27-10W -9Buffalo Bills
SunNov 26, 19721:00Los Angeles RamsL 16-19L -13@New Orleans Saints
SunNov 26, 19721:00@New York GiantsW 62-10W -13.5Philadelphia Eagles
SunNov 26, 19721:00Minnesota VikingsL 10-23L -2.5@Pittsburgh Steelers
SunNov 26, 19721:00@Washington RedskinsW 21-16L -7Green Bay Packers
SunNov 26, 19722:00@Baltimore ColtsW 31-0W -13New England Patriots
SunNov 26, 19722:00Cincinnati BengalsW 13-3W -2.5@Chicago Bears
SunNov 26, 19724:00@Oakland RaidersW 26-3W -4.5Kansas City Chiefs
SunNov 26, 19724:00@San Diego ChargersW 34-20W -13Houston Oilers
MonNov 27, 19729:00@Miami DolphinsW 31-10W -14.5St Louis Cardinals
+ + +

+ +

Back to top

1972 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 19721:00@Atlanta FalconsW 20-10L -14.5Houston Oilers
SunDec 3, 19721:00@Cincinnati BengalsW 13-10W PKNew York Giants
SunDec 3, 19721:00Miami DolphinsW 37-21L -17@New England Patriots
SunDec 3, 19721:00@New York JetsW 18-17L -13New Orleans Saints
SunDec 3, 19721:00Washington RedskinsW 23-7L -17@Philadelphia Eagles
SunDec 3, 19721:00@Pittsburgh SteelersW 30-0W -10Cleveland Browns
SunDec 3, 19722:00@Baltimore ColtsW 35-7W -12Buffalo Bills
SunDec 3, 19722:00Detroit LionsL 7-33L -3.5@Green Bay Packers
SunDec 3, 19722:00@Kansas City ChiefsW 24-21L -6Denver Broncos
SunDec 3, 19722:00@Minnesota VikingsW 23-10P -13Chicago Bears
SunDec 3, 19724:00Oakland RaidersW 21-19L -5@San Diego Chargers
SunDec 3, 19724:00Dallas CowboysW 27-6W -12@St Louis Cardinals
MonDec 4, 19729:00@San Francisco 49ersL 16-26L -6.5Los Angeles Rams
+ + +

+ +

Back to top

1972 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 19721:00@Cincinnati BengalsL 24-27L -4Cleveland Browns
SatDec 9, 19724:00@Dallas CowboysW 34-24W -7Washington Redskins
SunDec 10, 19721:00Detroit LionsT 21-21L -13@Buffalo Bills
SunDec 10, 19721:00@New Orleans SaintsL 10-17L -10New England Patriots
SunDec 10, 19721:00Miami DolphinsW 23-13W -7@New York Giants
SunDec 10, 19721:00Chicago BearsW 21-12W -4.5@Philadelphia Eagles
SunDec 10, 19722:00San Diego ChargersL 13-38L -5@Denver Broncos
SunDec 10, 19722:00Pittsburgh SteelersW 9-3L -14.5@Houston Oilers
SunDec 10, 19722:00@Minnesota VikingsL 7-23L -4Green Bay Packers
SunDec 10, 19722:00Los Angeles RamsL 14-24L -11@St Louis Cardinals
SunDec 10, 19724:00@Kansas City ChiefsW 24-10W -2.5Baltimore Colts
SunDec 10, 19724:00@San Francisco 49ersW 20-0W -6Atlanta Falcons
MonDec 11, 19729:00@Oakland RaidersW 24-16W -7New York Jets
+ + +

+ +

Back to top

1972 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 19721:00@Miami DolphinsW 16-0W -10.5Baltimore Colts
SatDec 16, 19724:00@San Francisco 49ersW 20-17L -6Minnesota Vikings
SunDec 17, 19721:00@Atlanta FalconsL 14-17L -3Kansas City Chiefs
SunDec 17, 19721:00Cleveland BrownsW 26-10W -3@New York Jets
SunDec 17, 19721:00@Washington RedskinsL 17-24L -9Buffalo Bills
SunDec 17, 19722:00Cincinnati BengalsW 61-17W -9@Houston Oilers
SunDec 17, 19722:00Green Bay PackersW 30-20W -8@New Orleans Saints
SunDec 17, 19722:00@St Louis CardinalsW 24-23L -9Philadelphia Eagles
SunDec 17, 19724:00@Dallas CowboysL 3-23L -7New York Giants
SunDec 17, 19724:00@Denver BroncosW 45-21W -10New England Patriots
SunDec 17, 19724:00@Los Angeles RamsL 17-34L -3Detroit Lions
SunDec 17, 19724:00@Oakland RaidersW 28-21L -10.5Chicago Bears
SunDec 17, 19724:00Pittsburgh SteelersW 24-2W -4@San Diego Chargers
+ + +

+

Back to top

+

1972 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC DivisionalSatDec 23, 19721:00@Pittsburgh SteelersW 13-7W -2Oakland Raiders
NFC DivisionalSatDec 23, 19724:00@San Francisco 49ersL 28-30L PKDallas Cowboys
NFC DivisionalSunDec 24, 197212:00@Washington RedskinsW 16-3W -5Green Bay Packers
AFC DivisionalSunDec 24, 19723:00@Miami DolphinsW 20-14L -12.5Cleveland Browns
AFC ChampionshipSunDec 31, 197212:00Miami DolphinsW 21-17W -3@Pittsburgh Steelers
NFC ChampionshipSunDec 31, 19723:00@Washington RedskinsW 26-3W -3Dallas Cowboys
Super Bowl VIISunJan 14, 19733:50NMiami DolphinsW 14-7W -1Washington RedskinsU 33
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1973.html b/data/1973.html new file mode 100644 index 0000000..08b9402 --- /dev/null +++ b/data/1973.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1973 Season

+ +

Historical NFL Game Odds

1973 Season

<<-- 1972 Season    1974 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1973 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-2 (83.3%)9-3-0 (75.0%)8-5 (61.5%)9-4-0 (69.2%)7-1 (87.5%)7-1-0 (87.5%)1-3 (25.0%)2-2-0 (50.0%)--
29-2 (81.8%)7-6-0 (53.8%)7-4 (63.6%)9-4-0 (69.2%)5-0 (100.%)5-2-0 (71.4%)2-4 (33.3%)4-2-0 (66.7%)--
38-5 (61.5%)7-6-0 (53.8%)8-5 (61.5%)7-6-0 (53.8%)5-2 (71.4%)4-3-0 (57.1%)3-3 (50.0%)3-3-0 (50.0%)--
411-2 (84.6%)4-9-0 (30.8%)8-5 (61.5%)9-4-0 (69.2%)6-0 (100.%)3-3-0 (50.0%)2-5 (28.6%)6-1-0 (85.7%)--
56-4 (60.0%)3-8-0 (27.3%)5-7 (41.7%)8-5-0 (61.5%)1-2 (33.3%)1-3-0 (25.0%)2-5 (28.6%)5-2-0 (71.4%)--
610-2 (83.3%)8-5-0 (61.5%)9-3 (75.0%)8-5-0 (61.5%)9-2 (81.8%)7-4-0 (63.6%)0-1 (0.0%)1-1-0 (50.0%)--
77-5 (58.3%)5-8-0 (38.5%)8-4 (66.7%)6-7-0 (46.2%)4-1 (80.0%)2-4-0 (33.3%)4-3 (57.1%)4-3-0 (57.1%)--
87-5 (58.3%)5-8-0 (38.5%)8-4 (66.7%)9-4-0 (69.2%)5-2 (71.4%)4-3-0 (57.1%)3-2 (60.0%)5-1-0 (83.3%)--
912-1 (92.3%)11-2-0 (84.6%)8-5 (61.5%)9-4-0 (69.2%)8-1 (88.9%)8-1-0 (88.9%)0-4 (0.0%)1-3-0 (25.0%)--
109-4 (69.2%)8-5-0 (61.5%)9-4 (69.2%)8-5-0 (61.5%)7-2 (77.8%)6-3-0 (66.7%)2-2 (50.0%)2-2-0 (50.0%)--
1110-3 (76.9%)9-4-0 (69.2%)7-6 (53.8%)8-5-0 (61.5%)5-1 (83.3%)5-1-0 (83.3%)2-5 (28.6%)3-4-0 (42.9%)--
1210-2 (83.3%)5-7-1 (41.7%)7-5 (58.3%)5-7-1 (41.7%)6-1 (85.7%)3-5-0 (37.5%)1-4 (20.0%)2-2-1 (50.0%)--
138-5 (61.5%)8-5-0 (61.5%)10-3 (76.9%)10-3-0 (76.9%)6-1 (85.7%)6-1-0 (85.7%)4-2 (66.7%)4-2-0 (66.7%)--
1412-1 (92.3%)9-4-0 (69.2%)7-6 (53.8%)6-7-0 (46.2%)7-1 (87.5%)5-3-0 (62.5%)0-5 (0.0%)1-4-0 (20.0%)--
Playoffs7-0 (100.%)6-1-0 (85.7%)5-1 (83.3%)4-2-0 (66.7%)5-0 (100.%)4-1-0 (80.0%)0-1 (0.0%)0-1-0 (0.0%)0-1-0 (0.0%)
+ +


1973 Results by Team

Click on a team to view 1973 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons9-5 (64.3%)9-5 (64.3%)5-2 (71.4%)4-3-0 (57.1%)4-3 (57.1%)4-3-0 (57.1%)1-2 (33.3%)0-3-0 (0.0%)--
Baltimore Colts4-10 (28.6%)5-9 (35.7%)2-1 (66.7%)1-2-0 (33.3%)3-4 (42.9%)2-5-0 (28.6%)2-1 (66.7%)1-2-0 (33.3%)--
Buffalo Bills9-5 (64.3%)9-5 (64.3%)4-1 (80.0%)3-2-0 (60.0%)5-2 (71.4%)5-2-0 (71.4%)3-0 (100.%)2-1-0 (66.7%)--
Chicago Bears3-11 (21.4%)4-10 (28.6%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)2-5-0 (28.6%)1-1 (50.0%)1-1-0 (50.0%)--
Cincinnati Bengals10-4 (71.4%)9-5 (64.3%)7-2 (77.8%)5-4-0 (55.6%)7-0 (100.%)7-0-0 (100.%)4-0 (100.%)4-0-0 (100.%)--
Cleveland Browns7-5-2 (58.3%)9-5 (64.3%)3-1 (75.0%)3-2-0 (60.0%)5-1 (83.3%)6-1-0 (85.7%)2-0 (100.%)2-1-0 (66.7%)--
Dallas Cowboys10-4 (71.4%)9-5 (64.3%)10-2 (83.3%)9-3-0 (75.0%)6-1 (85.7%)6-1-0 (85.7%)6-1 (85.7%)6-1-0 (85.7%)--
Denver Broncos7-5-2 (58.3%)11-3 (78.6%)5-1 (83.3%)5-2-0 (71.4%)3-3 (50.0%)5-2-0 (71.4%)2-1 (66.7%)2-1-0 (66.7%)--
Detroit Lions6-7-1 (46.2%)6-7-1 (46.2%)6-2 (75.0%)5-2-1 (71.4%)4-3 (57.1%)4-3-0 (57.1%)4-1 (80.0%)4-1-0 (80.0%)--
Green Bay Packers5-7-2 (41.7%)4-10 (28.6%)5-2 (71.4%)4-5-0 (44.4%)3-2 (60.0%)3-4-0 (42.9%)3-1 (75.0%)3-3-0 (50.0%)--
Houston Oilers1-13 (7.1%)4-10 (28.6%)0-0 0-0-0 0-7 (0.0%)3-4-0 (42.9%)0-0 0-0-0 --
Kansas City Chiefs7-5-2 (58.3%)6-8 (42.9%)6-2 (75.0%)4-5-0 (44.4%)5-1 (83.3%)4-3-0 (57.1%)4-1 (80.0%)3-3-0 (50.0%)--
Los Angeles Rams12-2 (85.7%)11-3 (78.6%)9-1 (90.0%)7-3-0 (70.0%)7-0 (100.%)7-0-0 (100.%)6-0 (100.%)6-0-0 (100.%)--
Miami Dolphins12-2 (85.7%)9-5 (64.3%)11-2 (84.6%)8-5-0 (61.5%)7-0 (100.%)6-1-0 (85.7%)7-0 (100.%)6-1-0 (85.7%)--
Minnesota Vikings12-2 (85.7%)9-5 (64.3%)12-2 (85.7%)9-5-0 (64.3%)7-0 (100.%)5-2-0 (71.4%)7-0 (100.%)5-2-0 (71.4%)--
New England Patriots5-9 (35.7%)7-7 (50.0%)3-1 (75.0%)3-1-0 (75.0%)3-4 (42.9%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)--
New Orleans Saints5-9 (35.7%)8-6 (57.1%)0-0 0-0-0 5-2 (71.4%)6-1-0 (85.7%)0-0 0-0-0 --
New York Giants2-11-1 (15.4%)4-10 (28.6%)2-3 (40.0%)2-4-0 (33.3%)2-4 (33.3%)3-4-0 (42.9%)2-0 (100.%)2-1-0 (66.7%)--
New York Jets4-10 (28.6%)5-9 (35.7%)3-3 (50.0%)2-4-0 (33.3%)2-4 (33.3%)2-4-0 (33.3%)2-1 (66.7%)1-2-0 (33.3%)--
Oakland Raiders9-4-1 (69.2%)5-9 (35.7%)8-3 (72.7%)4-8-0 (33.3%)5-2 (71.4%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)--
Philadelphia Eagles5-8-1 (38.5%)7-7 (50.0%)1-0 (100.%)0-1-0 (0.0%)4-3 (57.1%)3-4-0 (42.9%)1-0 (100.%)0-1-0 (0.0%)--
Pittsburgh Steelers10-4 (71.4%)8-6 (57.1%)8-3 (72.7%)5-6-0 (45.5%)7-1 (87.5%)4-4-0 (50.0%)6-1 (85.7%)3-4-0 (42.9%)--
San Diego Chargers2-11-1 (15.4%)5-9 (35.7%)2-0 (100.%)2-0-0 (100.%)2-5 (28.6%)3-4-0 (42.9%)2-0 (100.%)2-0-0 (100.%)--
San Francisco 49ers5-9 (35.7%)4-10 (28.6%)5-3 (62.5%)3-5-0 (37.5%)3-4 (42.9%)4-3-0 (57.1%)3-2 (60.0%)3-2-0 (60.0%)--
St Louis Cardinals4-9-1 (30.8%)6-7-1 (46.2%)1-1 (50.0%)1-1-0 (50.0%)2-4 (33.3%)4-2-1 (66.7%)0-1 (0.0%)0-1-0 (0.0%)--
Washington Redskins10-4 (71.4%)8-6 (57.1%)10-3 (76.9%)8-5-0 (61.5%)7-0 (100.%)5-2-0 (71.4%)7-0 (100.%)5-2-0 (71.4%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1973 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 19731:00@Cleveland BrownsW 24-14W -6.5Baltimore Colts
SunSep 16, 19731:00@Miami DolphinsW 21-13W -7.5San Francisco 49ers
SunSep 16, 19731:00@New England PatriotsL 13-31L PKBuffalo Bills
SunSep 16, 19731:00@New York GiantsW 34-14W -14Houston Oilers
SunSep 16, 19731:00St Louis CardinalsW 34-23W -1@Philadelphia Eagles
SunSep 16, 19731:00@Washington RedskinsW 38-0W -13.5San Diego Chargers
SunSep 16, 19732:00Dallas CowboysW 20-17L -5.5@Chicago Bears
SunSep 16, 19732:00@Minnesota VikingsW 24-16W -4Oakland Raiders
SunSep 16, 19732:00Atlanta FalconsW 62-7W -6@New Orleans Saints
SunSep 16, 19734:00Cincinnati BengalsL 10-28L -3@Denver Broncos
SunSep 16, 19734:00@Kansas City ChiefsL 13-23L -2Los Angeles Rams
SunSep 16, 19734:00@Pittsburgh SteelersW 24-10W -6.5Detroit Lions
MonSep 17, 19739:00@Green Bay PackersW 23-7W -3.5New York Jets at Milwaukee
+ + +

+ +

Back to top

1973 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 19731:00@Cincinnati BengalsW 24-10W -10Houston Oilers
SunSep 23, 19731:00Kansas City ChiefsW 10-7L -7@New England Patriots
SunSep 23, 19731:00@New York GiantsT 23-23L -15Philadelphia Eagles
SunSep 23, 19731:00@Pittsburgh SteelersW 33-6W -9Cleveland Browns
SunSep 23, 19732:00New York JetsW 34-10W -6@Baltimore Colts
SunSep 23, 19732:00Minnesota VikingsW 22-13W -6.5@Chicago Bears
SunSep 23, 19732:00@Green Bay PackersT 13-13L -4Detroit Lions
SunSep 23, 19732:00Washington RedskinsL 27-34L -10.5@St Louis Cardinals
SunSep 23, 19734:00San Francisco 49ersW 36-34L -4@Denver Broncos
SunSep 23, 19734:00@Los Angeles RamsW 31-0W -3Atlanta Falcons
SunSep 23, 19734:00Miami DolphinsL 7-12L -3@Oakland Raiders at Univ of California
SunSep 23, 19734:00@San Diego ChargersW 34-7W -1Buffalo Bills
MonSep 24, 19739:00@Dallas CowboysW 40-3W -20New Orleans Saints
+ + +

+ +

Back to top

1973 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 19731:00New York JetsL 7-9L -5.5@Buffalo Bills
SunSep 30, 19731:00New York GiantsL 10-12L -4@Cleveland Browns
SunSep 30, 19731:00@Miami DolphinsW 44-23W -20.5New England Patriots
SunSep 30, 19731:00Washington RedskinsW 28-7W -12@Philadelphia Eagles
SunSep 30, 19732:00@Baltimore ColtsW 14-10L -9New Orleans Saints
SunSep 30, 19732:00@Dallas CowboysW 45-10W -10St Louis Cardinals
SunSep 30, 19732:00Pittsburgh SteelersW 36-7W -14@Houston Oilers
SunSep 30, 19732:00@Minnesota VikingsW 11-3W -6Green Bay Packers
SunSep 30, 19734:00@Denver BroncosL 14-33L -3Chicago Bears
SunSep 30, 19734:00Oakland RaidersL 3-16L -7@Kansas City Chiefs
SunSep 30, 19734:00Cincinnati BengalsW 20-13W -3.5@San Diego Chargers
SunSep 30, 19734:00@San Francisco 49ersL 20-40L -1.5Los Angeles Rams
MonOct 1, 19739:00@Detroit LionsW 31-6W -6.5Atlanta Falcons
+ + +

+ +

Back to top

1973 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 19731:00San Francisco 49ersW 13-9L -5@Atlanta Falcons
SunOct 7, 19731:00@Buffalo BillsW 27-26L -5.5Philadelphia Eagles
SunOct 7, 19731:00Cincinnati BengalsL 10-17L -1@Cleveland Browns
SunOct 7, 19731:00@Miami DolphinsW 31-3W -14.5New York Jets
SunOct 7, 19731:00@New England PatriotsW 24-16W -3Baltimore Colts
SunOct 7, 19731:00Green Bay PackersW 16-14L -5@New York Giants
SunOct 7, 19731:00@Pittsburgh SteelersW 38-21L -19San Diego Chargers
SunOct 7, 19732:00Los Angeles RamsW 31-26L -15@Houston Oilers
SunOct 7, 19732:00@Kansas City ChiefsW 16-14L -6.5Denver Broncos
SunOct 7, 19732:00Chicago BearsL 16-21L -11@New Orleans Saints
SunOct 7, 19732:00Oakland RaidersW 17-10L -7.5@St Louis Cardinals
SunOct 7, 19734:00Minnesota VikingsW 23-9W -6@Detroit Lions
MonOct 8, 19739:00@Washington RedskinsW 14-7W -1Dallas Cowboys
+ + +

+ +

Back to top

1973 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 19731:00@Atlanta FalconsW 46-6W PKChicago Bears
SunOct 14, 19731:00@Buffalo BillsW 31-13W -6.5Baltimore Colts
SunOct 14, 19731:00Pittsburgh SteelersL 7-19L -10@Cincinnati Bengals
SunOct 14, 19731:00@New England PatriotsL 7-9L -8.5New York Jets
SunOct 14, 19731:00Washington RedskinsW 21-3W -6.5@New York Giants
SunOct 14, 19732:00@Green Bay PackersT 10-10L -4.5Kansas City Chiefs
SunOct 14, 19732:00Denver BroncosW 48-20W -6@Houston Oilers
SunOct 14, 19732:00Detroit LionsL 13-20L -10.5@New Orleans Saints
SunOct 14, 19732:00@St Louis CardinalsL 24-27L -5.5Philadelphia Eagles
SunOct 14, 19734:00@Los Angeles RamsW 37-31W PKDallas Cowboys
SunOct 14, 19734:00Oakland RaidersW 27-17L -11@San Diego Chargers
SunOct 14, 19734:00Minnesota VikingsW 17-13L -6.5@San Francisco 49ers
MonOct 15, 19739:00Miami DolphinsW 17-9L -9@Cleveland Browns
+ + +

+ +

Back to top

1973 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 19731:00@Cleveland BrownsW 42-13W -12Houston Oilers
SunOct 21, 19731:00@Detroit LionsL 27-29L -14Baltimore Colts
SunOct 21, 19731:00@Miami DolphinsW 27-6W -14Buffalo Bills
SunOct 21, 19731:00@Pittsburgh SteelersW 26-14L -18.5New York Jets
SunOct 21, 19731:00@Washington RedskinsW 31-13W -14St Louis Cardinals
SunOct 21, 19732:00@Chicago BearsL 10-13L -8.5New England Patriots
SunOct 21, 19732:00@Minnesota VikingsW 28-21L -14Philadelphia Eagles
SunOct 21, 19734:00@Cincinnati BengalsW 14-6W -2Kansas City Chiefs
SunOct 21, 19734:00@Dallas CowboysW 45-28W -11New York Giants
SunOct 21, 19734:00@Los Angeles RamsW 24-7W -7Green Bay Packers
SunOct 21, 19734:00Atlanta FalconsW 41-0W -5.5@San Diego Chargers
SunOct 21, 19734:00@San Francisco 49ersW 40-0W -14New Orleans Saints
MonOct 22, 19739:00Oakland RaidersT 23-23L -6@Denver Broncos
+ + +

+ +

Back to top

1973 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 19731:00@Cleveland BrownsT 16-16L -14.5San Diego Chargers
SunOct 28, 19731:00@Detroit LionsW 34-0W -2Green Bay Packers
SunOct 28, 19731:00Miami DolphinsW 30-14W -15@New England Patriots
SunOct 28, 19731:00Denver BroncosW 40-28W -4.5@New York Jets
SunOct 28, 19731:00Dallas CowboysL 16-30L -10.5@Philadelphia Eagles
SunOct 28, 19732:00Oakland RaidersW 34-21W -11@Baltimore Colts
SunOct 28, 19732:00@Chicago BearsW 35-14W -7.5Houston Oilers
SunOct 28, 19732:00@Minnesota VikingsW 10-9L -3Los Angeles Rams
SunOct 28, 19732:00Washington RedskinsL 3-19L -15@New Orleans Saints
SunOct 28, 19732:00New York GiantsL 27-35L -3@St Louis Cardinals
SunOct 28, 19734:00@Pittsburgh SteelersW 20-13L -9.5Cincinnati Bengals
SunOct 28, 19734:00@San Francisco 49ersL 3-17L -3.5Atlanta Falcons
MonOct 29, 19739:00Kansas City ChiefsL 14-23L -6.5@Buffalo Bills
+ + +

+ +

Back to top

1973 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 19731:00Los Angeles RamsL 13-15L -4@Atlanta Falcons
SunNov 4, 19731:00Miami DolphinsW 24-14L -13.5@New York Jets
SunNov 4, 19731:00@Philadelphia EaglesW 24-23L -9New England Patriots
SunNov 4, 19732:00@Baltimore ColtsL 27-31L -7.5Houston Oilers
SunNov 4, 19732:00@Dallas CowboysW 38-10W -7.5Cincinnati Bengals
SunNov 4, 19732:00@Green Bay PackersL 17-31L -4Chicago Bears
SunNov 4, 19732:00@Minnesota VikingsW 26-3W -9Cleveland Browns
SunNov 4, 19732:00Buffalo BillsL 0-13L -1.5@New Orleans Saints
SunNov 4, 19732:00Denver BroncosT 17-17L -2@St Louis Cardinals
SunNov 4, 19734:00@Detroit LionsW 30-20W -2.5San Francisco 49ers
SunNov 4, 19734:00@Oakland RaidersW 42-0W -10New York Giants
SunNov 4, 19734:00Kansas City ChiefsW 19-0W -6@San Diego Chargers
MonNov 5, 19739:00Washington RedskinsL 16-21L -1@Pittsburgh Steelers
+ + +

+ +

Back to top

1973 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 19731:00Cincinnati BengalsW 16-13L -4.5@Buffalo Bills
SunNov 11, 19731:00@Miami DolphinsW 44-0W -20Baltimore Colts
SunNov 11, 19731:00Dallas CowboysW 23-10W -10.5@New York Giants
SunNov 11, 19731:00@New York JetsW 33-13W -7New England Patriots
SunNov 11, 19731:00Atlanta FalconsW 44-27W -4.5@Philadelphia Eagles
SunNov 11, 19731:00@Washington RedskinsW 33-9W -7.5San Francisco 49ers
SunNov 11, 19732:00@Green Bay PackersW 25-21W -2.5St Louis Cardinals
SunNov 11, 19732:00Cleveland BrownsW 23-13W -8.5@Houston Oilers
SunNov 11, 19732:00@Minnesota VikingsW 28-7W -10Detroit Lions
SunNov 11, 19734:00@Denver BroncosW 30-19W -10.5San Diego Chargers
SunNov 11, 19734:00@Los Angeles RamsW 29-7W -15New Orleans Saints
SunNov 11, 19734:00@Oakland RaidersL 9-17L -6.5Pittsburgh Steelers
MonNov 12, 19739:00@Kansas City ChiefsW 19-7W -5Chicago Bears
+ + +

+ +

Back to top

1973 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 19731:00Miami DolphinsW 17-0W -14@Buffalo Bills
SunNov 18, 19731:00Green Bay PackersL 24-33L -7@New England Patriots
SunNov 18, 19731:00@New York GiantsW 24-13W -3.5St Louis Cardinals
SunNov 18, 19731:00@Pittsburgh SteelersL 13-23L -11Denver Broncos
SunNov 18, 19731:00@Washington RedskinsW 22-14L -19.5Baltimore Colts
SunNov 18, 19732:00Detroit LionsW 30-7W -2@Chicago Bears
SunNov 18, 19732:00@Cincinnati BengalsW 20-14W -5New York Jets
SunNov 18, 19732:00@Dallas CowboysW 31-10W -14Philadelphia Eagles
SunNov 18, 19732:00@Kansas City ChiefsW 38-14W -12Houston Oilers
SunNov 18, 19734:00@Los Angeles RamsW 31-13W -10.5San Francisco 49ers
SunNov 18, 19734:00@Oakland RaidersL 3-7L -8Cleveland Browns
SunNov 18, 19734:00@San Diego ChargersW 17-14W -1.5New Orleans Saints
MonNov 19, 19739:00Minnesota VikingsL 14-20L -5@Atlanta Falcons
+ + +

+ +

Back to top

1973 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 197312:15Washington RedskinsW 20-0W -4@Detroit Lions
ThuNov 22, 19733:30@Dallas CowboysL 7-14L -2.5Miami Dolphins
SunNov 25, 19731:00@Cincinnati BengalsW 42-24W -10.5St Louis Cardinals
SunNov 25, 19731:00Pittsburgh SteelersL 16-21L -4@Cleveland Browns
SunNov 25, 19731:00New York GiantsL 16-20L -2@Philadelphia Eagles
SunNov 25, 19732:00Buffalo BillsW 24-17W -3.5@Baltimore Colts
SunNov 25, 19732:00New England PatriotsW 32-0W -3.5@Houston Oilers
SunNov 25, 19732:00@Minnesota VikingsW 31-13W -15Chicago Bears
SunNov 25, 19732:00Los Angeles RamsW 24-13L -14@New Orleans Saints
SunNov 25, 19733:00@Denver BroncosW 14-10W -1.5Kansas City Chiefs
SunNov 25, 19734:00Atlanta FalconsW 28-20W -5.5@New York Jets
SunNov 25, 19734:00@Oakland RaidersW 31-3W -13San Diego Chargers
MonNov 26, 19739:00@San Francisco 49ersW 20-6W -5Green Bay Packers
+ + +

+ +

Back to top

1973 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 2, 19731:00@Atlanta FalconsL 6-17L -13.5Buffalo Bills
SunDec 2, 19731:00Minnesota VikingsL 0-27L -6.5@Cincinnati Bengals
SunDec 2, 19731:00@New England PatriotsW 30-14W -8San Diego Chargers
SunDec 2, 19731:00@New York JetsW 20-17L -12Baltimore Colts
SunDec 2, 19731:00@Washington RedskinsW 27-24L -13.5New York Giants
SunDec 2, 19732:00Los Angeles RamsW 26-0W -13.5@Chicago Bears
SunDec 2, 19732:00@Green Bay PackersW 30-10W -6.5New Orleans Saints at Milwaukee
SunDec 2, 19732:00Oakland RaidersW 17-6L -19@Houston Oilers
SunDec 2, 19732:00Detroit LionsW 20-16P -4@St Louis Cardinals
SunDec 2, 19734:00Dallas CowboysW 22-10W -4@Denver Broncos
SunDec 2, 19734:00@Kansas City ChiefsT 20-20L -8Cleveland Browns
SunDec 2, 19734:00@San Francisco 49ersW 38-28W -6.5Philadelphia Eagles
MonDec 3, 19739:00@Miami DolphinsW 30-26L -8Pittsburgh Steelers
+ + +

+ +

Back to top

1973 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 19731:00Minnesota VikingsW 31-7W -9@Green Bay Packers
SatDec 8, 19734:00@Oakland RaidersW 37-7W -6Kansas City Chiefs
SunDec 9, 19731:00@Atlanta FalconsL 10-32L -14St Louis Cardinals
SunDec 9, 19731:00@Buffalo BillsW 37-13W -4New England Patriots
SunDec 9, 19731:00Cleveland BrownsL 17-34L -3@Cincinnati Bengals
SunDec 9, 19731:00@Detroit LionsW 40-7W -11Chicago Bears
SunDec 9, 19731:00New York JetsL 23-24L -2.5@Philadelphia Eagles
SunDec 9, 19731:00@Pittsburgh SteelersW 33-7W -21Houston Oilers
SunDec 9, 19732:00Miami DolphinsL 3-16L -16@Baltimore Colts
SunDec 9, 19732:00San Francisco 49ersL 10-16L -6@New Orleans Saints
SunDec 9, 19734:00@Dallas CowboysW 27-7W -4.5Washington Redskins
SunDec 9, 19734:00Denver BroncosW 42-28W -9.5@San Diego Chargers
MonDec 10, 19739:00@Los Angeles RamsW 40-6W -13New York Giants
+ + +

+ +

Back to top

1973 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 19731:00@Miami DolphinsW 34-7W -9Detroit Lions
SatDec 15, 19734:00Pittsburgh SteelersW 37-14W -7.5@San Francisco 49ers
SunDec 16, 19731:00@Atlanta FalconsW 14-10L -13.5New Orleans Saints
SunDec 16, 19731:00Minnesota VikingsW 31-7W -13.5@New York Giants
SunDec 16, 19731:00@New York JetsL 14-34L -3.5Buffalo Bills
SunDec 16, 19731:00@Washington RedskinsW 38-20W -13Philadelphia Eagles
SunDec 16, 19732:00@Baltimore ColtsW 18-13W -1New England Patriots
SunDec 16, 19732:00Green Bay PackersW 21-0W -5@Chicago Bears
SunDec 16, 19732:00Cincinnati BengalsW 27-24L -17.5@Houston Oilers
SunDec 16, 19732:00@Kansas City ChiefsW 33-6W -12.5San Diego Chargers
SunDec 16, 19732:00Dallas CowboysW 30-3W -13.5@St Louis Cardinals
SunDec 16, 19734:00@Los Angeles RamsW 30-17W -9Cleveland Browns
SunDec 16, 19734:00@Oakland RaidersW 21-17L -7.5Denver Broncos
+ + +

+

Back to top

+

1973 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC DivisionalSatDec 22, 19731:00@Minnesota VikingsW 27-20L -8Washington Redskins
AFC DivisionalSatDec 22, 19734:00@Oakland RaidersW 33-14W -3.5Pittsburgh Steelers
AFC DivisionalSunDec 23, 19731:00@Miami DolphinsW 34-16W -10Cincinnati Bengals
NFC DivisionalSunDec 23, 19734:00@Dallas CowboysW 27-16W -2.5Los Angeles Rams
NFC ChampionshipSunDec 30, 19731:00Minnesota VikingsW 27-10W -1@Dallas Cowboys
AFC ChampionshipSunDec 30, 19734:00@Miami DolphinsW 27-10W -7Oakland Raiders
Super Bowl VIIISunJan 13, 19743:50NMiami DolphinsW 24-7W -6.5Minnesota VikingsU 33
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1974.html b/data/1974.html new file mode 100644 index 0000000..cf4b688 --- /dev/null +++ b/data/1974.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1974 Season

+ +

Historical NFL Game Odds

1974 Season

<<-- 1973 Season    1975 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1974 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-5 (61.5%)6-7-0 (46.2%)8-5 (61.5%)10-3-0 (76.9%)4-1 (80.0%)4-1-0 (80.0%)4-4 (50.0%)6-2-0 (75.0%)--
27-5 (58.3%)3-10-0 (23.1%)4-8 (33.3%)9-4-0 (69.2%)3-4 (42.9%)3-4-0 (42.9%)1-4 (20.0%)6-0-0 (100.%)--
39-4 (69.2%)5-8-0 (38.5%)8-5 (61.5%)6-7-0 (46.2%)6-2 (75.0%)3-5-0 (37.5%)2-3 (40.0%)3-2-0 (60.0%)--
412-1 (92.3%)9-4-0 (69.2%)5-8 (38.5%)4-9-0 (30.8%)5-1 (83.3%)3-3-0 (50.0%)0-7 (0.0%)1-6-0 (14.3%)--
510-3 (76.9%)6-7-0 (46.2%)8-5 (61.5%)8-5-0 (61.5%)5-0 (100.%)3-2-0 (60.0%)3-5 (37.5%)5-3-0 (62.5%)--
610-3 (76.9%)3-9-1 (25.0%)9-4 (69.2%)4-8-1 (33.3%)9-3 (75.0%)3-8-1 (27.3%)0-1 (0.0%)1-0-0 (100.%)--
78-4 (66.7%)2-9-1 (18.2%)7-6 (53.8%)5-7-1 (41.7%)4-2 (66.7%)0-5-1 (0.0%)2-4 (33.3%)4-2-0 (66.7%)--
89-4 (69.2%)5-8-0 (38.5%)5-8 (38.5%)5-8-0 (38.5%)4-3 (57.1%)2-5-0 (28.6%)1-5 (16.7%)3-3-0 (50.0%)--
98-5 (61.5%)7-6-0 (53.8%)5-8 (38.5%)4-9-0 (30.8%)4-4 (50.0%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)--
107-6 (53.8%)4-9-0 (30.8%)6-7 (46.2%)3-10-0 (23.1%)4-4 (50.0%)1-7-0 (12.5%)2-3 (40.0%)2-3-0 (40.0%)--
1111-2 (84.6%)9-3-1 (75.0%)7-6 (53.8%)8-4-1 (66.7%)6-1 (85.7%)6-1-0 (85.7%)1-5 (16.7%)2-3-1 (40.0%)--
126-6 (50.0%)5-7-0 (41.7%)9-4 (69.2%)8-5-0 (61.5%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)--
137-6 (53.8%)3-10-0 (23.1%)7-6 (53.8%)9-4-0 (69.2%)4-3 (57.1%)3-4-0 (42.9%)3-3 (50.0%)6-0-0 (100.%)--
1411-2 (84.6%)7-5-1 (58.3%)11-2 (84.6%)7-5-1 (58.3%)9-0 (100.%)5-3-1 (62.5%)2-2 (50.0%)2-2-0 (50.0%)--
Playoffs6-1 (85.7%)4-3-0 (57.1%)5-1 (83.3%)3-3-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)0-0 0-0-0 0-1-0 (0.0%)
+ +


1974 Results by Team

Click on a team to view 1974 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons3-11 (21.4%)4-10 (28.6%)1-4 (20.0%)0-5-0 (0.0%)2-5 (28.6%)1-6-0 (14.3%)1-3 (25.0%)0-4-0 (0.0%)--
Baltimore Colts2-12 (14.3%)8-6 (57.1%)0-0 0-0-0 0-7 (0.0%)4-3-0 (57.1%)0-0 0-0-0 --
Buffalo Bills9-5 (64.3%)6-6-2 (50.0%)7-2 (77.8%)1-6-2 (14.3%)5-2 (71.4%)2-4-1 (33.3%)4-1 (80.0%)0-4-1 (0.0%)--
Chicago Bears4-10 (28.6%)6-6-2 (50.0%)2-0 (100.%)1-0-1 (100.%)4-3 (57.1%)4-2-1 (66.7%)2-0 (100.%)1-0-1 (100.%)--
Cincinnati Bengals7-7 (50.0%)7-7 (50.0%)6-4 (60.0%)5-5-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)3-3 (50.0%)3-3-0 (50.0%)--
Cleveland Browns4-10 (28.6%)6-7-1 (46.2%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)3-3-1 (50.0%)1-0 (100.%)1-0-0 (100.%)--
Dallas Cowboys8-6 (57.1%)5-8-1 (38.5%)7-3 (70.0%)4-6-0 (40.0%)5-2 (71.4%)2-5-0 (28.6%)4-1 (80.0%)1-4-0 (20.0%)--
Denver Broncos7-6-1 (53.8%)9-5 (64.3%)5-3 (62.5%)5-3-0 (62.5%)3-3 (50.0%)5-2-0 (71.4%)3-1 (75.0%)3-1-0 (75.0%)--
Detroit Lions7-7 (50.0%)6-8 (42.9%)5-2 (71.4%)1-6-0 (14.3%)5-2 (71.4%)2-5-0 (28.6%)5-1 (83.3%)1-5-0 (16.7%)--
Green Bay Packers6-8 (42.9%)5-8-1 (38.5%)4-3 (57.1%)2-5-0 (28.6%)4-3 (57.1%)3-4-0 (42.9%)3-0 (100.%)2-1-0 (66.7%)--
Houston Oilers7-7 (50.0%)8-6 (57.1%)2-0 (100.%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)2-0 (100.%)1-1-0 (50.0%)--
Kansas City Chiefs5-9 (35.7%)7-7 (50.0%)3-2 (60.0%)3-2-0 (60.0%)1-6 (14.3%)2-5-0 (28.6%)1-2 (33.3%)1-2-0 (33.3%)--
Los Angeles Rams10-4 (71.4%)5-9 (35.7%)10-4 (71.4%)5-9-0 (35.7%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)--
Miami Dolphins11-3 (78.6%)3-11 (21.4%)11-3 (78.6%)3-11-0 (21.4%)7-0 (100.%)2-5-0 (28.6%)7-0 (100.%)2-5-0 (28.6%)--
Minnesota Vikings10-4 (71.4%)7-7 (50.0%)10-3 (76.9%)7-6-0 (53.8%)4-3 (57.1%)2-5-0 (28.6%)4-3 (57.1%)2-5-0 (28.6%)--
New England Patriots7-7 (50.0%)10-4 (71.4%)3-3 (50.0%)3-3-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)1-3 (25.0%)1-3-0 (25.0%)--
New Orleans Saints5-9 (35.7%)6-8 (42.9%)0-1 (0.0%)0-1-0 (0.0%)4-3 (57.1%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
New York Giants2-12 (14.3%)5-9 (35.7%)0-5 (0.0%)0-5-0 (0.0%)0-7 (0.0%)2-5-0 (28.6%)0-4 (0.0%)0-4-0 (0.0%)--
New York Jets7-7 (50.0%)9-5 (64.3%)3-2 (60.0%)2-3-0 (40.0%)3-4 (42.9%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
Oakland Raiders12-2 (85.7%)6-7-1 (46.2%)11-2 (84.6%)5-7-1 (41.7%)6-1 (85.7%)3-3-1 (50.0%)6-1 (85.7%)3-3-1 (50.0%)--
Philadelphia Eagles7-7 (50.0%)8-6 (57.1%)4-2 (66.7%)4-2-0 (66.7%)5-2 (71.4%)5-2-0 (71.4%)3-0 (100.%)3-0-0 (100.%)--
Pittsburgh Steelers10-3-1 (76.9%)6-8 (42.9%)10-3 (76.9%)6-8-0 (42.9%)5-2 (71.4%)3-4-0 (42.9%)5-2 (71.4%)3-4-0 (42.9%)--
San Diego Chargers5-9 (35.7%)8-6 (57.1%)1-0 (100.%)1-0-0 (100.%)3-4 (42.9%)5-2-0 (71.4%)1-0 (100.%)1-0-0 (100.%)--
San Francisco 49ers6-8 (42.9%)10-4 (71.4%)3-1 (75.0%)3-1-0 (75.0%)3-4 (42.9%)5-2-0 (71.4%)2-0 (100.%)2-0-0 (100.%)--
St Louis Cardinals10-4 (71.4%)9-5 (64.3%)6-2 (75.0%)4-4-0 (50.0%)5-2 (71.4%)5-2-0 (71.4%)2-1 (66.7%)2-1-0 (66.7%)--
Washington Redskins10-4 (71.4%)9-5 (64.3%)8-1 (88.9%)7-2-0 (77.8%)6-1 (85.7%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1974 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 15, 19741:00@Cincinnati BengalsW 33-7W -7Cleveland Browns
SunSep 15, 19741:00Miami DolphinsL 24-34L -14@New England Patriots
SunSep 15, 19741:00Washington RedskinsW 13-10L -7@New York Giants
SunSep 15, 19741:00@Pittsburgh SteelersW 30-0W -17Baltimore Colts
SunSep 15, 19742:00Detroit LionsL 9-17L -8.5@Chicago Bears
SunSep 15, 19742:00Minnesota VikingsW 32-17W -7@Green Bay Packers
SunSep 15, 19742:00@Houston OilersW 21-14W -5.5San Diego Chargers
SunSep 15, 19742:00@New Orleans SaintsL 13-17L -5San Francisco 49ers
SunSep 15, 19742:00Philadelphia EaglesL 3-7L -1.5@St Louis Cardinals
SunSep 15, 19744:00Dallas CowboysW 24-0W -1@Atlanta Falcons
SunSep 15, 19744:00Los Angeles RamsW 17-10L -7.5@Denver Broncos
SunSep 15, 19744:00@Kansas City ChiefsW 24-16W -5.5New York Jets
MonSep 16, 19749:00Oakland RaidersL 20-21L -5@Buffalo Bills
+ + +

+ +

Back to top

1974 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 19741:00@Atlanta FalconsL 10-16L -7San Francisco 49ers
SunSep 22, 19741:00Miami DolphinsW 24-16L -9@Buffalo Bills
SunSep 22, 19741:00@Cincinnati BengalsL 17-20L -19San Diego Chargers
SunSep 22, 19741:00@Cleveland BrownsW 20-7W -9.5Houston Oilers
SunSep 22, 19741:00Minnesota VikingsW 7-6L -11@Detroit Lions
SunSep 22, 19741:00@New York GiantsL 20-28L -3New England Patriots
SunSep 22, 19741:00@Washington RedskinsL 10-17L -9St Louis Cardinals
SunSep 22, 19742:00Green Bay PackersW 20-13L -7.5@Baltimore Colts
SunSep 22, 19742:00New York JetsW 23-21L -5.5@Chicago Bears
SunSep 22, 19744:00Pittsburgh SteelersT 35-35 (OT)L -7.5@Denver Broncos
SunSep 22, 19744:00@Los Angeles RamsW 24-0W -20New Orleans Saints
SunSep 22, 19744:00@Oakland RaidersW 27-7W -8.5Kansas City Chiefs
MonSep 23, 19749:00Dallas CowboysL 10-13L -7.5@Philadelphia Eagles
+ + +

+ +

Back to top

1974 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 19741:00@Buffalo BillsW 16-12L -4.5New York Jets
SunSep 29, 19741:00Los Angeles RamsL 14-20L -12.5@New England Patriots
SunSep 29, 19741:00Atlanta FalconsL 13-14L -3@New Orleans Saints
SunSep 29, 19741:00@Philadelphia EaglesW 30-10W -9Baltimore Colts
SunSep 29, 19742:00@Dallas CowboysL 6-14L -13New York Giants
SunSep 29, 19742:00@Green Bay PackersW 21-19L -4Detroit Lions at Milwaukee
SunSep 29, 19742:00Kansas City ChiefsW 17-7W -4@Houston Oilers
SunSep 29, 19742:00@Minnesota VikingsW 11-7L -15.5Chicago Bears
SunSep 29, 19742:00@St Louis CardinalsW 29-7W -3Cleveland Browns
SunSep 29, 19744:00@Pittsburgh SteelersL 0-17L -4Oakland Raiders
SunSep 29, 19744:00Miami DolphinsW 28-21L -15.5@San Diego Chargers
SunSep 29, 19744:00Cincinnati BengalsW 21-3W -4.5@San Francisco 49ers
MonSep 30, 19749:00@Washington RedskinsW 30-3W -3Denver Broncos
+ + +

+ +

Back to top

1974 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 6, 19741:00@Cincinnati BengalsW 28-17W -4.5Washington Redskins
SunOct 6, 19741:00Oakland RaidersW 40-24W -12@Cleveland Browns
SunOct 6, 19741:00@New England PatriotsW 42-3W -14Baltimore Colts
SunOct 6, 19741:00@New York GiantsL 7-14L -3.5Atlanta Falcons
SunOct 6, 19742:00@Chicago BearsW 24-10W -4New Orleans Saints
SunOct 6, 19742:00Buffalo BillsW 27-7W -3@Green Bay Packers
SunOct 6, 19742:00Pittsburgh SteelersW 13-7L -14@Houston Oilers
SunOct 6, 19744:00Minnesota VikingsW 23-21W -1@Dallas Cowboys
SunOct 6, 19744:00Denver BroncosW 17-14W -1@Kansas City Chiefs
SunOct 6, 19744:00@Los Angeles RamsW 16-13L -14.5Detroit Lions
SunOct 6, 19744:00Philadelphia EaglesW 13-7W -5.5@San Diego Chargers
SunOct 6, 19744:00St Louis CardinalsW 34-9W -3.5@San Francisco 49ers
MonOct 7, 19749:00@Miami DolphinsW 21-17L -13New York Jets
+ + +

+ +

Back to top

1974 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 19741:00@Atlanta FalconsW 13-10L -4.5Chicago Bears
SunOct 13, 19741:00Cincinnati BengalsW 34-24W -9.5@Cleveland Browns
SunOct 13, 19741:00New England PatriotsW 24-0W -3@New York Jets
SunOct 13, 19741:00@Philadelphia EaglesW 35-7W -6.5New York Giants
SunOct 13, 19741:00Miami DolphinsL 17-20L -5@Washington Redskins
SunOct 13, 19742:00Buffalo BillsW 27-14L -14.5@Baltimore Colts
SunOct 13, 19742:00Pittsburgh SteelersW 34-24W -8.5@Kansas City Chiefs
SunOct 13, 19742:00@Minnesota VikingsW 51-10W -16.5Houston Oilers
SunOct 13, 19742:00Dallas CowboysL 28-31L -3.5@St Louis Cardinals
SunOct 13, 19744:00@Denver BroncosW 33-17W -13.5New Orleans Saints
SunOct 13, 19744:00Los Angeles RamsL 6-17L -12.5@Green Bay Packers at Milwaukee
SunOct 13, 19744:00Oakland RaidersW 14-10L -13@San Diego Chargers
MonOct 14, 19749:00@Detroit LionsW 17-13L -10San Francisco 49ers
+ + +

+ +

Back to top

1974 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 19741:00@Atlanta FalconsL 3-13L -10New Orleans Saints
SunOct 20, 19741:00@Buffalo BillsW 30-28L -3New England Patriots
SunOct 20, 19741:00@Dallas CowboysW 31-24L -7.5Philadelphia Eagles
SunOct 20, 19741:00@New York JetsL 20-35L -12.5Baltimore Colts
SunOct 20, 19741:00@Pittsburgh SteelersW 20-16L -14.5Cleveland Browns
SunOct 20, 19741:00@Washington RedskinsW 24-3W -13.5New York Giants
SunOct 20, 19742:00St Louis CardinalsW 31-27L -12.5@Houston Oilers
SunOct 20, 19742:00@Minnesota VikingsL 16-20L -13Detroit Lions
SunOct 20, 19744:00@Denver BroncosW 27-7W -10San Diego Chargers
SunOct 20, 19744:00@Los Angeles RamsW 37-14W -15San Francisco 49ers
SunOct 20, 19744:00@Miami DolphinsW 9-3L -12.5Kansas City Chiefs
SunOct 20, 19744:00@Oakland RaidersW 30-27L -6Cincinnati Bengals
MonOct 21, 19749:00@Chicago BearsW 10-9P -1Green Bay Packers
+ + +

+ +

Back to top

1974 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 197412:00Philadelphia EaglesL 10-14L -7@New Orleans Saints
SunOct 27, 19741:00@Buffalo BillsW 16-6P -10Chicago Bears
SunOct 27, 19741:00@Cincinnati BengalsL 21-34L -16Houston Oilers
SunOct 27, 19741:00Denver BroncosL 21-23L -6.5@Cleveland Browns
SunOct 27, 19741:00@Detroit LionsW 19-17L -6.5Green Bay Packers
SunOct 27, 19741:00@Miami DolphinsW 17-7L -15Baltimore Colts
SunOct 27, 19741:00Dallas CowboysW 21-7W -10.5@New York Giants
SunOct 27, 19741:00Los Angeles RamsW 20-13L -14.5@New York Jets
SunOct 27, 19742:00@Minnesota VikingsL 14-17L -6.5New England Patriots
SunOct 27, 19742:00@St Louis CardinalsW 23-20W PKWashington Redskins
SunOct 27, 19744:00Kansas City ChiefsW 24-14W -2.5@San Diego Chargers
SunOct 27, 19744:00Oakland RaidersW 35-24L -13.5@San Francisco 49ers
MonOct 28, 19749:00@Pittsburgh SteelersW 24-17L -13Atlanta Falcons
+ + +

+ +

Back to top

1974 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 19741:00@Detroit LionsW 19-14L -8.5New Orleans Saints
SunNov 3, 19741:00@New England PatriotsL 28-29L -3.5Buffalo Bills
SunNov 3, 19741:00@New York JetsL 22-27L -3.5Houston Oilers
SunNov 3, 19741:00@Pittsburgh SteelersW 27-0W -8Philadelphia Eagles
SunNov 3, 19742:00Cincinnati BengalsW 24-14L -11@Baltimore Colts
SunNov 3, 19742:00Minnesota VikingsW 17-0W -7@Chicago Bears
SunNov 3, 19742:00@Dallas CowboysW 17-14L -5.5St Louis Cardinals
SunNov 3, 19742:00Washington RedskinsW 17-6W -3@Green Bay Packers
SunNov 3, 19744:00Oakland RaidersW 28-17W -5.5@Denver Broncos
SunNov 3, 19744:00@Kansas City ChiefsL 27-33L -6.5New York Giants
SunNov 3, 19744:00@Miami DolphinsW 42-7W -10.5Atlanta Falcons
SunNov 3, 19744:00Cleveland BrownsL 35-36L -3.5@San Diego Chargers
MonNov 4, 19749:00Los Angeles RamsW 15-13L -12.5@San Francisco 49ers
+ + +

+ +

Back to top

1974 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 19741:00@Buffalo BillsL 9-21L -10.5Houston Oilers
SunNov 10, 19741:00@Kansas City ChiefsL 7-14L -6.5San Diego Chargers
SunNov 10, 19741:00@New England PatriotsL 14-21L -10.5Cleveland Browns
SunNov 10, 19741:00@New York GiantsL 20-26 (OT)L -6.5New York Jets
SunNov 10, 19741:00Washington RedskinsW 27-20W -6.5@Philadelphia Eagles
SunNov 10, 19742:00Denver BroncosW 17-6W -9.5@Baltimore Colts
SunNov 10, 19742:00@Dallas CowboysW 20-14L -13.5San Francisco 49ers
SunNov 10, 19742:00@Green Bay PackersW 20-3W -6.5Chicago Bears at Milwaukee
SunNov 10, 19742:00Miami DolphinsW 21-0W -10@New Orleans Saints
SunNov 10, 19744:00Pittsburgh SteelersL 10-17L -3@Cincinnati Bengals
SunNov 10, 19744:00@Los Angeles RamsW 21-0W -13Atlanta Falcons
SunNov 10, 19744:00@Oakland RaidersW 35-13W -10Detroit Lions
MonNov 11, 19749:00Minnesota VikingsW 28-24W -3@St Louis Cardinals
+ + +

+ +

Back to top

1974 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 19741:00@Atlanta FalconsL 7-17L -7Baltimore Colts
SunNov 17, 19741:00Pittsburgh SteelersW 26-16W -7@Cleveland Browns
SunNov 17, 19741:00@Detroit LionsW 20-19L -7.5New York Giants
SunNov 17, 19741:00@Miami DolphinsW 35-28L -10Buffalo Bills
SunNov 17, 19741:00@New England PatriotsL 16-21L -10New York Jets
SunNov 17, 19741:00St Louis CardinalsW 13-3W -6@Philadelphia Eagles
SunNov 17, 19741:30San Francisco 49ersW 34-0W -1@Chicago Bears
SunNov 17, 19742:00Cincinnati BengalsL 3-20L -7@Houston Oilers
SunNov 17, 19742:00@Minnesota VikingsL 7-19L -10Green Bay Packers
SunNov 17, 19742:00Los Angeles RamsL 7-20L -10.5@New Orleans Saints
SunNov 17, 19744:00@Oakland RaidersW 17-10L -14.5San Diego Chargers
SunNov 17, 19744:00@Washington RedskinsW 28-21W -1.5Dallas Cowboys
MonNov 18, 19749:00@Denver BroncosL 34-42L -7.5Kansas City Chiefs
+ + +

+ +

Back to top

1974 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 19741:00@Cincinnati BengalsW 33-6W -7.5Kansas City Chiefs
SunNov 24, 19741:00Buffalo BillsW 15-10P -5@Cleveland Browns
SunNov 24, 19741:00@Detroit LionsW 34-17W -10Chicago Bears
SunNov 24, 19741:00St Louis CardinalsW 23-21L -7@New York Giants
SunNov 24, 19741:00Miami DolphinsL 14-17L -9@New York Jets
SunNov 24, 19741:00@Washington RedskinsW 26-7W -10Philadelphia Eagles
SunNov 24, 19742:00New England PatriotsW 27-17W -4.5@Baltimore Colts
SunNov 24, 19742:00@Green Bay PackersW 34-0W -7.5San Diego Chargers
SunNov 24, 19742:00Dallas CowboysW 10-0W -4.5@Houston Oilers
SunNov 24, 19744:00@Los Angeles RamsW 20-17W -1.5Minnesota Vikings
SunNov 24, 19744:00@Oakland RaidersL 17-20L -8Denver Broncos
SunNov 24, 19744:00@San Francisco 49ersW 27-0W -9Atlanta Falcons
MonNov 25, 19749:00Pittsburgh SteelersW 28-7W -8@New Orleans Saints
+ + +

+ +

Back to top

1974 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 197412:30@Detroit LionsL 27-31L -3.5Denver Broncos
ThuNov 28, 19742:45@Dallas CowboysW 24-23W PKWashington Redskins
SunDec 1, 19741:00@Buffalo BillsW 6-0L -12.5Baltimore Colts
SunDec 1, 19741:00San Francisco 49ersL 0-7L -2@Cleveland Browns
SunDec 1, 19741:00@New York JetsW 27-14W -8.5San Diego Chargers
SunDec 1, 19741:00Green Bay PackersL 14-36L -7.5@Philadelphia Eagles
SunDec 1, 19741:00@Pittsburgh SteelersL 10-13L -11Houston Oilers
SunDec 1, 19742:00New York GiantsL 13-16L -7@Chicago Bears
SunDec 1, 19742:00@Minnesota VikingsW 29-9W -14New Orleans Saints
SunDec 1, 19742:00@St Louis CardinalsL 13-17L -10.5Kansas City Chiefs
SunDec 1, 19744:00Los Angeles RamsW 30-7W -9.5@Atlanta Falcons
SunDec 1, 19744:00@Oakland RaidersW 41-26W -7.5New England Patriots
MonDec 2, 19749:00@Miami DolphinsW 24-3W -6.5Cincinnati Bengals
+ + +

+ +

Back to top

1974 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 7, 19741:00@Minnesota VikingsW 23-10L -14Atlanta Falcons
SatDec 7, 19744:00@Dallas CowboysW 41-17W -10.5Cleveland Browns
SunDec 8, 19741:00@Cincinnati BengalsL 19-23L -8Detroit Lions
SunDec 8, 19741:00Pittsburgh SteelersW 21-17L -6.5@New England Patriots
SunDec 8, 19741:00St Louis CardinalsL 0-14L -9.5@New Orleans Saints
SunDec 8, 19741:00@New York GiantsL 7-20L -3.5Philadelphia Eagles
SunDec 8, 19741:00Buffalo BillsL 10-20L -2.5@New York Jets
SunDec 8, 19742:00Miami DolphinsW 17-16L -13@Baltimore Colts
SunDec 8, 19744:00@Denver BroncosW 37-14W -4Houston Oilers
SunDec 8, 19744:00Oakland RaidersW 7-6L -7@Kansas City Chiefs
SunDec 8, 19744:00@San Diego ChargersW 28-21W -3Chicago Bears
SunDec 8, 19744:00Green Bay PackersL 6-7L -2@San Francisco 49ers
MonDec 9, 19749:00@Los Angeles RamsL 17-23L -3Washington Redskins
+ + +

+ +

Back to top

1974 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 19741:00@Pittsburgh SteelersW 27-3W -10Cincinnati Bengals
SatDec 14, 19743:45Minnesota VikingsW 35-15W -4.5@Kansas City Chiefs
SatDec 14, 19749:00@Oakland RaidersW 27-23P -4Dallas Cowboys
SunDec 15, 19741:00Green Bay PackersL 3-10L -6.5@Atlanta Falcons
SunDec 15, 19741:00@Miami DolphinsW 34-27L -7.5New England Patriots
SunDec 15, 19741:00@Philadelphia EaglesW 28-17W -1.5Detroit Lions
SunDec 15, 19741:00@Washington RedskinsW 42-0W -10.5Chicago Bears
SunDec 15, 19742:00New York JetsW 45-38W -5.5@Baltimore Colts
SunDec 15, 19742:00@Houston OilersW 28-24L -6.5Cleveland Browns
SunDec 15, 19742:00@St Louis CardinalsW 26-14W -7.5New York Giants
SunDec 15, 19744:00@Los Angeles RamsW 19-14L -6Buffalo Bills
SunDec 15, 19744:00Denver BroncosL 0-17L -7@San Diego Chargers
SunDec 15, 19744:00@San Francisco 49ersW 35-21W -7.5New Orleans Saints
+ + +

+

Back to top

+

1974 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC DivisionalSatDec 21, 19741:00@Minnesota VikingsW 30-14W -7St Louis Cardinals
AFC DivisionalSatDec 21, 19744:00@Oakland RaidersW 28-26L -3Miami Dolphins
AFC DivisionalSunDec 22, 19741:00@Pittsburgh SteelersW 32-14W -6.5Buffalo Bills
NFC DivisionalSunDec 22, 19744:00@Los Angeles RamsW 19-10W -2.5Washington Redskins
NFC ChampionshipSunDec 29, 19741:00@Minnesota VikingsW 14-10L -5.5Los Angeles Rams
AFC ChampionshipSunDec 29, 19744:00@Oakland RaidersL 13-24L -5.5Pittsburgh Steelers
Super Bowl IXSunJan 12, 19753:00NPittsburgh SteelersW 16-6W -3Minnesota VikingsU 33
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1975.html b/data/1975.html new file mode 100644 index 0000000..a54dd39 --- /dev/null +++ b/data/1975.html @@ -0,0 +1,4128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1975 Season

+ +

Historical NFL Game Odds

1975 Season

<<-- 1974 Season    1976 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1975 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-4 (66.7%)5-7-0 (41.7%)7-6 (53.8%)4-9-0 (30.8%)5-3 (62.5%)2-6-0 (25.0%)1-3 (25.0%)1-3-0 (25.0%)--
29-3 (75.0%)7-4-1 (63.6%)5-8 (38.5%)4-8-1 (33.3%)4-2 (66.7%)3-3-0 (50.0%)1-5 (16.7%)1-4-1 (20.0%)--
311-1 (91.7%)7-5-0 (58.3%)7-6 (53.8%)7-6-0 (53.8%)6-0 (100.%)4-2-0 (66.7%)1-5 (16.7%)3-3-0 (50.0%)--
49-4 (69.2%)5-8-0 (38.5%)8-5 (61.5%)6-7-0 (46.2%)7-3 (70.0%)4-6-0 (40.0%)1-2 (33.3%)2-1-0 (66.7%)--
59-3 (75.0%)6-6-0 (50.0%)9-4 (69.2%)8-5-0 (61.5%)8-2 (80.0%)6-4-0 (60.0%)1-1 (50.0%)2-0-0 (100.%)--
611-1 (91.7%)7-4-1 (63.6%)5-8 (38.5%)8-4-1 (66.7%)5-1 (83.3%)5-1-0 (83.3%)0-6 (0.0%)3-2-1 (60.0%)--
711-2 (84.6%)9-4-0 (69.2%)5-8 (38.5%)5-8-0 (38.5%)4-1 (80.0%)3-2-0 (60.0%)1-7 (12.5%)2-6-0 (25.0%)--
89-4 (69.2%)6-7-0 (46.2%)6-7 (46.2%)7-6-0 (53.8%)5-3 (62.5%)4-4-0 (50.0%)1-4 (20.0%)3-2-0 (60.0%)--
911-2 (84.6%)5-8-0 (38.5%)8-5 (61.5%)8-5-0 (61.5%)7-1 (87.5%)4-4-0 (50.0%)1-4 (20.0%)4-1-0 (80.0%)--
1010-3 (76.9%)8-5-0 (61.5%)8-5 (61.5%)8-5-0 (61.5%)6-1 (85.7%)5-2-0 (71.4%)2-4 (33.3%)3-3-0 (50.0%)--
1110-3 (76.9%)5-8-0 (38.5%)10-3 (76.9%)7-6-0 (53.8%)8-1 (88.9%)4-5-0 (44.4%)2-2 (50.0%)3-1-0 (75.0%)--
129-4 (69.2%)5-8-0 (38.5%)6-7 (46.2%)6-7-0 (46.2%)4-2 (66.7%)2-4-0 (33.3%)2-5 (28.6%)4-3-0 (57.1%)--
1310-3 (76.9%)9-4-0 (69.2%)10-3 (76.9%)9-4-0 (69.2%)8-1 (88.9%)7-2-0 (77.8%)2-2 (50.0%)2-2-0 (50.0%)--
149-4 (69.2%)6-7-0 (46.2%)7-6 (53.8%)4-9-0 (30.8%)6-3 (66.7%)3-6-0 (33.3%)1-3 (25.0%)1-3-0 (25.0%)--
Playoffs5-2 (71.4%)2-5-0 (28.6%)4-2 (66.7%)2-4-0 (33.3%)4-2 (66.7%)2-4-0 (33.3%)0-0 0-0-0 1-0-0 (100.%)
+ +


1975 Results by Team

Click on a team to view 1975 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons4-10 (28.6%)7-6-1 (53.8%)2-2 (50.0%)1-3-0 (25.0%)3-4 (42.9%)4-2-1 (66.7%)2-1 (66.7%)1-2-0 (33.3%)--
Baltimore Colts10-4 (71.4%)10-4 (71.4%)6-0 (100.%)4-2-0 (66.7%)5-2 (71.4%)4-3-0 (57.1%)5-0 (100.%)3-2-0 (60.0%)--
Buffalo Bills8-6 (57.1%)6-8 (42.9%)5-3 (62.5%)3-5-0 (37.5%)3-4 (42.9%)3-4-0 (42.9%)2-2 (50.0%)2-2-0 (50.0%)--
Chicago Bears4-10 (28.6%)5-9 (35.7%)0-1 (0.0%)0-1-0 (0.0%)3-4 (42.9%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
Cincinnati Bengals11-3 (78.6%)7-6-1 (53.8%)11-1 (91.7%)7-4-1 (63.6%)6-1 (85.7%)5-2-0 (71.4%)6-0 (100.%)5-1-0 (83.3%)--
Cleveland Browns3-11 (21.4%)6-8 (42.9%)2-0 (100.%)1-1-0 (50.0%)3-4 (42.9%)2-5-0 (28.6%)2-0 (100.%)1-1-0 (50.0%)--
Dallas Cowboys10-4 (71.4%)7-7 (50.0%)8-2 (80.0%)5-5-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)--
Denver Broncos6-8 (42.9%)6-8 (42.9%)6-1 (85.7%)2-5-0 (28.6%)5-2 (71.4%)2-5-0 (28.6%)5-0 (100.%)1-4-0 (20.0%)--
Detroit Lions7-7 (50.0%)7-7 (50.0%)3-1 (75.0%)2-2-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)3-0 (100.%)2-1-0 (66.7%)--
Green Bay Packers4-10 (28.6%)8-6 (57.1%)3-2 (60.0%)3-2-0 (60.0%)3-4 (42.9%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
Houston Oilers10-4 (71.4%)12-2 (85.7%)7-0 (100.%)7-0-0 (100.%)5-2 (71.4%)6-1-0 (85.7%)3-0 (100.%)3-0-0 (100.%)--
Kansas City Chiefs5-9 (35.7%)6-8 (42.9%)3-1 (75.0%)2-2-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)2-1 (66.7%)2-1-0 (66.7%)--
Los Angeles Rams12-2 (85.7%)9-5 (64.3%)10-2 (83.3%)7-5-0 (58.3%)6-1 (85.7%)5-2-0 (71.4%)5-1 (83.3%)4-2-0 (66.7%)--
Miami Dolphins10-4 (71.4%)8-5-1 (61.5%)7-2 (77.8%)4-4-1 (50.0%)5-2 (71.4%)3-4-0 (42.9%)4-1 (80.0%)2-3-0 (40.0%)--
Minnesota Vikings12-2 (85.7%)8-6 (57.1%)12-2 (85.7%)8-6-0 (57.1%)7-0 (100.%)5-2-0 (71.4%)7-0 (100.%)5-2-0 (71.4%)--
New England Patriots3-11 (21.4%)6-7-1 (46.2%)3-1 (75.0%)3-1-0 (75.0%)2-5 (28.6%)3-3-1 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
New Orleans Saints2-12 (14.3%)5-9 (35.7%)1-1 (50.0%)0-2-0 (0.0%)2-5 (28.6%)3-4-0 (42.9%)1-1 (50.0%)0-2-0 (0.0%)--
New York Giants5-9 (35.7%)6-8 (42.9%)2-2 (50.0%)2-2-0 (50.0%)2-5 (28.6%)2-5-0 (28.6%)2-2 (50.0%)2-2-0 (50.0%)--
New York Jets3-11 (21.4%)5-9 (35.7%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)--
Oakland Raiders11-3 (78.6%)5-9 (35.7%)11-2 (84.6%)5-8-0 (38.5%)6-1 (85.7%)2-5-0 (28.6%)6-1 (85.7%)2-5-0 (28.6%)--
Philadelphia Eagles4-10 (28.6%)7-7 (50.0%)0-2 (0.0%)0-2-0 (0.0%)2-5 (28.6%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
Pittsburgh Steelers12-2 (85.7%)7-7 (50.0%)12-2 (85.7%)7-7-0 (50.0%)6-1 (85.7%)3-4-0 (42.9%)6-1 (85.7%)3-4-0 (42.9%)--
San Diego Chargers2-12 (14.3%)6-8 (42.9%)0-1 (0.0%)0-1-0 (0.0%)1-6 (14.3%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
San Francisco 49ers5-9 (35.7%)5-9 (35.7%)3-4 (42.9%)3-4-0 (42.9%)2-5 (28.6%)2-5-0 (28.6%)2-3 (40.0%)2-3-0 (40.0%)--
St Louis Cardinals11-3 (78.6%)7-7 (50.0%)11-1 (91.7%)7-5-0 (58.3%)6-1 (85.7%)3-4-0 (42.9%)6-1 (85.7%)3-4-0 (42.9%)--
Washington Redskins8-6 (57.1%)9-5 (64.3%)7-3 (70.0%)6-4-0 (60.0%)5-2 (71.4%)6-1-0 (85.7%)4-1 (80.0%)4-1-0 (80.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1975 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 19751:00@Buffalo BillsW 42-14W PKNew York Jets
SunSep 21, 19751:00@Cincinnati BengalsW 24-17L -10Cleveland Browns
SunSep 21, 19751:00Houston OilersW 7-0W -2@New England Patriots
SunSep 21, 19751:00@Philadelphia EaglesL 14-23L -2.5New York Giants
SunSep 21, 19751:00@Washington RedskinsW 41-3W -13New Orleans Saints
SunSep 21, 19752:00@Chicago BearsL 7-35L -3Baltimore Colts
SunSep 21, 19752:00@Green Bay PackersL 16-30L -3.5Detroit Lions at Milwaukee
SunSep 21, 19752:00@Minnesota VikingsW 27-17W -7.5San Francisco 49ers
SunSep 21, 19752:00@St Louis CardinalsW 23-20L -10.5Atlanta Falcons
SunSep 21, 19754:00Los Angeles RamsL 7-18L -5.5@Dallas Cowboys
SunSep 21, 19754:00@Denver BroncosW 37-33L -6.5Kansas City Chiefs
SunSep 21, 19754:00Pittsburgh SteelersW 37-0W -11.5@San Diego Chargers
MonSep 22, 19759:00Oakland RaidersW 31-21W -4@Miami Dolphins
+ + +

+ +

Back to top

1975 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 19751:00@Atlanta FalconsL 14-17L -2Detroit Lions
SunSep 28, 19751:00Minnesota VikingsW 42-10W -7.5@Cleveland Browns
SunSep 28, 19751:00Miami DolphinsW 22-14P -8@New England Patriots
SunSep 28, 19751:00@Washington RedskinsW 49-13W -8New York Giants
SunSep 28, 19752:00Oakland RaidersW 31-20W -10.5@Baltimore Colts
SunSep 28, 19752:00Philadelphia EaglesL 13-15L -3.5@Chicago Bears
SunSep 28, 19752:00@Dallas CowboysW 37-31 (OT)W -3.5St Louis Cardinals
SunSep 28, 19752:00@Houston OilersW 33-17W -10San Diego Chargers
SunSep 28, 19752:00@Kansas City ChiefsL 24-30L PKNew York Jets
SunSep 28, 19752:00Cincinnati BengalsW 21-0W -9.5@New Orleans Saints
SunSep 28, 19754:00@Pittsburgh SteelersL 21-30L -8Buffalo Bills
SunSep 28, 19754:00Los Angeles RamsW 23-14W -7@San Francisco 49ers
MonSep 29, 19759:00@Denver BroncosW 23-13L -10.5Green Bay Packers
+ + +

+ +

Back to top

1975 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 19751:00@Atlanta FalconsW 14-7L -7.5New Orleans Saints
SunOct 5, 19751:00@Buffalo BillsW 38-14W -8.5Denver Broncos
SunOct 5, 19751:00Pittsburgh SteelersW 42-6W -10.5@Cleveland Browns
SunOct 5, 19751:00@New York JetsW 36-7W -7.5New England Patriots
SunOct 5, 19752:00Miami DolphinsW 31-7W -10.5@Green Bay Packers
SunOct 5, 19752:00Cincinnati BengalsW 21-19L -4@Houston Oilers
SunOct 5, 19752:00@Kansas City ChiefsL 3-20L PKSan Francisco 49ers
SunOct 5, 19752:00@Minnesota VikingsW 28-3W -16Chicago Bears
SunOct 5, 19752:00@St Louis CardinalsW 26-14W -7.5New York Giants
SunOct 5, 19754:00@Los Angeles RamsW 24-13L -13.5Baltimore Colts
SunOct 5, 19754:00Washington RedskinsL 10-26L -9.5@Philadelphia Eagles
SunOct 5, 19754:00Oakland RaidersW 6-0L -14@San Diego Chargers
MonOct 6, 19759:00Dallas CowboysW 36-10W -6@Detroit Lions
+ + +

+ +

Back to top

1975 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 19751:00@Cincinnati BengalsW 27-10W -10New England Patriots
SunOct 12, 19751:00Houston OilersW 40-10W -6.5@Cleveland Browns
SunOct 12, 19751:00@Detroit LionsW 27-7W -7Chicago Bears
SunOct 12, 19751:00@New York GiantsL 7-13L -7.5Dallas Cowboys
SunOct 12, 19751:00@Pittsburgh SteelersW 20-9L -11.5Denver Broncos
SunOct 12, 19752:00Buffalo BillsW 38-31L -8.5@Baltimore Colts
SunOct 12, 19752:00@Minnesota VikingsW 29-21W -7.5New York Jets
SunOct 12, 19752:00@New Orleans SaintsW 20-19L -2.5Green Bay Packers
SunOct 12, 19753:00Oakland RaidersL 10-42L -10@Kansas City Chiefs
SunOct 12, 19754:00@Miami DolphinsW 24-16L -10.5Philadelphia Eagles
SunOct 12, 19754:00@San Diego ChargersL 10-13 (OT)L -13Los Angeles Rams
SunOct 12, 19754:00@San Francisco 49ersL 3-17L -8Atlanta Falcons
MonOct 13, 19759:00@Washington RedskinsW 27-17W -4St Louis Cardinals
+ + +

+ +

Back to top

1975 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 19751:00@New England PatriotsW 21-10W -1Baltimore Colts
SunOct 19, 19751:00@New York JetsL 0-43L PKMiami Dolphins
SunOct 19, 19751:00@Pittsburgh SteelersW 34-3W -19Chicago Bears
SunOct 19, 19752:00@Dallas CowboysL 17-19L -15Green Bay Packers
SunOct 19, 19752:00Washington RedskinsL 10-13L -3@Houston Oilers
SunOct 19, 19752:00@St Louis CardinalsW 31-20W -7Philadelphia Eagles
SunOct 19, 19754:00@Cincinnati BengalsW 14-10W -3Oakland Raiders
SunOct 19, 19754:00@Denver BroncosW 16-15L -10.5Cleveland Browns
SunOct 19, 19754:00@Los Angeles RamsW 22-7W -12Atlanta Falcons
SunOct 19, 19754:00@Minnesota VikingsW 25-19L -12.5Detroit Lions
SunOct 19, 19754:00Kansas City ChiefsW 12-10L -3@San Diego Chargers
SunOct 19, 19754:00@San Francisco 49ersW 35-21W -10New Orleans Saints
MonOct 20, 19759:00@Buffalo BillsL 14-17L -13.5New York Giants
+ + +

+ +

Back to top

1975 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 25, 19751:00St Louis CardinalsW 20-13W -5@New York Giants
SunOct 26, 19751:00Cincinnati BengalsW 21-14P -7@Atlanta Falcons
SunOct 26, 19751:00Washington RedskinsW 23-7W -10@Cleveland Browns
SunOct 26, 19751:00@New England PatriotsW 24-16W -2San Francisco 49ers
SunOct 26, 19751:00@New York JetsL 28-45L -7Baltimore Colts
SunOct 26, 19751:00Dallas CowboysW 20-17L -4.5@Philadelphia Eagles
SunOct 26, 19752:00Pittsburgh SteelersW 16-13L -11.5@Green Bay Packers at Milwaukee
SunOct 26, 19752:00@Houston OilersW 24-8W -7Detroit Lions
SunOct 26, 19752:00@Kansas City ChiefsW 26-13W -3Denver Broncos
SunOct 26, 19754:00@Buffalo BillsL 30-35L PKMiami Dolphins
SunOct 26, 19754:00@Los Angeles RamsW 38-14W -16.5New Orleans Saints
SunOct 26, 19754:00@Oakland RaidersW 25-0W -16San Diego Chargers
MonOct 27, 19759:00Minnesota VikingsW 13-9L -16@Chicago Bears
+ + +

+ +

Back to top

1975 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatNov 1, 19751:00@New York GiantsW 35-24W -9.5San Diego Chargers
SunNov 2, 19751:00Pittsburgh SteelersW 30-24W -1@Cincinnati Bengals
SunNov 2, 19751:00Buffalo BillsW 24-23L -7@New York Jets
SunNov 2, 19752:00@Baltimore ColtsW 21-7W -10Cleveland Browns
SunNov 2, 19752:00Miami DolphinsW 46-13W -14.5@Chicago Bears
SunNov 2, 19752:00Minnesota VikingsW 28-17W -9@Green Bay Packers
SunNov 2, 19752:00Houston OilersW 17-13W -3.5@Kansas City Chiefs
SunNov 2, 19752:00Atlanta FalconsL 7-23L -2.5@New Orleans Saints
SunNov 2, 19752:00@St Louis CardinalsW 24-17L -10New England Patriots
SunNov 2, 19754:00Oakland RaidersW 42-17W -9.5@Denver Broncos
SunNov 2, 19754:00@San Francisco 49ersL 17-28L -8Detroit Lions
SunNov 2, 19754:00@Washington RedskinsW 30-24 (OT)W -4Dallas Cowboys
MonNov 3, 19759:00Los Angeles RamsW 42-3W -7.5@Philadelphia Eagles
+ + +

+ +

Back to top

1975 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 19751:00@Buffalo BillsL 35-42L -9Baltimore Colts
SunNov 9, 19751:00@Detroit LionsW 21-10W -9.5Cleveland Browns
SunNov 9, 19751:00Washington RedskinsW 21-13W -7@New York Giants
SunNov 9, 19751:00St Louis CardinalsW 24-23L -6.5@Philadelphia Eagles
SunNov 9, 19751:00@Pittsburgh SteelersW 24-17L -8Houston Oilers
SunNov 9, 19752:00Green Bay PackersL 14-27L -5.5@Chicago Bears
SunNov 9, 19752:00@Minnesota VikingsW 38-0W -17Atlanta Falcons
SunNov 9, 19754:00Cincinnati BengalsW 17-16L -8@Denver Broncos
SunNov 9, 19754:00@Los Angeles RamsL 23-24L -14San Francisco 49ers
SunNov 9, 19754:00@Miami DolphinsW 27-7W -13New York Jets
SunNov 9, 19754:00@Oakland RaidersW 48-10W -18New Orleans Saints
SunNov 9, 19754:00New England PatriotsW 33-19W -4@San Diego Chargers
MonNov 10, 19759:00@Dallas CowboysL 31-34L -7.5Kansas City Chiefs
+ + +

+ +

Back to top

1975 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 19751:00Los Angeles RamsW 16-7L -13.5@Atlanta Falcons
SunNov 16, 19751:00@Detroit LionsW 13-10L -6Green Bay Packers
SunNov 16, 19751:00Dallas CowboysW 34-31L -5@New England Patriots
SunNov 16, 19751:00@New York GiantsL 10-13L -4Philadelphia Eagles
SunNov 16, 19751:00@Pittsburgh SteelersW 28-3W -11.5Kansas City Chiefs
SunNov 16, 19752:00@Baltimore ColtsW 52-19W -6.5New York Jets
SunNov 16, 19752:00Miami DolphinsL 19-20L -4.5@Houston Oilers
SunNov 16, 19752:00Minnesota VikingsW 20-7L -16.5@New Orleans Saints
SunNov 16, 19754:00@Oakland RaidersW 38-17L -21.5Cleveland Browns
SunNov 16, 19754:00Denver BroncosW 27-17W -6.5@San Diego Chargers
SunNov 16, 19754:00@San Francisco 49ersW 31-3W -9Chicago Bears
SunNov 16, 19754:00@St Louis CardinalsW 20-17 (OT)L -4Washington Redskins
MonNov 17, 19759:00@Cincinnati BengalsW 33-24W -6Buffalo Bills
+ + +

+ +

Back to top

1975 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 19751:00Denver BroncosL 21-35L -3@Atlanta Falcons
SunNov 23, 19751:00@Buffalo BillsW 45-31W -7.5New England Patriots
SunNov 23, 19751:00Cincinnati BengalsL 23-35L -11@Cleveland Browns
SunNov 23, 19751:00@Miami DolphinsL 17-33L -8Baltimore Colts
SunNov 23, 19751:00St Louis CardinalsW 37-6W -8@New York Jets
SunNov 23, 19752:00@Dallas CowboysW 27-17W -8.5Philadelphia Eagles
SunNov 23, 19752:00@Green Bay PackersW 40-14W -3New York Giants at Milwaukee
SunNov 23, 19752:00@Kansas City ChiefsW 24-21 (OT)W -1Detroit Lions
SunNov 23, 19752:00@Minnesota VikingsW 28-13L -21San Diego Chargers
SunNov 23, 19752:00San Francisco 49ersW 16-6W -7@New Orleans Saints
SunNov 23, 19754:00@Los Angeles RamsW 38-10W -19.5Chicago Bears
SunNov 23, 19754:00Oakland RaidersW 26-23 (OT)L -3.5@Washington Redskins
MonNov 24, 19759:00Pittsburgh SteelersW 32-9W -3.5@Houston Oilers
+ + +

+ +

Back to top

1975 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 197512:30Los Angeles RamsW 20-0W -9@Detroit Lions
ThuNov 27, 19753:30@St Louis CardinalsL 14-32L -6Buffalo Bills
SunNov 30, 19751:00@Cincinnati BengalsW 23-19W -3Houston Oilers
SunNov 30, 19751:00@Cleveland BrownsW 17-16L -7New Orleans Saints
SunNov 30, 19751:00Pittsburgh SteelersW 20-7L -15@New York Jets
SunNov 30, 19751:00San Francisco 49ersL 17-27L -3@Philadelphia Eagles
SunNov 30, 19752:00@Baltimore ColtsW 28-14W -7.5Kansas City Chiefs
SunNov 30, 19752:00@Dallas CowboysW 14-3L -12New York Giants
SunNov 30, 19752:00@Green Bay PackersW 28-7W -10Chicago Bears
SunNov 30, 19754:00@Denver BroncosW 13-10 (OT)L -9.5San Diego Chargers
SunNov 30, 19754:00@Oakland RaidersW 37-34 (OT)L -14Atlanta Falcons
SunNov 30, 19754:00Minnesota VikingsL 30-31L -3.5@Washington Redskins
MonDec 1, 19759:00@Miami DolphinsW 20-7W -7.5New England Patriots
+ + +

+ +

Back to top

1975 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 7, 19751:00Washington RedskinsW 30-27L -6.5@Atlanta Falcons
SunDec 7, 19751:00@New England PatriotsL 28-30L -5.5New York Jets
SunDec 7, 19751:00Baltimore ColtsW 21-0W -10@New York Giants
SunDec 7, 19751:00Cincinnati BengalsW 31-0W -6@Philadelphia Eagles
SunDec 7, 19751:00@Pittsburgh SteelersW 31-17L -18Cleveland Browns
SunDec 7, 19752:00Detroit LionsL 21-25L -6.5@Chicago Bears
SunDec 7, 19752:00@Kansas City ChiefsL 20-28L -7San Diego Chargers
SunDec 7, 19752:00@Minnesota VikingsW 24-3W -11.5Green Bay Packers
SunDec 7, 19752:00Los Angeles RamsW 14-7L -14@New Orleans Saints
SunDec 7, 19752:00@St Louis CardinalsW 31-17W -1Dallas Cowboys
SunDec 7, 19754:00Buffalo BillsL 21-31L -3@Miami Dolphins
SunDec 7, 19754:00Houston OilersW 27-13W -2.5@San Francisco 49ers
MonDec 8, 19759:00@Oakland RaidersW 17-10L -13.5Denver Broncos
+ + +

+ +

Back to top

1975 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 197512:30@Pittsburgh SteelersW 35-14W -7.5Cincinnati Bengals
SatDec 13, 19753:30@Dallas CowboysW 31-10W -2.5Washington Redskins
SunDec 14, 19751:00@Atlanta FalconsW 31-9W -7San Francisco 49ers
SunDec 14, 19751:00@Cleveland BrownsW 40-14W -7.5Kansas City Chiefs
SunDec 14, 19751:00Buffalo BillsW 34-14W -7@New England Patriots
SunDec 14, 19751:00@New York GiantsW 28-14W -4New Orleans Saints
SunDec 14, 19752:00@Baltimore ColtsW 10-7 (OT)L -5Miami Dolphins
SunDec 14, 19752:00St Louis CardinalsW 34-20W -11.5@Chicago Bears
SunDec 14, 19754:00@Denver BroncosW 25-10W -4.5Philadelphia Eagles
SunDec 14, 19754:00Minnesota VikingsL 10-17L -11@Detroit Lions
SunDec 14, 19754:00@Los Angeles RamsW 22-5W -10.5Green Bay Packers
SunDec 14, 19754:00@Oakland RaidersL 26-27L -7.5Houston Oilers
MonDec 15, 19759:00New York JetsL 16-24L -2.5@San Diego Chargers
+ + +

+ +

Back to top

1975 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 20, 197512:30Minnesota VikingsW 35-13W -3.5@Buffalo Bills
SatDec 20, 19753:30@Miami DolphinsW 14-13L -13Denver Broncos
SatDec 20, 19759:00Pittsburgh SteelersL 3-10L -3@Los Angeles Rams
SunDec 21, 19751:00@Cincinnati BengalsW 47-17W -16San Diego Chargers
SunDec 21, 19751:00St Louis CardinalsW 24-13W -4.5@Detroit Lions
SunDec 21, 19751:00Dallas CowboysW 31-21W -6.5@New York Jets
SunDec 21, 19751:00@Washington RedskinsL 3-26L -8.5Philadelphia Eagles
SunDec 21, 19752:00@Baltimore ColtsW 34-21L -16.5New England Patriots
SunDec 21, 19752:00@Green Bay PackersW 22-13W -2.5Atlanta Falcons
SunDec 21, 19752:00@Houston OilersW 21-10W -8.5Cleveland Browns
SunDec 21, 19752:00@New Orleans SaintsL 17-42L -3Chicago Bears
SunDec 21, 19754:00@Oakland RaidersW 28-20L -16Kansas City Chiefs
SunDec 21, 19754:00@San Francisco 49ersL 23-26L -4.5New York Giants
+ + +

+

Back to top

+

1975 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC DivisionalSatDec 27, 19751:00@Pittsburgh Steelers (1)W 28-10W -10.5Baltimore Colts (3)
NFC DivisionalSatDec 27, 19754:00@Los Angeles Rams (2)W 35-23W -6.5St Louis Cardinals (3)
NFC DivisionalSunDec 28, 19751:00@Minnesota Vikings (1)L 14-17L -8Dallas Cowboys (4)
AFC DivisionalSunDec 28, 19754:00@Oakland Raiders (2)W 31-28L -6.5Cincinnati Bengals (4)
AFC ChampionshipSunJan 4, 19761:00@Pittsburgh Steelers (1)W 16-10L -6.5Oakland Raiders (2)
NFC ChampionshipSunJan 4, 19764:00@Los Angeles Rams (2)L 7-37L -6.5Dallas Cowboys (4)
Super Bowl XSunJan 18, 19762:00NPittsburgh Steelers (1)W 21-17L -7Dallas Cowboys (4)O 36
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1976.html b/data/1976.html new file mode 100644 index 0000000..4aaaab9 --- /dev/null +++ b/data/1976.html @@ -0,0 +1,4338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1976 Season

+ +

Historical NFL Game Odds

1976 Season

<<-- 1975 Season    1977 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1976 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-3 (78.6%)9-5-0 (64.3%)7-7 (50.0%)7-7-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)2-6 (25.0%)3-5-0 (37.5%)--
29-4 (69.2%)7-6-1 (53.8%)8-5 (61.5%)8-5-1 (61.5%)6-2 (75.0%)5-3-1 (62.5%)2-3 (40.0%)3-2-0 (60.0%)--
310-4 (71.4%)4-10-0 (28.6%)6-8 (42.9%)8-6-0 (57.1%)5-3 (62.5%)3-5-0 (37.5%)1-5 (16.7%)5-1-0 (83.3%)--
49-5 (64.3%)5-9-0 (35.7%)9-5 (64.3%)9-5-0 (64.3%)5-1 (83.3%)3-3-0 (50.0%)4-4 (50.0%)6-2-0 (75.0%)--
58-5 (61.5%)5-7-1 (41.7%)10-4 (71.4%)7-6-1 (53.8%)6-2 (75.0%)3-4-1 (42.9%)3-2 (60.0%)3-2-0 (60.0%)--
69-4 (69.2%)8-5-0 (61.5%)9-5 (64.3%)10-4-0 (71.4%)6-1 (85.7%)6-1-0 (85.7%)3-3 (50.0%)4-2-0 (66.7%)--
713-1 (92.9%)9-5-0 (64.3%)5-9 (35.7%)7-7-0 (50.0%)4-0 (100.%)3-1-0 (75.0%)1-9 (10.0%)4-6-0 (40.0%)--
89-4 (69.2%)8-5-0 (61.5%)10-4 (71.4%)9-5-0 (64.3%)7-2 (77.8%)6-3-0 (66.7%)2-2 (50.0%)2-2-0 (50.0%)--
911-3 (78.6%)6-7-1 (46.2%)7-7 (50.0%)6-7-1 (46.2%)6-2 (75.0%)3-4-1 (42.9%)1-5 (16.7%)3-3-0 (50.0%)--
109-5 (64.3%)4-10-0 (28.6%)11-3 (78.6%)6-8-0 (42.9%)8-2 (80.0%)3-7-0 (30.0%)3-1 (75.0%)3-1-0 (75.0%)--
1110-4 (71.4%)6-8-0 (42.9%)4-10 (28.6%)6-8-0 (42.9%)2-2 (50.0%)1-3-0 (25.0%)2-8 (20.0%)5-5-0 (50.0%)--
1212-2 (85.7%)10-3-1 (76.9%)11-3 (78.6%)9-4-1 (69.2%)10-1 (90.9%)8-2-1 (80.0%)1-2 (33.3%)1-2-0 (33.3%)--
1311-2 (84.6%)8-5-0 (61.5%)11-3 (78.6%)8-6-0 (57.1%)8-0 (100.%)5-3-0 (62.5%)2-3 (40.0%)2-3-0 (40.0%)--
149-5 (64.3%)6-8-0 (42.9%)4-10 (28.6%)7-7-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)1-6 (14.3%)4-3-0 (57.1%)--
Playoffs5-2 (71.4%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)1-0-0 (100.%)
+ +


1976 Results by Team

Click on a team to view 1976 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons4-10 (28.6%)5-9 (35.7%)0-3 (0.0%)0-3-0 (0.0%)3-4 (42.9%)4-3-0 (57.1%)0-2 (0.0%)0-2-0 (0.0%)--
Baltimore Colts11-3 (78.6%)9-4-1 (69.2%)11-2 (84.6%)8-4-1 (66.7%)6-1 (85.7%)4-2-1 (66.7%)6-1 (85.7%)4-2-1 (66.7%)--
Buffalo Bills2-12 (14.3%)4-10 (28.6%)2-4 (33.3%)1-5-0 (16.7%)1-6 (14.3%)2-5-0 (28.6%)1-3 (25.0%)1-3-0 (25.0%)--
Chicago Bears7-7 (50.0%)9-5 (64.3%)3-3 (50.0%)3-3-0 (50.0%)4-3 (57.1%)5-2-0 (71.4%)1-2 (33.3%)1-2-0 (33.3%)--
Cincinnati Bengals10-4 (71.4%)7-5-2 (58.3%)10-1 (90.9%)7-3-1 (70.0%)6-1 (85.7%)4-2-1 (66.7%)6-0 (100.%)4-1-1 (80.0%)--
Cleveland Browns9-5 (64.3%)7-7 (50.0%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)5-0 (100.%)4-1-0 (80.0%)--
Dallas Cowboys11-3 (78.6%)6-7-1 (46.2%)11-3 (78.6%)6-7-1 (46.2%)6-1 (85.7%)2-4-1 (33.3%)6-1 (85.7%)2-4-1 (33.3%)--
Denver Broncos9-5 (64.3%)7-7 (50.0%)8-0 (100.%)6-2-0 (75.0%)6-1 (85.7%)4-3-0 (57.1%)6-0 (100.%)4-2-0 (66.7%)--
Detroit Lions6-8 (42.9%)8-5-1 (61.5%)4-4 (50.0%)4-4-0 (50.0%)5-2 (71.4%)7-0-0 (100.%)3-0 (100.%)3-0-0 (100.%)--
Green Bay Packers5-9 (35.7%)7-7 (50.0%)3-0 (100.%)2-1-0 (66.7%)4-3 (57.1%)4-3-0 (57.1%)3-0 (100.%)2-1-0 (66.7%)--
Houston Oilers5-9 (35.7%)7-7 (50.0%)4-2 (66.7%)3-3-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
Kansas City Chiefs5-9 (35.7%)9-5 (64.3%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)3-4-0 (42.9%)0-2 (0.0%)0-2-0 (0.0%)--
Los Angeles Rams10-3-1 (76.9%)9-5 (64.3%)10-2 (83.3%)8-4-0 (66.7%)5-2 (71.4%)5-2-0 (71.4%)5-2 (71.4%)5-2-0 (71.4%)--
Miami Dolphins6-8 (42.9%)6-8 (42.9%)5-2 (71.4%)3-4-0 (42.9%)3-4 (42.9%)3-4-0 (42.9%)2-1 (66.7%)1-2-0 (33.3%)--
Minnesota Vikings11-2-1 (84.6%)5-8-1 (38.5%)10-2 (83.3%)4-8-1 (33.3%)6-0 (100.%)2-4-1 (33.3%)5-0 (100.%)1-4-1 (20.0%)--
New England Patriots11-3 (78.6%)8-6 (57.1%)7-2 (77.8%)4-5-0 (44.4%)6-1 (85.7%)5-2-0 (71.4%)4-0 (100.%)3-1-0 (75.0%)--
New Orleans Saints4-10 (28.6%)6-8 (42.9%)1-1 (50.0%)1-1-0 (50.0%)2-5 (28.6%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)--
New York Giants3-11 (21.4%)8-6 (57.1%)1-2 (33.3%)1-2-0 (33.3%)3-4 (42.9%)4-3-0 (57.1%)1-1 (50.0%)1-1-0 (50.0%)--
New York Jets3-11 (21.4%)6-8 (42.9%)1-0 (100.%)1-0-0 (100.%)2-5 (28.6%)2-5-0 (28.6%)1-0 (100.%)1-0-0 (100.%)--
Oakland Raiders13-1 (92.9%)8-6 (57.1%)12-1 (92.3%)7-6-0 (53.8%)7-0 (100.%)5-2-0 (71.4%)6-0 (100.%)4-2-0 (66.7%)--
Philadelphia Eagles4-10 (28.6%)6-8 (42.9%)1-0 (100.%)1-0-0 (100.%)2-5 (28.6%)4-3-0 (57.1%)1-0 (100.%)1-0-0 (100.%)--
Pittsburgh Steelers10-4 (71.4%)9-5 (64.3%)9-4 (69.2%)8-5-0 (61.5%)6-1 (85.7%)5-2-0 (71.4%)5-1 (83.3%)4-2-0 (66.7%)--
San Diego Chargers6-8 (42.9%)6-8 (42.9%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)--
San Francisco 49ers8-6 (57.1%)8-6 (57.1%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)3-2 (60.0%)2-3-0 (40.0%)--
Seattle Seahawks2-12 (14.3%)6-8 (42.9%)0-0 0-0-0 1-6 (14.3%)3-4-0 (42.9%)0-0 0-0-0 --
St Louis Cardinals10-4 (71.4%)5-8-1 (38.5%)7-3 (70.0%)2-8-0 (20.0%)6-1 (85.7%)4-3-0 (57.1%)4-1 (80.0%)2-3-0 (40.0%)--
Tampa Bay Buccaneers0-14 (0.0%)3-10-1 (23.1%)0-0 0-0-0 0-7 (0.0%)3-4-0 (42.9%)0-0 0-0-0 --
Washington Redskins10-4 (71.4%)8-6 (57.1%)6-3 (66.7%)4-5-0 (44.4%)5-2 (71.4%)4-3-0 (57.1%)4-1 (80.0%)3-2-0 (60.0%)--
+ +
+ + + + + + +
+ + +

+ +

Back to top

1976 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 12, 19761:00Los Angeles RamsW 30-14W -7.5@Atlanta Falcons
SunSep 12, 19761:00@Cleveland BrownsW 38-17W -8New York Jets
SunSep 12, 19761:00Baltimore ColtsW 27-13W -5.5@New England Patriots
SunSep 12, 19761:00@Washington RedskinsW 19-17L -4.5New York Giants
SunSep 12, 19762:00Detroit LionsL 3-10L -1@Chicago Bears
SunSep 12, 19762:00@Cincinnati BengalsW 17-7W -7Denver Broncos
SunSep 12, 19762:00@Dallas CowboysW 27-7W -13Philadelphia Eagles
SunSep 12, 19762:00San Francisco 49ersW 26-14W -3.5@Green Bay Packers
SunSep 12, 19762:00@Houston OilersW 20-0W -14Tampa Bay Buccaneers
SunSep 12, 19762:00@Kansas City ChiefsL 16-30L -2San Diego Chargers
SunSep 12, 19762:00Minnesota VikingsW 40-9W -8.5@New Orleans Saints
SunSep 12, 19764:00Pittsburgh SteelersL 28-31L -2@Oakland Raiders
SunSep 12, 19764:00St Louis CardinalsW 30-24L -13.5@Seattle Seahawks
MonSep 13, 19769:00Miami DolphinsW 30-21W -5.5@Buffalo Bills
+ + +

+ +

Back to top

1976 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 19761:00@Buffalo BillsL 3-13L -1.5Houston Oilers
SunSep 19, 19761:00@Detroit LionsW 24-10W -1.5Atlanta Falcons
SunSep 19, 19761:00Miami DolphinsL 14-30L -10@New England Patriots
SunSep 19, 19761:00New York GiantsL 7-20L -7@Philadelphia Eagles
SunSep 19, 19761:00@Pittsburgh SteelersW 31-14W -12.5Cleveland Browns
SunSep 19, 19761:00San Diego ChargersW 23-0W -7@Tampa Bay Buccaneers
SunSep 19, 19761:00@Washington RedskinsW 31-7W -16Seattle Seahawks
SunSep 19, 19762:00@Baltimore ColtsW 28-27P -1Cincinnati Bengals
SunSep 19, 19762:00Dallas CowboysW 24-6W -11.5@New Orleans Saints
SunSep 19, 19762:00@St Louis CardinalsW 29-0W -13.5Green Bay Packers
SunSep 19, 19764:00@Denver BroncosW 46-3W -13New York Jets
SunSep 19, 19764:00@Minnesota VikingsT 10-10 (OT)L -4Los Angeles Rams
SunSep 19, 19764:00@San Francisco 49ersL 12-19L -7Chicago Bears
MonSep 20, 19769:00Oakland RaidersW 24-21L -11@Kansas City Chiefs
+ + +

+ +

Back to top

1976 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 19761:00@Cincinnati BengalsW 28-7W -17Green Bay Packers
SunSep 26, 19761:00@Miami DolphinsW 16-0L -19New York Jets
SunSep 26, 19761:00@Pittsburgh SteelersL 27-30L -14.5New England Patriots
SunSep 26, 19761:00Buffalo BillsW 14-9L -10.5@Tampa Bay Buccaneers
SunSep 26, 19762:00@Chicago BearsL 0-10L -4Atlanta Falcons
SunSep 26, 19762:00Minnesota VikingsW 10-9L -8@Detroit Lions
SunSep 26, 19762:00Oakland RaidersW 14-13L -3@Houston Oilers
SunSep 26, 19762:00@Kansas City ChiefsL 17-27L -5New Orleans Saints
SunSep 26, 19764:00@Dallas CowboysW 30-27L -6.5Baltimore Colts
SunSep 26, 19764:00@Denver BroncosW 44-13W -6.5Cleveland Browns
SunSep 26, 19764:00@Los Angeles RamsW 24-10W -13New York Giants
SunSep 26, 19764:00St Louis CardinalsL 24-43L -6@San Diego Chargers
SunSep 26, 19764:00San Francisco 49ersW 37-21W -10.5@Seattle Seahawks
MonSep 27, 19769:00Washington RedskinsW 20-17 (OT)L -7.5@Philadelphia Eagles
+ + +

+ +

Back to top

1976 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 19761:00@Atlanta FalconsL 13-14L -7.5Philadelphia Eagles
SunOct 3, 19761:00@Buffalo BillsW 50-17W -8.5Kansas City Chiefs
SunOct 3, 19761:00Cincinnati BengalsW 45-24W -7.5@Cleveland Browns
SunOct 3, 19761:00Oakland RaidersL 17-48L -7@New England Patriots
SunOct 3, 19762:00@Baltimore ColtsW 42-17W -19.5Tampa Bay Buccaneers
SunOct 3, 19762:00Washington RedskinsL 7-33L -5.5@Chicago Bears
SunOct 3, 19762:00Detroit LionsL 14-24L -6@Green Bay Packers
SunOct 3, 19762:00Houston OilersW 31-26L -7@New Orleans Saints
SunOct 3, 19762:00@St Louis CardinalsW 27-21L -7.5New York Giants
SunOct 3, 19764:00@Denver BroncosW 26-0W -6.5San Diego Chargers
SunOct 3, 19764:00Los Angeles RamsW 31-28W -2.5@Miami Dolphins
SunOct 3, 19764:00@San Francisco 49ersW 17-6L -14New York Jets
SunOct 3, 19764:00Dallas CowboysW 28-13L -17.5@Seattle Seahawks
MonOct 4, 19769:00Pittsburgh SteelersL 6-17L -4.5@Minnesota Vikings
+ + +

+ +

Back to top

1976 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 19761:00@Cincinnati BengalsW 21-0P -21Tampa Bay Buccaneers
SunOct 10, 19761:00Pittsburgh SteelersL 16-18L -9.5@Cleveland Browns
SunOct 10, 19761:00New England PatriotsL 10-30L -7@Detroit Lions
SunOct 10, 19761:00Dallas CowboysW 24-14W -7.5@New York Giants
SunOct 10, 19761:00Buffalo BillsL 14-17L -10.5@New York Jets
SunOct 10, 19761:00@Washington RedskinsL 30-33L -13Kansas City Chiefs
SunOct 10, 19762:00@Green Bay PackersW 27-20L -9.5Seattle Seahawks at Milwaukee
SunOct 10, 19762:00@Houston OilersW 17-3W -3Denver Broncos
SunOct 10, 19762:00@Minnesota VikingsW 20-19L -7.5Chicago Bears
SunOct 10, 19762:00@New Orleans SaintsW 30-0W PKAtlanta Falcons
SunOct 10, 19762:00@St Louis CardinalsW 33-14W -8Philadelphia Eagles
SunOct 10, 19764:00@Baltimore ColtsW 28-14W -6Miami Dolphins
SunOct 10, 19764:00Oakland RaidersW 27-17W -6.5@San Diego Chargers
MonOct 11, 19769:00@Los Angeles RamsL 0-16L -13San Francisco 49ers
+ + +

+ +

Back to top

1976 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 19761:00Cleveland BrownsW 20-17L -4.5@Atlanta Falcons
SunOct 17, 19761:00Baltimore ColtsW 31-13W -7.5@Buffalo Bills
SunOct 17, 19761:00@Miami DolphinsL 17-20 (OT)L -12.5Kansas City Chiefs
SunOct 17, 19761:00Cincinnati BengalsL 6-23L -4@Pittsburgh Steelers
SunOct 17, 19761:00@Tampa Bay BuccaneersL 10-13L PKSeattle Seahawks
SunOct 17, 19761:00@Washington RedskinsW 20-7W -4Detroit Lions
SunOct 17, 19762:00@Green Bay PackersW 28-13W -2Philadelphia Eagles
SunOct 17, 19762:00@Minnesota VikingsW 24-7W -10.5New York Giants
SunOct 17, 19764:00Oakland RaidersW 17-10W -3@Denver Broncos
SunOct 17, 19764:00@Los Angeles RamsW 20-12W -7.5Chicago Bears
SunOct 17, 19764:00Houston OilersL 27-30L -3.5@San Diego Chargers
SunOct 17, 19764:00@San Francisco 49ersW 33-3W -8New Orleans Saints
SunOct 17, 19764:00Dallas CowboysL 17-21L -4@St Louis Cardinals
MonOct 18, 19769:00@New England PatriotsW 41-7W -11New York Jets
+ + +

+ +

Back to top

1976 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatOct 23, 197610:00@San Francisco 49ersW 15-0W -13Atlanta Falcons
SunOct 24, 19761:00New England PatriotsW 26-22L -6@Buffalo Bills
SunOct 24, 19761:00@Cleveland BrownsW 21-17W -1San Diego Chargers
SunOct 24, 19761:00Pittsburgh SteelersW 27-0W -7.5@New York Giants
SunOct 24, 19761:00Baltimore ColtsW 20-0W -17@New York Jets
SunOct 24, 19761:00Minnesota VikingsW 31-12W -10@Philadelphia Eagles
SunOct 24, 19762:00@Dallas CowboysW 31-21W -8Chicago Bears
SunOct 24, 19762:00Denver BroncosW 35-26W -5.5@Kansas City Chiefs
SunOct 24, 19762:00Los Angeles RamsW 16-10L -12@New Orleans Saints
SunOct 24, 19764:00Cincinnati BengalsW 27-7W -2@Houston Oilers
SunOct 24, 19764:00@Oakland RaidersW 18-14L -14Green Bay Packers
SunOct 24, 19764:00Detroit LionsW 41-14W -7@Seattle Seahawks
SunOct 24, 19764:00Miami DolphinsW 23-20L -13.5@Tampa Bay Buccaneers
MonOct 25, 19769:00St Louis CardinalsL 10-20L -3.5@Washington Redskins
+ + +

+ +

Back to top

1976 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 19761:00@Atlanta FalconsW 23-20W PKNew Orleans Saints
SunOct 31, 19761:00@Buffalo BillsL 14-19L -11New York Jets
SunOct 31, 19761:00Minnesota VikingsL 13-14L -5@Chicago Bears
SunOct 31, 19761:00@Cincinnati BengalsW 21-6W -11Cleveland Browns
SunOct 31, 19761:00@Detroit LionsW 27-6W -5Green Bay Packers
SunOct 31, 19761:00New England PatriotsL 3-10L -3@Miami Dolphins
SunOct 31, 19761:00@New York GiantsL 0-10L -4Philadelphia Eagles
SunOct 31, 19761:00@Pittsburgh SteelersW 23-0W -12.5San Diego Chargers
SunOct 31, 19761:00Kansas City ChiefsW 28-19W -6@Tampa Bay Buccaneers
SunOct 31, 19762:00@St Louis CardinalsW 23-20 (OT)L -4San Francisco 49ers
SunOct 31, 19764:00@Los Angeles RamsW 45-6W -21Seattle Seahawks
SunOct 31, 19764:00@Oakland RaidersW 19-6W -7.5Denver Broncos
SunOct 31, 19764:00Dallas CowboysW 20-7W -4@Washington Redskins
MonNov 1, 19769:00@Baltimore ColtsW 38-14W -9.5Houston Oilers
+ + +

+ +

Back to top

1976 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 19761:00@New England PatriotsW 20-10L -11Buffalo Bills
SunNov 7, 19761:00Miami DolphinsW 27-7W -11.5@New York Jets
SunNov 7, 19761:00St Louis CardinalsW 17-14L -7.5@Philadelphia Eagles
SunNov 7, 19762:00Oakland RaidersW 28-27L -4@Chicago Bears
SunNov 7, 19762:00@Dallas CowboysW 9-3L -15.5New York Giants
SunNov 7, 19762:00@Green Bay PackersW 32-27W -3New Orleans Saints at Milwaukee
SunNov 7, 19762:00@Houston OilersL 7-21L -4.5Cleveland Browns
SunNov 7, 19762:00Pittsburgh SteelersW 45-0W -12.5@Kansas City Chiefs
SunNov 7, 19764:00@Denver BroncosW 48-13W -17.5Tampa Bay Buccaneers
SunNov 7, 19764:00@Minnesota VikingsW 31-23P -8Detroit Lions
SunNov 7, 19764:00Baltimore ColtsW 37-21W -10@San Diego Chargers
SunNov 7, 19764:00@San Francisco 49ersL 21-24L -7Washington Redskins
SunNov 7, 19764:00Atlanta FalconsL 13-30L -5.5@Seattle Seahawks
MonNov 8, 19769:00@Cincinnati BengalsW 20-12W -1Los Angeles Rams
+ + +

+ +

Back to top

1976 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 19761:00San Francisco 49ersL 16-21L -10@Atlanta Falcons
SunNov 14, 19761:00@Cincinnati BengalsW 31-27L -13Houston Oilers
SunNov 14, 19761:00@Cleveland BrownsW 24-3W -7Philadelphia Eagles
SunNov 14, 19761:00Washington RedskinsL 9-12L -6.5@New York Giants
SunNov 14, 19761:00@New York JetsW 34-0W -7.5Tampa Bay Buccaneers
SunNov 14, 19762:00@Baltimore ColtsL 14-21L -11New England Patriots
SunNov 14, 19762:00@Chicago BearsW 24-13W -8Green Bay Packers
SunNov 14, 19762:00@Minnesota VikingsW 27-21L -20.5Seattle Seahawks
SunNov 14, 19762:00Detroit LionsL 16-17L -4@New Orleans Saints
SunNov 14, 19764:00@Los Angeles RamsL 28-30L -6St Louis Cardinals
SunNov 14, 19764:00@Oakland RaidersW 21-10L -14Kansas City Chiefs
SunNov 14, 19764:00@Pittsburgh SteelersW 14-3L -11.5Miami Dolphins
SunNov 14, 19764:00Denver BroncosW 17-0W -4@San Diego Chargers
MonNov 15, 19769:00@Dallas CowboysW 17-10L -14.5Buffalo Bills
+ + +

+ +

Back to top

1976 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 19761:00Dallas CowboysL 10-17L -12@Atlanta Falcons
SunNov 21, 19761:00@Buffalo BillsL 13-34L -4San Diego Chargers
SunNov 21, 19761:00New England PatriotsW 38-24W -10.5@New York Jets
SunNov 21, 19761:00Oakland RaidersW 26-7W -9@Philadelphia Eagles
SunNov 21, 19761:00@Pittsburgh SteelersW 32-16W -15.5Houston Oilers
SunNov 21, 19761:00Cleveland BrownsW 24-7W -14@Tampa Bay Buccaneers
SunNov 21, 19762:00Chicago BearsL 10-14L -1@Detroit Lions
SunNov 21, 19762:00Minnesota VikingsW 17-10L -11@Green Bay Packers at Milwaukee
SunNov 21, 19762:00Cincinnati BengalsW 27-24L -11@Kansas City Chiefs
SunNov 21, 19764:00@Denver BroncosW 14-13L -10.5New York Giants
SunNov 21, 19764:00Los Angeles RamsW 23-3W -3.5@San Francisco 49ers
SunNov 21, 19764:00New Orleans SaintsW 51-27W -1@Seattle Seahawks
SunNov 21, 19764:00@St Louis CardinalsL 10-16L -7.5Washington Redskins
MonNov 22, 19769:00Baltimore ColtsW 17-16L -6@Miami Dolphins
+ + +

+ +

Back to top

1976 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 197612:30@Detroit LionsW 27-14W -8.5Buffalo Bills
ThuNov 25, 19763:30@Dallas CowboysW 19-14P -5St Louis Cardinals
SunNov 28, 19761:00@Cleveland BrownsW 17-13W -3.5Miami Dolphins
SunNov 28, 19761:00@New England PatriotsW 38-14W -4Denver Broncos
SunNov 28, 19761:00@New York GiantsW 28-16W -9Seattle Seahawks
SunNov 28, 19761:00@Washington RedskinsW 24-0W -10.5Philadelphia Eagles
SunNov 28, 19762:00@Baltimore ColtsW 33-16L -19New York Jets
SunNov 28, 19762:00Chicago BearsW 16-10W -4.5@Green Bay Packers
SunNov 28, 19762:00@Houston OilersW 20-14W -5Atlanta Falcons
SunNov 28, 19764:00Pittsburgh SteelersW 7-3W -3@Cincinnati Bengals
SunNov 28, 19764:00@Los Angeles RamsW 33-14W -14.5New Orleans Saints
SunNov 28, 19764:00@Oakland RaidersW 49-16W -22Tampa Bay Buccaneers
SunNov 28, 19764:00@San Diego ChargersL 20-23L -4.5Kansas City Chiefs
MonNov 29, 19769:00Minnesota VikingsL 16-20L -6@San Francisco 49ers
+ + +

+ +

Back to top

1976 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 4, 19761:00Baltimore ColtsL 17-24L -2@St Louis Cardinals
SatDec 4, 19763:30@Los Angeles RamsW 59-0W -14Atlanta Falcons
SunDec 5, 19761:00@Cleveland BrownsW 13-10L -6Houston Oilers
SunDec 5, 19761:00@New England PatriotsW 27-6W -14New Orleans Saints
SunDec 5, 19761:00Detroit LionsL 10-24L -5@New York Giants
SunDec 5, 19761:00Washington RedskinsW 37-16W -11@New York Jets
SunDec 5, 19761:00Dallas CowboysW 26-7W -11@Philadelphia Eagles
SunDec 5, 19761:00@Pittsburgh SteelersW 42-0W -27Tampa Bay Buccaneers
SunDec 5, 19762:00@Minnesota VikingsW 20-9L -11.5Green Bay Packers
SunDec 5, 19764:00@Denver BroncosW 17-16L -4.5Kansas City Chiefs
SunDec 5, 19764:00@Miami DolphinsW 45-27W -7.5Buffalo Bills
SunDec 5, 19764:00@San Diego ChargersW 13-7 (OT)W PKSan Francisco 49ers
SunDec 5, 19764:00Chicago BearsW 34-7W -10.5@Seattle Seahawks
MonDec 6, 19769:00@Oakland RaidersW 35-20W -1.5Cincinnati Bengals
+ + +

+ +

Back to top

1976 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 19761:00Minnesota VikingsW 29-7W -1.5@Miami Dolphins
SatDec 11, 19764:00Pittsburgh SteelersW 21-0W -14.5@Houston Oilers
SatDec 11, 19769:00Los Angeles RamsW 20-17L -7@Detroit Lions
SunDec 12, 19761:00@Atlanta FalconsL 20-24L -3Green Bay Packers
SunDec 12, 19761:00St Louis CardinalsW 17-14L -8@New York Giants
SunDec 12, 19761:00Cincinnati BengalsW 42-3W -13.5@New York Jets
SunDec 12, 19761:00@Philadelphia EaglesW 27-10W -8Seattle Seahawks
SunDec 12, 19761:00New England PatriotsW 31-14L -20@Tampa Bay Buccaneers
SunDec 12, 19762:00@Baltimore ColtsW 58-20W -17.5Buffalo Bills
SunDec 12, 19762:00@Chicago BearsL 14-28L -8Denver Broncos
SunDec 12, 19762:00Cleveland BrownsL 14-39L -3.5@Kansas City Chiefs
SunDec 12, 19762:00@New Orleans SaintsL 7-27L -3San Francisco 49ers
SunDec 12, 19764:00@Dallas CowboysL 14-27L -4.5Washington Redskins
SunDec 12, 19764:00@Oakland RaidersW 24-0W -9San Diego Chargers
+ + +

+

Back to top

+

1976 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC DivisionalSatDec 18, 19761:00@Minnesota Vikings (1)W 35-20W -6Washington Redskins (4)
AFC DivisionalSatDec 18, 19764:00@Oakland Raiders (1)W 24-21L -8New England Patriots (4)
AFC DivisionalSunDec 19, 19762:00Pittsburgh Steelers (3)W 40-14W -3.5@Baltimore Colts (2)
NFC DivisionalSunDec 19, 19765:30@Dallas Cowboys (2)L 12-14L -3.5Los Angeles Rams (3)
NFC ChampionshipSunDec 26, 19761:00@Minnesota Vikings (1)W 24-13W -5Los Angeles Rams (3)
AFC ChampionshipSunDec 26, 19764:00Pittsburgh Steelers (3)L 7-24L -4@Oakland Raiders (1)
Super Bowl XISunJan 9, 19773:50NOakland Raiders (1)W 32-14W -4Minnesota Vikings (1)O 38
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1977.html b/data/1977.html new file mode 100644 index 0000000..5753396 --- /dev/null +++ b/data/1977.html @@ -0,0 +1,4338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1977 Season

+ +

Historical NFL Game Odds

1977 Season

<<-- 1976 Season    1978 Season -->>

Odds courtesy of Newspapers.com and are from the night prior to the game.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1977 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-5 (64.3%)7-7-0 (50.0%)9-5 (64.3%)7-7-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)--
212-2 (85.7%)6-8-0 (42.9%)8-6 (57.1%)8-6-0 (57.1%)7-1 (87.5%)4-4-0 (50.0%)1-5 (16.7%)4-2-0 (66.7%)--
310-4 (71.4%)5-9-0 (35.7%)10-4 (71.4%)9-5-0 (64.3%)7-1 (87.5%)4-4-0 (50.0%)3-3 (50.0%)5-1-0 (83.3%)1-0-0 (100.%)
48-6 (57.1%)6-7-1 (46.2%)6-8 (42.9%)5-8-1 (38.5%)4-4 (50.0%)3-5-0 (37.5%)2-4 (33.3%)2-3-1 (40.0%)1-0-0 (100.%)
58-4 (66.7%)3-9-0 (25.0%)9-5 (64.3%)6-8-0 (42.9%)6-2 (75.0%)2-6-0 (25.0%)2-2 (50.0%)3-1-0 (75.0%)--
610-4 (71.4%)8-6-0 (57.1%)6-8 (42.9%)8-6-0 (57.1%)5-3 (62.5%)5-3-0 (62.5%)1-5 (16.7%)3-3-0 (50.0%)1-0-0 (100.%)
711-3 (78.6%)8-6-0 (57.1%)10-4 (71.4%)7-7-0 (50.0%)8-1 (88.9%)5-4-0 (55.6%)2-3 (40.0%)2-3-0 (40.0%)0-1-0 (0.0%)
88-6 (57.1%)6-7-1 (46.2%)8-6 (57.1%)7-6-1 (53.8%)6-4 (60.0%)5-5-0 (50.0%)2-2 (50.0%)2-1-1 (66.7%)0-1-0 (0.0%)
910-4 (71.4%)6-8-0 (42.9%)6-8 (42.9%)4-10-0 (28.6%)5-3 (62.5%)2-6-0 (25.0%)1-5 (16.7%)2-4-0 (33.3%)0-1-0 (0.0%)
1011-3 (78.6%)7-7-0 (50.0%)9-5 (64.3%)7-7-0 (50.0%)6-0 (100.%)3-3-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)--
1113-1 (92.9%)7-6-1 (53.8%)6-8 (42.9%)8-5-1 (61.5%)6-1 (85.7%)4-2-1 (66.7%)0-7 (0.0%)4-3-0 (57.1%)--
1210-4 (71.4%)5-9-0 (35.7%)8-6 (57.1%)5-9-0 (35.7%)5-1 (83.3%)1-5-0 (16.7%)3-5 (37.5%)4-4-0 (50.0%)--
138-6 (57.1%)5-7-2 (41.7%)7-7 (50.0%)5-7-2 (41.7%)6-5 (54.5%)4-6-1 (40.0%)1-2 (33.3%)1-1-1 (50.0%)--
1410-4 (71.4%)6-7-1 (46.2%)11-3 (78.6%)9-4-1 (69.2%)8-1 (88.9%)5-3-1 (62.5%)3-2 (60.0%)4-1-0 (80.0%)--
Playoffs5-2 (71.4%)5-2-0 (71.4%)4-2 (66.7%)4-2-0 (66.7%)3-1 (75.0%)3-1-0 (75.0%)1-1 (50.0%)1-1-0 (50.0%)2-3-0 (40.0%)
+ +


1977 Results by Team

Click on a team to view 1977 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-7 (50.0%)8-6 (57.1%)4-3 (57.1%)4-3-0 (57.1%)4-3 (57.1%)4-3-0 (57.1%)3-1 (75.0%)3-1-0 (75.0%)--
Baltimore Colts10-4 (71.4%)6-8 (42.9%)10-2 (83.3%)6-6-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)0-1-0 (0.0%)
Buffalo Bills3-11 (21.4%)4-10 (28.6%)0-2 (0.0%)0-2-0 (0.0%)1-6 (14.3%)1-6-0 (14.3%)0-1 (0.0%)0-1-0 (0.0%)--
Chicago Bears9-5 (64.3%)8-6 (57.1%)8-3 (72.7%)5-6-0 (45.5%)5-2 (71.4%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)1-0-0 (100.%)
Cincinnati Bengals8-6 (57.1%)7-7 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)--
Cleveland Browns6-8 (42.9%)8-6 (57.1%)3-1 (75.0%)3-1-0 (75.0%)2-5 (28.6%)2-5-0 (28.6%)1-1 (50.0%)1-1-0 (50.0%)--
Dallas Cowboys12-2 (85.7%)7-6-1 (53.8%)11-1 (91.7%)6-5-1 (54.5%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)0-1-0 (0.0%)
Denver Broncos12-2 (85.7%)9-5 (64.3%)11-0 (100.%)8-3-0 (72.7%)6-1 (85.7%)6-1-0 (85.7%)6-0 (100.%)6-0-0 (100.%)--
Detroit Lions6-8 (42.9%)4-10 (28.6%)4-1 (80.0%)0-5-0 (0.0%)5-2 (71.4%)1-6-0 (14.3%)4-0 (100.%)0-4-0 (0.0%)--
Green Bay Packers4-10 (28.6%)5-8-1 (38.5%)3-0 (100.%)1-1-1 (50.0%)2-5 (28.6%)1-5-1 (16.7%)2-0 (100.%)0-1-1 (0.0%)--
Houston Oilers8-6 (57.1%)10-4 (71.4%)5-1 (83.3%)5-1-0 (83.3%)5-2 (71.4%)5-2-0 (71.4%)2-1 (66.7%)2-1-0 (66.7%)--
Kansas City Chiefs2-12 (14.3%)8-6 (57.1%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)1-0-0 (100.%)
Los Angeles Rams10-4 (71.4%)9-5 (64.3%)9-4 (69.2%)8-5-0 (61.5%)7-0 (100.%)6-1-0 (85.7%)6-0 (100.%)5-1-0 (83.3%)2-0-0 (100.%)
Miami Dolphins10-4 (71.4%)7-5-2 (58.3%)7-2 (77.8%)4-4-1 (50.0%)6-1 (85.7%)5-2-0 (71.4%)4-1 (80.0%)3-2-0 (60.0%)--
Minnesota Vikings9-5 (64.3%)4-10 (28.6%)9-2 (81.8%)4-7-0 (36.4%)5-2 (71.4%)2-5-0 (28.6%)5-2 (71.4%)2-5-0 (28.6%)1-0-0 (100.%)
New England Patriots9-5 (64.3%)5-8-1 (38.5%)8-4 (66.7%)4-7-1 (36.4%)6-1 (85.7%)2-4-1 (33.3%)6-1 (85.7%)2-4-1 (33.3%)--
New Orleans Saints3-11 (21.4%)5-8-1 (38.5%)0-4 (0.0%)0-4-0 (0.0%)2-5 (28.6%)2-5-0 (28.6%)0-4 (0.0%)0-4-0 (0.0%)--
New York Giants5-9 (35.7%)7-7 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)0-1 (0.0%)0-1-0 (0.0%)0-1-0 (0.0%)
New York Jets3-11 (21.4%)8-5-1 (61.5%)0-2 (0.0%)0-2-0 (0.0%)1-6 (14.3%)4-2-1 (66.7%)0-2 (0.0%)0-2-0 (0.0%)--
Oakland Raiders11-3 (78.6%)7-7 (50.0%)11-3 (78.6%)7-7-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)1-0-0 (100.%)
Philadelphia Eagles5-9 (35.7%)8-6 (57.1%)4-1 (80.0%)2-3-0 (40.0%)4-3 (57.1%)3-4-0 (42.9%)4-1 (80.0%)2-3-0 (40.0%)--
Pittsburgh Steelers9-5 (64.3%)6-8 (42.9%)7-2 (77.8%)4-5-0 (44.4%)6-1 (85.7%)4-3-0 (57.1%)5-0 (100.%)3-2-0 (60.0%)--
San Diego Chargers7-7 (50.0%)7-7 (50.0%)2-3 (40.0%)1-4-0 (20.0%)3-4 (42.9%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)--
San Francisco 49ers5-9 (35.7%)5-6-3 (45.5%)3-2 (60.0%)1-3-1 (25.0%)3-4 (42.9%)2-3-2 (40.0%)2-1 (66.7%)0-2-1 (0.0%)--
Seattle Seahawks5-9 (35.7%)7-7 (50.0%)2-0 (100.%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)2-0 (100.%)1-1-0 (50.0%)--
St Louis Cardinals7-7 (50.0%)5-9 (35.7%)5-5 (50.0%)3-7-0 (30.0%)4-3 (57.1%)2-5-0 (28.6%)4-2 (66.7%)2-4-0 (33.3%)0-2-0 (0.0%)
Tampa Bay Buccaneers2-12 (14.3%)8-5-1 (61.5%)0-0 0-0-0 1-6 (14.3%)3-3-1 (50.0%)0-0 0-0-0 --
Washington Redskins9-5 (64.3%)8-5-1 (61.5%)5-2 (71.4%)2-4-1 (33.3%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)1-3-0 (25.0%)0-1-0 (0.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1977 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 19771:00Los Angeles RamsL 6-17L -12@Atlanta Falcons
SunSep 18, 19771:00Miami DolphinsW 13-0W -2.5@Buffalo Bills
SunSep 18, 19771:00@Cincinnati BengalsL 3-13L -11Cleveland Browns
SunSep 18, 19771:00@New England PatriotsW 21-17L -11.5Kansas City Chiefs
SunSep 18, 19771:00Washington RedskinsL 17-20L -4@New York Giants
SunSep 18, 19771:00@Philadelphia EaglesW 13-3L -14Tampa Bay Buccaneers
SunSep 18, 19772:00@Chicago BearsW 30-20W -6.5Detroit Lions
SunSep 18, 19772:00@Minnesota VikingsL 10-16 (OT)L -2.5Dallas Cowboys
SunSep 18, 19772:00@New Orleans SaintsL 20-24L -7Green Bay Packers
SunSep 18, 19774:00@Denver BroncosW 7-0W -4.5St Louis Cardinals
SunSep 18, 19774:00@Houston OilersW 20-0W -7New York Jets
SunSep 18, 19774:00@Oakland RaidersW 24-0W -13.5San Diego Chargers
SunSep 18, 19774:00Baltimore ColtsW 29-14W -14@Seattle Seahawks
MonSep 19, 19779:00@Pittsburgh SteelersW 27-0W -14San Francisco 49ers
+ + +

+ +

Back to top

1977 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 24, 19778:00Minnesota VikingsW 9-3L -14.5@Tampa Bay Buccaneers
SunSep 25, 19771:00@Cincinnati BengalsW 42-20W -20Seattle Seahawks
SunSep 25, 19771:00Baltimore ColtsW 20-12L -14@New York Jets
SunSep 25, 19771:00Oakland RaidersW 16-7W -2@Pittsburgh Steelers
SunSep 25, 19771:00@Washington RedskinsW 10-6L -9Atlanta Falcons
SunSep 25, 19772:00@Dallas CowboysW 41-21W -13.5New York Giants
SunSep 25, 19772:00@Detroit LionsW 23-19L -5.5New Orleans Saints
SunSep 25, 19772:00Houston OilersW 16-10W -3@Green Bay Packers
SunSep 25, 19772:00@Kansas City ChiefsL 7-23L -2.5San Diego Chargers
SunSep 25, 19772:00@St Louis CardinalsW 16-13L -3.5Chicago Bears
SunSep 25, 19774:00@Denver BroncosW 26-6W -13Buffalo Bills
SunSep 25, 19774:00@Los Angeles RamsW 20-0W -10.5Philadelphia Eagles
SunSep 25, 19774:00Miami DolphinsW 19-15L -4.5@San Francisco 49ers
MonSep 26, 19779:00New England PatriotsL 27-30 (OT)L -3.5@Cleveland Browns
+ + +

+ +

Back to top

1977 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 19771:00@Atlanta FalconsW 17-3W -3.5New York Giants
SunOct 2, 19771:00Pittsburgh SteelersW 28-14W -4.5@Cleveland Browns
SunOct 2, 19771:00@Dallas CowboysW 23-7L -22.5Tampa Bay Buccaneers
SunOct 2, 19771:00New England PatriotsL 27-30L -13.5@New York Jets
SunOct 2, 19772:00@Baltimore ColtsW 17-14L -14Buffalo Bills
SunOct 2, 19772:00@Chicago BearsL 24-42L -8.5New Orleans Saints
SunOct 2, 19772:00@Detroit LionsW 17-13L -7.5Philadelphia Eagles
SunOct 2, 19772:00@Minnesota VikingsW 19-7W -11.5Green Bay Packers
SunOct 2, 19774:00@Los Angeles RamsW 34-14W -12.5San Francisco 49ers
SunOct 2, 19774:00@Miami DolphinsW 27-7W -4.5Houston Oilers
SunOct 2, 19774:00Cincinnati BengalsL 3-24L -7@San Diego Chargers
SunOct 2, 19774:00Denver BroncosW 24-13L -15.5@Seattle Seahawks
SunOct 2, 19774:00St Louis CardinalsL 14-24L -2.5@Washington Redskins
MonOct 3, 19779:00Oakland RaidersW 37-28L -13@Kansas City ChiefsO 40.5
+ + +

+ +

Back to top

1977 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 19771:00@Buffalo BillsL 19-24L -6New York Jets
SunOct 9, 19771:00Oakland RaidersW 26-10W -9.5@Cleveland Browns
SunOct 9, 19771:00@New England PatriotsW 31-0W -19.5Seattle Seahawks
SunOct 9, 19771:00@New York GiantsL 10-28L -3Philadelphia Eagles
SunOct 9, 19772:00@Baltimore ColtsW 45-28W -7Miami Dolphins
SunOct 9, 19772:00Cincinnati BengalsW 17-7W -9@Green Bay Packers at Milwaukee
SunOct 9, 19772:00Pittsburgh SteelersL 10-27L -10@Houston Oilers
SunOct 9, 19772:00@Minnesota VikingsW 14-7L -9.5Detroit Lions
SunOct 9, 19772:00@New Orleans SaintsL 0-14L -1San Diego Chargers
SunOct 9, 19772:00Dallas CowboysW 30-24W -5@St Louis Cardinals
SunOct 9, 19774:00@Denver BroncosW 23-7W -10.5Kansas City Chiefs
SunOct 9, 19774:00@San Francisco 49ersL 0-7L -3.5Atlanta Falcons
SunOct 9, 19774:00Washington RedskinsW 10-0P -10@Tampa Bay Buccaneers
MonOct 10, 19779:00Los Angeles RamsL 23-24L -4.5@Chicago BearsO 37.5
+ + +

+ +

Back to top

1977 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 19771:00Atlanta FalconsL 0-3L -2.5@Buffalo Bills
SunOct 16, 19771:00Baltimore ColtsW 17-6L -12.5@Kansas City Chiefs
SunOct 16, 19771:00San Francisco 49ersL 17-20L -2.5@New York Giants
SunOct 16, 19771:00St Louis CardinalsW 21-17W -3.5@Philadelphia Eagles
SunOct 16, 19772:00@Detroit LionsW 10-6L -7Green Bay Packers
SunOct 16, 19772:00@Houston OilersL 23-24L -2.5Cleveland Browns
SunOct 16, 19772:00@Minnesota VikingsW 22-16 (OT)L -7Chicago Bears
SunOct 16, 19774:00@Dallas CowboysW 34-16W -9.5Washington Redskins
SunOct 16, 19774:00@Los Angeles RamsW 14-7L -11New Orleans Saints
SunOct 16, 19774:00@Miami DolphinsW 21-17L -10New York Jets
SunOct 16, 19774:00@Oakland RaidersL 7-30L -10Denver Broncos
SunOct 16, 19774:00@San Diego ChargersL 20-24L PKNew England Patriots
SunOct 16, 19774:00@Seattle SeahawksW 30-23W -2Tampa Bay Buccaneers
MonOct 17, 19779:00@Pittsburgh SteelersW 20-14W PKCincinnati Bengals
+ + +

+ +

Back to top

1977 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 19771:00Cleveland BrownsW 27-16W -6@Buffalo Bills
SunOct 23, 19771:00@Chicago BearsL 10-16L -6.5Atlanta Falcons
SunOct 23, 19771:00Denver BroncosW 24-13W -2.5@Cincinnati Bengals
SunOct 23, 19771:00@Miami DolphinsW 31-13W -16.5Seattle Seahawks
SunOct 23, 19771:00Oakland RaidersW 28-27L -13.5@New York Jets
SunOct 23, 19771:00Dallas CowboysW 16-10L -10@Philadelphia Eagles
SunOct 23, 19771:00@Pittsburgh SteelersW 27-10W -11Houston Oilers
SunOct 23, 19771:00Green Bay PackersW 13-0W -3@Tampa Bay Buccaneers
SunOct 23, 19771:00@Washington RedskinsL 6-17L -9New York Giants
SunOct 23, 19772:00@St Louis CardinalsW 49-31W -11New Orleans Saints
SunOct 23, 19774:00@New England PatriotsW 17-3W -2.5Baltimore Colts
SunOct 23, 19774:00@San Diego ChargersL 16-21L -9.5Kansas City Chiefs
SunOct 23, 19774:00Detroit LionsL 7-28L -2@San Francisco 49ers
MonOct 24, 19779:00@Los Angeles RamsW 35-3W -3Minnesota VikingsO 33.5
+ + +

+ +

Back to top

1977 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 19771:00Minnesota VikingsW 14-7W -3.5@Atlanta Falcons
SunOct 30, 19771:00@Cincinnati BengalsW 13-10 (OT)L -7Houston Oilers
SunOct 30, 19771:00@Cleveland BrownsW 44-7W -9.5Kansas City Chiefs
SunOct 30, 19771:00@Miami DolphinsL 13-14L -5San Diego Chargers
SunOct 30, 19771:00@New England PatriotsW 24-13L -13New York Jets
SunOct 30, 19771:00@Washington RedskinsW 23-17W -4.5Philadelphia Eagles
SunOct 30, 19772:00@Dallas CowboysW 37-0W -13.5Detroit Lions
SunOct 30, 19772:00Chicago BearsW 26-0W -4@Green Bay Packers
SunOct 30, 19772:00Los Angeles RamsL 26-27L -8@New Orleans Saints
SunOct 30, 19774:00@Baltimore ColtsW 31-21W -1.5Pittsburgh Steelers
SunOct 30, 19774:00Oakland RaidersW 24-14W -4@Denver Broncos
SunOct 30, 19774:00@San Francisco 49ersW 20-10L -16Tampa Bay Buccaneers
SunOct 30, 19774:00Buffalo BillsL 17-56L -3@Seattle Seahawks
MonOct 31, 19779:00@St Louis CardinalsW 28-0W -11New York GiantsU 41.5
+ + +

+ +

Back to top

1977 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 19771:00@Atlanta FalconsL 3-10L -4San Francisco 49ers
SunNov 6, 19771:00@Cleveland BrownsL 7-10L -3.5Cincinnati Bengals
SunNov 6, 19771:00@New England PatriotsL 14-24L -18Buffalo Bills
SunNov 6, 19771:00Dallas CowboysW 24-10W -13@New York Giants
SunNov 6, 19771:00Miami DolphinsW 14-10P -4@New York Jets
SunNov 6, 19771:00@Philadelphia EaglesW 28-7W -3.5New Orleans Saints
SunNov 6, 19772:00Chicago BearsL 0-47L -1.5@Houston Oilers
SunNov 6, 19772:00@Kansas City ChiefsW 20-10W -5.5Green Bay Packers
SunNov 6, 19774:00@Denver BroncosW 21-7W -1.5Pittsburgh Steelers
SunNov 6, 19774:00San Diego ChargersL 0-20L -3.5@Detroit Lions
SunNov 6, 19774:00@Los Angeles RamsW 31-0W -21Tampa Bay Buccaneers
SunNov 6, 19774:00@Minnesota VikingsL 7-27L -3.5St Louis Cardinals
SunNov 6, 19774:00@Oakland RaidersW 44-7W -19.5Seattle Seahawks
MonNov 7, 19779:00@Baltimore ColtsW 10-3L -10.5Washington RedskinsU 39.5
+ + +

+ +

Back to top

1977 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 19771:00@Atlanta FalconsW 17-6W -3.5Detroit Lions
SunNov 13, 19771:00Baltimore ColtsW 31-13W -11@Buffalo Bills
SunNov 13, 19771:00New England PatriotsL 5-17L -2@Miami Dolphins
SunNov 13, 19771:00@New York JetsL 0-17L -9.5Seattle Seahawks
SunNov 13, 19771:00@Philadelphia EaglesL 14-17L -3Washington Redskins
SunNov 13, 19771:00@Pittsburgh SteelersW 35-31L -4.5Cleveland Browns
SunNov 13, 19771:00New York GiantsW 10-0W -6.5@Tampa Bay Buccaneers
SunNov 13, 19772:00@Chicago BearsW 28-27L -6.5Kansas City Chiefs
SunNov 13, 19772:00Los Angeles RamsW 24-6W -11@Green Bay Packers at Milwaukee
SunNov 13, 19772:00San Francisco 49ersW 10-7 (OT)W -2@New Orleans Saints
SunNov 13, 19774:00@Minnesota VikingsW 42-10W -3Cincinnati Bengals
SunNov 13, 19774:00@Oakland RaidersW 34-29L -13Houston Oilers
SunNov 13, 19774:00Denver BroncosW 17-14L -4@San Diego Chargers
MonNov 14, 19779:00@Dallas CowboysL 17-24L -6.5St Louis CardinalsU 42.5
+ + +

+ +

Back to top

1977 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 19771:00New England PatriotsW 20-7W -10@Buffalo Bills
SunNov 20, 19771:00@Chicago BearsW 10-7W -2.5Minnesota Vikings
SunNov 20, 19771:00Miami DolphinsL 17-23L -1@Cincinnati Bengals
SunNov 20, 19771:00Cleveland BrownsW 21-7W -6.5@New York Giants
SunNov 20, 19772:00@Baltimore ColtsW 33-12W -16New York Jets
SunNov 20, 19772:00@Detroit LionsW 16-7L -14.5Tampa Bay Buccaneers
SunNov 20, 19772:00Denver BroncosW 14-7L -7.5@Kansas City Chiefs
SunNov 20, 19772:00Atlanta FalconsL 20-21L -3@New Orleans Saints
SunNov 20, 19772:00@St Louis CardinalsW 21-16L -10Philadelphia Eagles
SunNov 20, 19774:00@Pittsburgh SteelersW 28-13W -2Dallas Cowboys
SunNov 20, 19774:00Oakland RaidersL 7-12L -12.5@San Diego Chargers
SunNov 20, 19774:00Los Angeles RamsW 23-10W -4.5@San Francisco 49ers
SunNov 20, 19774:00Houston OilersW 22-10W -7@Seattle Seahawks
MonNov 21, 19779:00@Washington RedskinsW 10-9L -14Green Bay Packers
+ + +

+ +

Back to top

1977 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 19771:30Chicago BearsW 31-14W -2.5@Detroit Lions
ThuNov 24, 19773:30@St Louis CardinalsL 14-55L -6Miami Dolphins
SunNov 27, 19771:00@Cincinnati BengalsW 30-13W -13New York Giants
SunNov 27, 19771:00Los Angeles RamsW 9-0W -2@Cleveland Browns
SunNov 27, 19771:00@New England PatriotsW 14-6L -10.5Philadelphia Eagles
SunNov 27, 19771:00Pittsburgh SteelersW 23-20L -14.5@New York Jets
SunNov 27, 19771:00Atlanta FalconsW 17-0W -9@Tampa Bay Buccaneers
SunNov 27, 19772:00Minnesota VikingsW 13-6L -7.5@Green Bay Packers
SunNov 27, 19772:00@Houston OilersW 34-20W -9.5Kansas City Chiefs
SunNov 27, 19774:00@Denver BroncosW 27-13W -2Baltimore Colts
SunNov 27, 19774:00@San Francisco 49ersW 20-17P -3New Orleans Saints
SunNov 27, 19774:00San Diego ChargersW 30-28L -7@Seattle Seahawks
SunNov 27, 19774:00Dallas CowboysW 14-7L -7.5@Washington Redskins
MonNov 28, 19779:00@Oakland RaidersW 34-13W -17Buffalo Bills
+ + +

+ +

Back to top

1977 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 19771:00New England PatriotsW 16-10W -5.5@Atlanta Falcons
SunDec 4, 19771:00Washington RedskinsW 10-0W -6@Buffalo Bills
SunDec 4, 19771:00Denver BroncosW 24-14W -1.5@Houston Oilers
SunDec 4, 19771:00St Louis CardinalsL 7-27L -10@New York Giants
SunDec 4, 19771:00@Pittsburgh SteelersW 30-20L -20.5Seattle Seahawks
SunDec 4, 19771:00Chicago BearsW 10-0L -14@Tampa Bay Buccaneers
SunDec 4, 19772:00@Dallas CowboysW 24-14L -13.5Philadelphia Eagles
SunDec 4, 19772:00@Green Bay PackersW 10-9L -2Detroit Lions
SunDec 4, 19772:00Cincinnati BengalsW 27-7W -7.5@Kansas City Chiefs
SunDec 4, 19772:00@Minnesota VikingsW 28-27L -7San Francisco 49ers
SunDec 4, 19774:00Oakland RaidersL 14-20L -2.5@Los Angeles Rams
SunDec 4, 19774:00@New Orleans SaintsL 13-16L -4.5New York Jets
SunDec 4, 19774:00@San Diego ChargersW 37-14W -4.5Cleveland Browns
MonDec 5, 19779:00Baltimore ColtsL 6-17L -3@Miami Dolphins
+ + +

+ +

Back to top

1977 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 19771:00Pittsburgh SteelersL 10-17L -3@Cincinnati Bengals
SatDec 10, 19773:30@St Louis CardinalsL 20-26L -5Washington Redskins
SunDec 11, 19771:00Houston OilersW 19-15W -3@Cleveland Browns
SunDec 11, 19771:00@New England PatriotsW 14-10P -4Miami Dolphins
SunDec 11, 19771:00@New York JetsL 10-14L -8.5Buffalo Bills
SunDec 11, 19771:00@Philadelphia EaglesW 17-14L -6.5New York Giants
SunDec 11, 19772:00@Baltimore ColtsL 10-13L -15.5Detroit Lions
SunDec 11, 19772:00@Chicago BearsW 21-10W -10.5Green Bay Packers
SunDec 11, 19772:00@Kansas City ChiefsL 31-34L -4.5Seattle Seahawks
SunDec 11, 19772:00@New Orleans SaintsL 14-33L -12Tampa Bay Buccaneers
SunDec 11, 19774:00@Denver BroncosW 17-9W -6.5San Diego Chargers
SunDec 11, 19774:00@Los Angeles RamsW 23-7W -10.5Atlanta Falcons
SunDec 11, 19774:00@Oakland RaidersW 35-13W -10.5Minnesota Vikings
MonDec 12, 19779:00Dallas CowboysW 42-35P -7@San Francisco 49ers
+ + +

+ +

Back to top

1977 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 19771:00Los Angeles RamsL 14-17L -4@Washington Redskins
SatDec 17, 19774:00@Miami DolphinsW 31-14W -14Buffalo Bills
SatDec 17, 197710:00Minnesota VikingsW 30-21W -6@Detroit Lions
SunDec 18, 19771:00@Atlanta FalconsW 35-7W -7New Orleans Saints
SunDec 18, 19771:00Chicago BearsW 12-9 (OT)L -6.5@New York Giants
SunDec 18, 19771:00@Philadelphia EaglesW 27-0W -6.5New York Jets
SunDec 18, 19771:00St Louis CardinalsL 7-17L -6.5@Tampa Bay Buccaneers
SunDec 18, 19772:00@Dallas CowboysW 14-6W -4Denver Broncos
SunDec 18, 19772:00@Green Bay PackersW 16-14P -2San Francisco 49ers at Milwaukee
SunDec 18, 19772:00Cincinnati BengalsL 16-21L -3.5@Houston Oilers
SunDec 18, 19774:00@Baltimore ColtsW 30-24W -5.5New England Patriots
SunDec 18, 19774:00@Oakland RaidersW 21-20L -12.5Kansas City Chiefs
SunDec 18, 19774:00@San Diego ChargersL 9-10L -3.5Pittsburgh Steelers
SunDec 18, 19774:00@Seattle SeahawksW 20-19L -3.5Cleveland Browns
+ + +

+

Back to top

+

1977 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC DivisionalSatDec 24, 197712:30Oakland Raiders (4)W 37-31 (2OT)W -3.5@Baltimore Colts (2)
AFC DivisionalSatDec 24, 19774:00@Denver Broncos (1)W 34-21W -2.5Pittsburgh Steelers (3)
NFC DivisionalMonDec 26, 19772:00@Dallas Cowboys (1)W 37-7W -11Chicago Bears (4)O 38.5
NFC DivisionalMonDec 26, 19776:00@Los Angeles Rams (2)L 7-14L -10Minnesota Vikings (3)U 33.5
AFC ChampionshipSunJan 1, 19782:00Oakland Raiders (4)L 17-20L -4@Denver Broncos (1)O 34.5
NFC ChampionshipSunJan 1, 19785:00@Dallas Cowboys (1)W 23-6W -11Minnesota Vikings (3)U 36.5
Super Bowl XIISunJan 15, 19786:00NDallas Cowboys (1)W 27-10W -6Denver Broncos (1)U 39
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1978.html b/data/1978.html new file mode 100644 index 0000000..958402a --- /dev/null +++ b/data/1978.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1978 Season

+ +

Historical NFL Game Odds

1978 Season

<<-- 1977 Season    1979 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1978 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
16-8 (42.9%)4-10-0 (28.6%)7-7 (50.0%)9-5-0 (64.3%)3-4 (42.9%)3-4-0 (42.9%)4-3 (57.1%)6-1-0 (85.7%)--
212-1 (92.3%)5-7-1 (41.7%)6-8 (42.9%)7-6-1 (53.8%)4-0 (100.%)1-2-1 (33.3%)1-8 (11.1%)5-4-0 (55.6%)0-1-0 (0.0%)
38-4 (66.7%)6-6-0 (50.0%)5-9 (35.7%)3-11-0 (21.4%)4-3 (57.1%)2-5-0 (28.6%)1-4 (20.0%)1-4-0 (20.0%)1-0-0 (100.%)
48-6 (57.1%)6-8-0 (42.9%)8-6 (57.1%)8-6-0 (57.1%)6-4 (60.0%)5-5-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)1-0-0 (100.%)
510-4 (71.4%)5-9-0 (35.7%)8-6 (57.1%)11-3-0 (78.6%)5-1 (83.3%)4-2-0 (66.7%)3-5 (37.5%)7-1-0 (87.5%)0-1-0 (0.0%)
68-6 (57.1%)6-8-0 (42.9%)10-4 (71.4%)10-4-0 (71.4%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)5-1-0 (83.3%)0-1-0 (0.0%)
710-4 (71.4%)6-8-0 (42.9%)7-7 (50.0%)7-7-0 (50.0%)6-3 (66.7%)4-5-0 (44.4%)1-4 (20.0%)3-2-0 (60.0%)0-1-0 (0.0%)
86-8 (42.9%)4-9-1 (30.8%)11-3 (78.6%)10-3-1 (76.9%)5-2 (71.4%)4-3-0 (57.1%)6-1 (85.7%)6-0-1 (100.%)1-0-0 (100.%)
98-6 (57.1%)5-8-1 (38.5%)9-5 (64.3%)7-6-1 (53.8%)7-4 (63.6%)5-6-0 (45.5%)2-1 (66.7%)2-0-1 (100.%)0-2-0 (0.0%)
1011-3 (78.6%)7-6-1 (53.8%)10-4 (71.4%)8-5-1 (61.5%)9-2 (81.8%)6-4-1 (60.0%)1-2 (33.3%)2-1-0 (66.7%)1-0-0 (100.%)
1111-3 (78.6%)6-7-1 (46.2%)6-8 (42.9%)3-10-1 (23.1%)6-3 (66.7%)2-6-1 (25.0%)0-5 (0.0%)1-4-0 (20.0%)1-0-0 (100.%)
129-5 (64.3%)5-8-1 (38.5%)7-7 (50.0%)8-5-1 (61.5%)6-4 (60.0%)5-5-0 (50.0%)1-3 (25.0%)3-0-1 (100.%)1-0-0 (100.%)
137-6 (53.8%)5-9-0 (35.7%)8-5 (61.5%)7-7-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)3-2 (60.0%)4-2-0 (66.7%)0-1-0 (0.0%)
1411-3 (78.6%)8-6-0 (57.1%)9-5 (64.3%)8-6-0 (57.1%)9-3 (75.0%)7-5-0 (58.3%)0-2 (0.0%)1-1-0 (50.0%)1-0-0 (100.%)
159-4 (69.2%)6-7-0 (46.2%)11-3 (78.6%)8-6-0 (57.1%)7-1 (87.5%)4-4-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)1-0-0 (100.%)
1610-4 (71.4%)9-5-0 (64.3%)8-6 (57.1%)7-7-0 (50.0%)8-4 (66.7%)7-5-0 (58.3%)0-2 (0.0%)0-2-0 (0.0%)0-1-0 (0.0%)
Playoffs7-2 (77.8%)5-4-0 (55.6%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)0-1 (0.0%)0-1-0 (0.0%)4-1-0 (80.0%)
+ +


1978 Results by Team

Click on a team to view 1978 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons9-7 (56.3%)6-8-2 (42.9%)5-2 (71.4%)2-4-1 (33.3%)7-1 (87.5%)5-3-0 (62.5%)4-0 (100.%)2-2-0 (50.0%)0-1-0 (0.0%)
Baltimore Colts5-11 (31.3%)6-10 (37.5%)0-3 (0.0%)0-3-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-3 (0.0%)0-3-0 (0.0%)2-0-0 (100.%)
Buffalo Bills5-11 (31.3%)12-4 (75.0%)4-1 (80.0%)4-1-0 (80.0%)4-4 (50.0%)7-1-0 (87.5%)4-0 (100.%)4-0-0 (100.%)--
Chicago Bears7-9 (43.8%)9-7 (56.3%)4-5 (44.4%)4-5-0 (44.4%)4-4 (50.0%)5-3-0 (62.5%)2-3 (40.0%)2-3-0 (40.0%)2-1-0 (66.7%)
Cincinnati Bengals4-12 (25.0%)8-8 (50.0%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)2-1-0 (66.7%)
Cleveland Browns8-8 (50.0%)7-8-1 (46.7%)4-2 (66.7%)3-3-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)--
Dallas Cowboys12-4 (75.0%)8-8 (50.0%)12-3 (80.0%)8-7-0 (53.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)0-2-0 (0.0%)
Denver Broncos10-6 (62.5%)8-7-1 (53.3%)8-5 (61.5%)6-6-1 (50.0%)6-2 (75.0%)6-2-0 (75.0%)5-2 (71.4%)5-2-0 (71.4%)0-2-0 (0.0%)
Detroit Lions7-9 (43.8%)8-8 (50.0%)3-1 (75.0%)3-1-0 (75.0%)5-3 (62.5%)6-2-0 (75.0%)2-1 (66.7%)2-1-0 (66.7%)--
Green Bay Packers8-7-1 (53.3%)8-8 (50.0%)3-1 (75.0%)2-2-0 (50.0%)5-2 (71.4%)5-3-0 (62.5%)3-0 (100.%)2-1-0 (66.7%)--
Houston Oilers10-6 (62.5%)6-9-1 (40.0%)7-4 (63.6%)2-8-1 (20.0%)5-3 (62.5%)1-6-1 (14.3%)5-2 (71.4%)1-5-1 (16.7%)2-0-0 (100.%)
Kansas City Chiefs4-12 (25.0%)8-8 (50.0%)1-2 (33.3%)0-3-0 (0.0%)3-5 (37.5%)4-4-0 (50.0%)1-2 (33.3%)0-3-0 (0.0%)--
Los Angeles Rams12-4 (75.0%)5-9-2 (35.7%)11-4 (73.3%)4-9-2 (30.8%)6-2 (75.0%)3-3-2 (50.0%)5-2 (71.4%)2-3-2 (40.0%)1-1-0 (50.0%)
Miami Dolphins11-5 (68.8%)9-7 (56.3%)10-3 (76.9%)8-5-0 (61.5%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)1-2-0 (33.3%)
Minnesota Vikings8-7-1 (53.3%)6-10 (37.5%)5-5 (50.0%)3-8-0 (27.3%)5-3 (62.5%)3-5-0 (37.5%)4-2 (66.7%)2-4-0 (33.3%)1-2-0 (33.3%)
New England Patriots11-5 (68.8%)6-10 (37.5%)10-3 (76.9%)5-8-0 (38.5%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)1-1-0 (50.0%)
New Orleans Saints7-9 (43.8%)10-6 (62.5%)3-2 (60.0%)3-2-0 (60.0%)3-5 (37.5%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)--
New York Giants6-10 (37.5%)8-7-1 (53.3%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)6-1-1 (85.7%)3-0 (100.%)2-1-0 (66.7%)--
New York Jets8-8 (50.0%)9-7 (56.3%)3-1 (75.0%)2-2-0 (50.0%)4-4 (50.0%)6-2-0 (75.0%)2-1 (66.7%)2-1-0 (66.7%)--
Oakland Raiders9-7 (56.3%)6-10 (37.5%)9-6 (60.0%)6-9-0 (40.0%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)1-0-0 (100.%)
Philadelphia Eagles9-7 (56.3%)10-5-1 (66.7%)5-1 (83.3%)3-2-1 (60.0%)5-3 (62.5%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)--
Pittsburgh Steelers14-2 (87.5%)9-6-1 (60.0%)12-1 (92.3%)7-6-0 (53.8%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)1-1-0 (50.0%)
San Diego Chargers9-7 (56.3%)9-7 (56.3%)5-4 (55.6%)3-6-0 (33.3%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)1-0-0 (100.%)
San Francisco 49ers2-14 (12.5%)3-12-1 (20.0%)1-1 (50.0%)0-2-0 (0.0%)2-6 (25.0%)2-5-1 (28.6%)1-1 (50.0%)0-2-0 (0.0%)0-1-0 (0.0%)
Seattle Seahawks9-7 (56.3%)10-5-1 (66.7%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)5-2-1 (71.4%)3-1 (75.0%)2-2-0 (50.0%)--
St Louis Cardinals6-10 (37.5%)8-8 (50.0%)4-3 (57.1%)4-3-0 (57.1%)3-5 (37.5%)4-4-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)--
Tampa Bay Buccaneers5-11 (31.3%)9-7 (56.3%)1-2 (33.3%)1-2-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)--
Washington Redskins8-8 (50.0%)7-9 (43.8%)6-5 (54.5%)4-7-0 (36.4%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)1-1-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1978 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 2, 19788:00@Tampa Bay BuccaneersL 13-19L -2New York Giants
SunSep 3, 19781:00Houston OilersL 14-20L -3.5@Atlanta Falcons
SunSep 3, 19781:00Pittsburgh SteelersW 28-17W -10.5@Buffalo Bills
SunSep 3, 19781:00@Cincinnati BengalsL 23-24L -8Kansas City Chiefs
SunSep 3, 19781:00@Cleveland BrownsW 24-7W -4.5San Francisco 49ers
SunSep 3, 19781:00@Detroit LionsL 7-13L -8Green Bay Packers
SunSep 3, 19781:00@New England PatriotsL 14-16L -9.5Washington Redskins
SunSep 3, 19781:00Minnesota VikingsL 24-31L -6.5@New Orleans Saints
SunSep 3, 19781:00Miami DolphinsL 20-33L -4@New York Jets
SunSep 3, 19781:00Los Angeles RamsW 16-14L -6@Philadelphia Eagles
SunSep 3, 19782:00@Chicago BearsW 17-10W -3.5St Louis Cardinals
SunSep 3, 19784:00Oakland RaidersL 6-14L -4@Denver Broncos
SunSep 3, 19784:00San Diego ChargersW 24-20L -6@Seattle Seahawks
MonSep 4, 19789:00@Dallas CowboysW 38-0W -10.5Baltimore Colts
+ + +

+ +

Back to top

1978 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 9, 19788:00Detroit LionsW 15-7W -1@Tampa Bay Buccaneers
SunSep 10, 19781:00New Orleans SaintsL 17-28L -1.5@Green Bay Packers at Milwaukee
SunSep 10, 19781:00Dallas CowboysW 34-24L -11@New York Giants
SunSep 10, 19781:00@Pittsburgh SteelersW 21-10L -13.5Seattle Seahawks
SunSep 10, 19781:00@Washington RedskinsW 35-30W -3.5Philadelphia Eagles
SunSep 10, 19782:00@Cleveland BrownsW 13-10 (OT)L -5.5Cincinnati Bengals
SunSep 10, 19782:00Houston OilersW 20-17L -4.5@Kansas City Chiefs
SunSep 10, 19782:00New England PatriotsW 16-6W -6.5@St Louis Cardinals
SunSep 10, 19784:00Miami DolphinsW 42-0W -3@Baltimore Colts
SunSep 10, 19784:00New York JetsW 21-20L -5@Buffalo Bills
SunSep 10, 19784:00@Los Angeles RamsW 10-0P -10Atlanta Falcons
SunSep 10, 19784:00Oakland RaidersW 21-20L -5.5@San Diego Chargers
SunSep 10, 19784:00Chicago BearsW 16-13W -2.5@San Francisco 49ers
MonSep 11, 19789:00@Minnesota VikingsW 12-9 (OT)W PKDenver BroncosU 33
+ + +

+ +

Back to top

1978 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 19781:00@Atlanta FalconsL 16-24L PKCleveland Browns
SunSep 17, 19781:00Pittsburgh SteelersW 28-3W -4.5@Cincinnati Bengals
SunSep 17, 19781:00Chicago BearsW 19-0W -2.5@Detroit Lions
SunSep 17, 19781:00@New York GiantsW 26-10W -4.5Kansas City Chiefs
SunSep 17, 19781:00@New York JetsL 17-24L -7Seattle Seahawks
SunSep 17, 19782:00Oakland RaidersW 28-3W -9.5@Green Bay Packers
SunSep 17, 19782:00@Houston OilersW 20-19L -9.5San Francisco 49ers
SunSep 17, 19782:00@Minnesota VikingsL 10-16L -10Tampa Bay Buccaneers
SunSep 17, 19782:00@New Orleans SaintsL 17-24L PKPhiladelphia Eagles
SunSep 17, 19782:00Washington RedskinsW 28-10W -3.5@St Louis Cardinals
SunSep 17, 19784:00@Denver BroncosW 27-14W -4.5San Diego Chargers
SunSep 17, 19784:00Dallas CowboysL 14-27L -4@Los Angeles Rams
SunSep 17, 19784:00@Miami DolphinsW 31-24L -12Buffalo Bills
MonSep 18, 19789:00@New England PatriotsL 27-34L -17.5Baltimore ColtsO 38
+ + +

+ +

Back to top

1978 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 19781:00@Buffalo BillsW 24-17W -2.5Baltimore Colts
SunSep 24, 19781:00@Cincinnati BengalsL 18-20L -7New Orleans Saints
SunSep 24, 19781:00Los Angeles RamsW 10-6W -2.5@Houston Oilers
SunSep 24, 19781:00Miami DolphinsL 3-17L -2.5@Philadelphia Eagles
SunSep 24, 19781:00@Pittsburgh SteelersW 15-9 (OT)W -4.5Cleveland Browns
SunSep 24, 19781:00@Washington RedskinsW 23-3W -6.5New York Jets
SunSep 24, 19782:00Denver BroncosW 23-17 (OT)L -7@Kansas City Chiefs
SunSep 24, 19784:00@Dallas CowboysW 21-12L -17St Louis Cardinals
SunSep 24, 19784:00@New York GiantsW 27-10W -4.5San Francisco 49ers
SunSep 24, 19784:00@San Diego ChargersL 3-24L -10Green Bay Packers
SunSep 24, 19784:00@Seattle SeahawksW 28-16W -6Detroit Lions
SunSep 24, 19784:00Atlanta FalconsL 9-14L -2.5@Tampa Bay Buccaneers
SunSep 24, 19789:00@Oakland RaidersL 14-21L -6.5New England Patriots
MonSep 25, 19789:00@Chicago BearsL 20-24L -3Minnesota VikingsO 33
+ + +

+ +

Back to top

1978 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 19781:00New York GiantsL 20-23L -3@Atlanta Falcons
SunOct 1, 19781:00@Buffalo BillsW 28-13W -3Kansas City Chiefs
SunOct 1, 19781:00@Cleveland BrownsL 13-16L -5Houston Oilers
SunOct 1, 19781:00@Miami DolphinsW 24-10W -9St Louis Cardinals
SunOct 1, 19781:00@New England PatriotsW 28-23L -7.5San Diego Chargers
SunOct 1, 19781:00Pittsburgh SteelersW 28-17L -12.5@New York Jets
SunOct 1, 19781:00Minnesota VikingsW 24-7W -6@Tampa Bay Buccaneers
SunOct 1, 19782:00Philadelphia EaglesW 17-14L -5.5@Baltimore Colts
SunOct 1, 19782:00@Green Bay PackersW 35-14W -5Detroit Lions at Milwaukee
SunOct 1, 19782:00Los Angeles RamsW 26-20L -9.5@New Orleans Saints
SunOct 1, 19784:00Oakland RaidersW 25-19 (OT)L -6.5@Chicago Bears
SunOct 1, 19784:00@Denver BroncosW 28-7W -9Seattle Seahawks
SunOct 1, 19784:00Cincinnati BengalsL 12-28L -2.5@San Francisco 49ers
MonOct 2, 19789:00Dallas CowboysL 5-9L -4.5@Washington RedskinsU 37
+ + +

+ +

Back to top

1978 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 19781:00Washington RedskinsW 21-19L -9@Detroit Lions
SunOct 8, 19781:00@New England PatriotsW 24-14W -7Philadelphia Eagles
SunOct 8, 19781:00Buffalo BillsL 14-45L -2.5@New York Jets
SunOct 8, 19781:00@Pittsburgh SteelersW 31-7W -9Atlanta Falcons
SunOct 8, 19782:00@Dallas CowboysW 24-3W -11New York Giants
SunOct 8, 19782:00Chicago BearsL 14-24L -1.5@Green Bay Packers
SunOct 8, 19782:00@Kansas City ChiefsL 13-30L -4.5Tampa Bay Buccaneers
SunOct 8, 19782:00Cleveland BrownsW 24-16W -3.5@New Orleans Saints
SunOct 8, 19782:00@St Louis CardinalsL 17-30L -2.5Baltimore Colts
SunOct 8, 19784:00@Los Angeles RamsW 27-10W -13.5San Francisco 49ers
SunOct 8, 19784:00@Oakland RaidersW 21-17L -7.5Houston Oilers
SunOct 8, 19784:00Denver BroncosL 0-23L -1@San Diego Chargers
SunOct 8, 19784:00Minnesota VikingsL 28-29L -5@Seattle Seahawks
MonOct 9, 19789:00@Miami DolphinsW 21-0W -10.5Cincinnati BengalsU 38
+ + +

+ +

Back to top

1978 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 19781:00@Atlanta FalconsW 14-0W -6Detroit Lions
SunOct 15, 19781:00New England PatriotsW 10-3L -9@Cincinnati Bengals
SunOct 15, 19781:00Pittsburgh SteelersW 34-14W -4@Cleveland Browns
SunOct 15, 19781:00@Green Bay PackersW 45-28W -4.5Seattle Seahawks at Milwaukee
SunOct 15, 19781:00@New York GiantsW 17-14L -4.5Tampa Bay Buccaneers
SunOct 15, 19781:00Washington RedskinsL 10-17L -1.5@Philadelphia Eagles
SunOct 15, 19782:00@Baltimore ColtsL 10-33L -6.5New York Jets
SunOct 15, 19782:00@Houston OilersW 17-10L -8.5Buffalo Bills
SunOct 15, 19782:00Dallas CowboysW 24-21 (OT)L -13.5@St Louis Cardinals
SunOct 15, 19784:00Los Angeles RamsW 34-17W -4@Minnesota Vikings
SunOct 15, 19784:00@Oakland RaidersW 28-6W -13.5Kansas City Chiefs
SunOct 15, 19784:00@San Diego ChargersL 21-28L -4Miami Dolphins
SunOct 15, 19784:00@San Francisco 49ersL 7-14L -4New Orleans Saints
MonOct 16, 19789:00@Denver BroncosW 16-7W -7Chicago BearsU 34
+ + +

+ +

Back to top

1978 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 19781:00@Buffalo BillsW 5-0W -3.5Cincinnati Bengals
SunOct 22, 19781:00Washington RedskinsL 6-17L -4@New York Giants
SunOct 22, 19781:00@New York JetsW 23-10W -8St Louis Cardinals
SunOct 22, 19781:00Chicago BearsL 19-33L -3@Tampa Bay Buccaneers
SunOct 22, 19782:00@Dallas CowboysW 14-7L -8Philadelphia Eagles
SunOct 22, 19782:00San Diego ChargersL 14-31L -6.5@Detroit Lions
SunOct 22, 19782:00Cleveland BrownsL 3-17L -5.5@Kansas City Chiefs
SunOct 22, 19782:00@Minnesota VikingsW 21-7W -3.5Green Bay Packers
SunOct 22, 19784:00Denver BroncosL 6-7L -6.5@Baltimore Colts
SunOct 22, 19784:00@Los Angeles RamsL 3-10L -13.5New Orleans Saints
SunOct 22, 19784:00@New England PatriotsW 33-24W -4.5Miami Dolphins
SunOct 22, 19784:00Atlanta FalconsW 20-17P -3@San Francisco 49ers
SunOct 22, 19784:00Oakland RaidersL 7-27L -7@Seattle Seahawks
MonOct 23, 19789:00@Pittsburgh SteelersL 17-24L -7.5Houston OilersO 36
+ + +

+ +

Back to top

1978 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 26, 19788:30@Dallas CowboysL 10-21L -7.5Minnesota VikingsU 37
SunOct 29, 19781:00Houston OilersL 13-28L -7@Cincinnati Bengals
SunOct 29, 19781:00@Cleveland BrownsW 41-20W -6Buffalo Bills
SunOct 29, 19781:00@New England PatriotsW 55-21W -9New York Jets
SunOct 29, 19781:00@Philadelphia EaglesL 10-16L -11St Louis Cardinals
SunOct 29, 19781:00@Pittsburgh SteelersW 27-24L -14Kansas City Chiefs
SunOct 29, 19781:00@Washington RedskinsW 38-20W -10San Francisco 49ers
SunOct 29, 19782:00@Chicago BearsL 17-21L -5Detroit Lions
SunOct 29, 19782:00@Green Bay PackersW 9-7L -5Tampa Bay Buccaneers
SunOct 29, 19782:00@New Orleans SaintsW 28-17W -2New York Giants
SunOct 29, 19784:00@Miami DolphinsW 26-8W -12.5Baltimore Colts
SunOct 29, 19784:00@Oakland RaidersL 23-27L -6.5San Diego Chargers
SunOct 29, 19784:00Denver BroncosW 20-17 (OT)P -3@Seattle Seahawks
MonOct 30, 19789:00Los Angeles RamsL 7-15L -6.5@Atlanta FalconsU 34.5
+ + +

+ +

Back to top

1978 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 19781:00@Atlanta FalconsW 21-10W -7San Francisco 49ers
SunNov 5, 19781:00New England PatriotsW 14-10L -9@Buffalo Bills
SunNov 5, 19781:00@Chicago BearsL 29-31L -3Seattle Seahawks
SunNov 5, 19781:00@Minnesota VikingsW 17-7W -7Detroit Lions
SunNov 5, 19781:00@Philadelphia EaglesW 10-3W -3.5Green Bay Packers
SunNov 5, 19781:00@Pittsburgh SteelersW 20-14L -10.5New Orleans Saints
SunNov 5, 19781:00@St Louis CardinalsW 20-10W -3New York Giants
SunNov 5, 19782:00@Houston OilersW 14-10P -4Cleveland Browns
SunNov 5, 19782:00Oakland RaidersW 20-10W -6.5@Kansas City Chiefs
SunNov 5, 19784:00@Denver BroncosL 28-31L -9New York Jets
SunNov 5, 19784:00@Los Angeles RamsW 26-23L -10.5Tampa Bay Buccaneers
SunNov 5, 19784:00@Miami DolphinsW 23-16W -1Dallas Cowboys
SunNov 5, 19784:00@San Diego ChargersW 22-13W -7Cincinnati Bengals
MonNov 6, 19789:00Washington RedskinsL 17-21L -3.5@Baltimore ColtsO 37
+ + +

+ +

Back to top

1978 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 19781:00Miami DolphinsW 25-24L -7.5@Buffalo Bills
SunNov 12, 19781:00Denver BroncosW 19-7W -1@Cleveland Browns
SunNov 12, 19781:00@New England PatriotsL 23-26L -7Houston Oilers
SunNov 12, 19781:00@Philadelphia EaglesW 17-9W -4New York Jets
SunNov 12, 19781:00@Washington RedskinsW 16-13 (OT)L -7.5New York Giants
SunNov 12, 19782:00@Detroit LionsW 34-23W -3Tampa Bay Buccaneers
SunNov 12, 19782:00@New Orleans SaintsL 17-20L -3Atlanta Falcons
SunNov 12, 19784:00Dallas CowboysW 42-14W -7@Green Bay Packers at Milwaukee
SunNov 12, 19784:00@Minnesota VikingsW 17-14L -8Chicago Bears
SunNov 12, 19784:00@San Diego ChargersW 29-23 (OT)L -9.5Kansas City Chiefs
SunNov 12, 19784:00St Louis CardinalsW 16-10W -5@San Francisco 49ers
SunNov 12, 19784:00@Seattle SeahawksL 14-17L -3.5Baltimore Colts
SunNov 12, 19789:00@Los Angeles RamsW 10-7P -3Pittsburgh Steelers
MonNov 13, 19789:00Oakland RaidersW 34-21W -6@Cincinnati BengalsO 36
+ + +

+ +

Back to top

1978 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 19781:00@Minnesota VikingsL 7-13L -3.5San Diego Chargers
SunNov 19, 19781:00Philadelphia EaglesW 19-17P -2@New York Giants
SunNov 19, 19781:00New England PatriotsW 19-17L -6@New York Jets
SunNov 19, 19781:00@Tampa Bay BuccaneersW 31-10W -3.5Buffalo Bills
SunNov 19, 19781:00@Washington RedskinsL 17-27L -4.5St Louis Cardinals
SunNov 19, 19782:00@Baltimore ColtsL 24-45L -6Cleveland Browns
SunNov 19, 19782:00Atlanta FalconsL 7-13L -3@Chicago Bears
SunNov 19, 19782:00@Dallas CowboysW 27-7W -13New Orleans Saints
SunNov 19, 19782:00@Kansas City ChiefsL 10-13L -2Seattle Seahawks
SunNov 19, 19784:00@Denver BroncosW 16-3W -9Green Bay Packers
SunNov 19, 19784:00@Oakland RaidersW 29-17W -7Detroit Lions
SunNov 19, 19784:00@Pittsburgh SteelersW 7-6L -11Cincinnati Bengals
SunNov 19, 19784:00Los Angeles RamsW 31-28L -10@San Francisco 49ers
MonNov 20, 19789:00@Houston OilersW 35-30W -2Miami DolphinsO 39
+ + +

+ +

Back to top

1978 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 197812:30Denver BroncosL 14-17L -3.5@Detroit Lions
ThuNov 23, 19783:30@Dallas CowboysW 37-10W -11.5Washington Redskins
SunNov 26, 19781:00@Atlanta FalconsW 20-17L -3.5New Orleans Saints
SunNov 26, 19781:00@Buffalo BillsW 41-17W -3New York Giants
SunNov 26, 19781:00Los Angeles RamsL 19-30L -4.5@Cleveland Browns
SunNov 26, 19781:00@Miami DolphinsL 13-24L -7.5New York Jets
SunNov 26, 19782:00@Chicago BearsW 14-3W -3.5Tampa Bay Buccaneers
SunNov 26, 19782:00Minnesota VikingsT 10-10 (OT)L -3.5@Green Bay Packers
SunNov 26, 19782:00@Houston OilersW 17-10L -7.5Cincinnati Bengals
SunNov 26, 19782:00San Diego ChargersL 0-23L -4.5@Kansas City Chiefs
SunNov 26, 19782:00@St Louis CardinalsL 10-14L -3.5Philadelphia Eagles
SunNov 26, 19784:00New England PatriotsW 35-14W -7@Baltimore Colts
SunNov 26, 19784:00@Oakland RaidersL 16-17L -8Seattle Seahawks
MonNov 27, 19789:00Pittsburgh SteelersW 24-7W -7.5@San Francisco 49ersU 36
+ + +

+ +

Back to top

1978 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 19781:00@Cincinnati BengalsW 37-7W -1.5Atlanta Falcons
SunDec 3, 19781:00Los Angeles RamsW 20-17L -7.5@New York Giants
SunDec 3, 19781:00@New York JetsW 24-16W -7Baltimore Colts
SunDec 3, 19781:00@Tampa Bay BuccaneersL 7-17L -1.5Green Bay Packers
SunDec 3, 19781:00Miami DolphinsW 16-0W -3@Washington Redskins
SunDec 3, 19782:00@Kansas City ChiefsW 14-10L -6Buffalo Bills
SunDec 3, 19782:00@Minnesota VikingsW 28-27L -3Philadelphia Eagles
SunDec 3, 19782:00@New Orleans SaintsW 24-13W -7San Francisco 49ers
SunDec 3, 19782:00@St Louis CardinalsW 21-14W -1Detroit Lions
SunDec 3, 19784:00@Dallas CowboysW 17-10W -6.5New England Patriots
SunDec 3, 19784:00@Houston OilersL 3-13L -2.5Pittsburgh Steelers
SunDec 3, 19784:00@Seattle SeahawksW 47-24W -3Cleveland Browns
SunDec 3, 19789:00@Oakland RaidersL 6-21L -4Denver Broncos
MonDec 4, 19789:00@San Diego ChargersW 40-7W -6Chicago BearsO 37
+ + +

+ +

Back to top

1978 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 19781:00@Pittsburgh SteelersW 35-13W -10.5Baltimore Colts
SatDec 9, 19784:00Minnesota VikingsL 14-45L -2.5@Detroit Lions
SunDec 10, 19781:00@Atlanta FalconsW 20-17L -3.5Washington Redskins
SunDec 10, 19781:00@Cleveland BrownsW 37-34 (OT)W PKNew York Jets
SunDec 10, 19781:00@New England PatriotsW 26-24L -11.5Buffalo Bills
SunDec 10, 19781:00St Louis CardinalsL 0-17L -2.5@New York Giants
SunDec 10, 19781:00Dallas CowboysW 31-13W -4.5@Philadelphia Eagles
SunDec 10, 19782:00Green Bay PackersL 0-14L -1.5@Chicago Bears
SunDec 10, 19782:00Houston OilersW 17-12W -3@New Orleans Saints
SunDec 10, 19784:00@Denver BroncosW 24-3W -8Kansas City Chiefs
SunDec 10, 19784:00@Miami DolphinsW 23-6W -6Oakland Raiders
SunDec 10, 19784:00@San Diego ChargersW 37-10W -3Seattle Seahawks
SunDec 10, 19784:00@San Francisco 49ersW 6-3L -3.5Tampa Bay Buccaneers
MonDec 11, 19789:00@Los Angeles RamsL 19-20L -6.5Cincinnati BengalsO 35
+ + +

+ +

Back to top

1978 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 19781:00@Washington RedskinsL 10-14L -6Chicago Bears
SatDec 16, 19784:00@Denver BroncosL 17-21L -1.5Pittsburgh Steelers
SunDec 17, 19781:00@Cincinnati BengalsW 48-16W -3.5Cleveland Browns
SunDec 17, 19781:00@Detroit LionsW 33-14W -10San Francisco 49ers
SunDec 17, 19781:00Dallas CowboysW 30-7W -6@New York Jets
SunDec 17, 19781:00@Philadelphia EaglesW 20-3W -6.5New York Giants
SunDec 17, 19781:00New Orleans SaintsW 17-10W -3.5@Tampa Bay Buccaneers
SunDec 17, 19782:00@Baltimore ColtsL 14-21L -3Buffalo Bills
SunDec 17, 19782:00@St Louis CardinalsW 42-21W -1Atlanta Falcons
SunDec 17, 19784:00@Houston OilersL 24-45L -3.5San Diego Chargers
SunDec 17, 19784:00@Los Angeles RamsW 31-14W -8Green Bay Packers
SunDec 17, 19784:00@Oakland RaidersW 27-20W -3Minnesota Vikings
SunDec 17, 19784:00@Seattle SeahawksW 23-19L -6.5Kansas City Chiefs
MonDec 18, 19789:00@Miami DolphinsW 23-3W -3.5New England PatriotsU 40
+ + +

+

Back to top

+

1978 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSunDec 24, 197812:30@Atlanta Falcons (4)W 14-13L -2.5Philadelphia Eagles (5)
AFC Wild CardSunDec 24, 19784:00@Miami Dolphins (4)L 9-17L -6.5Houston Oilers (5)
AFC DivisionalSatDec 30, 197812:30@Pittsburgh Steelers (1)W 33-10W -7Denver Broncos (3)
NFC DivisionalSatDec 30, 19784:00@Dallas Cowboys (2)W 27-20L -15Atlanta Falcons (4)
AFC DivisionalSunDec 31, 19781:00@New England Patriots (2)L 14-31L -6Houston Oilers (4)O 37
NFC DivisionalSunDec 31, 19785:00@Los Angeles Rams (1)W 34-10W -7.5Minnesota Vikings (3)O 36
AFC ChampionshipSunJan 7, 19791:00@Pittsburgh Steelers (1)W 34-5W -7Houston Oilers (4)O 36
NFC ChampionshipSunJan 7, 19795:00Dallas Cowboys (2)W 28-0W -3.5@Los Angeles Rams (1)U 36.5
Super Bowl XIIISunJan 21, 19794:00NPittsburgh Steelers (1)W 35-31W -3.5Dallas Cowboys (2)O 37
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1979.html b/data/1979.html new file mode 100644 index 0000000..cc7266d --- /dev/null +++ b/data/1979.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1979 Season

+ +

Historical NFL Game Odds

1979 Season

<<-- 1978 Season    1980 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1979 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-4 (71.4%)4-9-1 (30.8%)6-8 (42.9%)6-7-1 (46.2%)6-4 (60.0%)3-6-1 (33.3%)0-4 (0.0%)3-1-0 (75.0%)9-5-0 (64.3%)
28-3 (72.7%)7-4-0 (63.6%)7-7 (50.0%)8-6-0 (57.1%)6-2 (75.0%)6-2-0 (75.0%)1-2 (33.3%)2-1-0 (66.7%)9-5-0 (64.3%)
312-2 (85.7%)5-7-2 (41.7%)8-6 (57.1%)5-7-2 (41.7%)8-2 (80.0%)4-6-0 (40.0%)0-4 (0.0%)1-1-2 (50.0%)6-8-0 (42.9%)
48-5 (61.5%)4-8-1 (33.3%)10-4 (71.4%)9-4-1 (69.2%)6-1 (85.7%)4-3-0 (57.1%)4-2 (66.7%)5-0-1 (100.%)9-5-0 (64.3%)
55-9 (35.7%)5-9-0 (35.7%)9-5 (64.3%)9-5-0 (64.3%)5-5 (50.0%)5-5-0 (50.0%)4-0 (100.%)4-0-0 (100.%)5-9-0 (35.7%)
67-6 (53.8%)6-7-0 (46.2%)7-7 (50.0%)6-8-0 (42.9%)3-2 (60.0%)2-3-0 (40.0%)4-4 (50.0%)4-4-0 (50.0%)7-7-0 (50.0%)
710-4 (71.4%)9-4-1 (69.2%)8-6 (57.1%)7-6-1 (53.8%)7-3 (70.0%)6-3-1 (66.7%)1-3 (25.0%)1-3-0 (25.0%)7-6-1 (53.8%)
88-6 (57.1%)6-8-0 (42.9%)11-3 (78.6%)9-5-0 (64.3%)7-2 (77.8%)5-4-0 (55.6%)4-1 (80.0%)4-1-0 (80.0%)8-6-0 (57.1%)
98-5 (61.5%)5-7-1 (41.7%)7-7 (50.0%)7-6-1 (53.8%)5-3 (62.5%)4-4-0 (50.0%)2-3 (40.0%)3-1-1 (75.0%)7-7-0 (50.0%)
1011-3 (78.6%)9-4-1 (69.2%)7-7 (50.0%)8-5-1 (61.5%)7-3 (70.0%)7-3-0 (70.0%)0-4 (0.0%)1-2-1 (33.3%)6-8-0 (42.9%)
119-4 (69.2%)6-7-0 (46.2%)8-6 (57.1%)9-5-0 (64.3%)6-3 (66.7%)5-4-0 (55.6%)1-3 (25.0%)3-1-0 (75.0%)8-6-0 (57.1%)
1210-3 (76.9%)7-4-2 (63.6%)12-2 (85.7%)9-3-2 (75.0%)9-1 (90.0%)6-2-2 (75.0%)2-1 (66.7%)2-1-0 (66.7%)8-5-1 (61.5%)
138-6 (57.1%)5-7-2 (41.7%)6-8 (42.9%)5-7-2 (41.7%)4-4 (50.0%)3-5-0 (37.5%)2-4 (33.3%)2-2-2 (50.0%)6-7-1 (46.2%)
1410-4 (71.4%)8-6-0 (57.1%)10-4 (71.4%)8-6-0 (57.1%)9-3 (75.0%)7-5-0 (58.3%)1-1 (50.0%)1-1-0 (50.0%)9-5-0 (64.3%)
158-5 (61.5%)7-6-0 (53.8%)8-6 (57.1%)9-5-0 (64.3%)4-1 (80.0%)4-1-0 (80.0%)4-4 (50.0%)5-3-0 (62.5%)6-7-1 (46.2%)
168-6 (57.1%)5-8-1 (38.5%)8-6 (57.1%)5-8-1 (38.5%)8-6 (57.1%)5-8-1 (38.5%)0-0 0-0-0 9-5-0 (64.3%)
Playoffs6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)6-3-0 (66.7%)
+ +


1979 Results by Team

Click on a team to view 1979 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons6-10 (37.5%)7-8-1 (46.7%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)3-4-1 (42.9%)3-1 (75.0%)3-1-0 (75.0%)8-7-1 (53.3%)
Baltimore Colts5-11 (31.3%)7-8-1 (46.7%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)3-4-1 (42.9%)1-1 (50.0%)1-1-0 (50.0%)9-7-0 (56.3%)
Buffalo Bills7-9 (43.8%)7-7-2 (50.0%)3-2 (60.0%)1-2-2 (33.3%)3-5 (37.5%)3-4-1 (42.9%)2-2 (50.0%)1-2-1 (33.3%)4-12-0 (25.0%)
Chicago Bears10-6 (62.5%)8-7-1 (53.3%)7-2 (77.8%)4-4-1 (50.0%)6-2 (75.0%)5-2-1 (71.4%)5-1 (83.3%)4-1-1 (80.0%)8-8-0 (50.0%)
Cincinnati Bengals4-12 (25.0%)6-8-2 (42.9%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)5-1-2 (83.3%)3-0 (100.%)3-0-0 (100.%)11-4-1 (73.3%)
Cleveland Browns9-7 (56.3%)8-8 (50.0%)3-2 (60.0%)1-4-0 (20.0%)5-3 (62.5%)3-5-0 (37.5%)3-2 (60.0%)1-4-0 (20.0%)10-6-0 (62.5%)
Dallas Cowboys11-5 (68.8%)5-11 (31.3%)11-4 (73.3%)5-10-0 (33.3%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)9-7-0 (56.3%)
Denver Broncos10-6 (62.5%)8-7-1 (53.3%)8-4 (66.7%)6-5-1 (54.5%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)6-9-1 (40.0%)
Detroit Lions2-14 (12.5%)4-11-1 (26.7%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)3-4-1 (42.9%)0-2 (0.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Green Bay Packers5-11 (31.3%)6-8-2 (42.9%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)6-10-0 (37.5%)
Houston Oilers11-5 (68.8%)8-7-1 (53.3%)8-3 (72.7%)5-5-1 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)12-4-0 (75.0%)
Kansas City Chiefs7-9 (43.8%)7-7-2 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)3-4-1 (42.9%)1-1 (50.0%)1-1-0 (50.0%)5-10-1 (33.3%)
Los Angeles Rams9-7 (56.3%)5-10-1 (33.3%)7-4 (63.6%)3-7-1 (30.0%)4-4 (50.0%)1-7-0 (12.5%)4-3 (57.1%)1-6-0 (14.3%)9-7-0 (56.3%)
Miami Dolphins10-6 (62.5%)8-7-1 (53.3%)10-4 (71.4%)8-5-1 (61.5%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)9-7-0 (56.3%)
Minnesota Vikings7-9 (43.8%)8-8 (50.0%)5-0 (100.%)4-1-0 (80.0%)5-3 (62.5%)4-4-0 (50.0%)5-0 (100.%)4-1-0 (80.0%)10-6-0 (62.5%)
New England Patriots9-7 (56.3%)6-9-1 (40.0%)9-5 (64.3%)6-7-1 (46.2%)6-2 (75.0%)4-4-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)11-5-0 (68.8%)
New Orleans Saints8-8 (50.0%)8-8 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-4 (42.9%)3-4-0 (42.9%)9-6-1 (60.0%)
New York Giants6-10 (37.5%)9-7 (56.3%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)6-2-0 (75.0%)2-1 (66.7%)2-1-0 (66.7%)6-9-1 (40.0%)
New York Jets8-8 (50.0%)9-7 (56.3%)4-3 (57.1%)4-3-0 (57.1%)6-2 (75.0%)6-2-0 (75.0%)3-2 (60.0%)3-2-0 (60.0%)10-6-0 (62.5%)
Oakland Raiders9-7 (56.3%)9-7 (56.3%)3-4 (42.9%)3-4-0 (42.9%)6-2 (75.0%)6-2-0 (75.0%)3-2 (60.0%)3-2-0 (60.0%)9-7-0 (56.3%)
Philadelphia Eagles11-5 (68.8%)8-7-1 (53.3%)6-3 (66.7%)3-5-1 (37.5%)5-3 (62.5%)3-4-1 (42.9%)4-2 (66.7%)2-3-1 (40.0%)9-7-0 (56.3%)
Pittsburgh Steelers12-4 (75.0%)9-7 (56.3%)12-4 (75.0%)9-7-0 (56.3%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)9-7-0 (56.3%)
San Diego Chargers12-4 (75.0%)8-6-2 (57.1%)9-3 (75.0%)5-5-2 (50.0%)7-1 (87.5%)5-2-1 (71.4%)6-1 (85.7%)4-2-1 (66.7%)8-8-0 (50.0%)
San Francisco 49ers2-14 (12.5%)7-8-1 (46.7%)0-0 0-0-0 2-6 (25.0%)4-3-1 (57.1%)0-0 0-0-0 10-6-0 (62.5%)
Seattle Seahawks9-7 (56.3%)10-5-1 (66.7%)5-4 (55.6%)5-4-0 (55.6%)5-3 (62.5%)5-3-0 (62.5%)3-3 (50.0%)3-3-0 (50.0%)10-6-0 (62.5%)
St Louis Cardinals5-11 (31.3%)8-7-1 (53.3%)4-3 (57.1%)3-4-0 (42.9%)3-5 (37.5%)4-4-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)11-5-0 (68.8%)
Tampa Bay Buccaneers10-6 (62.5%)8-7-1 (53.3%)5-5 (50.0%)3-6-1 (33.3%)5-3 (62.5%)4-3-1 (57.1%)4-3 (57.1%)3-3-1 (50.0%)4-11-1 (26.7%)
Washington Redskins10-6 (62.5%)11-5 (68.8%)4-2 (66.7%)3-3-0 (50.0%)6-2 (75.0%)6-2-0 (75.0%)4-1 (80.0%)3-2-0 (60.0%)8-7-1 (53.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1979 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 1, 19798:00@Tampa Bay BuccaneersW 31-16W -3Detroit LionsO 30
SunSep 2, 19791:00Miami DolphinsW 9-7L -5@Buffalo BillsU 39
SunSep 2, 19791:00@Minnesota VikingsW 28-22L -7San Francisco 49ersO 32
SunSep 2, 19791:00@Philadelphia EaglesW 23-17L -7New York GiantsO 31.5
SunSep 2, 19791:00Houston OilersW 29-27L -4@Washington RedskinsO 33
SunSep 2, 19792:00@Chicago BearsW 6-3P -3Green Bay PackersU 31
SunSep 2, 19792:00@New Orleans SaintsL 34-40 (OT)L -5Atlanta FalconsO 32
SunSep 2, 19792:00Dallas CowboysW 22-21L -4@St Louis CardinalsO 37
SunSep 2, 19794:00@Denver BroncosW 10-0W -3Cincinnati BengalsU 31.5
SunSep 2, 19794:00@Kansas City ChiefsW 14-0W -1Baltimore ColtsU 37
SunSep 2, 19794:00@Los Angeles RamsL 17-24L -4Oakland RaidersO 36.5
SunSep 2, 19794:00@New York JetsL 22-25 (OT)L -2Cleveland BrownsO 41
SunSep 2, 19794:00@Seattle SeahawksL 16-33L -2San Diego ChargersO 42.5
MonSep 3, 19799:00Pittsburgh SteelersW 16-13 (OT)W -2@New England PatriotsU 37
+ + +

+ +

Back to top

1979 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 6, 19798:30@Denver BroncosL 9-13L -2Los Angeles RamsU 31.5
SunSep 9, 19791:00Cincinnati BengalsL 24-51L -3@Buffalo BillsO 34
SunSep 9, 19791:00@Chicago BearsW 26-7W -6Minnesota VikingsO 31.5
SunSep 9, 19791:00@Green Bay PackersW 28-19W -3New Orleans SaintsO 35at Milwaukee
SunSep 9, 19791:00St Louis CardinalsW 27-14W -3@New York GiantsO 36
SunSep 9, 19791:00@Pittsburgh SteelersW 38-7W -6Houston OilersO 37
SunSep 9, 19792:00@Baltimore ColtsL 26-29 (OT)L PKTampa Bay BuccaneersO 33
SunSep 9, 19792:00@Detroit LionsL 24-27L PKWashington RedskinsO 35.5
SunSep 9, 19794:00@Kansas City ChiefsL 24-27L PKCleveland BrownsO 36
SunSep 9, 19794:00@Miami DolphinsW 19-10W -7Seattle SeahawksU 40.5
SunSep 9, 19794:00@New England PatriotsW 56-3W -8New York JetsO 42
SunSep 9, 19794:00@San Diego ChargersW 30-10W -3Oakland RaidersU 42
SunSep 9, 19794:00Dallas CowboysW 21-13L -13@San Francisco 49ersU 39
MonSep 10, 19799:00@Philadelphia EaglesL 10-14L -4Atlanta FalconsU 35.5
+ + +

+ +

Back to top

1979 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 19791:00Denver BroncosW 20-17 (OT)P -3@Atlanta FalconsO 32
SunSep 16, 19791:00New England PatriotsW 20-14P -6@Cincinnati BengalsU 41
SunSep 16, 19791:00@Cleveland BrownsW 13-10L -7Baltimore ColtsU 42
SunSep 16, 19791:00@New Orleans SaintsL 14-26L -3Philadelphia EaglesU 42
SunSep 16, 19791:00@New York JetsW 31-10W -6Detroit LionsU 42
SunSep 16, 19792:00@Green Bay PackersL 10-21L -2Tampa Bay BuccaneersU 36
SunSep 16, 19792:00@Houston OilersW 20-6W -5Kansas City ChiefsU 37
SunSep 16, 19792:00Miami DolphinsW 27-12W -7@Minnesota VikingsO 37
SunSep 16, 19794:00@Dallas CowboysW 24-20L -9Chicago BearsO 37
SunSep 16, 19794:00@Los Angeles RamsW 27-24L -13San Francisco 49ersO 39
SunSep 16, 19794:00@San Diego ChargersW 27-19L -9Buffalo BillsO 44
SunSep 16, 19794:00@Seattle SeahawksW 27-10W -3Oakland RaidersU 44
SunSep 16, 19794:00Pittsburgh SteelersW 24-21L -6@St Louis CardinalsO 40
MonSep 17, 19799:00@Washington RedskinsW 27-0W -6New York GiantsU 37
+ + +

+ +

Back to top

1979 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 19791:00@Buffalo BillsW 46-31W -3New York JetsO 42
SunSep 23, 19791:00Houston OilersW 30-27 (OT)P -3@Cincinnati BengalsO 37
SunSep 23, 19791:00Atlanta FalconsL 23-24L -6@Detroit LionsO 37
SunSep 23, 19791:00@Minnesota VikingsW 27-21 (OT)W -1Green Bay PackersO 34
SunSep 23, 19791:00@New England PatriotsW 27-21W -3San Diego ChargersO 44
SunSep 23, 19791:00@Pittsburgh SteelersW 17-13L -14Baltimore ColtsU 38
SunSep 23, 19792:00Oakland RaidersL 7-35L -3@Kansas City ChiefsO 41
SunSep 23, 19792:00@St Louis CardinalsL 7-17L -3Washington RedskinsU 39
SunSep 23, 19794:00@Denver BroncosW 37-34L -6Seattle SeahawksO 37
SunSep 23, 19794:00@Miami DolphinsW 31-16W -6Chicago BearsO 37
SunSep 23, 19794:00Philadelphia EaglesW 17-13L -5@New York GiantsU 37
SunSep 23, 19794:00@San Francisco 49ersL 21-30L PKNew Orleans SaintsO 42
SunSep 23, 19794:00Los Angeles RamsL 6-21L -3@Tampa Bay BuccaneersU 35
MonSep 24, 19799:00Dallas CowboysL 7-26L -3@Cleveland BrownsU 40
+ + +

+ +

Back to top

1979 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 19791:00@Atlanta FalconsL 7-16L -3Washington RedskinsU 37
SunSep 30, 19791:00@Detroit LionsL 10-13L -3Minnesota VikingsU 39
SunSep 30, 19791:00@New Orleans SaintsW 24-14W -6New York GiantsU 39
SunSep 30, 19791:00Miami DolphinsL 27-33L -4@New York JetsO 43
SunSep 30, 19791:00Pittsburgh SteelersL 14-17L -4@Philadelphia EaglesU 36
SunSep 30, 19792:00@Baltimore ColtsL 13-31L -2Buffalo BillsO 42
SunSep 30, 19792:00@Chicago BearsL 13-17L -1Tampa Bay BuccaneersU 34
SunSep 30, 19792:00@Houston OilersW 31-10W -6Cleveland BrownsO 39
SunSep 30, 19794:00@Dallas CowboysW 38-13W -10Cincinnati BengalsO 40
SunSep 30, 19794:00@Los Angeles RamsW 21-0W -6St Louis CardinalsU 38
SunSep 30, 19794:00Denver BroncosL 3-27L -3@Oakland RaidersU 36
SunSep 30, 19794:00@San Diego ChargersW 31-9W -13San Francisco 49ersU 44
SunSep 30, 19794:00@Seattle SeahawksL 6-24L -6Kansas City ChiefsU 43
MonOct 1, 19799:00New England PatriotsL 14-27L -7@Green Bay PackersO 39
+ + +

+ +

Back to top

1979 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 19791:00@Atlanta FalconsW 25-7W -6Green Bay PackersU 35
SunOct 7, 19791:00@Buffalo BillsL 0-7L -5Chicago BearsU 40
SunOct 7, 19791:00@Cincinnati BengalsL 7-10L PKKansas City ChiefsU 38
SunOct 7, 19791:00@New England PatriotsW 24-17L -13Detroit LionsO 40
SunOct 7, 19791:00Tampa Bay BuccaneersL 14-17L -6@New York GiantsU 34
SunOct 7, 19791:00@Philadelphia EaglesW 28-17W -1Washington RedskinsO 37
SunOct 7, 19792:00@Houston OilersL 17-24L -7St Louis CardinalsO 39
SunOct 7, 19794:00New York JetsL 8-10L -3@Baltimore ColtsU 42
SunOct 7, 19794:00Pittsburgh SteelersW 51-35W -4@Cleveland BrownsO 36
SunOct 7, 19794:00San Diego ChargersL 0-7L -1@Denver BroncosU 37
SunOct 7, 19794:00Dallas CowboysW 36-20W -7@Minnesota VikingsO 39
SunOct 7, 19794:00Los Angeles RamsW 35-17W -4@New Orleans SaintsO 39
SunOct 7, 19795:00Seattle SeahawksW 35-24W -5@San Francisco 49ersO 43
MonOct 8, 19799:00Miami DolphinsL 3-13L -1@Oakland RaidersU 39
+ + +

+ +

Back to top

1979 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 19791:00Pittsburgh SteelersL 10-34L -10@Cincinnati BengalsO 39
SunOct 14, 19791:00@Cleveland BrownsL 9-13L -4Washington RedskinsU 34
SunOct 14, 19791:00@Miami DolphinsW 17-7W -6Buffalo BillsU 40
SunOct 14, 19791:00@New York GiantsW 32-16W -4San Francisco 49ersO 38
SunOct 14, 19791:00@St Louis CardinalsL 20-24L -3Philadelphia EaglesO 38
SunOct 14, 19791:00@Tampa Bay BuccaneersL 14-42L -8New Orleans SaintsO 38
SunOct 14, 19792:00Houston OilersW 28-16W -6@Baltimore ColtsO 36
SunOct 14, 19792:00New England PatriotsW 27-7W -4@Chicago BearsU 37
SunOct 14, 19794:00@Green Bay PackersW 24-16W -4Detroit LionsO 36at Milwaukee
SunOct 14, 19794:00Denver BroncosW 24-10W -1@Kansas City ChiefsP 34
SunOct 14, 19794:00@Oakland RaidersW 50-19W -10Atlanta FalconsO 37
SunOct 14, 19794:00@San Diego ChargersW 20-10P -10Seattle SeahawksU 44
SunOct 14, 19799:00@Dallas CowboysW 30-6W -3Los Angeles RamsU 39
MonOct 15, 19799:00@New York JetsW 14-7W -4Minnesota VikingsU 42
+ + +

+ +

Back to top

1979 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 19791:00@Buffalo BillsL 13-14L -6Baltimore ColtsU 39
SunOct 21, 19791:00@Cleveland BrownsW 28-27L -3Cincinnati BengalsO 39
SunOct 21, 19791:00@New England PatriotsW 28-13W -5Miami DolphinsO 38
SunOct 21, 19791:00Oakland RaidersL 19-28L -3@New York JetsO 42
SunOct 21, 19791:00@Tampa Bay BuccaneersW 21-3W -5Green Bay PackersU 37
SunOct 21, 19791:00Philadelphia EaglesL 7-17L -2@Washington RedskinsU 38
SunOct 21, 19792:00@Dallas CowboysW 22-13L -10St Louis CardinalsU 39
SunOct 21, 19792:00@Minnesota VikingsW 30-27W -2Chicago BearsO 36
SunOct 21, 19792:00@New Orleans SaintsW 17-7W -7Detroit LionsU 42
SunOct 21, 19794:00@Kansas City ChiefsL 17-21L -6New York GiantsO 36
SunOct 21, 19794:00San Diego ChargersW 40-16W -1@Los Angeles RamsO 37
SunOct 21, 19794:00Atlanta FalconsL 15-20L -4@San Francisco 49ersU 42
SunOct 21, 19794:00Houston OilersL 14-34L -2@Seattle SeahawksO 42
MonOct 22, 19799:00@Pittsburgh SteelersW 42-7W -7Denver BroncosO 37
+ + +

+ +

Back to top

1979 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 25, 19799:00San Diego ChargersL 22-45L -1@Oakland RaidersO 41
SunOct 28, 19791:00Buffalo BillsW 20-17P -3@Detroit LionsU 38
SunOct 28, 19791:00@Houston OilersW 27-24 (OT)L -6New York JetsO 42
SunOct 28, 19791:00@Pittsburgh SteelersW 14-3W -3Dallas CowboysU 39
SunOct 28, 19791:00@Washington RedskinsL 10-14L -6New Orleans SaintsU 40
SunOct 28, 19792:00New England PatriotsL 26-31L -4@Baltimore ColtsO 37
SunOct 28, 19792:00@Minnesota VikingsL 10-12L PKTampa Bay BuccaneersU 37
SunOct 28, 19792:00@St Louis CardinalsL 20-38L -3Cleveland BrownsO 42
SunOct 28, 19794:00@Cincinnati BengalsW 37-13W -3Philadelphia EaglesO 38
SunOct 28, 19794:00@Denver BroncosW 20-3W -7Kansas City ChiefsU 34
SunOct 28, 19794:00@Los Angeles RamsL 14-20L -6New York GiantsU 37
SunOct 28, 19794:00@Miami DolphinsW 27-7W -11Green Bay PackersU 36
SunOct 28, 19794:00Chicago BearsW 28-27L -3@San Francisco 49ersO 39
MonOct 29, 19799:00Seattle SeahawksW 31-28W -2@Atlanta FalconsO 42
+ + +

+ +

Back to top

1979 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 19791:00@Atlanta FalconsW 17-14W -2Tampa Bay BuccaneersU 37
SunNov 4, 19791:00New England PatriotsW 26-6W -5@Buffalo BillsU 41
SunNov 4, 19791:00Dallas CowboysW 16-14L -8@New York GiantsU 38
SunNov 4, 19791:00@Philadelphia EaglesL 19-24L -3Cleveland BrownsO 41
SunNov 4, 19791:00@Pittsburgh SteelersW 38-7W -11Washington RedskinsO 37
SunNov 4, 19792:00@Baltimore ColtsW 38-28W -3Cincinnati BengalsO 42
SunNov 4, 19792:00San Diego ChargersW 20-14P -6@Kansas City ChiefsU 37
SunNov 4, 19792:00@St Louis CardinalsW 37-7W -5Minnesota VikingsO 39
SunNov 4, 19794:00@Chicago BearsW 35-7W -7Detroit LionsO 35
SunNov 4, 19794:00@Denver BroncosW 10-3W -6New Orleans SaintsU 37
SunNov 4, 19794:00New York JetsW 27-22W -4@Green Bay PackersO 39
SunNov 4, 19794:00@Oakland RaidersW 23-10W -12San Francisco 49ersU 44
SunNov 4, 19794:00@Seattle SeahawksL 0-24L -3Los Angeles RamsU 41
MonNov 5, 19799:00@Miami DolphinsL 6-9L -3Houston OilersU 39
+ + +

+ +

Back to top

1979 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 19791:00San Diego ChargersW 26-24L -4@Cincinnati BengalsO 43
SunNov 11, 19791:00@Cleveland BrownsL 24-29L -6Seattle SeahawksO 43
SunNov 11, 19791:00Tampa Bay BuccaneersW 16-14L -5@Detroit LionsU 35
SunNov 11, 19791:00@Houston OilersW 31-17W -1Oakland RaidersO 40
SunNov 11, 19791:00Pittsburgh SteelersW 30-3W -10@Kansas City ChiefsU 38
SunNov 11, 19791:00@Miami DolphinsW 19-0W -6Baltimore ColtsU 38
SunNov 11, 19791:00@New York JetsL 12-14L -6Buffalo BillsU 42
SunNov 11, 19791:00@Washington RedskinsW 30-28L -3St Louis CardinalsO 39
SunNov 11, 19792:00@Chicago BearsW 27-23W PKLos Angeles RamsO 34
SunNov 11, 19792:00@Green Bay PackersW 19-7W -2Minnesota VikingsU 37at Milwaukee
SunNov 11, 19792:00@New Orleans SaintsW 31-20W -7San Francisco 49ersO 42
SunNov 11, 19794:00New England PatriotsL 10-45L -1@Denver BroncosO 34
SunNov 11, 19794:00@New York GiantsW 24-3W -2Atlanta FalconsU 36
MonNov 12, 19799:00@Dallas CowboysL 21-31L -10Philadelphia EaglesO 38
+ + +

+ +

Back to top

1979 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 19791:00@Buffalo BillsW 19-12P -7Green Bay PackersU 37
SunNov 18, 19791:00@Chicago BearsW 23-13W -3New York JetsU 39
SunNov 18, 19791:00@Cleveland BrownsW 30-24 (OT)W PKMiami DolphinsO 40
SunNov 18, 19791:00@New England PatriotsW 50-21W -10Baltimore ColtsO 40
SunNov 18, 19791:00@Philadelphia EaglesW 16-13P -3St Louis CardinalsU 39
SunNov 18, 19791:00Dallas CowboysL 20-34L -4@Washington RedskinsO 37
SunNov 18, 19792:00@Minnesota VikingsW 14-7W -4Detroit LionsU 37
SunNov 18, 19794:00@Houston OilersW 42-21W -8Cincinnati BengalsO 43
SunNov 18, 19794:00@Oakland RaidersL 21-24L -12Kansas City ChiefsO 38
SunNov 18, 19794:00Pittsburgh SteelersL 7-35L -4@San Diego ChargersO 39
SunNov 18, 19794:00Denver BroncosW 38-28W -9@San Francisco 49ersO 39
SunNov 18, 19794:00@Seattle SeahawksW 38-24W -3New Orleans SaintsO 42
SunNov 18, 19794:00@Tampa Bay BuccaneersW 31-3W -3New York GiantsP 34
MonNov 19, 19799:00@Los Angeles RamsW 20-14L -7Atlanta FalconsU 35
+ + +

+ +

Back to top

1979 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 197912:30Chicago BearsL 0-20L -6@Detroit LionsU 36
ThuNov 22, 19794:00@Dallas CowboysL 24-30L -1Houston OilersO 41
SunNov 25, 19791:00New Orleans SaintsW 37-6W -2@Atlanta FalconsP 43
SunNov 25, 19791:00@Cincinnati BengalsW 34-28W -2St Louis CardinalsO 42
SunNov 25, 19791:00@New England PatriotsL 13-16 (OT)L -10Buffalo BillsU 41
SunNov 25, 19791:00Washington RedskinsL 6-14L -3@New York GiantsU 36
SunNov 25, 19791:00@Pittsburgh SteelersW 33-30 (OT)L -10Cleveland BrownsO 42
SunNov 25, 19791:00@Tampa Bay BuccaneersL 22-23L -8Minnesota VikingsO 36
SunNov 25, 19792:00Philadelphia EaglesW 21-10W -4@Green Bay PackersU 36
SunNov 25, 19794:00Miami DolphinsW 28-24P -4@Baltimore ColtsO 37
SunNov 25, 19794:00@Denver BroncosL 10-14L -4Oakland RaidersU 37
SunNov 25, 19794:00@San Diego ChargersW 28-7W -10Kansas City ChiefsU 38
SunNov 25, 19794:00Los Angeles RamsW 26-20P -6@San Francisco 49ersO 39
MonNov 26, 19799:00@Seattle SeahawksW 30-7W -6New York JetsU 45
+ + +

+ +

Back to top

1979 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 19798:30@Miami DolphinsW 39-24W -6New England PatriotsO 38
SunDec 2, 19791:00Denver BroncosW 19-16W -2@Buffalo BillsU 36
SunDec 2, 19791:00@Cleveland BrownsW 14-7W -1Houston OilersU 44
SunDec 2, 19791:00@New York JetsW 30-17W -6Baltimore ColtsO 38
SunDec 2, 19791:00@Philadelphia EaglesW 44-7W -8Detroit LionsO 37
SunDec 2, 19791:00@Pittsburgh SteelersW 37-17W -14Cincinnati BengalsO 44
SunDec 2, 19791:00@Tampa Bay BuccaneersL 0-14L -4Chicago BearsU 36
SunDec 2, 19791:00@Washington RedskinsW 38-21W -9Green Bay PackersO 34
SunDec 2, 19792:00Seattle SeahawksL 21-37L -1@Kansas City ChiefsO 41
SunDec 2, 19792:00@St Louis CardinalsW 13-10L -6San Francisco 49ersU 43
SunDec 2, 19794:00@Dallas CowboysW 28-7W -11New York GiantsU 38
SunDec 2, 19794:00@Los Angeles RamsW 27-21 (OT)L -7Minnesota VikingsO 38
SunDec 2, 19794:00@San Diego ChargersL 26-28L -14Atlanta FalconsO 42
MonDec 3, 19799:00@New Orleans SaintsL 35-42L -3Oakland RaidersO 43
+ + +

+ +

Back to top

1979 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 197912:30Dallas CowboysW 24-17W -3@Philadelphia EaglesO 40
SatDec 8, 19794:00Denver BroncosL 23-28L -3@Seattle SeahawksO 39
SunDec 9, 19791:00Los Angeles RamsW 34-13W -3@Atlanta FalconsO 39
SunDec 9, 19791:00Miami DolphinsW 28-10W -7@Detroit LionsO 36
SunDec 9, 19791:00Chicago BearsW 15-14L -4@Green Bay PackersU 36
SunDec 9, 19791:00@St Louis CardinalsW 29-20W -2New York GiantsO 36
SunDec 9, 19791:00@Washington RedskinsW 28-14W -6Cincinnati BengalsP 42
SunDec 9, 19792:00@Baltimore ColtsL 7-10L PKKansas City ChiefsU 36
SunDec 9, 19792:00@Minnesota VikingsW 10-3W -2Buffalo BillsU 36
SunDec 9, 19794:00@New Orleans SaintsL 0-35L -4San Diego ChargersU 45
SunDec 9, 19794:00New England PatriotsL 26-27L -4@New York JetsO 44
SunDec 9, 19794:00@Oakland RaidersW 19-14W -3Cleveland BrownsU 44.5
SunDec 9, 19794:00Tampa Bay BuccaneersL 7-23L -3@San Francisco 49ersU 38
MonDec 10, 19799:00Pittsburgh SteelersL 17-20L -3@Houston OilersU 42.5
+ + +

+ +

Back to top

1979 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 197912:30@Miami DolphinsL 24-27L -6New York JetsO 45
SatDec 15, 19794:00@Detroit LionsL 13-18L -3Green Bay PackersU 34
SunDec 16, 19791:00@Atlanta FalconsW 31-21W -3San Francisco 49ersO 45
SunDec 16, 19791:00@Cincinnati BengalsW 16-12W -1Cleveland BrownsU 41
SunDec 16, 19791:00@New England PatriotsW 27-23L -5Minnesota VikingsO 40
SunDec 16, 19791:00@New York GiantsL 7-31L -6Baltimore ColtsO 37
SunDec 16, 19791:00@Pittsburgh SteelersW 28-0W -12Buffalo BillsU 39
SunDec 16, 19791:00@Tampa Bay BuccaneersW 3-0P -3Kansas City ChiefsU 33
SunDec 16, 19792:00@Chicago BearsW 42-6W -4St Louis CardinalsO 37
SunDec 16, 19794:00@Dallas CowboysW 35-34L -8Washington RedskinsO 39.5
SunDec 16, 19794:00@Houston OilersL 20-26L -4Philadelphia EaglesO 39
SunDec 16, 19794:00@Los Angeles RamsL 14-29L -6New Orleans SaintsO 42
SunDec 16, 19794:00@Oakland RaidersL 24-29L -8Seattle SeahawksO 45
MonDec 17, 19799:00@San Diego ChargersW 17-7W -6Denver BroncosU 38
+ + +

+

Back to top

+

1979 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSunDec 23, 197912:30@Philadelphia Eagles (4)W 27-17W -6.5Chicago Bears (5)O 35
AFC Wild CardSunDec 23, 19794:00@Houston Oilers (4)W 13-7L -7Denver Broncos (5)U 34.5
NFC DivisionalSatDec 29, 197912:30Philadelphia Eagles (4)L 17-24L -4.5@Tampa Bay Buccaneers (2)O 34
AFC DivisionalSatDec 29, 19794:00@San Diego Chargers (1)L 14-17L -8Houston Oilers (4)U 37
AFC DivisionalSunDec 30, 197912:30@Pittsburgh Steelers (2)W 34-14W -9.5Miami Dolphins (3)O 38.5
NFC DivisionalSunDec 30, 19794:00@Dallas Cowboys (1)L 19-21L -8.5Los Angeles Rams (3)O 39
AFC ChampionshipSunJan 6, 19801:00@Pittsburgh Steelers (2)W 27-13W -9.5Houston Oilers (4)O 39.5
NFC ChampionshipSunJan 6, 19805:00Los Angeles Rams (3)W 9-0W -3.5@Tampa Bay Buccaneers (2)U 32.5
Super Bowl XIVSunJan 20, 19806:00NPittsburgh Steelers (2)W 31-19W -10Los Angeles Rams (3)O 36
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1980.html b/data/1980.html new file mode 100644 index 0000000..6445e7c --- /dev/null +++ b/data/1980.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1980 Season

+ +

Historical NFL Game Odds

1980 Season

<<-- 1979 Season    1981 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1980 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
16-8 (42.9%)5-9-0 (35.7%)6-8 (42.9%)5-9-0 (35.7%)4-6 (40.0%)3-7-0 (30.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-0 (50.0%)
210-3 (76.9%)4-8-1 (33.3%)7-7 (50.0%)5-8-1 (38.5%)6-3 (66.7%)2-6-1 (25.0%)0-4 (0.0%)2-2-0 (50.0%)6-8-0 (42.9%)
37-7 (50.0%)5-9-0 (35.7%)8-6 (57.1%)6-8-0 (42.9%)7-6 (53.8%)5-8-0 (38.5%)1-0 (100.%)1-0-0 (100.%)9-5-0 (64.3%)
410-4 (71.4%)8-5-1 (61.5%)7-7 (50.0%)6-7-1 (46.2%)6-3 (66.7%)5-4-0 (55.6%)1-4 (20.0%)1-3-1 (25.0%)3-11-0 (21.4%)
56-8 (42.9%)5-9-0 (35.7%)6-8 (42.9%)7-7-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-3 (50.0%)4-2-0 (66.7%)7-7-0 (50.0%)
67-6 (53.8%)5-8-1 (38.5%)7-6 (53.8%)5-8-1 (38.5%)5-4 (55.6%)3-6-1 (33.3%)2-2 (50.0%)2-2-0 (50.0%)5-9-0 (35.7%)
78-6 (57.1%)6-8-0 (42.9%)8-6 (57.1%)6-8-0 (42.9%)6-4 (60.0%)4-6-0 (40.0%)2-2 (50.0%)2-2-0 (50.0%)6-6-2 (50.0%)
810-4 (71.4%)5-8-1 (38.5%)11-3 (78.6%)10-3-1 (76.9%)8-1 (88.9%)5-3-1 (62.5%)3-2 (60.0%)5-0-0 (100.%)5-9-0 (35.7%)
911-3 (78.6%)5-7-2 (41.7%)7-7 (50.0%)4-8-2 (33.3%)7-3 (70.0%)3-6-1 (33.3%)0-4 (0.0%)1-2-1 (33.3%)11-3-0 (78.6%)
109-5 (64.3%)8-6-0 (57.1%)6-8 (42.9%)7-7-0 (50.0%)5-4 (55.6%)5-4-0 (55.6%)1-4 (20.0%)2-3-0 (40.0%)11-3-0 (78.6%)
1112-2 (85.7%)8-6-0 (57.1%)8-6 (57.1%)8-6-0 (57.1%)7-1 (87.5%)5-3-0 (62.5%)1-5 (16.7%)3-3-0 (50.0%)4-10-0 (28.6%)
129-5 (64.3%)6-8-0 (42.9%)9-5 (64.3%)8-6-0 (57.1%)7-3 (70.0%)5-5-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)6-7-1 (46.2%)
138-6 (57.1%)5-9-0 (35.7%)8-6 (57.1%)7-7-0 (50.0%)6-4 (60.0%)4-6-0 (40.0%)2-2 (50.0%)3-1-0 (75.0%)6-8-0 (42.9%)
146-7 (46.2%)3-10-0 (23.1%)10-4 (71.4%)7-7-0 (50.0%)5-3 (62.5%)2-6-0 (25.0%)4-1 (80.0%)4-1-0 (80.0%)7-7-0 (50.0%)
159-5 (64.3%)5-8-1 (38.5%)9-5 (64.3%)6-7-1 (46.2%)7-3 (70.0%)4-6-0 (40.0%)2-2 (50.0%)2-1-1 (66.7%)4-9-1 (30.8%)
1610-4 (71.4%)5-6-3 (45.5%)5-9 (35.7%)4-7-3 (36.4%)5-4 (55.6%)3-5-1 (37.5%)0-5 (0.0%)1-2-2 (33.3%)6-6-2 (50.0%)
Playoffs3-6 (33.3%)2-6-1 (25.0%)5-3 (62.5%)4-3-1 (57.1%)3-3 (50.0%)2-3-1 (40.0%)2-0 (100.%)2-0-0 (100.%)4-5-0 (44.4%)
+ +


1980 Results by Team

Click on a team to view 1980 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons12-4 (75.0%)12-3-1 (80.0%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)7-8-1 (46.7%)
Baltimore Colts7-9 (43.8%)8-8 (50.0%)2-6 (25.0%)1-7-0 (12.5%)2-6 (25.0%)3-5-0 (37.5%)1-5 (16.7%)1-5-0 (16.7%)10-6-0 (62.5%)
Buffalo Bills11-5 (68.8%)10-6 (62.5%)4-4 (50.0%)3-5-0 (37.5%)6-2 (75.0%)6-2-0 (75.0%)1-2 (33.3%)1-2-0 (33.3%)6-10-0 (37.5%)
Chicago Bears7-9 (43.8%)7-8-1 (46.7%)4-3 (57.1%)3-3-1 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)7-9-0 (43.8%)
Cincinnati Bengals6-10 (37.5%)7-7-2 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)3-3-2 (50.0%)1-0 (100.%)1-0-0 (100.%)6-10-0 (37.5%)
Cleveland Browns11-5 (68.8%)9-6-1 (60.0%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)9-7-0 (56.3%)
Dallas Cowboys12-4 (75.0%)10-6 (62.5%)11-2 (84.6%)9-4-0 (69.2%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)10-6-0 (62.5%)
Denver Broncos8-8 (50.0%)6-8-2 (42.9%)5-3 (62.5%)3-5-0 (37.5%)4-4 (50.0%)3-3-2 (50.0%)4-2 (66.7%)3-3-0 (50.0%)6-8-2 (42.9%)
Detroit Lions9-7 (56.3%)9-5-2 (64.3%)7-3 (70.0%)5-4-1 (55.6%)6-2 (75.0%)5-2-1 (71.4%)6-1 (85.7%)4-2-1 (66.7%)5-11-0 (31.3%)
Green Bay Packers5-10-1 (33.3%)8-8 (50.0%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)5-10-1 (33.3%)
Houston Oilers11-5 (68.8%)6-8-2 (42.9%)11-4 (73.3%)6-7-2 (46.2%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)5-10-1 (33.3%)
Kansas City Chiefs8-8 (50.0%)8-7-1 (53.3%)1-4 (20.0%)0-4-1 (0.0%)3-5 (37.5%)2-5-1 (28.6%)1-4 (20.0%)0-4-1 (0.0%)6-9-1 (40.0%)
Los Angeles Rams11-5 (68.8%)10-4-2 (71.4%)9-3 (75.0%)7-3-2 (70.0%)6-2 (75.0%)4-2-2 (66.7%)5-2 (71.4%)3-2-2 (60.0%)7-9-0 (43.8%)
Miami Dolphins8-8 (50.0%)7-9 (43.8%)3-3 (50.0%)0-6-0 (0.0%)5-3 (62.5%)3-5-0 (37.5%)3-2 (60.0%)0-5-0 (0.0%)4-12-0 (25.0%)
Minnesota Vikings9-7 (56.3%)9-7 (56.3%)5-2 (71.4%)3-4-0 (42.9%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)7-8-1 (46.7%)
New England Patriots10-6 (62.5%)10-6 (62.5%)8-5 (61.5%)8-5-0 (61.5%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)9-7-0 (56.3%)
New Orleans Saints1-15 (6.3%)5-9-2 (35.7%)0-2 (0.0%)0-2-0 (0.0%)0-8 (0.0%)1-7-0 (12.5%)0-2 (0.0%)0-2-0 (0.0%)9-7-0 (56.3%)
New York Giants4-12 (25.0%)7-9 (43.8%)0-0 0-0-0 2-6 (25.0%)4-4-0 (50.0%)0-0 0-0-0 9-7-0 (56.3%)
New York Jets4-12 (25.0%)5-11 (31.3%)1-4 (20.0%)1-4-0 (20.0%)2-6 (25.0%)2-6-0 (25.0%)1-4 (20.0%)1-4-0 (20.0%)9-7-0 (56.3%)
Oakland Raiders11-5 (68.8%)9-6-1 (60.0%)8-1 (88.9%)4-4-1 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)9-7-0 (56.3%)
Philadelphia Eagles12-4 (75.0%)11-5 (68.8%)11-2 (84.6%)9-4-0 (69.2%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)7-9-0 (43.8%)
Pittsburgh Steelers9-7 (56.3%)3-13 (18.8%)9-5 (64.3%)3-11-0 (21.4%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)7-9-0 (43.8%)
San Diego Chargers11-5 (68.8%)7-9 (43.8%)10-4 (71.4%)6-8-0 (42.9%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)10-6-0 (62.5%)
San Francisco 49ers6-10 (37.5%)8-7-1 (53.3%)3-1 (75.0%)1-2-1 (33.3%)4-4 (50.0%)4-3-1 (57.1%)3-1 (75.0%)1-2-1 (33.3%)7-8-1 (46.7%)
Seattle Seahawks4-12 (25.0%)6-10 (37.5%)0-5 (0.0%)0-5-0 (0.0%)0-8 (0.0%)1-7-0 (12.5%)0-5 (0.0%)0-5-0 (0.0%)9-6-1 (60.0%)
St Louis Cardinals5-11 (31.3%)5-10-1 (33.3%)3-3 (50.0%)2-4-0 (33.3%)2-6 (25.0%)2-6-0 (25.0%)1-3 (25.0%)0-4-0 (0.0%)7-8-1 (46.7%)
Tampa Bay Buccaneers5-10-1 (33.3%)5-10-1 (33.3%)4-4 (50.0%)2-7-0 (22.2%)2-5 (28.6%)2-5-1 (28.6%)2-3 (40.0%)1-5-0 (16.7%)7-8-1 (46.7%)
Washington Redskins6-10 (37.5%)7-9 (43.8%)4-3 (57.1%)1-6-0 (14.3%)4-4 (50.0%)2-6-0 (25.0%)3-3 (50.0%)1-5-0 (16.7%)7-8-1 (46.7%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1980 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 7, 19801:00Miami DolphinsL 7-17L -3@Buffalo BillsU 35
SunSep 7, 19801:00Tampa Bay BuccaneersW 17-12W -1@Cincinnati BengalsU 34
SunSep 7, 19801:00Chicago BearsL 6-12 (OT)L -6@Green Bay PackersU 35
SunSep 7, 19801:00@Minnesota VikingsW 24-23L -4Atlanta FalconsO 42
SunSep 7, 19801:00@New England PatriotsW 34-17W -6Cleveland BrownsO 38
SunSep 7, 19801:00@New Orleans SaintsL 23-26L -4San Francisco 49ersO 45
SunSep 7, 19801:00@Pittsburgh SteelersW 31-17W -7Houston OilersO 40
SunSep 7, 19801:00@St Louis CardinalsL 35-41L -7New York GiantsO 42
SunSep 7, 19804:00@Kansas City ChiefsL 14-27L -3Oakland RaidersU 42
SunSep 7, 19804:00@Los Angeles RamsL 20-41L -9Detroit LionsO 38
SunSep 7, 19804:00@New York JetsL 14-17L -6Baltimore ColtsU 41
SunSep 7, 19804:00@Philadelphia EaglesW 27-6W -3Denver BroncosU 38
SunSep 7, 19804:00San Diego ChargersW 34-13W -2@Seattle SeahawksO 45
MonSep 8, 19809:00@Washington RedskinsL 3-17L -2Dallas CowboysU 45
+ + +

+ +

Back to top

1980 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 11, 19809:00@Tampa Bay BuccaneersW 10-9L -3Los Angeles RamsU 40
SunSep 14, 19801:00@Buffalo BillsW 20-10W PKNew York JetsU 34
SunSep 14, 19801:00@Minnesota VikingsL 7-42L -4Philadelphia EaglesO 40
SunSep 14, 19801:00@New England PatriotsL 21-37L -8Atlanta FalconsO 49
SunSep 14, 19802:00Pittsburgh SteelersW 20-17L -7@Baltimore ColtsU 40
SunSep 14, 19802:00@Chicago BearsW 22-3W -4New Orleans SaintsU 37
SunSep 14, 19802:00Detroit LionsW 29-7W -4@Green Bay PackersU 38at Milwaukee
SunSep 14, 19802:00@Kansas City ChiefsL 16-17L -2Seattle SeahawksU 38
SunSep 14, 19804:00@Denver BroncosW 41-20W -2Dallas CowboysO 40
SunSep 14, 19804:00@Miami DolphinsW 17-16L -7Cincinnati BengalsU 35
SunSep 14, 19804:00Washington RedskinsW 23-21L -4@New York GiantsO 38
SunSep 14, 19804:00@San Diego ChargersW 30-24 (OT)L -7Oakland RaidersO 44
SunSep 14, 19804:00@San Francisco 49ersW 24-21 (OT)P -3St Louis CardinalsO 42
MonSep 15, 19809:00Houston OilersW 16-7W -4@Cleveland BrownsU 44
+ + +

+ +

Back to top

1980 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 19801:00@Atlanta FalconsL 17-20L -3Miami DolphinsU 40
SunSep 21, 19801:00@Chicago BearsL 14-34L -6Minnesota VikingsO 39
SunSep 21, 19801:00Pittsburgh SteelersL 28-30L -7@Cincinnati BengalsO 39
SunSep 21, 19801:00@Cleveland BrownsW 20-13W -4Kansas City ChiefsU 38
SunSep 21, 19801:00@Detroit LionsW 20-7W -7.5St Louis CardinalsU 42
SunSep 21, 19801:00@New York JetsL 27-37L -5San Francisco 49ersO 39
SunSep 21, 19802:00@Houston OilersW 21-16L -7Baltimore ColtsO 35
SunSep 21, 19802:00@New Orleans SaintsL 26-35L -2Buffalo BillsO 40
SunSep 21, 19804:00@Dallas CowboysW 28-17W -7Tampa Bay BuccaneersO 36
SunSep 21, 19804:00@Denver BroncosL 13-30L -2San Diego ChargersU 47
SunSep 21, 19804:00@Los Angeles RamsW 51-21W -14Green Bay PackersO 38
SunSep 21, 19804:00@Oakland RaidersW 24-21L -4Washington RedskinsO 40
SunSep 21, 19804:00@Seattle SeahawksL 31-37L -2New England PatriotsO 47
MonSep 22, 19809:00@Philadelphia EaglesW 35-3W -10New York GiantsU 40
+ + +

+ +

Back to top

1980 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 19801:00@Buffalo BillsW 24-7W -2Oakland RaidersU 42
SunSep 28, 19801:00Houston OilersW 13-10P -3@Cincinnati BengalsU 36
SunSep 28, 19801:00@Detroit LionsW 27-7W -6Minnesota VikingsU 43
SunSep 28, 19801:00Dallas CowboysW 28-7W -10@Green Bay PackersU 42at Milwaukee
SunSep 28, 19801:00@Miami DolphinsW 21-16L -7New Orleans SaintsU 39
SunSep 28, 19801:00Los Angeles RamsW 28-7W -5@New York GiantsU 42
SunSep 28, 19801:00@Pittsburgh SteelersW 38-3W -13Chicago BearsO 39
SunSep 28, 19801:00@Tampa Bay BuccaneersL 27-34L -3Cleveland BrownsO 35
SunSep 28, 19802:00Philadelphia EaglesL 14-24L -6@St Louis CardinalsU 44
SunSep 28, 19804:00@Baltimore ColtsW 35-21W -4New York JetsO 38
SunSep 28, 19804:00San Diego ChargersW 24-7W -6@Kansas City ChiefsU 42
SunSep 28, 19804:00@San Francisco 49ersL 17-20L -3Atlanta FalconsU 50
SunSep 28, 19804:00@Washington RedskinsL 0-14L -4Seattle SeahawksU 42
MonSep 29, 19809:00@New England PatriotsW 23-14W -4Denver BroncosU 48
+ + +

+ +

Back to top

1980 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 19801:00Detroit LionsL 28-43L -2@Atlanta FalconsO 42
SunOct 5, 19801:00@Cleveland BrownsL 16-19L -4Denver BroncosU 42
SunOct 5, 19801:00Cincinnati BengalsL 9-14L -7@Green Bay PackersU 38
SunOct 5, 19801:00@Houston OilersL 7-26L -7Seattle SeahawksU 37
SunOct 5, 19801:00@Miami DolphinsL 17-30L -1Baltimore ColtsO 36
SunOct 5, 19801:00Pittsburgh SteelersW 23-17L -8@Minnesota VikingsU 46
SunOct 5, 19801:00St Louis CardinalsW 40-7W -1@New Orleans SaintsO 45
SunOct 5, 19801:00New England PatriotsW 21-11W -4@New York JetsU 49
SunOct 5, 19801:00@Philadelphia EaglesW 24-14W -7Washington RedskinsO 35
SunOct 5, 19804:00@Dallas CowboysW 24-3W -12New York GiantsU 42
SunOct 5, 19804:00@Los Angeles RamsW 48-26W -9San Francisco 49ersO 48
SunOct 5, 19804:00@Oakland RaidersL 17-31L -7Kansas City ChiefsO 39
SunOct 5, 19804:00@San Diego ChargersL 24-26L -7Buffalo BillsO 44
MonOct 6, 19809:00Tampa Bay BuccaneersL 0-23L -1@Chicago BearsU 35
+ + +

+ +

Back to top

1980 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 19801:00@Buffalo BillsL 12-17L -3Baltimore ColtsU 40
SunOct 12, 19801:00@New England PatriotsW 34-0W -7Miami DolphinsU 43
SunOct 12, 19801:00Philadelphia EaglesW 31-16W -8@New York GiantsO 41
SunOct 12, 19801:00@Pittsburgh SteelersL 16-17L -13Cincinnati BengalsU 40
SunOct 12, 19801:00@Tampa Bay BuccaneersT 14-14 (OT)L -8Green Bay PackersU 36
SunOct 12, 19802:00@Dallas CowboysW 59-14W -9San Francisco 49ersO 48
SunOct 12, 19802:00@Minnesota VikingsW 13-7W -3Chicago BearsU 38
SunOct 12, 19802:00Los Angeles RamsW 21-13W -3@St Louis CardinalsU 49
SunOct 12, 19804:00@Atlanta FalconsL 7-14L -7New York JetsU 46
SunOct 12, 19804:00@Detroit LionsW 24-13P -11New Orleans SaintsU 45
SunOct 12, 19804:00Houston OilersL 20-21L -4@Kansas City ChiefsO 36
SunOct 12, 19804:00San Diego ChargersL 24-38L -6@Oakland RaidersO 45
SunOct 12, 19804:00@Seattle SeahawksL 3-27L -4Cleveland BrownsU 40
MonOct 13, 19809:00@Denver BroncosW 20-17L -6Washington RedskinsO 35
+ + +

+ +

Back to top

1980 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 19801:00@Cincinnati BengalsW 14-0W -4Minnesota VikingsU 36
SunOct 19, 19801:00@Cleveland BrownsW 26-21L -9Green Bay PackersO 37
SunOct 19, 19801:00Buffalo BillsL 14-17L -2@Miami DolphinsU 35
SunOct 19, 19801:00@New York JetsL 17-27L -2Seattle SeahawksO 38
SunOct 19, 19801:00@Philadelphia EaglesW 17-10W -3Dallas CowboysU 41
SunOct 19, 19801:00@Washington RedskinsW 23-0W -4St Louis CardinalsU 39
SunOct 19, 19802:00@Baltimore ColtsL 21-37L -3New England PatriotsO 43
SunOct 19, 19802:00Detroit LionsL 7-24L -3@Chicago BearsU 40
SunOct 19, 19802:00@Denver BroncosL 17-23L -4Kansas City ChiefsP 40
SunOct 19, 19802:00Atlanta FalconsW 41-14W -3@New Orleans SaintsO 44
SunOct 19, 19804:00@Houston OilersW 20-14L -9Tampa Bay BuccaneersP 34
SunOct 19, 19804:00@San Diego ChargersW 44-7W -15New York GiantsO 47
SunOct 19, 19804:00Los Angeles RamsW 31-17W -9@San Francisco 49ersU 50
MonOct 20, 19809:00@Pittsburgh SteelersL 34-45L -10Oakland RaidersO 45
+ + +

+ +

Back to top

1980 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 19801:00Los Angeles RamsL 10-13L -3@Atlanta FalconsU 43
SunOct 26, 19801:00New England PatriotsL 13-31L -2@Buffalo BillsO 42
SunOct 26, 19801:00Pittsburgh SteelersL 26-27L -3@Cleveland BrownsO 44
SunOct 26, 19801:00@Green Bay PackersW 16-3W -1Minnesota VikingsU 36
SunOct 26, 19801:00Denver BroncosW 14-9L -6@New York GiantsU 40
SunOct 26, 19801:00@Washington RedskinsW 22-14L -10New Orleans SaintsU 38
SunOct 26, 19802:00@Baltimore ColtsL 10-17L -8St Louis CardinalsU 41
SunOct 26, 19802:00@Kansas City ChiefsW 20-17P -3Detroit LionsU 40
SunOct 26, 19804:00@Houston OilersW 23-3W -6Cincinnati BengalsU 35
SunOct 26, 19804:00@Oakland RaidersW 33-14W -4Seattle SeahawksO 44
SunOct 26, 19804:00@Philadelphia EaglesW 17-14L -7Chicago BearsU 34
SunOct 26, 19804:00Tampa Bay BuccaneersW 24-23L -2@San Francisco 49ersO 45
SunOct 26, 19809:00@Dallas CowboysW 42-31W -2San Diego ChargersO 45
MonOct 27, 19809:00@New York JetsW 17-14W -1Miami DolphinsU 37
+ + +

+ +

Back to top

1980 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 19801:00@Buffalo BillsL 14-30L -4Atlanta FalconsO 41
SunNov 2, 19801:00San Diego ChargersW 31-14W -3@Cincinnati BengalsO 43
SunNov 2, 19801:00@Detroit LionsW 17-13L -9San Francisco 49ersU 42
SunNov 2, 19801:00@Kansas City ChiefsL 24-31L -1Baltimore ColtsO 39
SunNov 2, 19801:00@Pittsburgh SteelersW 22-20L -13Green Bay PackersO 41
SunNov 2, 19801:00@Tampa Bay BuccaneersW 30-13W -7New York GiantsO 39
SunNov 2, 19802:00Dallas CowboysW 27-24L -5@St Louis CardinalsO 42
SunNov 2, 19804:00Houston OilersW 20-16P -4@Denver BroncosU 37
SunNov 2, 19804:00@Los Angeles RamsW 45-31P -14New Orleans SaintsO 45
SunNov 2, 19804:00@New England PatriotsW 34-21W -9New York JetsO 43
SunNov 2, 19804:00@Oakland RaidersW 16-10L -7Miami DolphinsU 42
SunNov 2, 19804:00Philadelphia EaglesW 27-20W -2@Seattle SeahawksO 38
SunNov 2, 19804:00@Washington RedskinsL 14-39L -9Minnesota VikingsO 33
MonNov 3, 19809:00@Cleveland BrownsW 27-21W -5Chicago BearsO 40
+ + +

+ +

Back to top

1980 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 19801:00@Chicago BearsW 35-21W -3Washington RedskinsO 34
SunNov 9, 19801:00Dallas CowboysL 35-38L -10@New York GiantsO 44
SunNov 9, 19801:00Pittsburgh SteelersW 24-21L -7@Tampa Bay BuccaneersO 43
SunNov 9, 19802:00@Baltimore ColtsL 27-28L -4Cleveland BrownsO 42
SunNov 9, 19802:00@Green Bay PackersW 23-16W -3San Francisco 49ersU 42at Milwaukee
SunNov 9, 19802:00@Minnesota VikingsW 34-0W -2Detroit LionsU 39
SunNov 9, 19802:00Atlanta FalconsW 33-27 (OT)W -1@St Louis CardinalsO 43
SunNov 9, 19804:00@Los Angeles RamsL 14-35L -11Miami DolphinsO 41
SunNov 9, 19804:00Philadelphia EaglesW 34-21W -9@New Orleans SaintsO 43
SunNov 9, 19804:00Buffalo BillsW 31-24W -4@New York JetsO 38
SunNov 9, 19804:00@Oakland RaidersW 28-17W -7Cincinnati BengalsO 42
SunNov 9, 19804:00@San Diego ChargersL 13-20L -9Denver BroncosU 45
SunNov 9, 19804:00@Seattle SeahawksL 30-31L -3Kansas City ChiefsO 40
MonNov 10, 19809:00@Houston OilersW 38-34W -3New England PatriotsO 43
+ + +

+ +

Back to top

1980 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 19801:00@Atlanta FalconsW 31-13W -12New Orleans SaintsU 46
SunNov 16, 19801:00Buffalo BillsW 14-0W -2@Cincinnati BengalsU 36
SunNov 16, 19801:00Baltimore ColtsW 10-9L -2@Detroit LionsU 41
SunNov 16, 19801:00@New England PatriotsL 14-17L -3Los Angeles RamsU 48
SunNov 16, 19801:00Green Bay PackersL 21-27L -2@New York GiantsO 41
SunNov 16, 19801:00@Pittsburgh SteelersW 16-13L -6Cleveland BrownsU 44
SunNov 16, 19801:00Philadelphia EaglesW 24-0W -6@Washington RedskinsU 38
SunNov 16, 19802:00@Dallas CowboysW 31-21W -9St Louis CardinalsO 44
SunNov 16, 19802:00@Minnesota VikingsW 38-30W -4Tampa Bay BuccaneersO 37
SunNov 16, 19804:00Houston OilersW 10-6W -3@Chicago BearsU 35
SunNov 16, 19804:00@Denver BroncosW 31-24W -6New York JetsO 40
SunNov 16, 19804:00@Miami DolphinsW 17-13L -8San Francisco 49ersU 43
SunNov 16, 19804:00@San Diego ChargersW 20-7W -8Kansas City ChiefsU 46
MonNov 17, 19809:00Oakland RaidersW 19-17L -3@Seattle SeahawksU 45
+ + +

+ +

Back to top

1980 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 20, 19808:30San Diego ChargersW 27-24 (OT)L -4@Miami DolphinsO 40
SunNov 23, 19801:00@Atlanta FalconsW 28-17W -7Chicago BearsO 38
SunNov 23, 19801:00Pittsburgh SteelersL 13-28L -2@Buffalo BillsU 42
SunNov 23, 19801:00@Cleveland BrownsW 31-7W -7Cincinnati BengalsO 37
SunNov 23, 19801:00@New England PatriotsW 47-21W -6Baltimore ColtsO 45
SunNov 23, 19801:00Houston OilersL 28-31 (OT)L -6@New York JetsO 40
SunNov 23, 19801:00@Philadelphia EaglesW 10-7L -6Oakland RaidersU 43
SunNov 23, 19801:00@Tampa Bay BuccaneersL 10-24L -3Detroit LionsU 39
SunNov 23, 19802:00@Minnesota VikingsL 13-25L -7Green Bay PackersP 38
SunNov 23, 19802:00@St Louis CardinalsL 13-21L -2Kansas City ChiefsU 42
SunNov 23, 19804:00@Dallas CowboysW 14-10L -12Washington RedskinsU 42
SunNov 23, 19804:00@Denver BroncosW 36-20W -4Seattle SeahawksO 40
SunNov 23, 19804:00@San Francisco 49ersW 12-0W -3New York GiantsU 47
MonNov 24, 19809:00Los Angeles RamsW 27-7W -10@New Orleans SaintsU 47
+ + +

+ +

Back to top

1980 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 198012:30@Detroit LionsL 17-23 (OT)L -3Chicago BearsO 36
ThuNov 27, 19804:00@Dallas CowboysW 51-7W -10Seattle SeahawksO 48
SunNov 30, 19801:00@Atlanta FalconsW 10-6L -10Washington RedskinsU 40
SunNov 30, 19801:00St Louis CardinalsW 23-7W -2@New York GiantsU 43
SunNov 30, 19801:00@Pittsburgh SteelersW 23-10W -6Miami DolphinsU 41
SunNov 30, 19802:00Buffalo BillsL 24-28L -3@Baltimore ColtsO 40
SunNov 30, 19802:00@Green Bay PackersL 17-20L -4Tampa Bay BuccaneersU 38at Milwaukee
SunNov 30, 19802:00@Kansas City ChiefsL 6-20L -7Cincinnati BengalsU 36
SunNov 30, 19802:00Minnesota VikingsW 23-20L -6@New Orleans SaintsO 42
SunNov 30, 19804:00@Houston OilersL 14-17L -3Cleveland BrownsU 39
SunNov 30, 19804:00@Los Angeles RamsW 38-13W -10New York JetsO 45
SunNov 30, 19804:00@San Diego ChargersW 22-21L -3Philadelphia EaglesO 42
SunNov 30, 19804:00New England PatriotsL 17-21L -7@San Francisco 49ersU 48
MonDec 1, 19809:00@Oakland RaidersW 9-3W -5Denver BroncosU 42
+ + +

+ +

Back to top

1980 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 4, 19808:30@Houston OilersW 6-0W -2Pittsburgh SteelersU 40
SunDec 7, 19801:00@Buffalo BillsW 10-7 (OT)W PKLos Angeles RamsU 40
SunDec 7, 19801:00Baltimore ColtsL 33-34L -2@Cincinnati BengalsO 38
SunDec 7, 19801:00@Cleveland BrownsW 17-14L -9New York JetsU 43
SunDec 7, 19801:00@Philadelphia EaglesL 17-20L -6Atlanta FalconsU 40
SunDec 7, 19801:00@Tampa Bay BuccaneersL 10-21L -2Minnesota VikingsU 39
SunDec 7, 19801:00San Diego ChargersL 17-40L -7@Washington RedskinsO 40
SunDec 7, 19802:00@Chicago BearsW 61-7W -6Green Bay PackersO 35
SunDec 7, 19802:00@St Louis CardinalsW 24-23L -2Detroit LionsO 40
SunDec 7, 19804:00Denver BroncosL 14-31L -2@Kansas City ChiefsO 39
SunDec 7, 19804:00Dallas CowboysW 19-13W -2@Oakland RaidersU 45
SunDec 7, 19804:00@San Francisco 49ersW 38-35 (OT)L -7New Orleans SaintsO 46
SunDec 7, 19804:00@Seattle SeahawksL 21-27L -7New York GiantsO 43
MonDec 8, 19809:00New England PatriotsL 13-16 (OT)L -3@Miami DolphinsU 43
+ + +

+ +

Back to top

1980 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 198012:30@Washington RedskinsW 16-13L -7New York GiantsU 39
SatDec 13, 19804:00@San Diego ChargersW 21-14L -11Seattle SeahawksU 46
SunDec 14, 19801:00@Atlanta FalconsW 35-10W -9San Francisco 49ersP 45
SunDec 14, 19801:00Houston OilersW 22-3W -6@Green Bay PackersU 37
SunDec 14, 19801:00Cleveland BrownsL 23-28L -3@Minnesota VikingsO 39
SunDec 14, 19801:00@New England PatriotsW 24-2W -3Buffalo BillsU 42
SunDec 14, 19801:00@New York JetsL 20-21L -7New Orleans SaintsU 46
SunDec 14, 19801:00@Philadelphia EaglesW 17-3W -9St Louis CardinalsU 39
SunDec 14, 19801:00@Pittsburgh SteelersW 21-16L -8Kansas City ChiefsU 41
SunDec 14, 19802:00@Chicago BearsL 14-17 (OT)L -6Cincinnati BengalsU 35
SunDec 14, 19804:00@Baltimore ColtsL 14-24L -3Miami DolphinsU 40
SunDec 14, 19804:00Oakland RaidersW 24-21P -3@Denver BroncosO 38
SunDec 14, 19804:00@Detroit LionsW 27-14W -6Tampa Bay BuccaneersO 39
MonDec 15, 19809:00Dallas CowboysL 14-38L -2@Los Angeles RamsO 46
+ + +

+ +

Back to top

1980 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 20, 198012:30@Miami DolphinsL 17-24L -6New York JetsO 40
SatDec 20, 19804:00Chicago BearsW 14-13P -1@Tampa Bay BuccaneersU 35
SunDec 21, 19801:00Cleveland BrownsW 27-24P -3@Cincinnati BengalsO 38
SunDec 21, 19801:00@Detroit LionsW 24-3W -6Green Bay PackersU 38
SunDec 21, 19801:00@Houston OilersW 20-16L -10Minnesota VikingsU 37
SunDec 21, 19801:00New England PatriotsW 38-27W -9@New Orleans SaintsO 48
SunDec 21, 19801:00Oakland RaidersW 33-17W -8@New York GiantsO 42
SunDec 21, 19801:00@St Louis CardinalsL 7-31L -2Washington RedskinsP 38
SunDec 21, 19802:00@Baltimore ColtsL 28-38L -3Kansas City ChiefsO 42
SunDec 21, 19804:00@Dallas CowboysW 35-27W -5Philadelphia EaglesO 42
SunDec 21, 19804:00@Los Angeles RamsW 20-17 (OT)P -3Atlanta FalconsU 44
SunDec 21, 19804:00Buffalo BillsW 18-13L -6@San Francisco 49ersU 42
SunDec 21, 19804:00@Seattle SeahawksL 17-25L -2Denver BroncosP 42
MonDec 22, 19809:00@San Diego ChargersW 26-17W -4Pittsburgh SteelersU 44
+ + +

+

Back to top

+

1980 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSunDec 28, 19801:30@Dallas Cowboys (4)W 34-13W -3Los Angeles Rams (5)O 41.5
AFC Wild CardSunDec 28, 19805:00Houston Oilers (5)L 7-27L -1@Oakland Raiders (4)U 38
NFC DivisionalSatJan 3, 198112:30@Philadelphia Eagles (2)W 31-16W -7Minnesota Vikings (3)O 38
AFC DivisionalSatJan 3, 19814:00@San Diego Chargers (1)W 20-14P -6Buffalo Bills (3)U 38.5
AFC DivisionalSunJan 4, 198112:30@Cleveland Browns (2)L 12-14L -3.5Oakland Raiders (4)U 40.5
NFC DivisionalSunJan 4, 19814:00@Atlanta Falcons (1)L 27-30L -2.5Dallas Cowboys (4)O 41.5
NFC ChampionshipSunJan 11, 19811:00Dallas Cowboys (4)L 7-20L -1@Philadelphia Eagles (2)U 39.5
AFC ChampionshipSunJan 11, 19815:00@San Diego Chargers (1)L 27-34L -4Oakland Raiders (4)O 42
Super Bowl XVSunJan 25, 19816:00NPhiladelphia Eagles (2)L 10-27L -3Oakland Raiders (4)U 37.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1981.html b/data/1981.html new file mode 100644 index 0000000..2db1b88 --- /dev/null +++ b/data/1981.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1981 Season

+ +

Historical NFL Game Odds

1981 Season

<<-- 1980 Season    1982 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1981 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-6 (53.8%)7-6-0 (53.8%)6-8 (42.9%)6-8-0 (42.9%)5-5 (50.0%)5-5-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)6-8-0 (42.9%)
28-4 (66.7%)7-5-0 (58.3%)8-6 (57.1%)7-7-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)6-7-1 (46.2%)
310-4 (71.4%)10-4-0 (71.4%)9-5 (64.3%)9-5-0 (64.3%)8-3 (72.7%)8-3-0 (72.7%)1-2 (33.3%)1-2-0 (33.3%)9-5-0 (64.3%)
47-7 (50.0%)5-8-1 (38.5%)10-4 (71.4%)9-4-1 (69.2%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)5-1-1 (83.3%)8-6-0 (57.1%)
59-4 (69.2%)7-7-0 (50.0%)9-4 (69.2%)7-7-0 (50.0%)8-3 (72.7%)6-6-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)7-7-0 (50.0%)
66-8 (42.9%)5-9-0 (35.7%)8-6 (57.1%)7-7-0 (50.0%)5-5 (50.0%)4-6-0 (40.0%)3-1 (75.0%)3-1-0 (75.0%)10-4-0 (71.4%)
79-4 (69.2%)6-7-0 (46.2%)11-3 (78.6%)8-6-0 (57.1%)7-1 (87.5%)4-4-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)8-6-0 (57.1%)
87-7 (50.0%)4-10-0 (28.6%)11-3 (78.6%)8-6-0 (57.1%)7-3 (70.0%)4-6-0 (40.0%)4-0 (100.%)4-0-0 (100.%)6-8-0 (42.9%)
911-3 (78.6%)9-5-0 (64.3%)10-4 (71.4%)8-6-0 (57.1%)10-3 (76.9%)8-5-0 (61.5%)0-1 (0.0%)0-1-0 (0.0%)5-9-0 (35.7%)
107-6 (53.8%)4-8-1 (33.3%)8-6 (57.1%)5-8-1 (38.5%)5-4 (55.6%)2-6-1 (25.0%)2-2 (50.0%)2-2-0 (50.0%)8-6-0 (57.1%)
116-8 (42.9%)6-8-0 (42.9%)8-6 (57.1%)8-6-0 (57.1%)5-5 (50.0%)5-5-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)6-7-1 (46.2%)
129-5 (64.3%)6-8-0 (42.9%)7-7 (50.0%)4-10-0 (28.6%)7-5 (58.3%)4-8-0 (33.3%)0-2 (0.0%)0-2-0 (0.0%)9-5-0 (64.3%)
1310-3 (76.9%)8-4-1 (66.7%)8-6 (57.1%)7-6-1 (53.8%)7-2 (77.8%)6-3-0 (66.7%)1-3 (25.0%)1-2-1 (33.3%)6-8-0 (42.9%)
146-8 (42.9%)4-10-0 (28.6%)11-3 (78.6%)9-5-0 (64.3%)5-2 (71.4%)3-4-0 (42.9%)6-1 (85.7%)6-1-0 (85.7%)6-8-0 (42.9%)
159-4 (69.2%)7-6-0 (53.8%)6-8 (42.9%)8-6-0 (57.1%)5-3 (62.5%)5-3-0 (62.5%)1-4 (20.0%)3-2-0 (60.0%)4-10-0 (28.6%)
168-5 (61.5%)6-7-0 (46.2%)9-5 (64.3%)11-3-0 (78.6%)5-2 (71.4%)5-2-0 (71.4%)3-3 (50.0%)5-1-0 (83.3%)5-9-0 (35.7%)
Playoffs6-3 (66.7%)6-3-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)1-1 (50.0%)1-1-0 (50.0%)7-2-0 (77.8%)
+ +


1981 Results by Team

Click on a team to view 1981 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-9 (43.8%)6-9-1 (40.0%)7-7 (50.0%)5-8-1 (38.5%)4-4 (50.0%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)12-4-0 (75.0%)
Baltimore Colts2-14 (12.5%)3-12-1 (20.0%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)1-6-1 (14.3%)0-1 (0.0%)0-1-0 (0.0%)11-5-0 (68.8%)
Buffalo Bills10-6 (62.5%)7-9 (43.8%)9-4 (69.2%)6-7-0 (46.2%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)5-11-0 (31.3%)
Chicago Bears6-10 (37.5%)8-8 (50.0%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)5-10-1 (33.3%)
Cincinnati Bengals12-4 (75.0%)11-5 (68.8%)6-3 (66.7%)5-4-0 (55.6%)6-2 (75.0%)6-2-0 (75.0%)4-2 (66.7%)4-2-0 (66.7%)9-7-0 (56.3%)
Cleveland Browns5-11 (31.3%)6-10 (37.5%)2-3 (40.0%)1-4-0 (20.0%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)1-4-0 (20.0%)7-9-0 (43.8%)
Dallas Cowboys12-4 (75.0%)9-7 (56.3%)11-4 (73.3%)8-7-0 (53.3%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)7-9-0 (43.8%)
Denver Broncos10-6 (62.5%)7-9 (43.8%)7-1 (87.5%)3-5-0 (37.5%)8-0 (100.%)4-4-0 (50.0%)6-0 (100.%)2-4-0 (33.3%)8-8-0 (50.0%)
Detroit Lions8-8 (50.0%)9-6-1 (60.0%)6-3 (66.7%)5-4-0 (55.6%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)11-5-0 (68.8%)
Green Bay Packers8-8 (50.0%)8-8 (50.0%)4-2 (66.7%)3-3-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)11-4-1 (73.3%)
Houston Oilers7-9 (43.8%)7-8-1 (46.7%)3-3 (50.0%)3-3-0 (50.0%)5-3 (62.5%)5-2-1 (71.4%)3-2 (60.0%)3-2-0 (60.0%)8-8-0 (50.0%)
Kansas City Chiefs9-7 (56.3%)11-5 (68.8%)3-2 (60.0%)3-2-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)6-10-0 (37.5%)
Los Angeles Rams6-10 (37.5%)7-9 (43.8%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)6-9-1 (40.0%)
Miami Dolphins11-4-1 (73.3%)11-4-1 (73.3%)6-1 (85.7%)4-3-1 (57.1%)6-1 (85.7%)5-3-0 (62.5%)5-1 (83.3%)4-3-0 (57.1%)6-10-0 (37.5%)
Minnesota Vikings7-9 (43.8%)8-8 (50.0%)3-4 (42.9%)2-5-0 (28.6%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)9-7-0 (56.3%)
New England Patriots2-14 (12.5%)3-13 (18.8%)2-7 (22.2%)2-7-0 (22.2%)2-6 (25.0%)2-6-0 (25.0%)2-4 (33.3%)2-4-0 (33.3%)10-6-0 (62.5%)
New Orleans Saints4-12 (25.0%)6-10 (37.5%)0-0 0-0-0 2-6 (25.0%)3-5-0 (37.5%)0-0 0-0-0 6-9-1 (40.0%)
New York Giants9-7 (56.3%)10-6 (62.5%)3-3 (50.0%)2-4-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)5-11-0 (31.3%)
New York Jets10-5-1 (66.7%)9-7 (56.3%)5-3 (62.5%)3-5-0 (37.5%)6-2 (75.0%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Oakland Raiders7-9 (43.8%)6-10 (37.5%)4-7 (36.4%)3-8-0 (27.3%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)7-9-0 (43.8%)
Philadelphia Eagles10-6 (62.5%)10-6 (62.5%)9-5 (64.3%)9-5-0 (64.3%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)5-11-0 (31.3%)
Pittsburgh Steelers8-8 (50.0%)8-8 (50.0%)6-5 (54.5%)6-5-0 (54.5%)5-3 (62.5%)5-3-0 (62.5%)5-2 (71.4%)5-2-0 (71.4%)7-9-0 (43.8%)
San Diego Chargers10-6 (62.5%)7-9 (43.8%)8-6 (57.1%)5-9-0 (35.7%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)12-4-0 (75.0%)
San Francisco 49ers13-3 (81.3%)12-4 (75.0%)6-1 (85.7%)5-2-0 (71.4%)7-1 (87.5%)7-1-0 (87.5%)4-1 (80.0%)4-1-0 (80.0%)7-9-0 (43.8%)
Seattle Seahawks6-10 (37.5%)6-10 (37.5%)1-2 (33.3%)1-2-0 (33.3%)5-3 (62.5%)5-3-0 (62.5%)1-2 (33.3%)1-2-0 (33.3%)9-7-0 (56.3%)
St Louis Cardinals7-9 (43.8%)7-9 (43.8%)3-1 (75.0%)3-1-0 (75.0%)5-3 (62.5%)5-3-0 (62.5%)2-1 (66.7%)2-1-0 (66.7%)7-9-0 (43.8%)
Tampa Bay Buccaneers9-7 (56.3%)11-5 (68.8%)6-0 (100.%)6-0-0 (100.%)6-2 (75.0%)7-1-0 (87.5%)5-0 (100.%)5-0-0 (100.%)6-10-0 (37.5%)
Washington Redskins8-8 (50.0%)8-7-1 (53.3%)4-2 (66.7%)3-2-1 (60.0%)5-3 (62.5%)4-3-1 (57.1%)3-2 (60.0%)2-2-1 (50.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1981 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 5, 19818:00@Tampa Bay BuccaneersW 21-13W -1Minnesota VikingsU 37
SunSep 6, 19811:00@Atlanta FalconsW 27-0W -10New Orleans SaintsU 45
SunSep 6, 19811:00@Cincinnati BengalsW 27-21W -4Seattle SeahawksO 41
SunSep 6, 19811:00@Detroit LionsW 24-17W -4San Francisco 49ersO 40
SunSep 6, 19811:00@New England PatriotsL 28-29L -6Baltimore ColtsO 45
SunSep 6, 19811:00Philadelphia EaglesW 24-10W -6@New York GiantsU 38
SunSep 6, 19811:00@Pittsburgh SteelersL 33-37L -10Kansas City ChiefsO 37
SunSep 6, 19811:00@St Louis CardinalsL 7-20L PKMiami DolphinsU 38
SunSep 6, 19811:00Dallas CowboysW 26-10W -2@Washington RedskinsU 38
SunSep 6, 19812:00@Chicago BearsL 9-16L -4Green Bay PackersU 37
SunSep 6, 19814:00@Buffalo BillsW 31-0W -4New York JetsU 41
SunSep 6, 19814:00Oakland RaidersL 7-9L -3@Denver BroncosU 38
SunSep 6, 19814:00@Los Angeles RamsL 20-27L -6Houston OilersO 38
MonSep 7, 19819:00@Cleveland BrownsL 14-44L -2San Diego ChargersO 45
+ + +

+ +

Back to top

1981 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 10, 19818:30@Miami DolphinsW 30-10W -2Pittsburgh SteelersU 41
SunSep 13, 19811:00@Cleveland BrownsL 3-9L -4Houston OilersU 43
SunSep 13, 19811:00Atlanta FalconsW 31-17W -4@Green Bay PackersO 39
SunSep 13, 19811:00@Kansas City ChiefsW 19-10W -3Tampa Bay BuccaneersU 38
SunSep 13, 19811:00Los Angeles RamsL 17-23L -6@New Orleans SaintsP 40
SunSep 13, 19811:00@Washington RedskinsL 7-17L -6New York GiantsU 37
SunSep 13, 19812:00Buffalo BillsW 35-3W -2@Baltimore ColtsU 43
SunSep 13, 19814:00@Dallas CowboysW 30-17W -10St Louis CardinalsO 41
SunSep 13, 19814:00@New York JetsL 30-31L -3.5Cincinnati BengalsO 42
SunSep 13, 19814:00@Philadelphia EaglesW 13-3W -3.5New England PatriotsU 39
SunSep 13, 19814:00@San Diego ChargersW 28-23L -7Detroit LionsO 43
SunSep 13, 19814:00@San Francisco 49ersW 28-17W PKChicago BearsO 41
SunSep 13, 19814:00@Seattle SeahawksW 13-10W PKDenver BroncosU 41
MonSep 14, 19819:00Oakland RaidersW 36-10W -2@Minnesota VikingsO 41
+ + +

+ +

Back to top

1981 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 17, 19818:30@Buffalo BillsL 14-20L -4Philadelphia EaglesU 38
SunSep 20, 19811:00@Atlanta FalconsW 34-17W -9San Francisco 49ersO 41
SunSep 20, 19811:00@Cincinnati BengalsL 17-20L -1Cleveland BrownsU 41
SunSep 20, 19811:00@Houston OilersL 10-16L -3Miami DolphinsU 37
SunSep 20, 19811:00Detroit LionsL 24-26L -3.5@Minnesota VikingsO 42
SunSep 20, 19811:00@Pittsburgh SteelersW 38-10W -5.5New York JetsO 43
SunSep 20, 19811:00@St Louis CardinalsW 40-30W -3Washington RedskinsO 38
SunSep 20, 19812:00@Chicago BearsW 28-17W -3Tampa Bay BuccaneersO 35
SunSep 20, 19812:00San Diego ChargersW 42-31W -4@Kansas City ChiefsO 41
SunSep 20, 19814:00@Denver BroncosW 28-10W -3Baltimore ColtsO 36
SunSep 20, 19814:00@Los Angeles RamsW 35-23W -7Green Bay PackersO 38
SunSep 20, 19814:00@New York GiantsW 20-7W -3New Orleans SaintsU 36
SunSep 20, 19814:00@Oakland RaidersW 20-10W -7Seattle SeahawksU 40
MonSep 21, 19819:00Dallas CowboysW 35-21W -2@New England PatriotsO 42
+ + +

+ +

Back to top

1981 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 19811:00Buffalo BillsL 24-27 (OT)L -4@Cincinnati BengalsO 39
SunSep 27, 19811:00Atlanta FalconsL 17-28L -2@Cleveland BrownsO 44
SunSep 27, 19811:00Oakland RaidersL 0-16L -2@Detroit LionsU 40
SunSep 27, 19811:00Houston OilersL 17-33L -3@New York JetsO 38
SunSep 27, 19811:00@Philadelphia EaglesW 36-13W -9Washington RedskinsO 37
SunSep 27, 19811:00@Pittsburgh SteelersW 27-21 (OT)W -4New England PatriotsO 46
SunSep 27, 19812:00Miami DolphinsW 31-28P -3@Baltimore ColtsO 38
SunSep 27, 19812:00@Green Bay PackersL 13-30L -3Minnesota VikingsO 41at Milwaukee
SunSep 27, 19814:00@Dallas CowboysW 18-10L -11New York GiantsU 40
SunSep 27, 19814:00San Diego ChargersL 24-42L -3@Denver BroncosO 42
SunSep 27, 19814:00@San Francisco 49ersW 21-14W -6New Orleans SaintsU 43
SunSep 27, 19814:00@Seattle SeahawksL 14-20L -2Kansas City ChiefsU 42
SunSep 27, 19814:00@Tampa Bay BuccaneersW 20-10W -1St Louis CardinalsU 38
MonSep 28, 19819:00Los Angeles RamsW 24-7W -1@Chicago BearsU 38
+ + +

+ +

Back to top

1981 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 19811:00@Buffalo BillsW 23-17L -7Baltimore ColtsU 43
SunOct 4, 19811:00@Minnesota VikingsW 24-21L -5Chicago BearsO 41
SunOct 4, 19811:00@New England PatriotsW 33-17W -6Kansas City ChiefsO 45
SunOct 4, 19811:00@New York GiantsL 14-27L -3Green Bay PackersO 37
SunOct 4, 19811:00Dallas CowboysL 17-20L -5.5@St Louis CardinalsU 44
SunOct 4, 19811:00@Washington RedskinsL 17-30L -2San Francisco 49ersO 43
SunOct 4, 19812:00@Houston OilersW 17-10W -3.5Cincinnati BengalsU 37
SunOct 4, 19812:00Pittsburgh SteelersW 20-6W -6@New Orleans SaintsU 44
SunOct 4, 19814:00@Los Angeles RamsW 27-16W -2.5Cleveland BrownsO 42
SunOct 4, 19814:00@Miami DolphinsT 28-28 (OT)L -6New York JetsO 42
SunOct 4, 19814:00@Oakland RaidersL 0-17L -4Denver BroncosU 37
SunOct 4, 19814:00@San Diego ChargersW 24-10W -9Seattle SeahawksU 46
SunOct 4, 19814:00@Tampa Bay BuccaneersW 28-10W -1Detroit LionsO 36
MonOct 5, 19819:00@Philadelphia EaglesW 16-13W -2Atlanta FalconsU 39
+ + +

+ +

Back to top

1981 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 19811:00@Atlanta FalconsL 35-37L -4Los Angeles RamsO 41
SunOct 11, 19811:00Philadelphia EaglesW 31-14W -9@New Orleans SaintsO 37
SunOct 11, 19811:00New England PatriotsL 24-28L -2.5@New York JetsO 46
SunOct 11, 19811:00@Pittsburgh SteelersW 13-7W -3.5Cleveland BrownsU 46
SunOct 11, 19812:00@Baltimore ColtsL 19-41L -2Cincinnati BengalsO 41
SunOct 11, 19812:00@Chicago BearsL 7-24L -4Washington RedskinsU 40
SunOct 11, 19812:00@Green Bay PackersL 10-21L -4Tampa Bay BuccaneersU 38
SunOct 11, 19812:00@Houston OilersW 35-17W -7Seattle SeahawksO 36
SunOct 11, 19812:00Oakland RaidersL 0-27L -1@Kansas City ChiefsU 37
SunOct 11, 19814:00@Denver BroncosW 27-21L -7Detroit LionsO 36
SunOct 11, 19814:00@New York GiantsW 34-14W -1St Louis CardinalsO 38
SunOct 11, 19814:00@San Diego ChargersL 31-33L -7Minnesota VikingsO 46
SunOct 11, 19814:00Dallas CowboysL 14-45L -5@San Francisco 49ersO 45
MonOct 12, 19819:00@Buffalo BillsW 31-21W -4Miami DolphinsO 39
+ + +

+ +

Back to top

1981 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 19811:00@Atlanta FalconsW 41-20W -8St Louis CardinalsO 45
SunOct 18, 19811:00Pittsburgh SteelersL 7-34L -1@Cincinnati BengalsU 45
SunOct 18, 19811:00@Cleveland BrownsW 20-17L -11New Orleans SaintsU 41
SunOct 18, 19811:00San Francisco 49ersW 13-3W -1@Green Bay PackersU 44at Milwaukee
SunOct 18, 19811:00@Miami DolphinsW 13-10L -7Washington RedskinsU 40
SunOct 18, 19811:00Philadelphia EaglesL 23-35L -3.5@Minnesota VikingsO 44
SunOct 18, 19811:00@New England PatriotsW 38-10W -3.5Houston OilersO 43
SunOct 18, 19811:00Buffalo BillsL 14-33L -3@New York JetsO 46
SunOct 18, 19812:00San Diego ChargersW 43-14W -4.5@Baltimore ColtsO 51
SunOct 18, 19814:00@Kansas City ChiefsW 28-14W PKDenver BroncosO 37
SunOct 18, 19814:00@Oakland RaidersW 18-16L -4Tampa Bay BuccaneersU 35
SunOct 18, 19814:00@Seattle SeahawksL 0-32L -1New York GiantsU 40
SunOct 18, 19819:00@Dallas CowboysW 29-17W -5Los Angeles RamsO 43
MonOct 19, 19819:00@Detroit LionsW 48-17W -6Chicago BearsO 36
+ + +

+ +

Back to top

1981 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 19811:00@Atlanta FalconsL 24-27 (OT)L -8New York GiantsO 43
SunOct 25, 19811:00@Buffalo BillsW 9-7L -5Denver BroncosU 39
SunOct 25, 19811:00@Cleveland BrownsW 42-28W -7Baltimore ColtsO 46
SunOct 25, 19811:00@Detroit LionsW 31-27L -5.5Green Bay PackersO 38
SunOct 25, 19811:00@Philadelphia EaglesW 20-10W -9.5Tampa Bay BuccaneersU 37
SunOct 25, 19811:00Minnesota VikingsL 17-30L -2.5@St Louis CardinalsU 50
SunOct 25, 19811:00New England PatriotsL 22-24L -3@Washington RedskinsO 44
SunOct 25, 19812:00Cincinnati BengalsL 7-17L -6@New Orleans SaintsU 41
SunOct 25, 19814:00San Diego ChargersL 17-20 (OT)L -11@Chicago BearsU 47
SunOct 25, 19814:00@Dallas CowboysW 28-27L -6Miami DolphinsO 42
SunOct 25, 19814:00@New York JetsL 3-19L -9Seattle SeahawksU 45
SunOct 25, 19814:00@Oakland RaidersL 17-28L -3Kansas City ChiefsO 36
SunOct 25, 19814:00@San Francisco 49ersW 20-17W -1Los Angeles RamsU 46
MonOct 26, 19819:00@Pittsburgh SteelersW 26-13W -5.5Houston OilersU 40
+ + +

+ +

Back to top

1981 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 19811:00@Buffalo BillsW 22-13W -4Cleveland BrownsU 43
SunNov 1, 19811:00@Cincinnati BengalsW 34-21W -4Houston OilersO 40
SunNov 1, 19811:00@Miami DolphinsW 27-10W -7Baltimore ColtsU 48
SunNov 1, 19811:00Atlanta FalconsW 41-10W -6.5@New Orleans SaintsO 41
SunNov 1, 19811:00@New York GiantsL 7-26L -2New York JetsU 43
SunNov 1, 19811:00@Pittsburgh SteelersL 14-17L -5San Francisco 49ersU 45
SunNov 1, 19811:00@Tampa Bay BuccaneersW 20-10W -6Chicago BearsU 36
SunNov 1, 19812:00@Green Bay PackersW 34-24W -4Seattle SeahawksO 39
SunNov 1, 19814:00@Los Angeles RamsW 20-13W -6Detroit LionsU 47
SunNov 1, 19814:00@Oakland RaidersW 27-17W -1New England PatriotsO 42
SunNov 1, 19814:00@Philadelphia EaglesL 14-17L -3Dallas CowboysU 39
SunNov 1, 19814:00@San Diego ChargersW 22-20L -6Kansas City ChiefsU 49
SunNov 1, 19814:00@Washington RedskinsW 42-21W -4St Louis CardinalsO 46
MonNov 2, 19819:00@Denver BroncosW 19-17L -5Minnesota VikingsU 43
+ + +

+ +

Back to top

1981 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 19811:00@Green Bay PackersW 26-24L -3New York GiantsO 38at Milwaukee
SunNov 8, 19811:00@Houston OilersW 17-16W PKOakland RaidersU 36
SunNov 8, 19811:00@Minnesota VikingsW 25-10W -5Tampa Bay BuccaneersU 40
SunNov 8, 19811:00@New England PatriotsL 27-30 (OT)L -3Miami DolphinsO 46
SunNov 8, 19811:00Philadelphia EaglesW 52-10W -4.5@St Louis CardinalsO 42
SunNov 8, 19811:00@Washington RedskinsW 33-31P -2Detroit LionsO 44
SunNov 8, 19812:00@Kansas City ChiefsL 13-16 (OT)L -8Chicago BearsU 40
SunNov 8, 19814:00New York JetsW 41-14W -3@Baltimore ColtsO 48
SunNov 8, 19814:00@Denver BroncosW 23-20 (OT)L -4Cleveland BrownsO 38
SunNov 8, 19814:00@Los Angeles RamsL 13-21L -11New Orleans SaintsU 42
SunNov 8, 19814:00@San Diego ChargersL 17-40L -4Cincinnati BengalsO 48
SunNov 8, 19814:00Atlanta FalconsL 14-17L -2.5@San Francisco 49ersU 44
SunNov 8, 19814:00Pittsburgh SteelersL 21-24L -5@Seattle SeahawksO 43
MonNov 9, 19819:00@Dallas CowboysW 27-14W -3.5Buffalo BillsU 42
+ + +

+ +

Back to top

1981 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 19811:00@Atlanta FalconsL 20-34L -5Pittsburgh SteelersO 44
SunNov 15, 19811:00@Cincinnati BengalsW 24-10W -3.5Los Angeles RamsU 44
SunNov 15, 19811:00@Green Bay PackersW 21-17W -3Chicago BearsP 38
SunNov 15, 19811:00@Miami DolphinsL 17-33L -5Oakland RaidersO 39
SunNov 15, 19811:00@Minnesota VikingsW 20-10W -8New Orleans SaintsU 44
SunNov 15, 19811:00@New England PatriotsL 6-17L -2.5New York JetsU 51
SunNov 15, 19811:00@Philadelphia EaglesW 38-13W -14Baltimore ColtsO 48
SunNov 15, 19811:00Buffalo BillsL 0-24L -5.5@St Louis CardinalsU 43
SunNov 15, 19811:00Denver BroncosW 24-7W -1@Tampa Bay BuccaneersU 35
SunNov 15, 19812:00@Kansas City ChiefsW 23-10W -5Houston OilersU 37
SunNov 15, 19814:00Dallas CowboysL 24-27L -3@Detroit LionsO 46
SunNov 15, 19814:00@New York GiantsL 27-30 (OT)L -2Washington RedskinsO 43
SunNov 15, 19814:00@San Francisco 49ersL 12-15L -3Cleveland BrownsU 43
MonNov 16, 19819:00San Diego ChargersL 23-44L -6@Seattle SeahawksO 50
+ + +

+ +

Back to top

1981 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 19811:00@Buffalo BillsW 20-17L -7New England PatriotsO 34
SunNov 22, 19811:00Detroit LionsW 23-7W -1@Chicago BearsU 39
SunNov 22, 19811:00@Cincinnati BengalsW 38-21W -3.5Denver BroncosO 38
SunNov 22, 19811:00@Cleveland BrownsL 10-32L -3Pittsburgh SteelersU 44
SunNov 22, 19811:00@Houston OilersL 24-27L -6New Orleans SaintsO 36
SunNov 22, 19811:00@Philadelphia EaglesL 10-20L -10New York GiantsU 38
SunNov 22, 19811:00@Tampa Bay BuccaneersW 37-3W -3Green Bay PackersO 34
SunNov 22, 19812:00St Louis CardinalsW 35-24W -2@Baltimore ColtsO 41
SunNov 22, 19812:00@Kansas City ChiefsW 40-13W -7Seattle SeahawksO 41
SunNov 22, 19814:00@Dallas CowboysW 24-10W -7Washington RedskinsU 45
SunNov 22, 19814:00@Los Angeles RamsL 31-33L -3San Francisco 49ersO 42
SunNov 22, 19814:00@New York JetsW 16-15L -2.5Miami DolphinsU 45
SunNov 22, 19814:00@Oakland RaidersL 21-55L -3San Diego ChargersO 45
MonNov 23, 19819:00@Atlanta FalconsW 31-30L -4Minnesota VikingsO 49
+ + +

+ +

Back to top

1981 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 198112:30@Detroit LionsW 27-10W -3Kansas City ChiefsU 44
ThuNov 26, 19814:00@Dallas CowboysW 10-9L -13Chicago BearsU 42
SunNov 29, 19811:00@Buffalo BillsW 21-14W -5Washington RedskinsU 42
SunNov 29, 19811:00Cincinnati BengalsW 41-21W -2@Cleveland BrownsO 46
SunNov 29, 19811:00@Minnesota VikingsL 23-35L -7Green Bay PackersO 43
SunNov 29, 19811:00@New England PatriotsL 20-27L -4St Louis CardinalsU 48
SunNov 29, 19811:00@New York JetsW 25-0W -11Baltimore ColtsU 50
SunNov 29, 19811:00@Pittsburgh SteelersW 24-0W -6.5Los Angeles RamsU 45
SunNov 29, 19812:00Tampa Bay BuccaneersW 31-14W -1@New Orleans SaintsO 36
SunNov 29, 19814:00Atlanta FalconsW 31-27P -4@Houston OilersO 42
SunNov 29, 19814:00@San Diego ChargersW 34-17W -4Denver BroncosO 46
SunNov 29, 19814:00@San Francisco 49ersW 17-10W -5New York GiantsU 39
SunNov 29, 19814:00@Seattle SeahawksL 31-32L PKOakland RaidersO 45
MonNov 30, 19819:00Philadelphia EaglesL 10-13L -3@Miami DolphinsU 45
+ + +

+ +

Back to top

1981 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 3, 19819:00@Houston OilersW 17-13W -2.5Cleveland BrownsU 41
SunDec 6, 19811:00Minnesota VikingsL 9-10L -3@Chicago BearsU 41
SunDec 6, 19811:00@Cincinnati BengalsL 3-21L -7San Francisco 49ersU 42
SunDec 6, 19811:00Detroit LionsL 17-31L -2@Green Bay PackersO 41
SunDec 6, 19811:00@Miami DolphinsW 24-14W -6.5New England PatriotsU 44
SunDec 6, 19811:00@New York GiantsW 10-7L -3.5Los Angeles RamsU 39
SunDec 6, 19811:00@St Louis CardinalsW 30-3W -6.5New Orleans SaintsU 45
SunDec 6, 19811:00Philadelphia EaglesL 13-15L -4@Washington RedskinsU 41
SunDec 6, 19812:00Dallas CowboysW 37-13W -13.5@Baltimore ColtsO 45
SunDec 6, 19814:00@Denver BroncosW 16-13L -3.5Kansas City ChiefsU 40
SunDec 6, 19814:00@San Diego ChargersL 27-28L -4.5Buffalo BillsO 46
SunDec 6, 19814:00New York JetsL 23-27L -9@Seattle SeahawksO 40
SunDec 6, 19814:00Atlanta FalconsL 23-24L -3@Tampa Bay BuccaneersO 41
MonDec 7, 19819:00Pittsburgh SteelersL 27-30L -4@Oakland RaidersO 44
+ + +

+ +

Back to top

1981 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 198112:30New York JetsW 14-13L -2.5@Cleveland BrownsU 42
SatDec 12, 19814:00@Detroit LionsW 45-7W -4Minnesota VikingsO 43
SunDec 13, 19811:00Buffalo BillsW 19-10W -3.5@New England PatriotsU 41
SunDec 13, 19811:00Green Bay PackersW 35-7W -3@New Orleans SaintsO 41
SunDec 13, 19811:00@Pittsburgh SteelersL 10-17L PKCincinnati BengalsU 38
SunDec 13, 19811:00@St Louis CardinalsL 10-20L -4New York GiantsU 41
SunDec 13, 19811:00San Diego ChargersW 24-23L -2@Tampa Bay BuccaneersO 45
SunDec 13, 19811:00@Washington RedskinsW 38-14W -14Baltimore ColtsO 45
SunDec 13, 19812:00@Kansas City ChiefsL 7-17L -2Miami DolphinsU 39
SunDec 13, 19814:00@Dallas CowboysW 21-10W -3.5Philadelphia EaglesU 39
SunDec 13, 19814:00@Denver BroncosW 23-13W -9Seattle SeahawksU 40
SunDec 13, 19814:00@Oakland RaidersL 6-23L -6Chicago BearsU 38
SunDec 13, 19814:00@San Francisco 49ersW 28-6W -7Houston OilersU 39
MonDec 14, 19819:00Atlanta FalconsL 16-21L -4@Los Angeles RamsU 42
+ + +

+ +

Back to top

1981 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 19, 198112:30Dallas CowboysL 10-13 (OT)L -3@New York GiantsU 36
SatDec 19, 19814:00@Miami DolphinsW 16-6W -3Buffalo BillsU 36
SunDec 20, 19811:00Denver BroncosL 24-35L -3@Chicago BearsO 34
SunDec 20, 19811:00@Detroit LionsL 17-20L -6Tampa Bay BuccaneersU 41
SunDec 20, 19811:00@Minnesota VikingsL 6-10L -2.5Kansas City ChiefsU 45
SunDec 20, 19811:00@New York JetsW 28-3W -3.5Green Bay PackersU 39
SunDec 20, 19811:00@Philadelphia EaglesW 38-0W -9St Louis CardinalsU 39
SunDec 20, 19812:00New England PatriotsL 21-23L -6@Baltimore ColtsU 47
SunDec 20, 19812:00San Francisco 49ersW 21-17L -7@New Orleans SaintsO 37
SunDec 20, 19814:00Cincinnati BengalsW 30-28L -3@Atlanta FalconsO 43
SunDec 20, 19814:00@Houston OilersW 21-20W PKPittsburgh SteelersO 37
SunDec 20, 19814:00Washington RedskinsW 30-7W -1@Los Angeles RamsU 43
SunDec 20, 19814:00@Seattle SeahawksW 42-21W -2Cleveland BrownsO 45
MonDec 21, 19819:00@San Diego ChargersW 23-10W -6.5Oakland RaidersU 45
+ + +

+

Back to top

+

1981 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSunDec 27, 198112:00@New York Jets (4)L 27-31L -3Buffalo Bills (5)O 42
NFC Wild CardSunDec 27, 19813:30@Philadelphia Eagles (4)L 21-27L -7New York Giants (5)O 37
NFC DivisionalSatJan 2, 19821:00@Dallas Cowboys (2)W 38-0W -8Tampa Bay Buccaneers (3)O 37
AFC DivisionalSatJan 2, 19825:00San Diego Chargers (3)W 41-38 (OT)W -2.5@Miami Dolphins (2)O 43
AFC DivisionalSunJan 3, 19821:00@Cincinnati Bengals (1)W 28-21W -6Buffalo Bills (5)O 41
NFC DivisionalSunJan 3, 19825:00@San Francisco 49ers (1)W 38-24W -6New York Giants (5)O 38
AFC ChampionshipSunJan 10, 19821:00@Cincinnati Bengals (1)W 27-7W -4.5San Diego Chargers (3)U 45
NFC ChampionshipSunJan 10, 19824:30Dallas Cowboys (2)L 27-28L -3@San Francisco 49ers (1)O 42
Super Bowl XVISunJan 24, 19824:00NSan Francisco 49ers (1)W 26-21W -1Cincinnati Bengals (1)U 48
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1982.html b/data/1982.html new file mode 100644 index 0000000..61e8606 --- /dev/null +++ b/data/1982.html @@ -0,0 +1,3362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1982 Season

+ +

Historical NFL Game Odds

1982 Season

<<-- 1981 Season    1983 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1982 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-7 (50.0%)7-7-0 (50.0%)5-9 (35.7%)5-9-0 (35.7%)4-6 (40.0%)4-6-0 (40.0%)1-3 (25.0%)1-3-0 (25.0%)5-9-0 (35.7%)
26-8 (42.9%)3-11-0 (21.4%)6-8 (42.9%)3-11-0 (21.4%)4-6 (40.0%)1-9-0 (10.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-0 (50.0%)
118-5 (61.5%)6-7-0 (46.2%)8-6 (57.1%)6-8-0 (42.9%)6-3 (66.7%)4-5-0 (44.4%)2-2 (50.0%)2-2-0 (50.0%)6-8-0 (42.9%)
129-5 (64.3%)8-6-0 (57.1%)11-3 (78.6%)10-4-0 (71.4%)9-3 (75.0%)8-4-0 (66.7%)2-0 (100.%)2-0-0 (100.%)8-6-0 (57.1%)
1310-4 (71.4%)7-7-0 (50.0%)6-8 (42.9%)5-9-0 (35.7%)6-4 (60.0%)4-6-0 (40.0%)0-4 (0.0%)1-3-0 (25.0%)8-6-0 (57.1%)
149-4 (69.2%)8-5-0 (61.5%)8-6 (57.1%)7-7-0 (50.0%)6-3 (66.7%)5-4-0 (55.6%)1-3 (25.0%)1-3-0 (25.0%)4-10-0 (28.6%)
157-5 (58.3%)4-8-1 (33.3%)8-5 (61.5%)6-7-1 (46.2%)6-4 (60.0%)3-6-1 (33.3%)1-1 (50.0%)2-1-0 (66.7%)8-6-0 (57.1%)
1611-3 (78.6%)10-4-0 (71.4%)7-7 (50.0%)6-8-0 (42.9%)7-3 (70.0%)6-4-0 (60.0%)0-4 (0.0%)0-4-0 (0.0%)9-5-0 (64.3%)
176-7 (46.2%)3-10-0 (23.1%)9-5 (64.3%)8-6-0 (57.1%)4-3 (57.1%)2-5-0 (28.6%)4-2 (66.7%)5-1-0 (83.3%)10-3-1 (76.9%)
Playoffs9-6 (60.0%)9-6-0 (60.0%)11-3 (78.6%)11-3-0 (78.6%)9-3 (75.0%)9-3-0 (75.0%)2-0 (100.%)2-0-0 (100.%)10-5-0 (66.7%)
+ +


1982 Results by Team

Click on a team to view 1982 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons5-4 (55.6%)5-4 (55.6%)2-4 (33.3%)2-4-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)2-3 (40.0%)2-3-0 (40.0%)4-4-1 (50.0%)
Baltimore Colts0-8-1 (0.0%)4-5 (44.4%)0-0 0-0-0 0-3 (0.0%)2-2-0 (50.0%)0-0 0-0-0 3-6-0 (33.3%)
Buffalo Bills4-5 (44.4%)3-5-1 (37.5%)3-2 (60.0%)2-3-0 (40.0%)4-1 (80.0%)3-2-0 (60.0%)3-1 (75.0%)2-2-0 (50.0%)5-4-0 (55.6%)
Chicago Bears3-6 (33.3%)4-5 (44.4%)1-1 (50.0%)1-1-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)5-4-0 (55.6%)
Cincinnati Bengals7-2 (77.8%)5-4 (55.6%)6-1 (85.7%)4-3-0 (57.1%)4-0 (100.%)4-0-0 (100.%)4-0 (100.%)4-0-0 (100.%)4-5-0 (44.4%)
Cleveland Browns4-5 (44.4%)3-6 (33.3%)3-1 (75.0%)2-2-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)1-1 (50.0%)0-2-0 (0.0%)3-6-0 (33.3%)
Dallas Cowboys6-3 (66.7%)5-4 (55.6%)6-3 (66.7%)5-4-0 (55.6%)3-2 (60.0%)2-3-0 (40.0%)3-2 (60.0%)2-3-0 (40.0%)5-4-0 (55.6%)
Denver Broncos2-7 (22.2%)3-6 (33.3%)1-4 (20.0%)1-4-0 (20.0%)1-4 (20.0%)1-4-0 (20.0%)1-4 (20.0%)1-4-0 (20.0%)5-4-0 (55.6%)
Detroit Lions4-5 (44.4%)5-4 (55.6%)1-4 (20.0%)1-4-0 (20.0%)2-3 (40.0%)2-3-0 (40.0%)1-3 (25.0%)1-3-0 (25.0%)5-4-0 (55.6%)
Green Bay Packers5-3-1 (62.5%)6-3 (66.7%)2-1 (66.7%)2-2-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)2-1 (66.7%)2-1-0 (66.7%)5-4-0 (55.6%)
Houston Oilers1-8 (11.1%)2-7 (22.2%)1-0 (100.%)0-1-0 (0.0%)1-4 (20.0%)1-4-0 (20.0%)1-0 (100.%)0-1-0 (0.0%)5-4-0 (55.6%)
Kansas City Chiefs3-6 (33.3%)3-6 (33.3%)0-1 (0.0%)0-1-0 (0.0%)2-2 (50.0%)2-2-0 (50.0%)0-0 0-0-0 4-5-0 (44.4%)
Los Angeles Raiders8-1 (88.9%)6-3 (66.7%)5-0 (100.%)3-2-0 (60.0%)4-0 (100.%)2-2-0 (50.0%)4-0 (100.%)2-2-0 (50.0%)7-2-0 (77.8%)
Los Angeles Rams2-7 (22.2%)3-6 (33.3%)1-4 (20.0%)1-4-0 (20.0%)1-4 (20.0%)1-4-0 (20.0%)1-3 (25.0%)1-3-0 (25.0%)6-3-0 (66.7%)
Miami Dolphins7-2 (77.8%)6-3 (66.7%)4-2 (66.7%)3-3-0 (50.0%)4-0 (100.%)3-1-0 (75.0%)3-0 (100.%)2-1-0 (66.7%)5-4-0 (55.6%)
Minnesota Vikings5-4 (55.6%)5-4 (55.6%)3-0 (100.%)2-1-0 (66.7%)4-1 (80.0%)3-2-0 (60.0%)3-0 (100.%)2-1-0 (66.7%)5-4-0 (55.6%)
New England Patriots5-4 (55.6%)6-3 (66.7%)2-0 (100.%)2-0-0 (100.%)3-1 (75.0%)3-1-0 (75.0%)1-0 (100.%)1-0-0 (100.%)4-5-0 (44.4%)
New Orleans Saints4-5 (44.4%)4-5 (44.4%)0-1 (0.0%)0-1-0 (0.0%)2-3 (40.0%)2-3-0 (40.0%)0-1 (0.0%)0-1-0 (0.0%)3-5-1 (37.5%)
New York Giants4-5 (44.4%)4-5 (44.4%)2-2 (50.0%)1-3-0 (25.0%)2-3 (40.0%)1-4-0 (20.0%)2-2 (50.0%)1-3-0 (25.0%)4-5-0 (44.4%)
New York Jets6-3 (66.7%)5-4 (55.6%)5-2 (71.4%)4-3-0 (57.1%)3-1 (75.0%)2-2-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)6-3-0 (66.7%)
Philadelphia Eagles3-6 (33.3%)3-6 (33.3%)1-4 (20.0%)1-4-0 (20.0%)1-4 (20.0%)1-4-0 (20.0%)1-4 (20.0%)1-4-0 (20.0%)6-3-0 (66.7%)
Pittsburgh Steelers6-3 (66.7%)6-3 (66.7%)4-2 (66.7%)4-2-0 (66.7%)4-0 (100.%)4-0-0 (100.%)3-0 (100.%)3-0-0 (100.%)5-4-0 (55.6%)
San Diego Chargers6-3 (66.7%)6-3 (66.7%)4-2 (66.7%)4-2-0 (66.7%)3-1 (75.0%)3-1-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)6-3-0 (66.7%)
San Francisco 49ers3-6 (33.3%)3-6 (33.3%)3-5 (37.5%)3-5-0 (37.5%)0-5 (0.0%)0-5-0 (0.0%)0-5 (0.0%)0-5-0 (0.0%)6-3-0 (66.7%)
Seattle Seahawks4-5 (44.4%)5-4 (55.6%)2-1 (66.7%)1-2-0 (33.3%)3-2 (60.0%)2-3-0 (40.0%)2-1 (66.7%)1-2-0 (33.3%)2-7-0 (22.2%)
St Louis Cardinals5-4 (55.6%)5-4 (55.6%)3-0 (100.%)3-0-0 (100.%)1-3 (25.0%)1-3-0 (25.0%)1-0 (100.%)1-0-0 (100.%)4-5-0 (44.4%)
Tampa Bay Buccaneers5-4 (55.6%)3-5-1 (37.5%)3-1 (75.0%)0-3-1 (0.0%)4-1 (80.0%)1-3-1 (25.0%)3-1 (75.0%)0-3-1 (0.0%)5-4-0 (55.6%)
Washington Redskins8-1 (88.9%)7-2 (77.8%)5-0 (100.%)4-1-0 (80.0%)3-1 (75.0%)2-2-0 (50.0%)3-0 (100.%)2-1-0 (66.7%)3-6-0 (33.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1982 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 12, 19821:00@Buffalo BillsW 14-9W -3.5Kansas City ChiefsU 35
SunSep 12, 19821:00@Cincinnati BengalsW 27-6W -7Houston OilersU 40
SunSep 12, 19821:00@Detroit LionsW 17-10W -5.5Chicago BearsU 37
SunSep 12, 19821:00Los Angeles RamsL 23-35L -1@Green Bay PackersO 40at Milwaukee
SunSep 12, 19821:00@Minnesota VikingsW 17-10W -2Tampa Bay BuccaneersU 38
SunSep 12, 19821:00St Louis CardinalsW 21-7W -1@New Orleans SaintsU 36
SunSep 12, 19821:00@New York GiantsL 14-16L -1.5Atlanta FalconsU 37
SunSep 12, 19821:00@Philadelphia EaglesL 34-37 (OT)L -6.5Washington RedskinsO 37
SunSep 12, 19822:00New England PatriotsW 24-13W -2@Baltimore ColtsU 45
SunSep 12, 19824:00@Denver BroncosL 3-23L -1San Diego ChargersU 42
SunSep 12, 19824:00@New York JetsL 28-45L -2Miami DolphinsO 37
SunSep 12, 19824:00@San Francisco 49ersL 17-23L -6Los Angeles RaidersO 38
SunSep 12, 19824:00Cleveland BrownsW 21-7W -2.5@Seattle SeahawksU 40
MonSep 13, 19829:00@Dallas CowboysL 28-36L -5.5Pittsburgh SteelersO 42
+ + +

+ +

Back to top

1982 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 16, 19828:30@Buffalo BillsW 23-22L -3Minnesota VikingsO 35
SunSep 19, 19821:00@Atlanta FalconsL 14-38L -3Los Angeles RaidersO 40
SunSep 19, 19821:00@Chicago BearsL 0-10L -4.5New Orleans SaintsU 34
SunSep 19, 19821:00@Cleveland BrownsL 21-24L -2.5Philadelphia EaglesO 42
SunSep 19, 19821:00San Diego ChargersL 12-19L -3@Kansas City ChiefsU 40
SunSep 19, 19821:00New York JetsW 31-7W -1@New England PatriotsU 46
SunSep 19, 19821:00Cincinnati BengalsL 20-26 (OT)L -1@Pittsburgh SteelersO 43
SunSep 19, 19821:00Dallas CowboysW 24-7W -4@St Louis CardinalsU 39
SunSep 19, 19824:00@Denver BroncosW 24-21W -1San Francisco 49ersO 40
SunSep 19, 19824:00@Houston OilersW 23-21L -3.5Seattle SeahawksO 35
SunSep 19, 19824:00@Los Angeles RamsL 14-19L -1.5Detroit LionsU 44
SunSep 19, 19824:00@Miami DolphinsW 24-20L -12.5Baltimore ColtsU 45
SunSep 19, 19824:00@Tampa Bay BuccaneersL 13-21L -3.5Washington RedskinsU 37
MonSep 20, 19829:00@New York GiantsL 19-27L -2.5Green Bay PackersO 41
+ + +

+ +

Back to top

1982 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 19821:00@Atlanta FalconsW 34-17W -3.5Los Angeles RamsO 40
SunNov 21, 19821:00@Buffalo BillsL 7-9L -1Miami DolphinsU 35
SunNov 21, 19821:00Detroit LionsL 17-20L -3.5@Chicago BearsO 32
SunNov 21, 19821:00@Cleveland BrownsW 10-7L -6.5New England PatriotsU 38
SunNov 21, 19821:00@Dallas CowboysW 14-9L -7Tampa Bay BuccaneersU 37
SunNov 21, 19821:00@Green Bay PackersW 26-7W -2Minnesota VikingsU 40at Milwaukee
SunNov 21, 19821:00Pittsburgh SteelersW 24-10W -5.5@Houston OilersU 38
SunNov 21, 19821:00Kansas City ChiefsL 17-27L -2.5@New Orleans SaintsO 31
SunNov 21, 19821:00@New York JetsW 37-0W -8Baltimore ColtsU 39
SunNov 21, 19821:00@Philadelphia EaglesL 14-18L -1Cincinnati BengalsU 40
SunNov 21, 19824:00@Denver BroncosL 10-17L -7.5Seattle SeahawksU 36
SunNov 21, 19824:00@New York GiantsL 17-27L PKWashington RedskinsO 35
SunNov 21, 19824:00San Francisco 49ersW 31-20W -4@St Louis CardinalsO 36
MonNov 22, 19829:00@Los Angeles RaidersW 28-24W -1San Diego ChargersO 41
+ + +

+ +

Back to top

1982 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 198212:00@Detroit LionsL 6-13L -4New York GiantsU 36
ThuNov 25, 19824:00@Dallas CowboysW 31-14W -6.5Cleveland BrownsO 38
SunNov 28, 19821:00@Atlanta FalconsL 20-23L -7St Louis CardinalsO 42
SunNov 28, 19821:00@Buffalo BillsW 20-0W -13Baltimore ColtsU 36
SunNov 28, 19821:00@Cincinnati BengalsW 31-17W -4.5Los Angeles RaidersO 43
SunNov 28, 19821:00@Minnesota VikingsW 35-7W -5.5Chicago BearsO 36
SunNov 28, 19821:00@New England PatriotsW 29-21W -2.5Houston OilersO 36
SunNov 28, 19821:00@New York JetsW 15-13L -3.5Green Bay PackersU 42
SunNov 28, 19821:00@Washington RedskinsW 13-9W -2.5Philadelphia EaglesU 42
SunNov 28, 19824:00@Los Angeles RamsW 20-14W -2Kansas City ChiefsU 39
SunNov 28, 19824:00@San Diego ChargersW 30-20W -6.5Denver BroncosO 40
SunNov 28, 19824:00@San Francisco 49ersL 20-23L -7.5New Orleans SaintsO 38
SunNov 28, 19824:00Pittsburgh SteelersL 0-16L -6@Seattle SeahawksU 43
MonNov 29, 19829:00Miami DolphinsL 17-23L -2@Tampa Bay BuccaneersO 33
+ + +

+ +

Back to top

1982 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 2, 19829:00San Francisco 49ersW 30-24W -2.5@Los Angeles RamsO 42
SunDec 5, 19821:00@Chicago BearsW 26-13W -2New England PatriotsO 36
SunDec 5, 19821:00San Diego ChargersW 30-13W -3@Cleveland BrownsU 44
SunDec 5, 19821:00@Green Bay PackersW 33-21W -2.5Buffalo BillsO 38at Milwaukee
SunDec 5, 19821:00@Miami DolphinsW 22-14W -6Minnesota VikingsU 38
SunDec 5, 19821:00@New Orleans SaintsL 10-13L -2.5Tampa Bay BuccaneersU 35
SunDec 5, 19821:00@New York GiantsW 17-14L -7Houston OilersU 35
SunDec 5, 19821:00@Philadelphia EaglesL 20-23L -5.5St Louis CardinalsO 39
SunDec 5, 19821:00@Pittsburgh SteelersW 35-14W -6.5Kansas City ChiefsO 41
SunDec 5, 19824:00Cincinnati BengalsW 20-17L -14.5@Baltimore ColtsU 38
SunDec 5, 19824:00@Denver BroncosL 27-34L -3.5Atlanta FalconsO 42
SunDec 5, 19824:00@Los Angeles RaidersW 28-23L -6.5Seattle SeahawksO 40
SunDec 5, 19824:00Dallas CowboysW 24-10W -2@Washington RedskinsU 42
MonDec 6, 19829:00@Detroit LionsL 13-28L -1New York JetsO 39
+ + +

+ +

Back to top

1982 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 198212:30@New York GiantsW 23-7W -2Philadelphia EaglesU 37
SatDec 11, 19824:00@San Francisco 49ersL 37-41L -2San Diego ChargersO 47
SunDec 12, 198212:00@Buffalo BillsW 13-0W PKPittsburgh SteelersU 40
SunDec 12, 19821:00@Cincinnati BengalsW 23-10W -8Cleveland BrownsU 44
SunDec 12, 19821:00@Green Bay PackersL 10-30L -5.5Detroit LionsU 41
SunDec 12, 19821:00@Minnesota VikingsW 13-10L -12Baltimore ColtsU 38
SunDec 12, 19821:00Miami DolphinsL 0-3L -6@New England PatriotsU 37
SunDec 12, 19821:00@New York JetsW 32-17W -3.5Tampa Bay BuccaneersO 35
SunDec 12, 19821:00Washington RedskinsW 12-7W -1@St Louis CardinalsU 42
SunDec 12, 19824:00@Atlanta FalconsW 35-0W -3.5New Orleans SaintsU 41
SunDec 12, 19824:00Los Angeles RaidersW 21-16W -3@Kansas City ChiefsU 40
SunDec 12, 19824:00@Los Angeles RamsL 24-27L -2.5Denver BroncosO 43
SunDec 12, 19824:00@Seattle SeahawksW 20-14W -3.5Chicago BearsU 35
MonDec 13, 19829:00Dallas CowboysW 37-7W -8.5@Houston OilersO 38
+ + +

+ +

Back to top

1982 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 198212:30@Miami DolphinsW 20-19W PKNew York JetsO 35
SatDec 18, 19824:00@Los Angeles RaidersW 37-31L -8Los Angeles RamsO 47
SunDec 19, 19821:00St Louis CardinalsW 10-7W -1@Chicago BearsU 35
SunDec 19, 19821:00Pittsburgh SteelersL 9-10L -3.5@Cleveland BrownsU 39
SunDec 19, 19821:00@Detroit LionsL 31-34L -4Minnesota VikingsO 38
SunDec 19, 19821:00@Philadelphia EaglesW 35-14W -6Houston OilersO 35
SunDec 19, 19821:00@Washington RedskinsW 15-14L -3.5New York GiantsU 36
SunDec 19, 19822:00Green Bay PackersT 20-20 (OT)L -7@Baltimore ColtsO 36
SunDec 19, 19824:00@Dallas CowboysW 21-7W -10New Orleans SaintsU 39
SunDec 19, 19824:00@Denver BroncosL 16-37L -6.5Kansas City ChiefsO 38
SunDec 19, 19824:00@Seattle SeahawksL 0-16L -4New England PatriotsU 33
SunDec 19, 19824:00@Tampa Bay BuccaneersW 24-23P -1Buffalo BillsO 34
SunDec 19, 19829:00@San Francisco 49ersL 7-17L -4Atlanta FalconsU 50
MonDec 20, 19829:00@San Diego ChargersW 50-34W -3Cincinnati BengalsO 50
+ + +

+ +

Back to top

1982 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 26, 19821:00@Atlanta FalconsL 7-38L -3.5Green Bay PackersU 47
SunDec 26, 19821:00@Cincinnati BengalsW 24-10W -10Seattle SeahawksU 40
SunDec 26, 19821:00Cleveland BrownsW 20-14W -4@Houston OilersU 38
SunDec 26, 19821:00San Francisco 49ersW 26-13W -3@Kansas City ChiefsU 41
SunDec 26, 19821:00@Pittsburgh SteelersW 37-14W -7New England PatriotsO 36
SunDec 26, 19821:00@St Louis CardinalsW 24-21W -1New York GiantsO 34
SunDec 26, 19821:00@Tampa Bay BuccaneersW 23-21L -3.5Detroit LionsO 36
SunDec 26, 19824:00@Dallas CowboysL 20-24L -8Philadelphia EaglesO 41
SunDec 26, 19824:00@Los Angeles RaidersW 27-10W -7.5Denver BroncosU 48
SunDec 26, 19824:00@Los Angeles RamsL 26-34L -3Chicago BearsO 42
SunDec 26, 19824:00New York JetsW 42-14W -2.5@Minnesota VikingsO 41
SunDec 26, 19824:00Washington RedskinsW 27-10W -3@New Orleans SaintsO 34
SunDec 26, 19824:00@San Diego ChargersW 44-26W -13.5Baltimore ColtsO 45
MonDec 27, 19829:00@Miami DolphinsW 27-10W -3Buffalo BillsO 36
+ + +

+ +

Back to top

1982 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 2, 198312:00Atlanta FalconsL 6-35L -5@New Orleans SaintsP 41
SunJan 2, 19831:00@Detroit LionsW 27-24W PKGreen Bay PackersO 43
SunJan 2, 19831:00Cincinnati BengalsW 35-27L -10@Houston OilersO 38
SunJan 2, 19831:00New York JetsL 13-37L -5@Kansas City ChiefsO 42
SunJan 2, 19831:00Buffalo BillsL 19-30L -3.5@New England PatriotsO 36
SunJan 2, 19831:00@Philadelphia EaglesL 24-26L -4New York GiantsO 36
SunJan 2, 19831:00@Pittsburgh SteelersW 37-21W -6Cleveland BrownsO 38
SunJan 2, 19831:00@Tampa Bay BuccaneersW 26-23 (OT)L -5Chicago BearsO 36
SunJan 2, 19831:00@Washington RedskinsW 28-0W -5St Louis CardinalsU 33
SunJan 2, 19832:00Miami DolphinsW 34-7W -8@Baltimore ColtsO 36
SunJan 2, 19834:00@San Diego ChargersL 34-41L -3.5Los Angeles RaidersO 54
SunJan 2, 19834:00@San Francisco 49ersL 20-21L -10Los Angeles RamsU 51
SunJan 2, 19834:00@Seattle SeahawksW 13-11L -3Denver BroncosU 40
MonJan 3, 19839:00Dallas CowboysL 27-31L -4@Minnesota VikingsO 47
+ + +

+

Back to top

+

1982 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 8, 198312:30@Green Bay Packers (3)W 41-16W -4.5St Louis Cardinals (6)O 37.5
NFC Wild CardSatJan 8, 198312:30@Washington Redskins (1)W 31-7W -6Detroit Lions (8)O 37
AFC Wild CardSatJan 8, 19834:00@Miami Dolphins (2)W 28-13W -7.5New England Patriots (7)O 36
AFC Wild CardSatJan 8, 19834:00@Los Angeles Raiders (1)W 27-10W -8.5Cleveland Browns (8)U 44.5
AFC Wild CardSunJan 9, 198312:30@Cincinnati Bengals (3)L 17-44L -4New York Jets (6)O 44.5
AFC Wild CardSunJan 9, 198312:30@Pittsburgh Steelers (4)L 28-31L -1San Diego Chargers (5)O 53
NFC Wild CardSunJan 9, 19834:00@Minnesota Vikings (4)W 30-24W -2Atlanta Falcons (5)O 46.5
NFC Wild CardSunJan 9, 19834:00@Dallas Cowboys (2)W 30-17W -8Tampa Bay Buccaneers (7)O 38.5
NFC DivisionalSatJan 15, 198312:30@Washington Redskins (1)W 21-7W -6Minnesota Vikings (4)U 43.5
AFC DivisionalSatJan 15, 19834:00@Los Angeles Raiders (1)L 14-17L -3.5New York Jets (6)U 48
AFC DivisionalSunJan 16, 198312:30San Diego Chargers (5)L 13-34L -1.5@Miami Dolphins (2)U 53
NFC DivisionalSunJan 16, 19834:00@Dallas Cowboys (2)W 37-26W -7Green Bay Packers (3)O 48
NFC ChampionshipSatJan 22, 198312:30Dallas Cowboys (2)L 17-31L -2@Washington Redskins (1)O 38.5
AFC ChampionshipSunJan 23, 19831:00@Miami Dolphins (2)W 14-0W -1New York Jets (6)U 38.5
Super Bowl XVIISunJan 30, 19836:00NMiami Dolphins (2)L 17-27L -3Washington Redskins (1)O 36.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1983.html b/data/1983.html new file mode 100644 index 0000000..9f308ff --- /dev/null +++ b/data/1983.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1983 Season

+ +

Historical NFL Game Odds

1983 Season

<<-- 1982 Season    1984 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1983 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
15-9 (35.7%)3-11-0 (21.4%)2-12 (14.3%)4-10-0 (28.6%)2-9 (18.2%)2-9-0 (18.2%)0-3 (0.0%)2-1-0 (66.7%)6-8-0 (42.9%)
27-6 (53.8%)5-7-1 (41.7%)4-10 (28.6%)4-9-1 (30.8%)4-6 (40.0%)3-6-1 (33.3%)0-3 (0.0%)1-2-0 (33.3%)6-8-0 (42.9%)
310-4 (71.4%)7-4-3 (63.6%)9-5 (64.3%)6-5-3 (54.5%)7-2 (77.8%)4-2-3 (66.7%)2-3 (40.0%)2-3-0 (40.0%)10-3-1 (76.9%)
49-5 (64.3%)6-8-0 (42.9%)8-6 (57.1%)5-9-0 (35.7%)7-4 (63.6%)4-7-0 (36.4%)1-2 (33.3%)1-2-0 (33.3%)7-7-0 (50.0%)
59-5 (64.3%)7-6-1 (53.8%)7-7 (50.0%)5-8-1 (38.5%)6-4 (60.0%)4-5-1 (44.4%)1-3 (25.0%)1-3-0 (25.0%)8-5-1 (61.5%)
66-7 (46.2%)4-9-0 (30.8%)6-8 (42.9%)4-10-0 (28.6%)3-5 (37.5%)1-7-0 (12.5%)2-3 (40.0%)2-3-0 (40.0%)6-8-0 (42.9%)
78-6 (57.1%)8-6-0 (57.1%)10-4 (71.4%)10-4-0 (71.4%)7-3 (70.0%)7-3-0 (70.0%)3-1 (75.0%)3-1-0 (75.0%)13-1-0 (92.9%)
84-6 (40.0%)3-8-0 (27.3%)3-10 (23.1%)4-10-0 (28.6%)1-5 (16.7%)1-6-0 (14.3%)1-3 (25.0%)2-2-0 (50.0%)7-7-0 (50.0%)
99-5 (64.3%)6-8-0 (42.9%)8-6 (57.1%)7-7-0 (50.0%)7-4 (63.6%)5-6-0 (45.5%)1-2 (33.3%)2-1-0 (66.7%)8-6-0 (57.1%)
1011-3 (78.6%)11-3-0 (78.6%)8-6 (57.1%)8-6-0 (57.1%)8-3 (72.7%)8-3-0 (72.7%)0-3 (0.0%)0-3-0 (0.0%)5-8-1 (38.5%)
115-8 (38.5%)4-9-0 (30.8%)9-5 (64.3%)8-6-0 (57.1%)3-3 (50.0%)2-4-0 (33.3%)5-2 (71.4%)5-2-0 (71.4%)6-7-1 (46.2%)
126-7 (46.2%)6-7-0 (46.2%)6-8 (42.9%)6-8-0 (42.9%)4-5 (44.4%)4-5-0 (44.4%)2-2 (50.0%)2-2-0 (50.0%)8-6-0 (57.1%)
1312-2 (85.7%)9-5-0 (64.3%)14-0 (100.%)11-3-0 (78.6%)12-0 (100.%)9-3-0 (75.0%)2-0 (100.%)2-0-0 (100.%)8-6-0 (57.1%)
149-4 (69.2%)7-5-1 (58.3%)7-7 (50.0%)7-6-1 (53.8%)4-2 (66.7%)3-2-1 (60.0%)2-5 (28.6%)3-4-0 (42.9%)3-11-0 (21.4%)
157-7 (50.0%)3-11-0 (21.4%)5-9 (35.7%)3-11-0 (21.4%)4-6 (40.0%)1-9-0 (10.0%)1-3 (25.0%)2-2-0 (50.0%)7-7-0 (50.0%)
169-4 (69.2%)7-6-0 (53.8%)13-1 (92.9%)11-3-0 (78.6%)9-1 (90.0%)7-3-0 (70.0%)3-0 (100.%)3-0-0 (100.%)9-5-0 (64.3%)
Playoffs6-3 (66.7%)4-5-0 (44.4%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)0-0 0-0-0 4-5-0 (44.4%)
+ +


1983 Results by Team

Click on a team to view 1983 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-9 (43.8%)9-7 (56.3%)3-4 (42.9%)3-4-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)10-6-0 (62.5%)
Baltimore Colts7-9 (43.8%)8-7-1 (53.3%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)3-5-0 (37.5%)1-0 (100.%)1-0-0 (100.%)8-8-0 (50.0%)
Buffalo Bills8-8 (50.0%)7-8-1 (46.7%)4-1 (80.0%)3-1-1 (75.0%)3-5 (37.5%)2-5-1 (28.6%)3-1 (75.0%)2-1-1 (66.7%)7-8-1 (46.7%)
Chicago Bears8-8 (50.0%)8-6-2 (57.1%)2-4 (33.3%)2-4-0 (33.3%)5-3 (62.5%)5-3-0 (62.5%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Cincinnati Bengals7-9 (43.8%)7-9 (43.8%)4-5 (44.4%)4-5-0 (44.4%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)7-9-0 (43.8%)
Cleveland Browns9-7 (56.3%)8-8 (50.0%)5-4 (55.6%)4-5-0 (44.4%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)10-6-0 (62.5%)
Dallas Cowboys12-4 (75.0%)9-7 (56.3%)12-3 (80.0%)9-6-0 (60.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)12-4-0 (75.0%)
Denver Broncos9-7 (56.3%)9-7 (56.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)8-7-1 (53.3%)
Detroit Lions9-7 (56.3%)8-8 (50.0%)4-3 (57.1%)3-4-0 (42.9%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)9-7-0 (56.3%)
Green Bay Packers8-8 (50.0%)4-10-2 (28.6%)6-5 (54.5%)2-7-2 (22.2%)5-3 (62.5%)3-3-2 (50.0%)4-3 (57.1%)2-3-2 (40.0%)10-6-0 (62.5%)
Houston Oilers2-14 (12.5%)7-9 (43.8%)0-0 0-0-0 2-6 (25.0%)5-3-0 (62.5%)0-0 0-0-0 11-5-0 (68.8%)
Kansas City Chiefs6-10 (37.5%)9-7 (56.3%)4-1 (80.0%)3-2-0 (60.0%)5-3 (62.5%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)10-6-0 (62.5%)
Los Angeles Raiders12-4 (75.0%)10-5-1 (66.7%)10-3 (76.9%)8-5-0 (61.5%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)9-6-1 (60.0%)
Los Angeles Rams9-7 (56.3%)9-5-2 (64.3%)5-2 (71.4%)4-2-1 (66.7%)5-3 (62.5%)4-3-1 (57.1%)5-1 (83.3%)4-1-1 (80.0%)9-7-0 (56.3%)
Miami Dolphins12-4 (75.0%)10-6 (62.5%)10-3 (76.9%)8-5-0 (61.5%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-9-0 (43.8%)
Minnesota Vikings8-8 (50.0%)9-7 (56.3%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)5-10-1 (33.3%)
New England Patriots8-8 (50.0%)8-8 (50.0%)1-2 (33.3%)1-2-0 (33.3%)5-3 (62.5%)5-3-0 (62.5%)1-2 (33.3%)1-2-0 (33.3%)4-12-0 (25.0%)
New Orleans Saints8-8 (50.0%)7-7-2 (50.0%)5-3 (62.5%)3-4-1 (42.9%)5-3 (62.5%)3-4-1 (42.9%)4-3 (57.1%)2-4-1 (33.3%)9-7-0 (56.3%)
New York Giants3-12-1 (20.0%)5-11 (31.3%)1-3 (25.0%)1-3-0 (25.0%)1-7 (12.5%)1-7-0 (12.5%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
New York Jets7-9 (43.8%)6-10 (37.5%)4-8 (33.3%)3-9-0 (25.0%)2-6 (25.0%)1-7-0 (12.5%)2-6 (25.0%)1-7-0 (12.5%)7-8-1 (46.7%)
Philadelphia Eagles5-11 (31.3%)6-10 (37.5%)0-5 (0.0%)0-5-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)0-5 (0.0%)0-5-0 (0.0%)6-10-0 (37.5%)
Pittsburgh Steelers10-6 (62.5%)8-8 (50.0%)7-5 (58.3%)5-7-0 (41.7%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)9-7-0 (56.3%)
San Diego Chargers6-10 (37.5%)5-11 (31.3%)4-6 (40.0%)2-8-0 (20.0%)4-4 (50.0%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
San Francisco 49ers10-6 (62.5%)9-7 (56.3%)6-6 (50.0%)5-7-0 (41.7%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)7-9-0 (43.8%)
Seattle Seahawks9-7 (56.3%)8-8 (50.0%)4-1 (80.0%)3-2-0 (60.0%)5-3 (62.5%)4-4-0 (50.0%)3-0 (100.%)2-1-0 (66.7%)9-7-0 (56.3%)
St Louis Cardinals8-7-1 (53.3%)8-8 (50.0%)2-0 (100.%)2-1-0 (66.7%)4-3 (57.1%)4-4-0 (50.0%)1-0 (100.%)1-1-0 (50.0%)10-5-1 (66.7%)
Tampa Bay Buccaneers2-14 (12.5%)6-10 (37.5%)1-3 (25.0%)1-3-0 (25.0%)1-7 (12.5%)2-6-0 (25.0%)1-3 (25.0%)1-3-0 (25.0%)8-7-1 (53.3%)
Washington Redskins14-2 (87.5%)11-4-1 (73.3%)12-1 (92.3%)8-4-1 (66.7%)7-1 (87.5%)5-2-1 (71.4%)7-0 (100.%)4-2-1 (66.7%)12-3-1 (80.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1983 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatSep 3, 19836:00@San Francisco 49ersL 17-22L -3.5Philadelphia EaglesU 40.5
SunSep 4, 198312:00@New Orleans SaintsW 28-17W -2.5St Louis CardinalsO 37
SunSep 4, 19831:00Miami DolphinsW 12-0W -4@Buffalo BillsU 36.5
SunSep 4, 19831:00@Chicago BearsL 17-20L -1Atlanta FalconsU 38.5
SunSep 4, 19831:00@Cincinnati BengalsL 10-20L -2Los Angeles RaidersU 42
SunSep 4, 19831:00@Cleveland BrownsL 21-27L -1.5Minnesota VikingsO 41
SunSep 4, 19831:00Green Bay PackersW 41-38 (OT)L -4.5@Houston OilersO 40
SunSep 4, 19831:00@New England PatriotsL 23-29 (OT)L -6Baltimore ColtsO 38
SunSep 4, 19831:00@New York GiantsL 6-16L -4Los Angeles RamsU 38.5
SunSep 4, 19831:00@Pittsburgh SteelersL 10-14L -7Denver BroncosU 39.5
SunSep 4, 19831:00@Tampa Bay BuccaneersL 0-11L -3Detroit LionsU 38
SunSep 4, 19834:00@Kansas City ChiefsW 17-13W -2Seattle SeahawksU 36.5
SunSep 4, 19834:00@San Diego ChargersL 29-41L -3.5New York JetsO 46
MonSep 5, 19839:00Dallas CowboysW 31-30L -1.5@Washington RedskinsO 41
+ + +

+ +

Back to top

1983 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 8, 19838:30@Minnesota VikingsL 17-48L -3San Francisco 49ersO 42
SunSep 11, 19831:00@Atlanta FalconsL 13-16 (OT)L -3.5New York GiantsU 36
SunSep 11, 19831:00@Chicago BearsW 17-10W -2.5Tampa Bay BuccaneersU 35.5
SunSep 11, 19831:00@Cincinnati BengalsL 6-10L -7Buffalo BillsU 36.5
SunSep 11, 19831:00@Detroit LionsL 26-31L -3Cleveland BrownsO 39
SunSep 11, 19831:00@Green Bay PackersL 21-25L -1Pittsburgh SteelersO 45
SunSep 11, 19831:00@Philadelphia EaglesL 13-23L PKWashington RedskinsU 40
SunSep 11, 19831:00Dallas CowboysW 34-17W -4@St Louis CardinalsO 42
SunSep 11, 19834:00Denver BroncosW 17-10W -3@Baltimore ColtsU 35
SunSep 11, 19834:00@Los Angeles RaidersW 20-6W -10Houston OilersU 44
SunSep 11, 19834:00@Los Angeles RamsW 30-27P -3New Orleans SaintsO 41
SunSep 11, 19834:00@Miami DolphinsW 34-24W -9.5New England PatriotsO 36
SunSep 11, 19834:00@New York JetsL 10-17L -9Seattle SeahawksU 39.5
MonSep 12, 19839:00San Diego ChargersW 17-14L -3.5@Kansas City ChiefsU 46
+ + +

+ +

Back to top

1983 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 15, 19838:30@Cleveland BrownsW 17-7W -3Cincinnati BengalsU 40.5
SunSep 18, 19831:00@Buffalo BillsW 28-23P -5Baltimore ColtsO 33
SunSep 18, 19831:00@Detroit LionsL 14-30L -3Atlanta FalconsO 38.5
SunSep 18, 19831:00@Green Bay PackersW 27-24P -3Los Angeles RamsO 49.5at Milwaukee
SunSep 18, 19831:00Pittsburgh SteelersW 40-28W -5.5@Houston OilersO 40
SunSep 18, 19831:00New York JetsL 13-23L -6@New England PatriotsU 44.5
SunSep 18, 19831:00@New Orleans SaintsW 34-31 (OT)P -3Chicago BearsO 36.5
SunSep 18, 19831:00San Francisco 49ersW 42-27W -3.5@St Louis CardinalsO 45.5
SunSep 18, 19831:00@Washington RedskinsW 27-12W -7Kansas City ChiefsO 38
SunSep 18, 19834:00@Dallas CowboysW 28-13W -8New York GiantsO 37.5
SunSep 18, 19834:00@Denver BroncosL 10-13L -2.5Philadelphia EaglesU 34.5
SunSep 18, 19834:00San Diego ChargersL 31-34L -3.5@Seattle SeahawksO 43.5
SunSep 18, 19834:00Minnesota VikingsW 19-16 (OT)W -1@Tampa Bay BuccaneersP 35
MonSep 19, 19839:00@Los Angeles RaidersW 27-14W -1.5Miami DolphinsO 39.5
+ + +

+ +

Back to top

1983 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 19831:00@Buffalo BillsW 30-13W -7Houston OilersO 39
SunSep 25, 19831:00@Dallas CowboysW 21-20L -8.5New Orleans SaintsU 46
SunSep 25, 19831:00@Miami DolphinsW 14-6W -7.5Kansas City ChiefsU 37
SunSep 25, 19831:00@Minnesota VikingsW 20-17W -2.5Detroit LionsU 41
SunSep 25, 19831:00@Philadelphia EaglesL 11-14L -6St Louis CardinalsU 43
SunSep 25, 19831:00@Pittsburgh SteelersL 23-28L -8.5New England PatriotsO 45
SunSep 25, 19831:00@Tampa Bay BuccaneersL 17-23L -2Cincinnati BengalsO 33
SunSep 25, 19832:00Chicago BearsL 19-22 (OT)L -2@Baltimore ColtsO 37
SunSep 25, 19834:00Los Angeles RaidersW 22-7W -3.5@Denver BroncosU 34
SunSep 25, 19834:00@New York JetsW 27-24 (OT)L -5.5Los Angeles RamsO 46
SunSep 25, 19834:00@San Diego ChargersL 24-30 (OT)L -6.5Cleveland BrownsO 52
SunSep 25, 19834:00@San Francisco 49ersW 24-20L -4.5Atlanta FalconsU 48
SunSep 25, 19834:00Washington RedskinsW 27-17W -1.5@Seattle SeahawksO 41
MonSep 26, 19839:00@New York GiantsW 27-3W -2.5Green Bay PackersU 42
+ + +

+ +

Back to top

1983 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 19831:00@Atlanta FalconsL 24-28L -3.5Philadelphia EaglesO 37.5
SunOct 2, 19831:00@Chicago BearsW 31-14W -1.5Denver BroncosO 34.5
SunOct 2, 19831:00@Cincinnati BengalsL 31-34L -6Baltimore ColtsO 40
SunOct 2, 19831:00@Cleveland BrownsL 9-24L -3.5Seattle SeahawksU 44
SunOct 2, 19831:00@Green Bay PackersW 55-14W -6.5Tampa Bay BuccaneersO 42
SunOct 2, 19831:00Dallas CowboysW 37-24W -3.5@Minnesota VikingsO 44.5
SunOct 2, 19831:00San Francisco 49ersW 33-13W -3@New England PatriotsU 49.5
SunOct 2, 19831:00@Pittsburgh SteelersW 17-10L -11Houston OilersU 45
SunOct 2, 19831:00@Washington RedskinsW 37-35P -2Los Angeles RaidersO 38.5
SunOct 2, 19834:00@Kansas City ChiefsW 38-14W -2.5St Louis CardinalsO 37
SunOct 2, 19834:00@Los Angeles RamsW 21-10W -4.5Detroit LionsU 43.5
SunOct 2, 19834:00Miami DolphinsL 7-17L -3@New Orleans SaintsU 38.5
SunOct 2, 19834:00@New York GiantsL 34-41L -1San Diego ChargersO 42.5
MonOct 3, 19839:00New York JetsW 34-10W -2@Buffalo BillsP 44
+ + +

+ +

Back to top

1983 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 19831:00@Atlanta FalconsL 17-19L -2.5New Orleans SaintsU 44
SunOct 9, 19831:00@Chicago BearsL 14-23L -1Minnesota VikingsU 44
SunOct 9, 19831:00New York JetsL 7-10L -1@Cleveland BrownsU 43.5
SunOct 9, 19831:00Green Bay PackersL 14-38L -1@Detroit LionsO 48
SunOct 9, 19831:00Denver BroncosW 26-14W -2@Houston OilersO 37
SunOct 9, 19831:00@Miami DolphinsL 35-38 (OT)L -6Buffalo BillsO 34.5
SunOct 9, 19831:00Washington RedskinsW 38-14W -6@St Louis CardinalsO 43.5
SunOct 9, 19832:00@Baltimore ColtsW 12-7W PKNew England PatriotsU 44.5
SunOct 9, 19834:00@Dallas CowboysW 27-24 (OT)L -13Tampa Bay BuccaneersO 43
SunOct 9, 19834:00@Los Angeles RaidersW 21-20L -9Kansas City ChiefsO 40.5
SunOct 9, 19834:00@New York GiantsL 13-17L -2Philadelphia EaglesU 37.5
SunOct 9, 19834:00@San Diego ChargersW 28-21W -4Seattle SeahawksU 51
SunOct 9, 19834:00@San Francisco 49ersL 7-10L -4.5Los Angeles RamsU 48
MonOct 10, 19839:00Pittsburgh SteelersW 24-14W -1@Cincinnati BengalsU 43.5
+ + +

+ +

Back to top

1983 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 19831:00@Detroit LionsW 31-17W -3Chicago BearsO 42.5
SunOct 16, 19831:00@Minnesota VikingsW 34-14W -9.5Houston OilersO 43
SunOct 16, 19831:00San Diego ChargersL 21-37L -4.5@New England PatriotsO 50
SunOct 16, 19831:00@New Orleans SaintsL 13-32L -1San Francisco 49ersO 44.5
SunOct 16, 19831:00@New York JetsL 14-32L -3Miami DolphinsO 40
SunOct 16, 19831:00@Pittsburgh SteelersW 44-17W -2.5Cleveland BrownsO 39.5
SunOct 16, 19831:00@Tampa Bay BuccaneersL 27-34L -3St Louis CardinalsO 39
SunOct 16, 19832:00Buffalo BillsW 30-7W -1@Baltimore ColtsU 39.5
SunOct 16, 19834:00@Dallas CowboysW 37-7W -8Philadelphia EaglesO 43
SunOct 16, 19834:00@Denver BroncosW 24-17W -2.5Cincinnati BengalsO 36
SunOct 16, 19834:00@Kansas City ChiefsW 38-17W -2New York GiantsO 37.5
SunOct 16, 19834:00@Los Angeles RamsW 27-21W -3.5Atlanta FalconsO 41
SunOct 16, 19834:00Los Angeles RaidersL 36-38L -3@Seattle SeahawksO 43.5
MonOct 17, 19839:00Washington RedskinsL 47-48L -3@Green Bay PackersO 52
+ + +

+ +

Back to top

1983 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 19831:00@Buffalo BillsL 0-31L -3.5New England PatriotsU 42.5
SunOct 23, 19831:00@Cincinnati BengalsW 28-21W PKCleveland BrownsO 42.5
SunOct 23, 19831:00@Green Bay PackersL 17-20 (OT)L -1Minnesota VikingsU 52
SunOct 23, 19831:00Kansas City ChiefsW 13-10 (OT)L -3.5@Houston OilersU 43.5
SunOct 23, 19831:00@New York JetsL 21-27L -3.5Atlanta FalconsO 42.5
SunOct 23, 19831:00@Philadelphia EaglesL 6-7L -4Chicago BearsU 41
SunOct 23, 19831:00@Washington RedskinsW 38-17W -7.5Detroit LionsO 43
SunOct 23, 19832:00Miami DolphinsW 21-7W -3.5@Baltimore ColtsU 39
SunOct 23, 19834:00San Diego ChargersL 6-14L -2@Denver BroncosU 47
SunOct 23, 19834:00@Los Angeles RamsL 35-45L PKSan Francisco 49ersO 45
SunOct 23, 19834:00@Seattle SeahawksL 21-27L PKPittsburgh SteelersO 43.5
SunOct 23, 19834:00New Orleans SaintsW 24-21W -2.5@Tampa Bay BuccaneersO 42
SunOct 23, 19839:00@Dallas CowboysL 38-40L -4Los Angeles RaidersO 46
MonOct 24, 19839:00@St Louis CardinalsT 20-20 (OT)L -2New York GiantsU 44
+ + +

+ +

Back to top

1983 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 19831:00@Atlanta FalconsW 24-13W -3New England PatriotsU 44.5
SunOct 30, 19831:00@Buffalo BillsW 27-21W -2New Orleans SaintsO 43
SunOct 30, 19831:00@Chicago BearsL 17-38L -2.5Detroit LionsO 41.5
SunOct 30, 19831:00@Cleveland BrownsW 25-19 (OT)L -9Houston OilersO 41
SunOct 30, 19831:00Dallas CowboysW 38-20W -7@New York GiantsO 43.5
SunOct 30, 19831:00@Philadelphia EaglesL 21-22L -5.5Baltimore ColtsO 38
SunOct 30, 19831:00@Pittsburgh SteelersW 17-12L -10.5Tampa Bay BuccaneersU 43.5
SunOct 30, 19831:00Minnesota VikingsL 31-41L -3.5@St Louis CardinalsO 46.5
SunOct 30, 19834:00@Cincinnati BengalsW 34-14W -1.5Green Bay PackersU 51
SunOct 30, 19834:00@Denver BroncosW 27-24W -2.5Kansas City ChiefsO 35
SunOct 30, 19834:00@Los Angeles RaidersL 21-34L -7Seattle SeahawksO 45.5
SunOct 30, 19834:00@Miami DolphinsW 30-14W -3Los Angeles RamsU 45
SunOct 30, 19834:00@San Francisco 49ersL 13-27L -6New York JetsU 47.5
MonOct 31, 19839:00Washington RedskinsW 27-24L -4.5@San Diego ChargersU 52.5
+ + +

+ +

Back to top

1983 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 19831:00@Green Bay PackersW 35-21W -2Cleveland BrownsO 53at Milwaukee
SunNov 6, 19831:00Cincinnati BengalsW 55-14W -4.5@Houston OilersO 45
SunNov 6, 19831:00Los Angeles RaidersW 28-20W -3.5@Kansas City ChiefsO 45
SunNov 6, 19831:00@Minnesota VikingsL 12-17L -7Tampa Bay BuccaneersU 44.5
SunNov 6, 19831:00@New England PatriotsW 21-7W -1Buffalo BillsU 43
SunNov 6, 19831:00@New Orleans SaintsW 27-10W -1Atlanta FalconsU 45
SunNov 6, 19831:00Dallas CowboysW 27-20W -6.5@Philadelphia EaglesO 45
SunNov 6, 19831:00@Pittsburgh SteelersW 26-3W -5San Diego ChargersU 47
SunNov 6, 19834:00@Los Angeles RamsW 21-14W -6.5Chicago BearsU 44.5
SunNov 6, 19834:00@New York JetsL 14-17L -6.5Baltimore ColtsU 43
SunNov 6, 19834:00@San Francisco 49ersL 17-20L -2Miami DolphinsU 45
SunNov 6, 19834:00@Seattle SeahawksW 27-19W -3Denver BroncosO 43
SunNov 6, 19834:00@Washington RedskinsW 45-7W -10St Louis CardinalsP 52
MonNov 7, 19839:00@Detroit LionsW 15-9W -5New York GiantsU 44
+ + +

+ +

Back to top

1983 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 19831:00@Chicago BearsW 17-14W PKPhiladelphia EaglesU 37.5
SunNov 13, 19831:00@Cleveland BrownsW 20-0W -4.5Tampa Bay BuccaneersU 39
SunNov 13, 19831:00Detroit LionsL 17-27L -6@Houston OilersO 43.5
SunNov 13, 19831:00Cincinnati BengalsL 15-20L -2@Kansas City ChiefsU 44
SunNov 13, 19831:00@Minnesota VikingsL 21-29L -2.5Green Bay PackersU 51
SunNov 13, 19831:00Miami DolphinsL 6-17L -2.5@New England PatriotsU 42
SunNov 13, 19831:00@New York JetsL 17-24L -3.5Buffalo BillsU 41.5
SunNov 13, 19831:00Seattle SeahawksL 28-33L -3@St Louis CardinalsO 46
SunNov 13, 19832:00Pittsburgh SteelersW 24-13W -3.5@Baltimore ColtsO 36.5
SunNov 13, 19834:00@Los Angeles RaidersW 22-20L -7Denver BroncosP 42
SunNov 13, 19834:00Washington RedskinsW 33-17W -6.5@New York GiantsO 43.5
SunNov 13, 19834:00Dallas CowboysL 23-24L -7@San Diego ChargersO 45.5
SunNov 13, 19834:00@San Francisco 49ersW 27-0W -4New Orleans SaintsU 40
MonNov 14, 19839:00@Atlanta FalconsL 13-36L -1.5Los Angeles RamsO 42
+ + +

+ +

Back to top

1983 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 19831:00Los Angeles RaidersW 27-24W -2@Buffalo BillsO 42
SunNov 20, 19831:00@Cincinnati BengalsW 38-10W -9Houston OilersO 44.5
SunNov 20, 19831:00@Green Bay PackersL 20-23 (OT)L -4Detroit LionsU 48.5at Milwaukee
SunNov 20, 19831:00@Miami DolphinsW 37-0W -8.5Baltimore ColtsU 38
SunNov 20, 19831:00@New England PatriotsL 0-30L -4.5Cleveland BrownsU 40.5
SunNov 20, 19831:00@Philadelphia EaglesL 0-23L -5New York GiantsU 37
SunNov 20, 19831:00@Pittsburgh SteelersL 14-17L -7Minnesota VikingsU 41
SunNov 20, 19831:00San Diego ChargersL 14-44L -1@St Louis CardinalsO 52.5
SunNov 20, 19831:00@Tampa Bay BuccaneersL 0-27L PKChicago BearsU 35
SunNov 20, 19834:00San Francisco 49ersL 24-28L -3.5@Atlanta FalconsO 43.5
SunNov 20, 19834:00@Dallas CowboysW 41-21W -9Kansas City ChiefsO 47
SunNov 20, 19834:00@Denver BroncosW 38-27W -1.5Seattle SeahawksO 39
SunNov 20, 19834:00Washington RedskinsW 42-20W -3@Los Angeles RamsO 49
MonNov 21, 19839:00@New Orleans SaintsL 28-31L -3New York JetsO 43
+ + +

+ +

Back to top

1983 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 198312:30Pittsburgh SteelersL 3-45L -2.5@Detroit LionsO 40.5
ThuNov 24, 19834:00@Dallas CowboysW 35-17W -10St Louis CardinalsU 54.5
SunNov 27, 19831:00San Francisco 49ersL 3-13L -4@Chicago BearsU 41.5
SunNov 27, 19831:00@Cleveland BrownsW 41-23W -6Baltimore ColtsO 36
SunNov 27, 19831:00@New Orleans SaintsW 17-16L -2.5Minnesota VikingsU 42
SunNov 27, 19831:00@New York JetsW 26-3W -5New England PatriotsU 39.5
SunNov 27, 19831:00@Tampa Bay BuccaneersW 33-24W -2Houston OilersO 37
SunNov 27, 19831:00@Washington RedskinsW 28-24L -15Philadelphia EaglesO 46
SunNov 27, 19834:00@Atlanta FalconsW 47-41 (OT)W -2.5Green Bay PackersO 45.5
SunNov 27, 19834:00@Los Angeles RaidersW 27-12W -10New York GiantsU 41
SunNov 27, 19834:00@Los Angeles RamsW 41-17W -3.5Buffalo BillsO 44
SunNov 27, 19834:00@San Diego ChargersW 31-7W -2.5Denver BroncosU 46.5
SunNov 27, 19834:00@Seattle SeahawksW 51-48 (OT)L -3.5Kansas City ChiefsO 46.5
MonNov 28, 19839:00@Miami DolphinsW 38-14W -5.5Cincinnati BengalsO 43
+ + +

+ +

Back to top

1983 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 1, 19839:00Los Angeles RaidersW 42-10W -1.5@San Diego ChargersU 54
SunDec 4, 19831:00@Green Bay PackersW 31-28P -3Chicago BearsO 44.5
SunDec 4, 19831:00Miami DolphinsW 24-17L -9@Houston OilersU 44
SunDec 4, 19831:00@Kansas City ChiefsL 9-14L -1Buffalo BillsU 44
SunDec 4, 19831:00@New England PatriotsW 7-0W PKNew Orleans SaintsU 35.5
SunDec 4, 19831:00St Louis CardinalsW 10-6W -1@New York GiantsU 41
SunDec 4, 19831:00Los Angeles RamsL 9-13L -4@Philadelphia EaglesU 38.5
SunDec 4, 19831:00@Pittsburgh SteelersL 10-23L -4Cincinnati BengalsU 41.5
SunDec 4, 19831:00@Washington RedskinsW 37-21W -9Atlanta FalconsO 51
SunDec 4, 19834:00New York JetsW 10-6W -3.5@Baltimore ColtsU 39
SunDec 4, 19834:00Cleveland BrownsL 6-27L -1.5@Denver BroncosU 37.5
SunDec 4, 19834:00@San Francisco 49ersW 35-21W -10Tampa Bay BuccaneersO 41
SunDec 4, 19834:00Dallas CowboysW 35-10W -6@Seattle SeahawksU 55
MonDec 5, 19839:00@Detroit LionsW 13-2W -3Minnesota VikingsU 44.5
+ + +

+ +

Back to top

1983 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 198312:30@New York JetsL 7-34L -2Pittsburgh SteelersO 37
SatDec 10, 19834:00@Miami DolphinsW 31-24L -8.5Atlanta FalconsO 43.5
SunDec 11, 19831:00San Francisco 49ersW 23-10W -1.5@Buffalo BillsU 39
SunDec 11, 19831:00@Cincinnati BengalsW 17-9W -3Detroit LionsU 42
SunDec 11, 19831:00Cleveland BrownsL 27-34L -6.5@Houston OilersO 45
SunDec 11, 19831:00@Minnesota VikingsL 13-19L -3Chicago BearsU 39.5
SunDec 11, 19831:00Seattle SeahawksW 17-12W -3@New York GiantsU 40
SunDec 11, 19831:00@Philadelphia EaglesL 17-20 (OT)L -1New Orleans SaintsO 35.5
SunDec 11, 19834:00@Dallas CowboysL 10-31L -3Washington RedskinsU 53.5
SunDec 11, 19834:00@Denver BroncosW 21-19L -8.5Baltimore ColtsO 36.5
SunDec 11, 19834:00@Los Angeles RaidersL 24-34L -9St Louis CardinalsO 47.5
SunDec 11, 19834:00@Los Angeles RamsL 7-21L -6.5New England PatriotsU 41
SunDec 11, 19834:00@San Diego ChargersW 41-38L -4Kansas City ChiefsO 53.5
MonDec 12, 19839:00Green Bay PackersW 12-9 (OT)L -4@Tampa Bay BuccaneersU 47
+ + +

+ +

Back to top

1983 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 16, 19839:00@Miami DolphinsW 34-14W -8New York JetsO 41.5
SatDec 17, 198312:30@Washington RedskinsW 31-22L -15.5New York GiantsO 44.5
SatDec 17, 19834:00Cincinnati BengalsL 14-20L -3@Minnesota VikingsU 38.5
SunDec 18, 19831:00@Atlanta FalconsW 31-14W -1Buffalo BillsO 43.5
SunDec 18, 19831:00Green Bay PackersL 21-23L -1@Chicago BearsO 43
SunDec 18, 19831:00@Cleveland BrownsW 30-17W -3Pittsburgh SteelersO 38.5
SunDec 18, 19831:00Denver BroncosL 17-48L -2.5@Kansas City ChiefsO 43
SunDec 18, 19831:00@New Orleans SaintsL 24-26L -2Los Angeles RamsO 40
SunDec 18, 19831:00@St Louis CardinalsW 31-7W -6Philadelphia EaglesU 42
SunDec 18, 19832:00@Baltimore ColtsW 20-10W -4Houston OilersU 40.5
SunDec 18, 19834:00@Detroit LionsW 23-20L -10Tampa Bay BuccaneersO 39.5
SunDec 18, 19834:00@Los Angeles RaidersW 30-14W -9San Diego ChargersU 53.5
SunDec 18, 19834:00@Seattle SeahawksW 24-6W -2.5New England PatriotsU 41.5
MonDec 19, 19839:00@San Francisco 49ersW 42-17W PKDallas CowboysO 44
+ + +

+

Back to top

+

1983 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 24, 19834:00@Seattle Seahawks (4)W 31-7W -3.5Denver Broncos (5)U 41
NFC Wild CardMonDec 26, 19832:30@Dallas Cowboys (4)L 17-24L -8Los Angeles Rams (5)U 45.5
AFC DivisionalSatDec 31, 198312:30@Miami Dolphins (2)L 20-27L -8Seattle Seahawks (4)O 44
NFC DivisionalSatDec 31, 19834:00@San Francisco 49ers (2)W 24-23L -7.5Detroit Lions (3)O 44.5
NFC DivisionalSunJan 1, 198412:30@Washington Redskins (1)W 51-7W -9.5Los Angeles Rams (5)O 48.5
AFC DivisionalSunJan 1, 19844:00@Los Angeles Raiders (1)W 38-10W -7Pittsburgh Steelers (3)O 43
NFC ChampionshipSunJan 8, 198412:30@Washington Redskins (1)W 24-21L -10San Francisco 49ers (2)U 51
AFC ChampionshipSunJan 8, 19844:00@Los Angeles Raiders (1)W 30-14W -7Seattle Seahawks (4)U 50
Super Bowl XVIIISunJan 22, 19844:50NWashington Redskins (1)L 9-38L -3Los Angeles Raiders (1)U 48
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1984.html b/data/1984.html new file mode 100644 index 0000000..4994b90 --- /dev/null +++ b/data/1984.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1984 Season

+ +

Historical NFL Game Odds

1984 Season

<<-- 1983 Season    1985 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1984 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-4 (71.4%)8-6-0 (57.1%)5-9 (35.7%)3-11-0 (21.4%)5-4 (55.6%)3-6-0 (33.3%)0-5 (0.0%)0-5-0 (0.0%)9-4-1 (69.2%)
29-5 (64.3%)6-8-0 (42.9%)10-4 (71.4%)7-7-0 (50.0%)8-3 (72.7%)5-6-0 (45.5%)2-1 (66.7%)2-1-0 (66.7%)5-9-0 (35.7%)
39-5 (64.3%)5-9-0 (35.7%)9-5 (64.3%)11-3-0 (78.6%)6-2 (75.0%)5-3-0 (62.5%)3-3 (50.0%)6-0-0 (100.%)5-9-0 (35.7%)
48-3 (72.7%)5-5-1 (50.0%)9-5 (64.3%)7-6-1 (53.8%)6-2 (75.0%)4-4-0 (50.0%)1-2 (33.3%)1-1-1 (50.0%)7-7-0 (50.0%)
512-2 (85.7%)10-4-0 (71.4%)9-5 (64.3%)7-7-0 (50.0%)8-1 (88.9%)6-3-0 (66.7%)1-4 (20.0%)1-4-0 (20.0%)7-7-0 (50.0%)
69-5 (64.3%)8-6-0 (57.1%)4-10 (28.6%)5-9-0 (35.7%)4-5 (44.4%)4-5-0 (44.4%)0-5 (0.0%)1-4-0 (20.0%)5-9-0 (35.7%)
79-4 (69.2%)5-8-0 (38.5%)10-4 (71.4%)6-8-0 (42.9%)9-3 (75.0%)5-7-0 (41.7%)1-0 (100.%)1-0-0 (100.%)4-10-0 (28.6%)
88-6 (57.1%)7-7-0 (50.0%)6-8 (42.9%)5-9-0 (35.7%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)7-7-0 (50.0%)
910-4 (71.4%)9-5-0 (64.3%)8-6 (57.1%)7-7-0 (50.0%)7-3 (70.0%)6-4-0 (60.0%)1-3 (25.0%)1-3-0 (25.0%)8-5-1 (61.5%)
109-4 (69.2%)8-6-0 (57.1%)7-6 (53.8%)6-8-0 (42.9%)6-3 (66.7%)5-5-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)6-7-1 (46.2%)
118-6 (57.1%)6-7-1 (46.2%)8-6 (57.1%)6-7-1 (46.2%)6-4 (60.0%)4-5-1 (44.4%)2-2 (50.0%)2-2-0 (50.0%)6-8-0 (42.9%)
127-6 (53.8%)5-8-0 (38.5%)11-3 (78.6%)9-5-0 (64.3%)5-1 (83.3%)3-3-0 (50.0%)5-2 (71.4%)5-2-0 (71.4%)6-8-0 (42.9%)
1312-2 (85.7%)6-7-1 (46.2%)10-4 (71.4%)6-7-1 (46.2%)9-1 (90.0%)4-5-1 (44.4%)1-3 (25.0%)2-2-0 (50.0%)8-5-1 (61.5%)
148-5 (61.5%)8-5-0 (61.5%)7-7 (50.0%)7-7-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)3-4 (42.9%)3-4-0 (42.9%)7-7-0 (50.0%)
1510-3 (76.9%)5-7-1 (41.7%)9-5 (64.3%)5-8-1 (38.5%)7-1 (87.5%)3-5-0 (37.5%)2-3 (40.0%)2-2-1 (50.0%)8-5-1 (61.5%)
167-7 (50.0%)4-10-0 (28.6%)7-7 (50.0%)4-10-0 (28.6%)6-6 (50.0%)3-9-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)9-5-0 (64.3%)
Playoffs5-4 (55.6%)4-5-0 (44.4%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)1-0 (100.%)1-0-0 (100.%)4-5-0 (44.4%)
+ +


1984 Results by Team

Click on a team to view 1984 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons4-12 (25.0%)4-12 (25.0%)1-6 (14.3%)1-6-0 (14.3%)2-6 (25.0%)2-6-0 (25.0%)1-5 (16.7%)1-5-0 (16.7%)8-8-0 (50.0%)
Buffalo Bills2-14 (12.5%)5-10-1 (33.3%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)3-4-1 (42.9%)1-1 (50.0%)1-1-0 (50.0%)9-5-2 (64.3%)
Chicago Bears10-6 (62.5%)9-7 (56.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)6-10-0 (37.5%)
Cincinnati Bengals8-8 (50.0%)9-6-1 (60.0%)6-3 (66.7%)5-3-1 (62.5%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)9-7-0 (56.3%)
Cleveland Browns5-11 (31.3%)9-7 (56.3%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)6-10-0 (37.5%)
Dallas Cowboys9-7 (56.3%)6-9-1 (40.0%)7-4 (63.6%)4-6-1 (40.0%)5-3 (62.5%)2-5-1 (28.6%)5-2 (71.4%)2-4-1 (33.3%)6-10-0 (37.5%)
Denver Broncos13-3 (81.3%)11-5 (68.8%)7-2 (77.8%)5-4-0 (55.6%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)6-10-0 (37.5%)
Detroit Lions4-11-1 (26.7%)6-10 (37.5%)1-4 (20.0%)1-5-0 (16.7%)2-5 (28.6%)2-6-0 (25.0%)1-3 (25.0%)1-4-0 (20.0%)9-7-0 (56.3%)
Green Bay Packers8-8 (50.0%)8-8 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-3 (62.5%)4-4-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)8-8-0 (50.0%)
Houston Oilers3-13 (18.8%)4-12 (25.0%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)8-7-1 (53.3%)
Indianapolis Colts4-12 (25.0%)7-9 (43.8%)1-0 (100.%)1-0-0 (100.%)2-6 (25.0%)3-5-0 (37.5%)1-0 (100.%)1-0-0 (100.%)8-8-0 (50.0%)
Kansas City Chiefs8-8 (50.0%)8-8 (50.0%)2-2 (50.0%)0-4-0 (0.0%)5-3 (62.5%)4-4-0 (50.0%)2-2 (50.0%)0-4-0 (0.0%)6-9-1 (40.0%)
Los Angeles Raiders11-5 (68.8%)7-8-1 (46.7%)10-4 (71.4%)6-8-0 (42.9%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)4-12-0 (25.0%)
Los Angeles Rams10-6 (62.5%)8-8 (50.0%)6-2 (75.0%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)5-10-1 (33.3%)
Miami Dolphins14-2 (87.5%)11-5 (68.8%)13-2 (86.7%)10-5-0 (66.7%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)10-4-2 (71.4%)
Minnesota Vikings3-13 (18.8%)5-11 (31.3%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)2-6-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)10-6-0 (62.5%)
New England Patriots9-7 (56.3%)6-9-1 (40.0%)8-2 (80.0%)5-5-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)5-1 (83.3%)3-3-0 (50.0%)8-7-1 (53.3%)
New Orleans Saints7-9 (43.8%)7-8-1 (46.7%)2-3 (40.0%)1-4-0 (20.0%)3-5 (37.5%)2-5-1 (28.6%)1-3 (25.0%)0-4-0 (0.0%)7-9-0 (43.8%)
New York Giants9-7 (56.3%)6-10 (37.5%)4-3 (57.1%)1-6-0 (14.3%)6-2 (75.0%)3-5-0 (37.5%)3-1 (75.0%)0-4-0 (0.0%)5-11-0 (31.3%)
New York Jets7-9 (43.8%)6-9-1 (40.0%)4-3 (57.1%)2-4-1 (33.3%)3-5 (37.5%)2-6-0 (25.0%)2-2 (50.0%)1-3-0 (25.0%)9-6-1 (60.0%)
Philadelphia Eagles6-9-1 (40.0%)10-6 (62.5%)2-1 (66.7%)1-2-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)2-0 (100.%)1-1-0 (50.0%)7-9-0 (43.8%)
Pittsburgh Steelers9-7 (56.3%)8-8 (50.0%)7-6 (53.8%)6-7-0 (46.2%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)8-8-0 (50.0%)
San Diego Chargers7-9 (43.8%)8-8 (50.0%)5-4 (55.6%)4-5-0 (44.4%)4-4 (50.0%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)9-7-0 (56.3%)
San Francisco 49ers15-1 (93.8%)12-4 (75.0%)15-1 (93.8%)12-4-0 (75.0%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)8-8-0 (50.0%)
Seattle Seahawks12-4 (75.0%)10-5-1 (66.7%)9-2 (81.8%)7-3-1 (70.0%)7-1 (87.5%)5-2-1 (71.4%)6-1 (85.7%)4-2-1 (66.7%)8-7-1 (53.3%)
St Louis Cardinals9-7 (56.3%)9-7 (56.3%)6-2 (75.0%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)10-6-0 (62.5%)
Tampa Bay Buccaneers6-10 (37.5%)11-5 (68.8%)4-1 (80.0%)4-1-0 (80.0%)6-2 (75.0%)7-1-0 (87.5%)4-1 (80.0%)4-1-0 (80.0%)9-7-0 (56.3%)
Washington Redskins11-5 (68.8%)10-6 (62.5%)9-4 (69.2%)8-5-0 (61.5%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1984 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 2, 19841:00New England PatriotsW 21-17W -3@Buffalo BillsP 38
SunSep 2, 19841:00@Chicago BearsW 34-14W -6Tampa Bay BuccaneersO 35
SunSep 2, 19841:00San Francisco 49ersW 30-27W -2.5@Detroit LionsO 43
SunSep 2, 19841:00@Green Bay PackersW 24-23L -3.5St Louis CardinalsO 46.5
SunSep 2, 19841:00San Diego ChargersW 42-13W -3@Minnesota VikingsO 49
SunSep 2, 19841:00@New Orleans SaintsL 28-36L -6Atlanta FalconsO 44
SunSep 2, 19841:00@New York GiantsW 28-27L -2Philadelphia EaglesO 35
SunSep 2, 19841:00@Pittsburgh SteelersL 27-37L -6.5Kansas City ChiefsO 40.5
SunSep 2, 19841:00@Washington RedskinsL 17-35L -4.5Miami DolphinsO 46
SunSep 2, 19844:00@Denver BroncosW 20-17W -1Cincinnati BengalsU 41
SunSep 2, 19844:00Los Angeles RaidersW 24-14W -6@Houston OilersU 48.5
SunSep 2, 19844:00New York JetsW 23-14W -2@Indianapolis ColtsO 35
MonSep 3, 19844:00@Seattle SeahawksW 33-0W -4.5Cleveland BrownsU 43
MonSep 3, 19849:00@Los Angeles RamsL 13-20L -2Dallas CowboysU 47.5
+ + +

+ +

Back to top

1984 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 6, 19849:00Pittsburgh SteelersW 23-17W -1@New York JetsU 42
SunSep 9, 19841:00@Atlanta FalconsL 24-27 (OT)L -3Detroit LionsO 47
SunSep 9, 19841:00@Chicago BearsW 27-0W -5.5Denver BroncosU 40
SunSep 9, 19841:00@Cincinnati BengalsL 22-27L -4Kansas City ChiefsO 47
SunSep 9, 19841:00@Miami DolphinsW 28-7W -6New England PatriotsU 43
SunSep 9, 19841:00@New Orleans SaintsW 17-13L -7Tampa Bay BuccaneersU 43
SunSep 9, 19841:00Dallas CowboysL 7-28L -5.5@New York GiantsU 46
SunSep 9, 19841:00@Philadelphia EaglesW 19-17L -5Minnesota VikingsU 41
SunSep 9, 19841:00@St Louis CardinalsW 37-7W -7Buffalo BillsO 42
SunSep 9, 19844:00@Houston OilersL 21-35L -5.5Indianapolis ColtsO 40
SunSep 9, 19844:00@Los Angeles RaidersW 28-7W -7Green Bay PackersU 50
SunSep 9, 19844:00@Los Angeles RamsW 20-17L -6Cleveland BrownsU 44
SunSep 9, 19844:00San Diego ChargersL 17-31L -1@Seattle SeahawksU 52
MonSep 10, 19849:00@San Francisco 49ersW 37-31W -2Washington RedskinsO 52
+ + +

+ +

Back to top

1984 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 19841:00@Green Bay PackersL 7-9L -2Chicago BearsU 43.5
SunSep 16, 19841:00St Louis CardinalsW 34-33L -5.5@Indianapolis ColtsO 44.5
SunSep 16, 19841:00Los Angeles RaidersW 22-20L -4@Kansas City ChiefsU 47
SunSep 16, 19841:00Atlanta FalconsL 20-27L -2@Minnesota VikingsO 46
SunSep 16, 19841:00@New England PatriotsW 38-23W -3Seattle SeahawksO 41.5
SunSep 16, 19841:00Cincinnati BengalsL 23-43L -3@New York JetsO 41
SunSep 16, 19844:00@Dallas CowboysW 23-17L -8Philadelphia EaglesU 43
SunSep 16, 19844:00@Pittsburgh SteelersW 24-14W -3.5Los Angeles RamsU 43
SunSep 16, 19844:00@San Diego ChargersW 31-14W -10.5Houston OilersU 52
SunSep 16, 19844:00@San Francisco 49ersW 30-20W -5.5New Orleans SaintsO 45
SunSep 16, 19844:00Detroit LionsL 17-21L -3.5@Tampa Bay BuccaneersU 40.5
SunSep 16, 19844:00@Washington RedskinsW 30-14W -6New York GiantsU 47.5
SunSep 16, 19849:00@Cleveland BrownsL 14-24L -4.5Denver BroncosU 39.5
MonSep 17, 19849:00Miami DolphinsW 21-17L -8.5@Buffalo BillsU 41
+ + +

+ +

Back to top

1984 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 19841:00@Atlanta FalconsW 42-10W -9Houston OilersO 49
SunSep 23, 19841:00New York JetsW 28-26P -2@Buffalo BillsO 40
SunSep 23, 19841:00@Cincinnati BengalsL 14-24L -5Los Angeles RamsU 41
SunSep 23, 19841:00Pittsburgh SteelersL 10-20L -2@Cleveland BrownsU 39.5
SunSep 23, 19841:00@Detroit LionsL 28-29L -6Minnesota VikingsO 46
SunSep 23, 19841:00@New England PatriotsL 10-26L PKWashington RedskinsU 47
SunSep 23, 19841:00@New Orleans SaintsW 34-24W PKSt Louis CardinalsO 46.5
SunSep 23, 19841:00San Francisco 49ersW 21-9W -4.5@Philadelphia EaglesU 44
SunSep 23, 19844:00@Dallas CowboysW 20-6W -6.5Green Bay PackersU 45
SunSep 23, 19844:00@Denver BroncosW 21-0W PKKansas City ChiefsU 42.5
SunSep 23, 19844:00@Miami DolphinsW 44-7W -11Indianapolis ColtsO 45
SunSep 23, 19844:00@New York GiantsW 17-14L -6Tampa Bay BuccaneersU 41
SunSep 23, 19844:00@Seattle SeahawksW 38-9W -4Chicago BearsO 41
MonSep 24, 19849:00@Los Angeles RaidersW 33-30L -5.5San Diego ChargersO 51.5
+ + +

+ +

Back to top

1984 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 19841:00Dallas CowboysW 23-14W -2.5@Chicago BearsU 41
SunSep 30, 19841:00@Indianapolis ColtsW 31-17W -2.5Buffalo BillsO 43
SunSep 30, 19841:00@Kansas City ChiefsW 10-6L -5Cleveland BrownsU 40
SunSep 30, 19841:00Seattle SeahawksW 20-12W -2@Minnesota VikingsU 46
SunSep 30, 19841:00@New York JetsL 21-28L -1.5New England PatriotsO 44
SunSep 30, 19841:00Miami DolphinsW 36-28W -3.5@St Louis CardinalsO 50.5
SunSep 30, 19844:00Los Angeles RaidersL 13-16L -4@Denver BroncosU 39.5
SunSep 30, 19844:00New Orleans SaintsW 27-10W -5.5@Houston OilersU 49
SunSep 30, 19844:00@Los Angeles RamsW 33-12W -2.5New York GiantsO 39.5
SunSep 30, 19844:00@San Diego ChargersW 27-24L -5Detroit LionsO 50
SunSep 30, 19844:00@San Francisco 49ersW 14-5W -6Atlanta FalconsU 49.5
SunSep 30, 19844:00@Tampa Bay BuccaneersW 30-27 (OT)W -2Green Bay PackersO 35
SunSep 30, 19844:00@Washington RedskinsW 20-0W -9.5Philadelphia EaglesU 43
MonOct 1, 19849:00@Pittsburgh SteelersW 38-17W -6Cincinnati BengalsO 41
+ + +

+ +

Back to top

1984 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 19841:00@Buffalo BillsL 17-27L -1.5Philadelphia EaglesO 38
SunOct 7, 19841:00@Chicago BearsW 20-7W -2.5New Orleans SaintsU 38.5
SunOct 7, 19841:00New England PatriotsW 17-16L -2.5@Cleveland BrownsU 37
SunOct 7, 19841:00@Dallas CowboysL 20-31L -6.5St Louis CardinalsO 48
SunOct 7, 19841:00@Detroit LionsL 7-28L -3Denver BroncosU 42
SunOct 7, 19841:00Washington RedskinsW 35-7W -7.5@Indianapolis ColtsU 47.5
SunOct 7, 19841:00@Kansas City ChiefsL 16-17L -4.5New York JetsU 41.5
SunOct 7, 19841:00Miami DolphinsW 31-7W -4.5@Pittsburgh SteelersU 46
SunOct 7, 19841:00@Tampa Bay BuccaneersW 35-31W -3Minnesota VikingsO 40
SunOct 7, 19844:00@Cincinnati BengalsW 13-3W -9Houston OilersU 42.5
SunOct 7, 19844:00San Diego ChargersW 34-28W -2.5@Green Bay PackersO 49.5
SunOct 7, 19844:00@Los Angeles RaidersW 28-14W -5Seattle SeahawksU 43
SunOct 7, 19844:00@Los Angeles RamsL 28-30L -3.5Atlanta FalconsO 44
MonOct 8, 19849:00San Francisco 49ersW 31-10W -3@New York GiantsU 44
+ + +

+ +

Back to top

1984 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 19841:00@Atlanta FalconsL 7-19L -3.5New York GiantsU 46
SunOct 14, 19841:00@Cleveland BrownsL 20-24L PKNew York JetsO 37
SunOct 14, 19841:00@Detroit LionsW 13-7 (OT)W -3Tampa Bay BuccaneersU 44
SunOct 14, 19841:00San Diego ChargersL 13-31L -2.5@Kansas City ChiefsU 47
SunOct 14, 19841:00@Miami DolphinsW 28-10W -17Houston OilersU 44
SunOct 14, 19841:00@New England PatriotsW 20-14L -7.5Cincinnati BengalsU 40
SunOct 14, 19841:00@New Orleans SaintsL 10-28L -3Los Angeles RamsU 43
SunOct 14, 19841:00@Philadelphia EaglesW 16-7W -5.5Indianapolis ColtsU 42
SunOct 14, 19841:00@St Louis CardinalsW 38-21W -3Chicago BearsO 45
SunOct 14, 19844:00@Los Angeles RaidersW 23-20L -10Minnesota VikingsU 45
SunOct 14, 19844:00@San Francisco 49ersL 17-20L -8Pittsburgh SteelersU 42
SunOct 14, 19844:00@Seattle SeahawksW 31-28L -11Buffalo BillsO 43.5
SunOct 14, 19844:00@Washington RedskinsW 34-14W -4Dallas CowboysO 44.5
MonOct 15, 19849:00@Denver BroncosW 17-14L -6Green Bay PackersU 40
+ + +

+ +

Back to top

1984 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 19841:00Denver BroncosW 37-7W -3@Buffalo BillsO 39
SunOct 21, 19841:00@Cincinnati BengalsW 12-9W -2.5Cleveland BrownsU 37
SunOct 21, 19841:00Seattle SeahawksW 30-24W -2.5@Green Bay PackersO 44at Milwaukee
SunOct 21, 19841:00Pittsburgh SteelersL 16-17L -5@Indianapolis ColtsU 39.5
SunOct 21, 19841:00@Minnesota VikingsL 14-16L -1Detroit LionsU 44.5
SunOct 21, 19841:00Miami DolphinsW 44-24W -4@New England PatriotsO 42
SunOct 21, 19841:00New York GiantsL 10-24L -1@Philadelphia EaglesU 35.5
SunOct 21, 19841:00Washington RedskinsL 24-26L -3.5@St Louis CardinalsU 52
SunOct 21, 19841:00@Tampa Bay BuccaneersL 9-44L -1Chicago BearsO 39.5
SunOct 21, 19844:00San Francisco 49ersW 34-21W -11@Houston OilersO 42
SunOct 21, 19844:00@New York JetsW 28-7W -2.5Kansas City ChiefsU 43
SunOct 21, 19844:00Los Angeles RaidersW 44-37W -3@San Diego ChargersO 50
SunOct 21, 19849:45@Dallas CowboysW 30-27 (OT)L -6New Orleans SaintsO 42
MonOct 22, 19849:00@Atlanta FalconsL 10-24L -1.5Los Angeles RamsU 45
+ + +

+ +

Back to top

1984 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 19841:00@Chicago BearsW 16-7W -6.5Minnesota VikingsU 40
SunOct 28, 19841:00@Cleveland BrownsL 14-16L -1New Orleans SaintsU 37
SunOct 28, 19841:00@Dallas CowboysW 22-3W -10Indianapolis ColtsU 43
SunOct 28, 19841:00@Green Bay PackersW 41-9W -2.5Detroit LionsO 45
SunOct 28, 19841:00Cincinnati BengalsW 31-13W -4.5@Houston OilersO 40
SunOct 28, 19841:00@Kansas City ChiefsW 24-20L -6Tampa Bay BuccaneersO 39
SunOct 28, 19841:00@New England PatriotsW 30-20W -3.5New York JetsO 43.5
SunOct 28, 19841:00St Louis CardinalsW 34-14W -3@Philadelphia EaglesO 43.5
SunOct 28, 19841:00@Pittsburgh SteelersW 35-10W -3Atlanta FalconsO 42
SunOct 28, 19844:00@Los Angeles RaidersL 19-22 (OT)L -6Denver BroncosO 39
SunOct 28, 19844:00San Francisco 49ersW 33-0W -3@Los Angeles RamsU 45
SunOct 28, 19844:00@Miami DolphinsW 38-7W -17Buffalo BillsP 45
SunOct 28, 19844:00Washington RedskinsL 13-37L -6@New York GiantsO 42.5
MonOct 29, 19849:00@San Diego ChargersL 0-24L -2Seattle SeahawksU 51
+ + +

+ +

Back to top

1984 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 19841:00Cleveland BrownsW 13-10W -2.5@Buffalo BillsU 37.5
SunNov 4, 19841:00Los Angeles RaidersL 6-17L -2.5@Chicago BearsU 38
SunNov 4, 19841:00@Dallas CowboysL 7-19L -7New York GiantsU 43
SunNov 4, 19841:00@Detroit LionsT 23-23 (OT)L -3.5Philadelphia EaglesO 40
SunNov 4, 19841:00San Diego ChargersW 38-10W -6@Indianapolis ColtsO 46
SunNov 4, 19841:00@Minnesota VikingsW 27-24W -2Tampa Bay BuccaneersO 40
SunNov 4, 19841:00@New Orleans SaintsL 13-23L -2.5Green Bay PackersU 45
SunNov 4, 19841:00@Pittsburgh SteelersW 35-7W -14Houston OilersO 41
SunNov 4, 19844:00@Denver BroncosW 26-19W -5New England PatriotsO 37
SunNov 4, 19844:00Miami DolphinsW 31-17W -6.5@New York JetsO 45
SunNov 4, 19844:00@San Francisco 49ersW 23-17L -10.5Cincinnati BengalsU 43
SunNov 4, 19844:00@Seattle SeahawksW 45-0W -5Kansas City ChiefsP 45
SunNov 4, 19844:00@St Louis CardinalsL 13-16L -6Los Angeles RamsU 48
MonNov 5, 19849:00@Washington RedskinsW 27-14W -10Atlanta FalconsU 45
+ + +

+ +

Back to top

1984 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 19841:00@Atlanta FalconsL 13-17L -1New Orleans SaintsU 41
SunNov 11, 19841:00Pittsburgh SteelersL 20-22L -1@Cincinnati BengalsO 37.5
SunNov 11, 19841:00San Francisco 49ersW 41-7W -6@Cleveland BrownsO 35
SunNov 11, 19841:00@Green Bay PackersW 45-17W -6.5Minnesota VikingsO 44.5at Milwaukee
SunNov 11, 19841:00@Kansas City ChiefsL 16-17L -13.5Houston OilersU 41
SunNov 11, 19841:00@Miami DolphinsW 24-23L -14Philadelphia EaglesO 44
SunNov 11, 19841:00@New England PatriotsW 38-10W -13.5Buffalo BillsO 41
SunNov 11, 19841:00@New York JetsL 5-9L -9Indianapolis ColtsU 41.5
SunNov 11, 19841:00@Washington RedskinsW 28-14W -9Detroit LionsU 44
SunNov 11, 19844:00@Los Angeles RamsW 29-13W -2Chicago BearsO 35.5
SunNov 11, 19844:00Denver BroncosW 16-13W -1@San Diego ChargersU 45
SunNov 11, 19844:00@St Louis CardinalsL 17-24L -4Dallas CowboysU 44
SunNov 11, 19844:00New York GiantsL 17-20L -2.5@Tampa Bay BuccaneersU 40
MonNov 12, 19849:00@Seattle SeahawksW 17-14P -3Los Angeles RaidersU 43
+ + +

+ +

Back to top

1984 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 19841:00@Atlanta FalconsL 7-23L -3.5Cleveland BrownsU 39
SunNov 18, 19841:00Dallas CowboysL 3-14L -10@Buffalo BillsU 41
SunNov 18, 19841:00@Chicago BearsW 16-14L -7Detroit LionsU 40
SunNov 18, 19841:00Seattle SeahawksW 26-6W -4@Cincinnati BengalsU 44
SunNov 18, 19841:00@Green Bay PackersW 31-6W -2.5Los Angeles RamsU 45at Milwaukee
SunNov 18, 19841:00New England PatriotsW 50-17W -6.5@Indianapolis ColtsO 43
SunNov 18, 19841:00@New York GiantsW 16-10W PKSt Louis CardinalsU 43
SunNov 18, 19841:00Washington RedskinsL 10-16L -6@Philadelphia EaglesU 43
SunNov 18, 19844:00@Denver BroncosW 42-21W -10Minnesota VikingsO 41
SunNov 18, 19844:00New York JetsL 20-31L -4.5@Houston OilersO 42
SunNov 18, 19844:00@Los Angeles RaidersW 17-7W -9Kansas City ChiefsU 45
SunNov 18, 19844:00Miami DolphinsL 28-34 (OT)L -7@San Diego ChargersO 51
SunNov 18, 19844:00@San Francisco 49ersW 24-17L -12Tampa Bay BuccaneersO 40
MonNov 19, 19849:00Pittsburgh SteelersL 24-27L -1@New Orleans SaintsO 40
+ + +

+ +

Back to top

1984 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 198412:30Green Bay PackersL 28-31L -3@Detroit LionsO 44
ThuNov 22, 19844:00@Dallas CowboysW 20-17P -3New England PatriotsU 42.5
SunNov 25, 19841:00@Cincinnati BengalsW 35-14W -6.5Atlanta FalconsO 37
SunNov 25, 19841:00@Cleveland BrownsW 27-10W -5.5Houston OilersO 36
SunNov 25, 19841:00@New York GiantsW 28-27L -7.5Kansas City ChiefsO 36.5
SunNov 25, 19841:00@Pittsburgh SteelersW 52-24W -3San Diego ChargersO 46.5
SunNov 25, 19841:00@St Louis CardinalsW 17-16L -4.5Philadelphia EaglesU 43
SunNov 25, 19841:00Los Angeles RamsW 34-33L -3@Tampa Bay BuccaneersO 37
SunNov 25, 19841:00@Washington RedskinsW 41-14W -13Buffalo BillsO 41.5
SunNov 25, 19844:00@Denver BroncosL 24-27L -3Seattle SeahawksO 35
SunNov 25, 19844:00@Los Angeles RaidersW 21-7L -14.5Indianapolis ColtsU 36.5
SunNov 25, 19844:00Chicago BearsW 34-3W -3.5@Minnesota VikingsU 38
SunNov 25, 19844:00San Francisco 49ersW 35-3W -8@New Orleans SaintsU 42
MonNov 26, 19849:00@Miami DolphinsW 28-17L -13.5New York JetsP 45
+ + +

+ +

Back to top

1984 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 19849:00Washington RedskinsW 31-17W -9@Minnesota VikingsO 46
SunDec 2, 19841:00San Francisco 49ersW 35-17W -13@Atlanta FalconsO 40
SunDec 2, 19841:00@Buffalo BillsW 21-15W -1Indianapolis ColtsU 36.5
SunDec 2, 19841:00@Cleveland BrownsL 17-20 (OT)L PKCincinnati BengalsO 34
SunDec 2, 19841:00@Green Bay PackersW 27-14W -6Tampa Bay BuccaneersU 45
SunDec 2, 19841:00Pittsburgh SteelersL 20-23 (OT)L -6@Houston OilersU 44
SunDec 2, 19841:00Denver BroncosL 13-16L -4@Kansas City ChiefsU 39
SunDec 2, 19841:00@New England PatriotsL 10-33L -3.5St Louis CardinalsU 43.5
SunDec 2, 19841:00New York GiantsW 20-10W -3.5@New York JetsU 38
SunDec 2, 19841:00Dallas CowboysW 26-10W -4@Philadelphia EaglesO 35
SunDec 2, 19844:00@Los Angeles RamsW 34-21W -7New Orleans SaintsO 40.5
SunDec 2, 19844:00@Miami DolphinsL 34-45L -5.5Los Angeles RaidersO 42.5
SunDec 2, 19844:00@Seattle SeahawksW 38-17W -11.5Detroit LionsO 43.5
MonDec 3, 19849:00Chicago BearsL 7-20L -1@San Diego ChargersU 46
+ + +

+ +

Back to top

1984 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 8, 198412:30@New York JetsW 21-17L -6.5Buffalo BillsU 39
SatDec 8, 19844:00@San Francisco 49ersW 51-7W -17Minnesota VikingsO 44
SunDec 9, 19841:00@Chicago BearsL 14-20L -3.5Green Bay PackersU 37.5
SunDec 9, 19841:00Miami DolphinsW 35-17W -12@Indianapolis ColtsO 46
SunDec 9, 19841:00Seattle SeahawksL 7-34L -4.5@Kansas City ChiefsO 38
SunDec 9, 19841:00Cincinnati BengalsW 24-21P -3@New Orleans SaintsO 40
SunDec 9, 19841:00New England PatriotsL 17-27L -3.5@Philadelphia EaglesO 36.5
SunDec 9, 19841:00@Pittsburgh SteelersW 23-20L -9Cleveland BrownsO 38
SunDec 9, 19841:00@St Louis CardinalsW 31-21W -3New York GiantsO 40.5
SunDec 9, 19841:00@Tampa Bay BuccaneersW 23-6W -7.5Atlanta FalconsU 44
SunDec 9, 19844:00@Dallas CowboysL 28-30L PKWashington RedskinsO 42
SunDec 9, 19844:00@Denver BroncosW 16-13L -7San Diego ChargersU 43
SunDec 9, 19844:00@Los Angeles RamsW 27-16L -11.5Houston OilersP 43
MonDec 10, 19848:00Los Angeles RaidersW 24-3W -6.5@Detroit LionsU 45
+ + +

+ +

Back to top

1984 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 14, 19849:00@San Francisco 49ersW 19-16L -6Los Angeles RamsU 44
SatDec 15, 198412:30@New York GiantsL 3-10L -10New Orleans SaintsU 38.5
SatDec 15, 19844:00@Seattle SeahawksL 14-31L -4Denver BroncosO 42
SunDec 16, 19841:00@Cincinnati BengalsW 52-21W -13.5Buffalo BillsO 38.5
SunDec 16, 19841:00@Detroit LionsL 13-30L -2Chicago BearsO 35.5
SunDec 16, 19841:00@Houston OilersL 20-27L -2Cleveland BrownsO 39
SunDec 16, 19841:00Green Bay PackersW 38-14W -7.5@Minnesota VikingsO 45
SunDec 16, 19841:00@New England PatriotsW 16-10L -11Indianapolis ColtsU 41
SunDec 16, 19841:00@Tampa Bay BuccaneersW 41-21W -4New York JetsO 43
SunDec 16, 19841:00@Washington RedskinsW 29-27L -6St Louis CardinalsO 46.5
SunDec 16, 19844:00Philadelphia EaglesL 10-26L -3@Atlanta FalconsU 37
SunDec 16, 19844:00@Los Angeles RaidersL 7-13L -6.5Pittsburgh SteelersU 41
SunDec 16, 19844:00@San Diego ChargersL 21-42L -2Kansas City ChiefsO 43
MonDec 17, 19849:00@Miami DolphinsW 28-21W -6.5Dallas CowboysO 47
+ + +

+

Back to top

+

1984 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 22, 19844:00Los Angeles Raiders (5)L 7-13L -1.5@Seattle Seahawks (4)U 40
NFC Wild CardSunDec 23, 19843:30@Los Angeles Rams (4)L 13-16L -4.5New York Giants (5)U 38
AFC DivisionalSatDec 29, 198412:30@Miami Dolphins (1)W 31-10W -5.5Seattle Seahawks (4)U 45
NFC DivisionalSatDec 29, 19844:00@San Francisco 49ers (1)W 21-10L -12New York Giants (4)U 41
NFC DivisionalSunDec 30, 198412:30@Washington Redskins (2)L 19-23L -9Chicago Bears (3)O 38
AFC DivisionalSunDec 30, 19844:00@Denver Broncos (2)L 17-24L -4.5Pittsburgh Steelers (3)O 36
AFC ChampionshipSunJan 6, 198512:30@Miami Dolphins (1)W 45-28W -10Pittsburgh Steelers (3)O 44
NFC ChampionshipSunJan 6, 19854:00@San Francisco 49ers (1)W 23-0W -10Chicago Bears (3)U 40
Super Bowl XIXSunJan 20, 19856:00NSan Francisco 49ers (1)W 38-16W -3Miami Dolphins (1)O 53.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1985.html b/data/1985.html new file mode 100644 index 0000000..e676ee8 --- /dev/null +++ b/data/1985.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1985 Season

+ +

Historical NFL Game Odds

1985 Season

<<-- 1984 Season    1986 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1985 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-4 (66.7%)7-4-1 (63.6%)9-5 (64.3%)9-4-1 (69.2%)5-1 (83.3%)5-1-0 (83.3%)3-3 (50.0%)3-2-1 (60.0%)10-4-0 (71.4%)
29-4 (69.2%)7-5-1 (58.3%)11-3 (78.6%)9-4-1 (69.2%)7-1 (87.5%)5-2-1 (71.4%)3-2 (60.0%)3-2-0 (60.0%)9-5-0 (64.3%)
39-5 (64.3%)8-6-0 (57.1%)6-8 (42.9%)7-7-0 (50.0%)5-4 (55.6%)5-4-0 (55.6%)1-4 (20.0%)2-3-0 (40.0%)5-9-0 (35.7%)
49-5 (64.3%)8-6-0 (57.1%)6-8 (42.9%)5-9-0 (35.7%)5-4 (55.6%)4-5-0 (44.4%)1-4 (20.0%)1-4-0 (20.0%)7-7-0 (50.0%)
511-3 (78.6%)6-7-1 (46.2%)10-4 (71.4%)6-7-1 (46.2%)9-2 (81.8%)5-6-0 (45.5%)1-2 (33.3%)1-1-1 (50.0%)9-5-0 (64.3%)
69-5 (64.3%)5-9-0 (35.7%)10-4 (71.4%)10-4-0 (71.4%)6-1 (85.7%)4-3-0 (57.1%)4-3 (57.1%)6-1-0 (85.7%)4-10-0 (28.6%)
77-4 (63.6%)4-7-0 (36.4%)12-2 (85.7%)11-3-0 (78.6%)6-0 (100.%)4-2-0 (66.7%)4-1 (80.0%)5-0-0 (100.%)4-10-0 (28.6%)
89-5 (64.3%)7-6-1 (53.8%)8-6 (57.1%)6-7-1 (46.2%)5-2 (71.4%)3-3-1 (50.0%)3-4 (42.9%)3-4-0 (42.9%)5-9-0 (35.7%)
911-2 (84.6%)7-6-0 (53.8%)10-4 (71.4%)8-6-0 (57.1%)7-0 (100.%)4-3-0 (57.1%)2-4 (33.3%)3-3-0 (50.0%)4-10-0 (28.6%)
107-7 (50.0%)6-8-0 (42.9%)10-4 (71.4%)9-5-0 (64.3%)6-3 (66.7%)5-4-0 (55.6%)4-1 (80.0%)4-1-0 (80.0%)6-8-0 (42.9%)
1110-3 (76.9%)9-3-1 (75.0%)9-5 (64.3%)8-5-1 (61.5%)8-2 (80.0%)7-2-1 (77.8%)1-2 (33.3%)1-2-0 (33.3%)8-5-1 (61.5%)
1210-4 (71.4%)8-6-0 (57.1%)10-4 (71.4%)8-6-0 (57.1%)8-2 (80.0%)6-4-0 (60.0%)2-2 (50.0%)2-2-0 (50.0%)6-8-0 (42.9%)
138-5 (61.5%)7-5-1 (58.3%)8-6 (57.1%)8-5-1 (61.5%)5-2 (71.4%)5-2-0 (71.4%)3-3 (50.0%)3-2-1 (60.0%)11-3-0 (78.6%)
1411-3 (78.6%)10-4-0 (71.4%)8-6 (57.1%)7-7-0 (50.0%)7-2 (77.8%)6-3-0 (66.7%)1-4 (20.0%)1-4-0 (20.0%)8-6-0 (57.1%)
1511-3 (78.6%)6-8-0 (42.9%)10-4 (71.4%)5-9-0 (35.7%)9-2 (81.8%)4-7-0 (36.4%)1-2 (33.3%)1-2-0 (33.3%)9-5-0 (64.3%)
1611-2 (84.6%)11-2-0 (84.6%)7-7 (50.0%)7-7-0 (50.0%)7-2 (77.8%)7-2-0 (77.8%)0-4 (0.0%)0-4-0 (0.0%)9-4-1 (69.2%)
Playoffs5-4 (55.6%)4-5-0 (44.4%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)1-0 (100.%)1-0-0 (100.%)3-5-1 (37.5%)
+ +


1985 Results by Team

Click on a team to view 1985 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons4-12 (25.0%)6-10 (37.5%)0-1 (0.0%)0-1-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)11-5-0 (68.8%)
Buffalo Bills2-14 (12.5%)5-10-1 (33.3%)0-0 0-0-0 2-6 (25.0%)3-4-1 (42.9%)0-0 0-0-0 6-10-0 (37.5%)
Chicago Bears15-1 (93.8%)12-3-1 (80.0%)13-1 (92.9%)10-3-1 (76.9%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)7-9-0 (43.8%)
Cincinnati Bengals7-9 (43.8%)7-9 (43.8%)3-3 (50.0%)3-3-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)10-6-0 (62.5%)
Cleveland Browns8-8 (50.0%)9-7 (56.3%)5-1 (83.3%)4-2-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)7-9-0 (43.8%)
Dallas Cowboys10-6 (62.5%)10-6 (62.5%)7-4 (63.6%)7-4-0 (63.6%)7-1 (87.5%)7-1-0 (87.5%)6-0 (100.%)6-0-0 (100.%)9-7-0 (56.3%)
Denver Broncos11-5 (68.8%)9-7 (56.3%)8-2 (80.0%)5-5-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)8-8-0 (50.0%)
Detroit Lions7-9 (43.8%)8-8 (50.0%)2-3 (40.0%)2-3-0 (40.0%)6-2 (75.0%)6-2-0 (75.0%)2-1 (66.7%)2-1-0 (66.7%)8-8-0 (50.0%)
Green Bay Packers8-8 (50.0%)8-8 (50.0%)5-2 (71.4%)4-3-0 (57.1%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)10-6-0 (62.5%)
Houston Oilers5-11 (31.3%)7-9 (43.8%)1-1 (50.0%)1-1-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)1-0 (100.%)1-0-0 (100.%)9-7-0 (56.3%)
Indianapolis Colts5-11 (31.3%)8-6-2 (57.1%)2-0 (100.%)2-0-0 (100.%)4-4 (50.0%)5-2-1 (71.4%)2-0 (100.%)2-0-0 (100.%)10-6-0 (62.5%)
Kansas City Chiefs6-10 (37.5%)7-9 (43.8%)3-2 (60.0%)3-2-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)7-9-0 (43.8%)
Los Angeles Raiders12-4 (75.0%)10-6 (62.5%)10-2 (83.3%)8-4-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)7-0 (100.%)6-1-0 (85.7%)7-9-0 (43.8%)
Los Angeles Rams11-5 (68.8%)9-7 (56.3%)7-2 (77.8%)5-4-0 (55.6%)6-2 (75.0%)5-3-0 (62.5%)5-0 (100.%)4-1-0 (80.0%)9-7-0 (56.3%)
Miami Dolphins12-4 (75.0%)8-7-1 (53.3%)11-3 (78.6%)7-6-1 (53.8%)8-0 (100.%)4-3-1 (57.1%)7-0 (100.%)3-3-1 (50.0%)8-8-0 (50.0%)
Minnesota Vikings7-9 (43.8%)8-8 (50.0%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)9-7-0 (56.3%)
New England Patriots11-5 (68.8%)11-4-1 (73.3%)8-1 (88.9%)6-2-1 (75.0%)7-1 (87.5%)7-1-0 (87.5%)5-1 (83.3%)5-1-0 (83.3%)7-9-0 (43.8%)
New Orleans Saints5-11 (31.3%)4-12 (25.0%)2-1 (66.7%)1-2-0 (33.3%)3-5 (37.5%)2-6-0 (25.0%)2-1 (66.7%)1-2-0 (33.3%)9-7-0 (56.3%)
New York Giants10-6 (62.5%)9-6-1 (60.0%)10-3 (76.9%)9-4-0 (69.2%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)9-6-1 (60.0%)
New York Jets11-5 (68.8%)8-7-1 (53.3%)8-2 (80.0%)5-4-1 (55.6%)7-1 (87.5%)4-3-1 (57.1%)6-0 (100.%)3-2-1 (60.0%)6-10-0 (37.5%)
Philadelphia Eagles7-9 (43.8%)7-9 (43.8%)2-1 (66.7%)0-3-0 (0.0%)4-4 (50.0%)2-6-0 (25.0%)2-1 (66.7%)0-3-0 (0.0%)6-9-1 (40.0%)
Pittsburgh Steelers7-9 (43.8%)6-10 (37.5%)6-4 (60.0%)4-6-0 (40.0%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)7-8-1 (46.7%)
San Diego Chargers8-8 (50.0%)7-8-1 (46.7%)4-2 (66.7%)2-3-1 (40.0%)6-2 (75.0%)5-3-0 (62.5%)3-1 (75.0%)2-2-0 (50.0%)11-5-0 (68.8%)
San Francisco 49ers10-6 (62.5%)10-6 (62.5%)10-6 (62.5%)10-6-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)8-8-0 (50.0%)
Seattle Seahawks8-8 (50.0%)7-8-1 (46.7%)8-3 (72.7%)6-5-0 (54.5%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)7-9-0 (43.8%)
St Louis Cardinals5-11 (31.3%)5-11 (31.3%)4-5 (44.4%)4-5-0 (44.4%)4-4 (50.0%)4-4-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)8-7-1 (53.3%)
Tampa Bay Buccaneers2-14 (12.5%)5-10-1 (33.3%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)3-4-1 (42.9%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Washington Redskins10-6 (62.5%)8-7-1 (53.3%)7-3 (70.0%)5-4-1 (55.6%)5-3 (62.5%)3-4-1 (42.9%)4-2 (66.7%)2-3-1 (40.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1985 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 8, 19851:00@Atlanta FalconsL 27-28L -3Detroit LionsO 41.5
SunSep 8, 19851:00@Chicago BearsW 38-28W -7.5Tampa Bay BuccaneersO 39
SunSep 8, 19851:00Seattle SeahawksW 28-24W -3@Cincinnati BengalsO 41
SunSep 8, 19851:00St Louis CardinalsW 27-24 (OT)W -2.5@Cleveland BrownsO 40.5
SunSep 8, 19851:00Miami DolphinsL 23-26L -7.5@Houston OilersO 45.5
SunSep 8, 19851:00San Francisco 49ersL 21-28L -11@Minnesota VikingsO 46
SunSep 8, 19851:00@New England PatriotsW 26-20W -4Green Bay PackersO 45
SunSep 8, 19851:00@New Orleans SaintsL 27-47L PKKansas City ChiefsO 43
SunSep 8, 19851:00@New York GiantsW 21-0W -6Philadelphia EaglesU 38.5
SunSep 8, 19851:00@Pittsburgh SteelersW 45-3W -10Indianapolis ColtsO 40.5
SunSep 8, 19854:00San Diego ChargersW 14-9P -5@Buffalo BillsU 46
SunSep 8, 19854:00@Los Angeles RaidersW 31-0W -9New York JetsU 40
SunSep 8, 19854:00@Los Angeles RamsW 20-16W PKDenver BroncosU 38
MonSep 9, 19859:00Washington RedskinsL 14-44L -1@Dallas CowboysO 43
+ + +

+ +

Back to top

1985 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 12, 19858:00Los Angeles RaidersL 20-36L -1.5@Kansas City ChiefsO 45
SunSep 15, 19851:00@Chicago BearsW 20-7W -4.5New England PatriotsU 44
SunSep 15, 19851:00Dallas CowboysL 21-26L -5@Detroit LionsO 45
SunSep 15, 19851:00@Miami DolphinsW 30-13P -17Indianapolis ColtsU 45
SunSep 15, 19851:00@New York JetsW 42-3W -3.5Buffalo BillsO 40
SunSep 15, 19851:00Los Angeles RamsW 17-6W -5@Philadelphia EaglesU 37
SunSep 15, 19851:00@St Louis CardinalsW 41-27W -4Cincinnati BengalsO 49
SunSep 15, 19851:00@Washington RedskinsW 16-13L -10Houston OilersU 46.5
SunSep 15, 19854:00@Denver BroncosW 34-23W -10New Orleans SaintsO 40
SunSep 15, 19854:00@Green Bay PackersW 23-20W PKNew York GiantsO 42
SunSep 15, 19854:00Seattle SeahawksW 49-35W -4@San Diego ChargersO 46
SunSep 15, 19854:00@San Francisco 49ersW 35-16W -14Atlanta FalconsO 45
SunSep 15, 19854:00@Tampa Bay BuccaneersL 16-31L -3Minnesota VikingsO 45
MonSep 16, 19859:00Pittsburgh SteelersL 7-17L -1.5@Cleveland BrownsU 41
+ + +

+ +

Back to top

1985 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 19, 19858:00Chicago BearsW 33-24W -3.5@Minnesota VikingsO 43
SunSep 22, 19851:00Denver BroncosW 44-28W -5.5@Atlanta FalconsO 43
SunSep 22, 19851:00New England PatriotsW 17-14L -6.5@Buffalo BillsU 42
SunSep 22, 19851:00@Cincinnati BengalsL 41-44L -4.5San Diego ChargersO 50
SunSep 22, 19851:00@Dallas CowboysW 20-7W -7.5Cleveland BrownsU 40
SunSep 22, 19851:00Detroit LionsL 6-14L -5@Indianapolis ColtsU 43
SunSep 22, 19851:00@New Orleans SaintsW 20-13W -2.5Tampa Bay BuccaneersU 43
SunSep 22, 19851:00@New York GiantsW 27-17W -1.5St Louis CardinalsO 40
SunSep 22, 19851:00@Pittsburgh SteelersW 20-0W -6Houston OilersU 43
SunSep 22, 19851:00@Washington RedskinsL 6-19L -14Philadelphia EaglesU 42
SunSep 22, 19854:00@Green Bay PackersL 3-24L -4.5New York JetsU 41at Milwaukee
SunSep 22, 19854:00San Francisco 49ersW 34-10W -3@Los Angeles RaidersU 47
SunSep 22, 19854:00@Miami DolphinsW 31-0W -4Kansas City ChiefsU 45
MonSep 23, 19859:00@Seattle SeahawksL 24-35L -6.5Los Angeles RamsO 44
+ + +

+ +

Back to top

1985 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 19851:00Minnesota VikingsW 27-20W -3@Buffalo BillsO 41
SunSep 29, 19851:00@Chicago BearsW 45-10W -6Washington RedskinsO 41.5
SunSep 29, 19851:00@Detroit LionsW 30-9W -4Tampa Bay BuccaneersU 42
SunSep 29, 19851:00Dallas CowboysW 17-10W -5@Houston OilersU 41
SunSep 29, 19851:00Seattle SeahawksL 7-28L -2@Kansas City ChiefsU 47
SunSep 29, 19851:00@New England PatriotsL 20-35L -1Los Angeles RaidersO 44
SunSep 29, 19851:00New York GiantsW 16-10 (OT)W -5@Philadelphia EaglesU 35
SunSep 29, 19851:00@St Louis CardinalsW 43-28W -7.5Green Bay PackersO 48
SunSep 29, 19854:00Miami DolphinsW 30-26W -1@Denver BroncosO 47
SunSep 29, 19854:00@Los Angeles RamsW 17-6W -10Atlanta FalconsU 45
SunSep 29, 19854:00@New York JetsW 25-20L -10Indianapolis ColtsO 39
SunSep 29, 19854:00@San Diego ChargersL 7-21L -4Cleveland BrownsU 48
SunSep 29, 19854:00@San Francisco 49ersL 17-20L -16New Orleans SaintsU 45
MonSep 30, 19859:00@Pittsburgh SteelersL 24-37L -6Cincinnati BengalsO 45.5
+ + +

+ +

Back to top

1985 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 6, 19851:00San Francisco 49ersW 38-17W -11@Atlanta FalconsO 47
SunOct 6, 19851:00@Cleveland BrownsW 24-20W -3.5New England PatriotsO 37
SunOct 6, 19851:00@Green Bay PackersW 43-10W -3.5Detroit LionsO 46.5
SunOct 6, 19851:00@Indianapolis ColtsW 49-17W -3.5Buffalo BillsO 38.5
SunOct 6, 19851:00@Miami DolphinsW 24-20L -7Pittsburgh SteelersU 47.5
SunOct 6, 19851:00@New Orleans SaintsW 23-21L -3.5Philadelphia EaglesO 36
SunOct 6, 19851:00Chicago BearsW 27-19P -8@Tampa Bay BuccaneersO 42
SunOct 6, 19854:00@Cincinnati BengalsL 20-29L -3New York JetsU 50
SunOct 6, 19854:00@Denver BroncosW 31-20W -8Houston OilersO 43.5
SunOct 6, 19854:00@Los Angeles RaidersW 19-10W -3Kansas City ChiefsU 41.5
SunOct 6, 19854:00@Los Angeles RamsW 13-10L -6.5Minnesota VikingsU 41
SunOct 6, 19854:00@Seattle SeahawksW 26-21L -12San Diego ChargersO 46.5
SunOct 6, 19859:00@New York GiantsL 29-30L -2.5Dallas CowboysO 38
MonOct 7, 19859:00St Louis CardinalsL 10-27L -2@Washington RedskinsU 47
+ + +

+ +

Back to top

1985 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 19851:00New York GiantsL 30-35L -2@Cincinnati BengalsO 49
SunOct 13, 19851:00@Dallas CowboysW 27-13W -5Pittsburgh SteelersU 43
SunOct 13, 19851:00@Green Bay PackersW 20-17L -3.5Minnesota VikingsU 48at Milwaukee
SunOct 13, 19851:00Cleveland BrownsW 21-6W -2.5@Houston OilersU 37
SunOct 13, 19851:00Denver BroncosW 15-10L -6@Indianapolis ColtsU 47.5
SunOct 13, 19851:00@New England PatriotsW 14-3W -10Buffalo BillsU 44
SunOct 13, 19851:00St Louis CardinalsL 7-30L -3.5@Philadelphia EaglesU 41.5
SunOct 13, 19851:00Los Angeles RamsW 31-27L -6.5@Tampa Bay BuccaneersO 39
SunOct 13, 19851:00@Washington RedskinsW 24-3W -9.5Detroit LionsU 43
SunOct 13, 19854:00@Los Angeles RaidersW 23-13W -9New Orleans SaintsU 40
SunOct 13, 19854:00Kansas City ChiefsL 20-31L -3.5@San Diego ChargersO 46
SunOct 13, 19854:00@San Francisco 49ersL 10-26L -4Chicago BearsU 44.5
SunOct 13, 19854:00@Seattle SeahawksW 30-26L -14.5Atlanta FalconsO 48.5
MonOct 14, 19859:00Miami DolphinsL 7-23L -4@New York JetsU 48
+ + +

+ +

Back to top

1985 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 19851:00@Atlanta FalconsW 31-24W PKNew Orleans SaintsO 45
SunOct 20, 19851:00@Buffalo BillsW 21-9W PKIndianapolis ColtsU 40
SunOct 20, 19851:00Los Angeles RaidersW 21-20L -2.5@Cleveland BrownsO 37.5
SunOct 20, 19851:00San Francisco 49ersL 21-23L -10.5@Detroit LionsU 46.5
SunOct 20, 19851:00Cincinnati BengalsL 27-44L -4@Houston OilersO 45.5
SunOct 20, 19851:00@Kansas City ChiefsL 0-16L PKLos Angeles RamsU 41
SunOct 20, 19851:00@Minnesota VikingsW 21-17W -3.5San Diego ChargersU 49.5
SunOct 20, 19851:00@New York GiantsW 17-3W -3Washington RedskinsU 42
SunOct 20, 19851:00Dallas CowboysL 14-16L -4@Philadelphia EaglesU 48
SunOct 20, 19851:00@Pittsburgh SteelersW 23-10W -4St Louis CardinalsU 44
SunOct 20, 19854:00@Denver BroncosW 13-10 (OT)L -3.5Seattle SeahawksU 48
SunOct 20, 19854:00@Miami DolphinsW 41-38L -13Tampa Bay BuccaneersO 46
SunOct 20, 19854:00New York JetsL 13-20L -2.5@New England PatriotsU 42
MonOct 21, 19859:00@Chicago BearsW 23-7W -10Green Bay PackersU 44
+ + +

+ +

Back to top

1985 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 19851:00@Chicago BearsW 27-9W -7.5Minnesota VikingsU 43
SunOct 27, 19851:00@Cleveland BrownsL 7-14L -2.5Washington RedskinsU 35.5
SunOct 27, 19851:00@Dallas CowboysW 24-10W -13Atlanta FalconsU 45.5
SunOct 27, 19851:00Miami DolphinsL 21-31L -6.5@Detroit LionsO 47
SunOct 27, 19851:00Green Bay PackersL 10-37L -2@Indianapolis ColtsO 42
SunOct 27, 19851:00Denver BroncosW 30-10W -1@Kansas City ChiefsU 41
SunOct 27, 19851:00@New York JetsW 17-14P -3Seattle SeahawksU 41
SunOct 27, 19851:00@Philadelphia EaglesW 21-17L -9Buffalo BillsO 36.5
SunOct 27, 19851:00@St Louis CardinalsL 10-20L -7Houston OilersU 45.5
SunOct 27, 19851:00New England PatriotsW 32-14W -2@Tampa Bay BuccaneersU 46.5
SunOct 27, 19854:00Pittsburgh SteelersL 21-26L -1.5@Cincinnati BengalsU 48
SunOct 27, 19854:00San Francisco 49ersW 28-14W -1@Los Angeles RamsO 38.5
SunOct 27, 19854:00New York GiantsW 21-13W -4@New Orleans SaintsU 42
MonOct 28, 19859:00@Los Angeles RaidersW 34-21W -6.5San Diego ChargersO 48
+ + +

+ +

Back to top

1985 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 19851:00Washington RedskinsW 44-10W -6@Atlanta FalconsO 42
SunNov 3, 19851:00Cincinnati BengalsW 23-17W -3.5@Buffalo BillsU 46
SunNov 3, 19851:00Chicago BearsW 16-10L -9@Green Bay PackersU 41.5
SunNov 3, 19851:00@Houston OilersW 23-20W -1Kansas City ChiefsO 39
SunNov 3, 19851:00@Minnesota VikingsW 16-13L -3.5Detroit LionsU 43
SunNov 3, 19851:00@New England PatriotsW 17-13W PKMiami DolphinsU 46.5
SunNov 3, 19851:00@New York GiantsW 22-20L -12Tampa Bay BuccaneersU 46
SunNov 3, 19851:00@Pittsburgh SteelersW 10-9L -4Cleveland BrownsU 36.5
SunNov 3, 19854:00New York JetsW 35-17W -3.5@Indianapolis ColtsO 39
SunNov 3, 19854:00@Los Angeles RamsW 28-10W -7.5New Orleans SaintsO 37
SunNov 3, 19854:00Denver BroncosL 10-30L -2@San Diego ChargersU 49
SunNov 3, 19854:00@San Francisco 49ersW 24-13W -9Philadelphia EaglesU 38
SunNov 3, 19854:00@Seattle SeahawksW 33-3W -1Los Angeles RaidersU 42.5
MonNov 4, 19859:00Dallas CowboysL 10-21L -3.5@St Louis CardinalsU 43
+ + +

+ +

Back to top

1985 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 19851:00Houston OilersL 0-20L -2.5@Buffalo BillsU 37.5
SunNov 10, 19851:00@Chicago BearsW 24-3W -9.5Detroit LionsU 39.5
SunNov 10, 19851:00@Cincinnati BengalsW 27-10W -3Cleveland BrownsU 43
SunNov 10, 19851:00@Kansas City ChiefsL 28-36L -1.5Pittsburgh SteelersO 38.5
SunNov 10, 19851:00@Minnesota VikingsL 17-27L -5.5Green Bay PackersO 41.5
SunNov 10, 19851:00@New England PatriotsW 34-15W -9.5Indianapolis ColtsO 39.5
SunNov 10, 19851:00Seattle SeahawksW 27-3W -6.5@New Orleans SaintsU 41.5
SunNov 10, 19851:00@New York GiantsW 24-19W -4.5Los Angeles RamsO 38.5
SunNov 10, 19851:00@Philadelphia EaglesW 23-17 (OT)L -8.5Atlanta FalconsO 39.5
SunNov 10, 19851:00St Louis CardinalsL 0-16L -2.5@Tampa Bay BuccaneersU 47.5
SunNov 10, 19854:00@Miami DolphinsW 21-17W -3.5New York JetsU 43.5
SunNov 10, 19854:00Los Angeles RaidersL 34-40 (OT)L -2.5@San Diego ChargersO 47
SunNov 10, 19854:00@Washington RedskinsL 7-13L -3Dallas CowboysU 40
MonNov 11, 19859:00San Francisco 49ersL 16-17L -2.5@Denver BroncosU 40
+ + +

+ +

Back to top

1985 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 19851:00Los Angeles RamsL 14-30L -6@Atlanta FalconsO 40.5
SunNov 17, 19851:00@Cleveland BrownsW 17-7W -8Buffalo BillsU 35
SunNov 17, 19851:00@Dallas CowboysL 0-44L PKChicago BearsO 35.5
SunNov 17, 19851:00@Green Bay PackersW 38-14W -8New Orleans SaintsO 41at Milwaukee
SunNov 17, 19851:00Pittsburgh SteelersW 30-7W -3@Houston OilersU 37.5
SunNov 17, 19851:00Miami DolphinsW 34-20W -7.5@Indianapolis ColtsO 47
SunNov 17, 19851:00@New York JetsW 62-28W -9.5Tampa Bay BuccaneersO 42
SunNov 17, 19851:00@St Louis CardinalsL 14-24L -2.5Philadelphia EaglesP 38
SunNov 17, 19854:00@Denver BroncosW 30-24 (OT)W -4San Diego ChargersO 47.5
SunNov 17, 19854:00@Detroit LionsW 41-21W -3Minnesota VikingsO 38.5
SunNov 17, 19854:00@Los Angeles RaidersW 13-6W -6Cincinnati BengalsU 47.5
SunNov 17, 19854:00@San Francisco 49ersW 31-3W -13Kansas City ChiefsU 42.5
SunNov 17, 19854:00@Seattle SeahawksL 13-20L -3.5New England PatriotsU 41
MonNov 18, 19859:00@Washington RedskinsW 23-21P -2New York GiantsO 37
+ + +

+ +

Back to top

1985 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 19851:00Miami DolphinsW 23-14W -8.5@Buffalo BillsU 41.5
SunNov 24, 19851:00@Chicago BearsW 36-0W -16Atlanta FalconsU 40.5
SunNov 24, 19851:00@Cleveland BrownsW 24-6W -3Cincinnati BengalsU 37
SunNov 24, 19851:00San Diego ChargersL 35-37L -6@Houston OilersO 45
SunNov 24, 19851:00@Minnesota VikingsL 23-30L -7New Orleans SaintsO 42
SunNov 24, 19851:00@New York JetsW 16-13 (OT)L -3.5New England PatriotsU 39
SunNov 24, 19851:00@Pittsburgh SteelersL 23-30L -5.5Washington RedskinsO 36.5
SunNov 24, 19851:00Detroit LionsL 16-19 (OT)L -1@Tampa Bay BuccaneersU 45
SunNov 24, 19854:00@Dallas CowboysW 34-17W -7Philadelphia EaglesO 37
SunNov 24, 19854:00@Kansas City ChiefsW 20-7W -4Indianapolis ColtsU 41
SunNov 24, 19854:00@Los Angeles RaidersW 31-28 (OT)L -4.5Denver BroncosO 39
SunNov 24, 19854:00@Los Angeles RamsW 34-17W -6Green Bay PackersO 39
SunNov 24, 19854:00New York GiantsW 34-3W -4@St Louis CardinalsU 41
MonNov 25, 19859:00@San Francisco 49ersW 19-6W -6Seattle SeahawksU 43
+ + +

+ +

Back to top

1985 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 198512:30New York JetsL 20-31L -3.5@Detroit LionsO 42.5
ThuNov 28, 19853:00@Dallas CowboysW 35-17W -13St Louis CardinalsO 40
SunDec 1, 19851:00@Cincinnati BengalsW 45-27W -7.5Houston OilersO 43
SunDec 1, 19851:00@Green Bay PackersW 21-0W -6.5Tampa Bay BuccaneersU 44.5
SunDec 1, 19851:00New England PatriotsW 38-31P -7@Indianapolis ColtsO 39
SunDec 1, 19851:00Los Angeles RamsL 3-29L -5.5@New Orleans SaintsU 40
SunDec 1, 19851:00@New York GiantsL 33-35L -6Cleveland BrownsO 36
SunDec 1, 19851:00@Philadelphia EaglesL 23-28L -6.5Minnesota VikingsO 37.5
SunDec 1, 19851:00@Pittsburgh SteelersL 23-31L PKDenver BroncosO 41
SunDec 1, 19854:00Los Angeles RaidersW 34-24W -7@Atlanta FalconsO 43.5
SunDec 1, 19854:00@San Diego ChargersW 40-7W -10Buffalo BillsO 44.5
SunDec 1, 19854:00@Seattle SeahawksW 24-6W -8Kansas City ChiefsU 40.5
SunDec 1, 19854:00San Francisco 49ersW 35-8W -3.5@Washington RedskinsO 40
MonDec 2, 19859:00Chicago BearsL 24-38L -2@Miami DolphinsO 43
+ + +

+ +

Back to top

1985 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 8, 19851:00New York JetsW 27-7W -9@Buffalo BillsU 36.5
SunDec 8, 19851:00@Chicago BearsW 17-10L -19.5Indianapolis ColtsU 42
SunDec 8, 19851:00Dallas CowboysL 24-50L -3@Cincinnati BengalsO 45
SunDec 8, 19851:00Miami DolphinsW 34-24W -4@Green Bay PackersO 43
SunDec 8, 19851:00@Kansas City ChiefsW 38-10W -3.5Atlanta FalconsO 43
SunDec 8, 19851:00@New England PatriotsW 23-6W -8Detroit LionsU 40
SunDec 8, 19851:00Washington RedskinsW 17-12W -1@Philadelphia EaglesU 37.5
SunDec 8, 19851:00@St Louis CardinalsW 28-16W -3New Orleans SaintsO 41
SunDec 8, 19854:00@Denver BroncosL 14-17 (OT)L -3Los Angeles RaidersU 40.5
SunDec 8, 19854:00New York GiantsW 35-14W -7@Houston OilersO 41
SunDec 8, 19854:00@Minnesota VikingsW 26-7W -6.5Tampa Bay BuccaneersU 45
SunDec 8, 19854:00@Seattle SeahawksW 31-13W -4.5Cleveland BrownsO 37
SunDec 8, 19859:00@San Diego ChargersW 54-44W -5Pittsburgh SteelersO 49
MonDec 9, 19859:00@San Francisco 49ersL 20-27L -9Los Angeles RamsO 40
+ + +

+ +

Back to top

1985 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 198512:30Chicago BearsW 19-6W -2.5@New York JetsU 38.5
SatDec 14, 19854:00@Denver BroncosW 14-13L -10.5Kansas City ChiefsU 43
SunDec 15, 19851:00Minnesota VikingsL 13-14L -2@Atlanta FalconsU 46
SunDec 15, 19851:00@Cleveland BrownsW 28-21L -10Houston OilersO 36.5
SunDec 15, 19851:00@Dallas CowboysW 28-21W -3New York GiantsO 42.5
SunDec 15, 19851:00@Detroit LionsL 23-26L -6Green Bay PackersO 46.5
SunDec 15, 19851:00San Francisco 49ersW 31-19W -10@New Orleans SaintsO 43
SunDec 15, 19851:00@Pittsburgh SteelersW 30-24L -10Buffalo BillsO 38
SunDec 15, 19851:00@Tampa Bay BuccaneersL 23-31L -3.5Indianapolis ColtsO 44
SunDec 15, 19851:00@Washington RedskinsW 27-24W -2Cincinnati BengalsO 43
SunDec 15, 19854:00@Los Angeles RaidersW 13-3W -4.5Seattle SeahawksU 42
SunDec 15, 19854:00@Los Angeles RamsW 46-14W -8.5St Louis CardinalsO 39.5
SunDec 15, 19854:00@San Diego ChargersW 20-14L -7Philadelphia EaglesU 50
MonDec 16, 19859:00@Miami DolphinsW 30-27L -5New England PatriotsO 44
+ + +

+ +

Back to top

1985 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 20, 19858:00@Seattle SeahawksL 24-27L PKDenver BroncosO 43
SatDec 21, 198512:30@New York GiantsW 28-10W -9Pittsburgh SteelersP 38
SatDec 21, 19854:00Washington RedskinsW 27-16W -6@St Louis CardinalsO 41
SunDec 22, 19851:00Chicago BearsW 37-17W -6.5@Detroit LionsO 40
SunDec 22, 19851:00@Kansas City ChiefsW 38-34W -2San Diego ChargersO 46
SunDec 22, 19851:00@Miami DolphinsW 28-0W -17.5Buffalo BillsU 41
SunDec 22, 19851:00@Minnesota VikingsL 35-37L -2Philadelphia EaglesO 39
SunDec 22, 19851:00@New England PatriotsW 34-23W -7Cincinnati BengalsO 44
SunDec 22, 19851:00@New Orleans SaintsL 10-16L -6Atlanta FalconsU 44
SunDec 22, 19851:00@New York JetsW 37-10W -7.5Cleveland BrownsO 37
SunDec 22, 19851:00Green Bay PackersW 20-17W -2.5@Tampa Bay BuccaneersU 44
SunDec 22, 19854:00@Indianapolis ColtsW 34-16W -5.5Houston OilersO 40
SunDec 22, 19854:00@San Francisco 49ersW 31-16W -9Dallas CowboysO 44
MonDec 23, 19859:00Los Angeles RaidersW 16-6W -1@Los Angeles RamsU 40
+ + +

+

Back to top

+

1985 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 28, 19854:00@New York Jets (4)L 14-26L -3New England Patriots (5)O 37
NFC Wild CardSunDec 29, 19851:00San Francisco 49ers (5)L 3-17L -3@New York Giants (4)U 41
AFC DivisionalSatJan 4, 198612:30@Miami Dolphins (2)W 24-21L -10.5Cleveland Browns (3)P 45
NFC DivisionalSatJan 4, 19864:00@Los Angeles Rams (2)W 20-0W -2Dallas Cowboys (3)U 40.5
NFC DivisionalSunJan 5, 198612:30@Chicago Bears (1)W 21-0W -9New York Giants (4)U 36
AFC DivisionalSunJan 5, 19864:00@Los Angeles Raiders (1)L 20-27L -5.5New England Patriots (5)O 40
NFC ChampionshipSunJan 12, 198612:30@Chicago Bears (1)W 24-0W -10.5Los Angeles Rams (2)U 34
AFC ChampionshipSunJan 12, 19864:00@Miami Dolphins (2)L 14-31L -5.5New England Patriots (5)U 48
Super Bowl XXSunJan 26, 19865:00NChicago Bears (1)W 46-10W -10New England Patriots (5)O 37.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1986.html b/data/1986.html new file mode 100644 index 0000000..5a391bf --- /dev/null +++ b/data/1986.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1986 Season

+ +

Historical NFL Game Odds

1986 Season

<<-- 1985 Season    1987 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1986 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-6 (57.1%)5-9-0 (35.7%)8-6 (57.1%)7-7-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)3-3 (50.0%)4-2-0 (66.7%)6-7-1 (46.2%)
211-3 (78.6%)9-5-0 (64.3%)9-5 (64.3%)7-7-0 (50.0%)8-2 (80.0%)6-4-0 (60.0%)1-3 (25.0%)1-3-0 (25.0%)3-11-0 (21.4%)
37-7 (50.0%)6-8-0 (42.9%)5-9 (35.7%)4-10-0 (28.6%)4-6 (40.0%)3-7-0 (30.0%)1-3 (25.0%)1-3-0 (25.0%)6-7-1 (46.2%)
410-4 (71.4%)7-7-0 (50.0%)7-7 (50.0%)6-8-0 (42.9%)6-3 (66.7%)4-5-0 (44.4%)1-4 (20.0%)2-3-0 (40.0%)5-9-0 (35.7%)
513-1 (92.9%)8-5-1 (61.5%)8-6 (57.1%)8-5-1 (61.5%)8-1 (88.9%)6-3-0 (66.7%)0-5 (0.0%)2-2-1 (50.0%)5-8-1 (38.5%)
69-3 (75.0%)6-6-0 (50.0%)7-7 (50.0%)8-6-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)0-4 (0.0%)2-2-0 (50.0%)4-8-2 (33.3%)
710-3 (76.9%)5-9-0 (35.7%)9-4 (69.2%)7-7-0 (50.0%)7-1 (87.5%)3-5-0 (37.5%)2-3 (40.0%)4-2-0 (66.7%)5-9-0 (35.7%)
812-2 (85.7%)8-6-0 (57.1%)9-5 (64.3%)7-7-0 (50.0%)8-1 (88.9%)5-4-0 (55.6%)1-4 (20.0%)2-3-0 (40.0%)7-7-0 (50.0%)
96-7 (46.2%)3-9-1 (25.0%)8-6 (57.1%)5-8-1 (38.5%)5-5 (50.0%)2-7-1 (22.2%)2-1 (66.7%)2-1-0 (66.7%)6-8-0 (42.9%)
1010-4 (71.4%)7-7-0 (50.0%)6-8 (42.9%)9-5-0 (64.3%)4-2 (66.7%)4-2-0 (66.7%)2-6 (25.0%)5-3-0 (62.5%)3-11-0 (21.4%)
1113-1 (92.9%)9-5-0 (64.3%)7-7 (50.0%)9-5-0 (64.3%)7-1 (87.5%)6-2-0 (75.0%)0-6 (0.0%)3-3-0 (50.0%)7-7-0 (50.0%)
1212-2 (85.7%)6-7-1 (46.2%)12-2 (85.7%)8-5-1 (61.5%)10-0 (100.%)5-4-1 (55.6%)2-2 (50.0%)3-1-0 (75.0%)7-7-0 (50.0%)
137-7 (50.0%)2-12-0 (14.3%)4-10 (28.6%)3-11-0 (21.4%)4-7 (36.4%)1-10-0 (9.1%)0-3 (0.0%)2-1-0 (66.7%)6-8-0 (42.9%)
147-6 (53.8%)7-7-0 (50.0%)7-6 (53.8%)7-7-0 (50.0%)5-4 (55.6%)5-5-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)6-6-2 (50.0%)
156-8 (42.9%)4-10-0 (28.6%)4-10 (28.6%)4-10-0 (28.6%)2-6 (25.0%)1-7-0 (12.5%)2-4 (33.3%)3-3-0 (50.0%)6-7-1 (46.2%)
1610-4 (71.4%)9-5-0 (64.3%)8-6 (57.1%)7-7-0 (50.0%)8-4 (66.7%)7-5-0 (58.3%)0-2 (0.0%)0-2-0 (0.0%)8-6-0 (57.1%)
Playoffs7-2 (77.8%)6-3-0 (66.7%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)0-0 0-0-0 6-3-0 (66.7%)
+ +


1986 Results by Team

Click on a team to view 1986 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons7-8-1 (46.7%)9-7 (56.3%)2-2 (50.0%)1-3-0 (25.0%)2-5 (28.6%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)4-10-2 (28.6%)
Buffalo Bills4-12 (25.0%)8-8 (50.0%)3-2 (60.0%)3-2-0 (60.0%)3-5 (37.5%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)5-10-1 (33.3%)
Chicago Bears14-2 (87.5%)6-10 (37.5%)14-2 (87.5%)6-10-0 (37.5%)7-1 (87.5%)2-6-0 (25.0%)7-1 (87.5%)2-6-0 (25.0%)4-12-0 (25.0%)
Cincinnati Bengals10-6 (62.5%)7-9 (43.8%)7-4 (63.6%)3-8-0 (27.3%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)7-9-0 (43.8%)
Cleveland Browns12-4 (75.0%)9-6-1 (60.0%)9-2 (81.8%)5-5-1 (50.0%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)9-7-0 (56.3%)
Dallas Cowboys7-9 (43.8%)5-10-1 (33.3%)5-4 (55.6%)3-6-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)7-7-2 (50.0%)
Denver Broncos11-5 (68.8%)8-7-1 (53.3%)10-3 (76.9%)7-6-0 (53.8%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)8-6-2 (57.1%)
Detroit Lions5-11 (31.3%)9-7 (56.3%)3-4 (42.9%)3-4-0 (42.9%)1-7 (12.5%)2-6-0 (25.0%)1-4 (20.0%)1-4-0 (20.0%)5-11-0 (31.3%)
Green Bay Packers4-12 (25.0%)7-9 (43.8%)2-1 (66.7%)2-1-0 (66.7%)1-7 (12.5%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)5-11-0 (31.3%)
Houston Oilers5-11 (31.3%)8-8 (50.0%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)5-11-0 (31.3%)
Indianapolis Colts3-13 (18.8%)7-9 (43.8%)0-0 0-0-0 1-7 (12.5%)4-4-0 (50.0%)0-0 0-0-0 6-9-1 (40.0%)
Kansas City Chiefs10-6 (62.5%)8-8 (50.0%)4-2 (66.7%)2-4-0 (33.3%)6-2 (75.0%)4-4-0 (50.0%)4-1 (80.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Los Angeles Raiders8-8 (50.0%)8-8 (50.0%)7-6 (53.8%)6-7-0 (46.2%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)3-5-0 (37.5%)8-8-0 (50.0%)
Los Angeles Rams10-6 (62.5%)9-7 (56.3%)7-3 (70.0%)5-5-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)6-8-2 (42.9%)
Miami Dolphins8-8 (50.0%)7-9 (43.8%)5-5 (50.0%)4-6-0 (40.0%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)7-9-0 (43.8%)
Minnesota Vikings9-7 (56.3%)10-6 (62.5%)7-3 (70.0%)7-3-0 (70.0%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)7-9-0 (43.8%)
New England Patriots11-5 (68.8%)6-10 (37.5%)9-3 (75.0%)4-8-0 (33.3%)4-4 (50.0%)2-6-0 (25.0%)4-3 (57.1%)2-5-0 (28.6%)9-7-0 (56.3%)
New Orleans Saints7-9 (43.8%)10-6 (62.5%)5-2 (71.4%)4-3-0 (57.1%)4-4 (50.0%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)7-8-1 (46.7%)
New York Giants14-2 (87.5%)9-5-2 (64.3%)11-1 (91.7%)6-4-2 (60.0%)8-0 (100.%)5-1-2 (83.3%)8-0 (100.%)5-1-2 (83.3%)4-10-2 (28.6%)
New York Jets10-6 (62.5%)6-10 (37.5%)6-4 (60.0%)2-8-0 (20.0%)5-3 (62.5%)2-6-0 (25.0%)3-3 (50.0%)0-6-0 (0.0%)8-8-0 (50.0%)
Philadelphia Eagles5-10-1 (33.3%)9-7 (56.3%)1-2 (33.3%)1-3-0 (25.0%)2-5 (28.6%)4-4-0 (50.0%)1-1 (50.0%)1-2-0 (33.3%)5-9-2 (35.7%)
Pittsburgh Steelers6-10 (37.5%)9-6-1 (60.0%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)4-3-1 (57.1%)3-1 (75.0%)3-1-0 (75.0%)5-11-0 (31.3%)
San Diego Chargers4-12 (25.0%)7-9 (43.8%)2-3 (40.0%)2-3-0 (40.0%)2-6 (25.0%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)9-7-0 (56.3%)
San Francisco 49ers10-5-1 (66.7%)9-7 (56.3%)9-4 (69.2%)8-6-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)6-10-0 (37.5%)
Seattle Seahawks10-6 (62.5%)9-7 (56.3%)6-1 (85.7%)5-2-0 (71.4%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)6-10-0 (37.5%)
St Louis Cardinals4-11-1 (26.7%)7-9 (43.8%)1-0 (100.%)0-1-0 (0.0%)3-5 (37.5%)4-4-0 (50.0%)1-0 (100.%)0-1-0 (0.0%)5-11-0 (31.3%)
Tampa Bay Buccaneers2-14 (12.5%)6-10 (37.5%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)9-7-0 (56.3%)
Washington Redskins12-4 (75.0%)9-7 (56.3%)11-1 (91.7%)7-5-0 (58.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)7-8-1 (46.7%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1986 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 7, 19861:00@Chicago BearsW 41-31L -10.5Cleveland BrownsO 38
SunSep 7, 19861:00@Green Bay PackersL 3-31L -4Houston OilersU 41.5
SunSep 7, 19861:00@Minnesota VikingsL 10-13L -3.5Detroit LionsU 42.5
SunSep 7, 19861:00@New Orleans SaintsL 10-31L -3.5Atlanta FalconsP 41
SunSep 7, 19861:00Los Angeles RamsW 16-10W -2.5@St Louis CardinalsU 41
SunSep 7, 19861:00San Francisco 49ersW 31-7W -9@Tampa Bay BuccaneersU 43
SunSep 7, 19861:00@Washington RedskinsW 41-14W -5.5Philadelphia EaglesO 39
SunSep 7, 19864:00New York JetsW 28-24L -6@Buffalo BillsO 40
SunSep 7, 19864:00@Denver BroncosW 38-36L -3Los Angeles RaidersO 38.5
SunSep 7, 19864:00Cincinnati BengalsL 14-24L -1@Kansas City ChiefsU 47
SunSep 7, 19864:00@New England PatriotsW 33-3W -9.5Indianapolis ColtsU 42
SunSep 7, 19864:00Miami DolphinsL 28-50L -1@San Diego ChargersO 56
SunSep 7, 19864:00@Seattle SeahawksW 30-0W -6Pittsburgh SteelersU 42
MonSep 8, 19869:00New York GiantsL 28-31L -1.5@Dallas CowboysO 41
+ + +

+ +

Back to top

1986 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 11, 19868:00@New York JetsL 6-20L -1.5New England PatriotsU 42
SunSep 14, 19861:00@Atlanta FalconsW 33-13W -2.5St Louis CardinalsO 42
SunSep 14, 19861:00@Chicago BearsW 13-10 (OT)L -15.5Philadelphia EaglesU 38
SunSep 14, 19861:00@Cincinnati BengalsW 36-33 (OT)L -6.5Buffalo BillsO 44
SunSep 14, 19861:00Dallas CowboysW 31-7W -2.5@Detroit LionsU 42
SunSep 14, 19861:00@Houston OilersL 20-23L -1.5Cleveland BrownsO 40
SunSep 14, 19861:00@New Orleans SaintsW 24-10W -2.5Green Bay PackersU 40
SunSep 14, 19861:00@New York GiantsW 20-7W -3.5San Diego ChargersU 50
SunSep 14, 19861:00@Washington RedskinsW 10-6W -2Los Angeles RaidersU 40
SunSep 14, 19864:00San Francisco 49ersL 13-16L -2.5@Los Angeles RamsU 41
SunSep 14, 19864:00@Miami DolphinsW 30-10W -14Indianapolis ColtsU 43
SunSep 14, 19864:00@Seattle SeahawksW 23-17W -5Kansas City ChiefsU 43
SunSep 14, 19864:00Minnesota VikingsW 23-10W -1.5@Tampa Bay BuccaneersU 42
MonSep 15, 19869:00Denver BroncosW 21-10W -5.5@Pittsburgh SteelersU 40
+ + +

+ +

Back to top

1986 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 18, 19868:00@Cleveland BrownsL 13-30L -5Cincinnati BengalsU 46
SunSep 21, 19861:00@Buffalo BillsW 17-10W -3St Louis CardinalsU 41
SunSep 21, 19861:00@Dallas CowboysL 35-37L -7.5Atlanta FalconsO 42
SunSep 21, 19861:00@Detroit LionsL 20-24L -9Tampa Bay BuccaneersO 42
SunSep 21, 19861:00Los Angeles RamsW 24-7W -7.5@Indianapolis ColtsU 40
SunSep 21, 19861:00@Minnesota VikingsW 31-7W -5Pittsburgh SteelersU 40
SunSep 21, 19861:00@New England PatriotsL 31-38L -6Seattle SeahawksO 43
SunSep 21, 19861:00Miami DolphinsL 45-51 (OT)L -2@New York JetsO 44
SunSep 21, 19861:00Denver BroncosW 33-7W -3.5@Philadelphia EaglesP 40
SunSep 21, 19864:00@Kansas City ChiefsW 27-13W -3.5Houston OilersU 42
SunSep 21, 19864:00@Los Angeles RaidersL 9-14L -3.5New York GiantsU 42
SunSep 21, 19864:00@San Diego ChargersL 27-30L -3Washington RedskinsO 48
SunSep 21, 19864:00@San Francisco 49ersW 26-17L -11New Orleans SaintsO 41
MonSep 22, 19869:00Chicago BearsW 25-12W -11@Green Bay PackersU 39.5
+ + +

+ +

Back to top

1986 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 19861:00@Buffalo BillsL 17-20L -2Kansas City ChiefsU 41
SunSep 28, 19861:00Chicago BearsW 44-7W -4.5@Cincinnati BengalsO 47
SunSep 28, 19861:00@Cleveland BrownsW 24-21L -8.5Detroit LionsO 41.5
SunSep 28, 19861:00@Houston OilersL 16-22 (OT)L -6.5Pittsburgh SteelersU 39
SunSep 28, 19861:00@Miami DolphinsL 16-31L -3San Francisco 49ersU 50.5
SunSep 28, 19861:00@Minnesota VikingsW 42-7W -6Green Bay PackersO 39
SunSep 28, 19861:00@New York GiantsW 20-17L -10.5New Orleans SaintsU 40
SunSep 28, 19861:00Los Angeles RamsL 20-34L -6@Philadelphia EaglesO 37
SunSep 28, 19861:00@Washington RedskinsW 19-14W -4Seattle SeahawksU 43.5
SunSep 28, 19864:00@Denver BroncosW 27-20W -3New England PatriotsO 43.5
SunSep 28, 19864:00New York JetsW 26-7W -9.5@Indianapolis ColtsU 44
SunSep 28, 19864:00@Los Angeles RaidersW 17-13W -3San Diego ChargersU 51.5
SunSep 28, 19864:00Atlanta FalconsW 23-20 (OT)L -6@Tampa Bay BuccaneersU 45
MonSep 29, 19869:00Dallas CowboysW 31-7W -7@St Louis CardinalsU 45
+ + +

+ +

Back to top

1986 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 19861:00@Atlanta FalconsL 0-16L -6Philadelphia EaglesU 43.5
SunOct 5, 19861:00@Chicago BearsW 23-0W -12.5Minnesota VikingsU 43.5
SunOct 5, 19861:00@Detroit LionsW 24-13W -3Houston OilersU 41
SunOct 5, 19861:00Cincinnati BengalsW 34-28L -7@Green Bay PackersO 45at Milwaukee
SunOct 5, 19861:00Los Angeles RaidersW 24-17W -1@Kansas City ChiefsO 37.5
SunOct 5, 19861:00@New England PatriotsW 34-7W -6Miami DolphinsU 48
SunOct 5, 19861:00Washington RedskinsW 14-6W -7@New Orleans SaintsU 41
SunOct 5, 19861:00Cleveland BrownsW 27-24P -3@Pittsburgh SteelersO 38.5
SunOct 5, 19861:00New York GiantsW 13-6L -7.5@St Louis CardinalsU 39
SunOct 5, 19864:00@Denver BroncosW 29-14W -5Dallas CowboysP 43
SunOct 5, 19864:00@Los Angeles RamsW 26-20 (OT)L -11Tampa Bay BuccaneersO 37.5
SunOct 5, 19864:00@New York JetsW 14-13L -7.5Buffalo BillsU 45.5
SunOct 5, 19864:00@San Francisco 49ersW 35-14W -17.5Indianapolis ColtsO 40
MonOct 6, 19869:00@Seattle SeahawksW 33-7W -6San Diego ChargersU 49
+ + +

+ +

Back to top

1986 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 19861:00@Atlanta FalconsW 26-14W PKLos Angeles RamsP 40
SunOct 12, 19861:00@Cleveland BrownsW 20-7W -4.5Kansas City ChiefsU 40
SunOct 12, 19861:00@Dallas CowboysW 30-6W PKWashington RedskinsU 42
SunOct 12, 19861:00Detroit LionsW 21-14W -2.5@Green Bay PackersU 39.5
SunOct 12, 19861:00Chicago BearsW 20-7L -13.5@Houston OilersU 41
SunOct 12, 19861:00New Orleans SaintsW 17-14L -4@Indianapolis ColtsU 37.5
SunOct 12, 19861:00@Miami DolphinsW 27-14W -6.5Buffalo BillsU 49
SunOct 12, 19861:00@New England PatriotsL 24-31L -7New York JetsO 40.5
SunOct 12, 19861:00@Tampa Bay BuccaneersL 19-30L -3St Louis CardinalsO 38
SunOct 12, 19864:00@Los Angeles RaidersW 14-10W -3.5Seattle SeahawksU 39.5
SunOct 12, 19864:00@New York GiantsW 35-3W -7Philadelphia EaglesP 38
SunOct 12, 19864:00Denver BroncosW 31-14W -5.5@San Diego ChargersO 42.5
SunOct 12, 19864:00@San Francisco 49ersL 24-27 (OT)L -9.5Minnesota VikingsO 41.5
MonOct 13, 19869:00@Cincinnati BengalsW 24-22L -7.5Pittsburgh SteelersU 47
+ + +

+ +

Back to top

1986 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 19861:00San Francisco 49ersT 10-10 (OT)L -3@Atlanta FalconsU 43
SunOct 19, 19861:00@Buffalo BillsW 24-13W -10.5Indianapolis ColtsU 41
SunOct 19, 19861:00@Cincinnati BengalsW 31-28L -6.5Houston OilersO 45.5
SunOct 19, 19861:00@Cleveland BrownsL 14-17L -13Green Bay PackersU 41.5
SunOct 19, 19861:00Los Angeles RaidersW 30-28W -1@Miami DolphinsO 44
SunOct 19, 19861:00Chicago BearsL 7-23L -9@Minnesota VikingsU 38.5
SunOct 19, 19861:00@New Orleans SaintsW 38-7W -5Tampa Bay BuccaneersO 39
SunOct 19, 19861:00Dallas CowboysW 17-14L -5.5@Philadelphia EaglesU 40
SunOct 19, 19861:00New England PatriotsW 34-0W -7@Pittsburgh SteelersU 41
SunOct 19, 19861:00@Washington RedskinsW 28-21L -13St Louis CardinalsO 38.5
SunOct 19, 19864:00@Kansas City ChiefsW 42-41L -5.5San Diego ChargersO 45
SunOct 19, 19864:00@Los Angeles RamsW 14-10L -7Detroit LionsU 37.5
SunOct 19, 19864:00@Seattle SeahawksW 17-12W -3New York GiantsU 39
MonOct 20, 19869:00Denver BroncosL 10-22L -3.5@New York JetsU 47
+ + +

+ +

Back to top

1986 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 19861:00New England PatriotsW 23-3W -7@Buffalo BillsU 41
SunOct 26, 19861:00@Chicago BearsW 13-7L -14.5Detroit LionsU 39
SunOct 26, 19861:00San Francisco 49ersW 31-17W -9@Green Bay PackersO 39at Milwaukee
SunOct 26, 19861:00Los Angeles RaidersW 28-17W -6.5@Houston OilersO 39
SunOct 26, 19861:00Miami DolphinsW 17-13L -9@Indianapolis ColtsU 45
SunOct 26, 19861:00@Kansas City ChiefsW 27-20L -9.5Tampa Bay BuccaneersO 42
SunOct 26, 19861:00@Minnesota VikingsL 20-23L -4Cleveland BrownsO 39
SunOct 26, 19861:00@New York JetsW 28-23L -9New Orleans SaintsO 41
SunOct 26, 19861:00@Philadelphia EaglesW 23-7W -4San Diego ChargersU 43.5
SunOct 26, 19861:00Cincinnati BengalsL 9-30L -4.5@Pittsburgh SteelersU 41
SunOct 26, 19864:00@Dallas CowboysW 37-6W -11St Louis CardinalsO 41
SunOct 26, 19864:00@Denver BroncosW 20-13W -5.5Seattle SeahawksU 41
SunOct 26, 19864:00@Los Angeles RamsW 14-7W -3Atlanta FalconsU 38
MonOct 27, 19869:00@New York GiantsW 27-20W -3.5Washington RedskinsO 38
+ + +

+ +

Back to top

1986 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 19861:00@Detroit LionsL 17-24L -2.5Cincinnati BengalsU 44
SunNov 2, 19861:00Cleveland BrownsW 24-9W -6.5@Indianapolis ColtsU 39.5
SunNov 2, 19861:00@Miami DolphinsW 28-7W -7.5Houston OilersU 46
SunNov 2, 19861:00@New England PatriotsW 25-17L -9Atlanta FalconsO 38
SunNov 2, 19861:00San Francisco 49ersL 10-23L -5.5@New Orleans SaintsU 39
SunNov 2, 19861:00@New York GiantsW 17-14P -3Dallas CowboysU 41
SunNov 2, 19861:00@Pittsburgh SteelersW 27-3W -5Green Bay PackersU 38
SunNov 2, 19861:00Philadelphia EaglesL 10-13L -2.5@St Louis CardinalsU 37
SunNov 2, 19861:00@Tampa Bay BuccaneersW 34-28W PKBuffalo BillsO 41
SunNov 2, 19864:00@Los Angeles RaidersL 10-21L -3.5Denver BroncosU 40
SunNov 2, 19864:00@San Diego ChargersL 23-24L -2Kansas City ChiefsO 41.5
SunNov 2, 19864:00@Seattle SeahawksL 7-38L -4New York JetsO 42
SunNov 2, 19864:00@Washington RedskinsW 44-38 (OT)L -7Minnesota VikingsO 40
MonNov 3, 19869:00@Chicago BearsL 17-20L -8Los Angeles RamsO 35
+ + +

+ +

Back to top

1986 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 19861:00New York JetsW 28-14W -3@Atlanta FalconsU 42.5
SunNov 9, 19861:00@Buffalo BillsW 16-12W -1Pittsburgh SteelersU 39
SunNov 9, 19861:00Minnesota VikingsW 24-10W -3@Detroit LionsU 41
SunNov 9, 19861:00Washington RedskinsW 16-7L -9.5@Green Bay PackersU 39.5
SunNov 9, 19861:00Cincinnati BengalsL 28-32L -4@Houston OilersO 45.5
SunNov 9, 19861:00New England PatriotsW 30-21L -13@Indianapolis ColtsO 39
SunNov 9, 19861:00@Kansas City ChiefsW 27-7W -1Seattle SeahawksU 40
SunNov 9, 19861:00Los Angeles RamsL 0-6L -2.5@New Orleans SaintsU 36.5
SunNov 9, 19861:00Chicago BearsW 23-3W -10.5@Tampa Bay BuccaneersU 38
SunNov 9, 19864:00@Dallas CowboysL 13-17L -3Los Angeles RaidersU 40
SunNov 9, 19864:00@Denver BroncosL 3-9L -13.5San Diego ChargersU 42
SunNov 9, 19864:00New York GiantsW 17-14L -3.5@Philadelphia EaglesU 34
SunNov 9, 19864:00@San Francisco 49ersW 43-17W -11St Louis CardinalsO 40
MonNov 10, 19869:00@Cleveland BrownsW 26-16W -3Miami DolphinsU 45
+ + +

+ +

Back to top

1986 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 19861:00Chicago BearsW 13-10L -7@Atlanta FalconsU 36.5
SunNov 16, 19861:00Miami DolphinsW 34-24W -1.5@Buffalo BillsO 43.5
SunNov 16, 19861:00@Cincinnati BengalsW 34-7W -3Seattle SeahawksU 44
SunNov 16, 19861:00@Green Bay PackersW 31-7W -4Tampa Bay BuccaneersU 38.5at Milwaukee
SunNov 16, 19861:00New York GiantsW 22-20W -1.5@Minnesota VikingsO 38.5
SunNov 16, 19861:00@Philadelphia EaglesL 11-13L -3.5Detroit LionsU 35
SunNov 16, 19861:00@Pittsburgh SteelersW 21-10W -4.5Houston OilersU 38.5
SunNov 16, 19861:00New Orleans SaintsW 16-7W -3@St Louis CardinalsU 37.5
SunNov 16, 19864:00@Denver BroncosW 38-17W -8Kansas City ChiefsO 38.5
SunNov 16, 19864:00@Los Angeles RaidersW 27-14W -6.5Cleveland BrownsO 39
SunNov 16, 19864:00New England PatriotsW 30-28L -2.5@Los Angeles RamsO 37.5
SunNov 16, 19864:00@New York JetsW 31-16L -16Indianapolis ColtsO 42.5
SunNov 16, 19864:00Dallas CowboysW 24-21L -6@San Diego ChargersO 43
MonNov 17, 19869:00@Washington RedskinsW 14-6W -2San Francisco 49ersU 43.5
+ + +

+ +

Back to top

1986 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 20, 19868:00Los Angeles RaidersW 37-31 (OT)L -6.5@San Diego ChargersO 44
SunNov 23, 19861:00@Chicago BearsW 12-10L -14Green Bay PackersU 37
SunNov 23, 19861:00@Cincinnati BengalsW 24-20W -3Minnesota VikingsU 45
SunNov 23, 19861:00@Cleveland BrownsW 37-31 (OT)L -6.5Pittsburgh SteelersO 37
SunNov 23, 19861:00@Houston OilersW 31-17W -7Indianapolis ColtsO 41
SunNov 23, 19861:00@New England PatriotsW 22-19L -13Buffalo BillsU 43
SunNov 23, 19861:00@New York GiantsW 19-16P -3Denver BroncosU 38
SunNov 23, 19861:00Detroit LionsW 38-17W -3.5@Tampa Bay BuccaneersO 38
SunNov 23, 19864:00@Los Angeles RamsW 26-13W -6.5New Orleans SaintsO 37.5
SunNov 23, 19864:00@San Francisco 49ersW 20-0W -10Atlanta FalconsU 41.5
SunNov 23, 19864:00@Seattle SeahawksW 24-20L -6Philadelphia EaglesO 37.5
SunNov 23, 19864:00Kansas City ChiefsL 14-23L -3.5@St Louis CardinalsU 39.5
SunNov 23, 19864:00@Washington RedskinsW 41-14W -3Dallas CowboysO 41.5
MonNov 24, 19869:00New York JetsL 3-45L -2@Miami DolphinsU 53
+ + +

+ +

Back to top

1986 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 198612:30@Detroit LionsL 40-44L -5Green Bay PackersO 40
ThuNov 27, 19864:00@Dallas CowboysL 14-31L -7.5Seattle SeahawksO 42
SunNov 30, 19861:00@Chicago BearsW 13-10 (OT)L -10Pittsburgh SteelersU 36
SunNov 30, 19861:00@Cleveland BrownsW 13-10 (OT)L -7Houston OilersU 41
SunNov 30, 19861:00San Diego ChargersW 17-3W -6.5@Indianapolis ColtsU 43
SunNov 30, 19861:00@Kansas City ChiefsL 14-17L -6.5Buffalo BillsU 41.5
SunNov 30, 19861:00@Minnesota VikingsW 45-13W -13Tampa Bay BuccaneersO 45
SunNov 30, 19861:00New England PatriotsW 21-20L -3@New Orleans SaintsO 37
SunNov 30, 19861:00@New York JetsL 3-17L -2Los Angeles RamsU 41
SunNov 30, 19861:00Washington RedskinsW 20-17L -7.5@St Louis CardinalsU 39
SunNov 30, 19864:00@Denver BroncosW 34-28L -7.5Cincinnati BengalsO 45
SunNov 30, 19864:00@Los Angeles RaidersL 27-33 (OT)L -11Philadelphia EaglesO 37
SunNov 30, 19864:00@Miami DolphinsL 14-20L -8.5Atlanta FalconsU 44.5
MonDec 1, 19869:00@San Francisco 49ersL 17-21L -3New York GiantsU 40
+ + +

+ +

Back to top

1986 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 7, 19861:00@Atlanta FalconsL 23-28L -11Indianapolis ColtsO 37
SunDec 7, 19861:00Cleveland BrownsW 21-17W -3@Buffalo BillsO 37
SunDec 7, 19861:00@Chicago BearsW 48-14W -17Tampa Bay BuccaneersO 35
SunDec 7, 19861:00Minnesota VikingsW 32-6W -3@Green Bay PackersU 40
SunDec 7, 19861:00Denver BroncosL 10-37L -5.5@Kansas City ChiefsO 38
SunDec 7, 19861:00@New England PatriotsL 7-31L -4.5Cincinnati BengalsU 46
SunDec 7, 19861:00@New Orleans SaintsL 27-31L -3.5Miami DolphinsO 41
SunDec 7, 19861:00@Philadelphia EaglesT 10-10 (OT)L -4.5St Louis CardinalsU 36
SunDec 7, 19861:00@Pittsburgh SteelersW 27-17W -4.5Detroit LionsO 36
SunDec 7, 19861:00@Washington RedskinsL 14-24L -3.5New York GiantsP 38
SunDec 7, 19864:00@San Diego ChargersW 27-0W -7Houston OilersU 43
SunDec 7, 19864:00@San Francisco 49ersW 24-10W -6New York JetsU 43
SunDec 7, 19869:00@Los Angeles RamsW 29-10W -5Dallas CowboysP 39
MonDec 8, 19869:00Los Angeles RaidersL 0-37L -2.5@Seattle SeahawksU 41
+ + +

+ +

Back to top

1986 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 198612:30@New York JetsL 24-45L -6.5Pittsburgh SteelersO 38
SatDec 13, 19864:00@Denver BroncosW 31-30L -3.5Washington RedskinsO 39
SunDec 14, 19861:00New Orleans SaintsW 14-9W -1@Atlanta FalconsU 39
SunDec 14, 19861:00@Cincinnati BengalsL 3-34L -3Cleveland BrownsU 42
SunDec 14, 19861:00@Dallas CowboysL 21-23L -6.5Philadelphia EaglesO 37
SunDec 14, 19861:00Buffalo BillsL 14-24L -4@Indianapolis ColtsP 38
SunDec 14, 19861:00San Francisco 49ersW 29-24W -2.5@New England PatriotsO 41
SunDec 14, 19861:00@New York GiantsW 27-7W -10.5St Louis CardinalsU 37
SunDec 14, 19861:00Green Bay PackersW 21-7W -4@Tampa Bay BuccaneersU 44
SunDec 14, 19864:00Minnesota VikingsL 10-23L -7@Houston OilersU 41
SunDec 14, 19864:00@Los Angeles RaidersL 17-20L -6.5Kansas City ChiefsU 41
SunDec 14, 19864:00@Los Angeles RamsL 31-37 (OT)L -6.5Miami DolphinsO 44
SunDec 14, 19864:00@San Diego ChargersL 24-34L -2.5Seattle SeahawksO 43
MonDec 15, 19869:00Chicago BearsW 16-13L -9.5@Detroit LionsU 38
+ + +

+ +

Back to top

1986 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 19, 19869:00@San Francisco 49ersW 24-14W -4.5Los Angeles RamsU 40
SatDec 20, 198612:30@New York GiantsW 55-24W -12Green Bay PackersO 36
SatDec 20, 19864:00@Seattle SeahawksW 41-16W -3.5Denver BroncosO 44
SunDec 21, 19861:00@Cincinnati BengalsW 52-21W -7New York JetsO 46
SunDec 21, 19861:00@Cleveland BrownsW 47-17W -6.5San Diego ChargersO 42
SunDec 21, 19861:00@Detroit LionsL 6-20L -3Atlanta FalconsU 39
SunDec 21, 19861:00@Houston OilersW 16-7W -3Buffalo BillsU 40
SunDec 21, 19861:00@Minnesota VikingsW 33-17W -3New Orleans SaintsO 41
SunDec 21, 19861:00Washington RedskinsW 21-14W -4@Philadelphia EaglesU 38
SunDec 21, 19861:00@Pittsburgh SteelersL 19-24L -2Kansas City ChiefsO 38.5
SunDec 21, 19861:00@St Louis CardinalsW 21-17L -12.5Tampa Bay BuccaneersU 41
SunDec 21, 19864:00Chicago BearsW 24-10W -3@Dallas CowboysU 35
SunDec 21, 19864:00@Los Angeles RaidersL 24-30L -9Indianapolis ColtsO 40
MonDec 22, 19869:00@Miami DolphinsL 27-34L -3.5New England PatriotsO 48
+ + +

+

Back to top

+

1986 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSunDec 28, 198612:30@New York Jets (4)W 35-15W -3Kansas City Chiefs (5)O 39
NFC Wild CardSunDec 28, 19864:00@Washington Redskins (4)W 19-7W -4.5Los Angeles Rams (5)U 40
AFC DivisionalSatJan 3, 198712:30@Cleveland Browns (1)W 23-20 (2OT)L -7New York Jets (4)O 41
NFC DivisionalSatJan 3, 19874:00@Chicago Bears (2)L 13-27L -7Washington Redskins (4)O 34
NFC DivisionalSunJan 4, 198712:30@New York Giants (1)W 49-3W -3San Francisco 49ers (3)O 39
AFC DivisionalSunJan 4, 19874:00@Denver Broncos (2)W 22-17W -4New England Patriots (3)U 43
AFC ChampionshipSunJan 11, 198712:30@Cleveland Browns (1)L 20-23 (OT)L -3Denver Broncos (2)O 38
NFC ChampionshipSunJan 11, 19874:00@New York Giants (1)W 17-0W -7Washington Redskins (4)U 38
Super Bowl XXISunJan 25, 19874:00NNew York Giants (1)W 39-20W -9Denver Broncos (2)O 41
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1987.html b/data/1987.html new file mode 100644 index 0000000..cf6a841 --- /dev/null +++ b/data/1987.html @@ -0,0 +1,4580 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1987 Season

+ +

Historical NFL Game Odds

1987 Season

<<-- 1986 Season    1988 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1987 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-4 (69.2%)7-5-1 (58.3%)11-3 (78.6%)11-2-1 (84.6%)6-0 (100.%)5-0-1 (100.%)4-3 (57.1%)5-2-0 (71.4%)9-4-1 (69.2%)
27-5 (58.3%)6-7-0 (46.2%)9-4 (69.2%)9-5-0 (64.3%)6-2 (75.0%)5-3-0 (62.5%)3-1 (75.0%)4-1-0 (80.0%)7-7-0 (50.0%)
49-5 (64.3%)9-5-0 (64.3%)4-10 (28.6%)4-10-0 (28.6%)2-3 (40.0%)2-3-0 (40.0%)2-7 (22.2%)2-7-0 (22.2%)--
58-6 (57.1%)4-10-0 (28.6%)8-6 (57.1%)6-8-0 (42.9%)6-4 (60.0%)3-7-0 (30.0%)2-2 (50.0%)3-1-0 (75.0%)--
67-7 (50.0%)4-10-0 (28.6%)7-7 (50.0%)6-8-0 (42.9%)4-4 (50.0%)2-6-0 (25.0%)3-3 (50.0%)4-2-0 (66.7%)--
710-4 (71.4%)6-7-1 (46.2%)9-5 (64.3%)9-4-1 (69.2%)8-3 (72.7%)6-4-1 (60.0%)1-2 (33.3%)3-0-0 (100.%)11-3-0 (78.6%)
89-5 (64.3%)7-7-0 (50.0%)7-7 (50.0%)5-9-0 (35.7%)6-4 (60.0%)4-6-0 (40.0%)1-3 (25.0%)1-3-0 (25.0%)7-7-0 (50.0%)
97-6 (53.8%)5-8-0 (38.5%)9-5 (64.3%)9-5-0 (64.3%)5-2 (71.4%)4-3-0 (57.1%)4-2 (66.7%)5-1-0 (83.3%)7-7-0 (50.0%)
108-6 (57.1%)2-11-1 (15.4%)6-8 (42.9%)0-13-1 (0.0%)6-6 (50.0%)0-11-1 (0.0%)0-2 (0.0%)0-2-0 (0.0%)5-9-0 (35.7%)
118-6 (57.1%)7-7-0 (50.0%)5-9 (35.7%)4-10-0 (28.6%)5-6 (45.5%)4-7-0 (36.4%)0-3 (0.0%)0-3-0 (0.0%)3-10-1 (23.1%)
1210-4 (71.4%)10-4-0 (71.4%)7-7 (50.0%)7-7-0 (50.0%)6-3 (66.7%)6-3-0 (66.7%)1-4 (20.0%)1-4-0 (20.0%)10-4-0 (71.4%)
139-5 (64.3%)6-8-0 (42.9%)8-6 (57.1%)5-9-0 (35.7%)6-3 (66.7%)3-6-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)10-4-0 (71.4%)
147-7 (50.0%)6-8-0 (42.9%)10-4 (71.4%)9-5-0 (64.3%)7-4 (63.6%)6-5-0 (54.5%)3-0 (100.%)3-0-0 (100.%)5-9-0 (35.7%)
157-6 (53.8%)4-9-0 (30.8%)5-9 (35.7%)4-10-0 (28.6%)4-6 (40.0%)2-8-0 (20.0%)0-3 (0.0%)1-2-0 (33.3%)4-8-2 (33.3%)
1610-4 (71.4%)8-6-0 (57.1%)9-5 (64.3%)7-7-0 (50.0%)7-2 (77.8%)5-4-0 (55.6%)2-3 (40.0%)2-3-0 (40.0%)5-9-0 (35.7%)
Playoffs4-5 (44.4%)4-5-0 (44.4%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)1-0 (100.%)1-0-0 (100.%)5-3-1 (62.5%)
+ +


1987 Results by Team

Click on a team to view 1987 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons3-12 (20.0%)5-9-1 (35.7%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-0 0-0-0 4-7-1 (36.4%)
Buffalo Bills7-8 (46.7%)9-6 (60.0%)1-1 (50.0%)1-1-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)5-7-0 (41.7%)
Chicago Bears11-4 (73.3%)8-6-1 (57.1%)10-2 (83.3%)7-5-0 (58.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)7-5-0 (58.3%)
Cincinnati Bengals4-11 (26.7%)3-12 (20.0%)3-4 (42.9%)1-6-0 (14.3%)1-7 (12.5%)0-8-0 (0.0%)1-4 (20.0%)0-5-0 (0.0%)7-4-1 (63.6%)
Cleveland Browns10-5 (66.7%)9-6 (60.0%)8-3 (72.7%)7-4-0 (63.6%)5-2 (71.4%)4-3-0 (57.1%)5-2 (71.4%)4-3-0 (57.1%)7-4-1 (63.6%)
Dallas Cowboys7-8 (46.7%)7-8 (46.7%)2-4 (33.3%)1-5-0 (16.7%)3-4 (42.9%)2-5-0 (28.6%)1-3 (25.0%)0-4-0 (0.0%)6-6-0 (50.0%)
Denver Broncos10-4-1 (71.4%)7-7-1 (50.0%)9-2 (81.8%)6-5-1 (54.5%)7-1 (87.5%)5-2-1 (71.4%)6-1 (85.7%)4-2-1 (66.7%)6-6-0 (50.0%)
Detroit Lions4-11 (26.7%)6-9 (40.0%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)2-5-0 (28.6%)0-2 (0.0%)0-2-0 (0.0%)6-6-0 (50.0%)
Green Bay Packers5-9-1 (35.7%)8-7 (53.3%)2-2 (50.0%)1-3-0 (25.0%)2-5 (28.6%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)3-9-0 (25.0%)
Houston Oilers9-6 (60.0%)8-6-1 (57.1%)2-1 (66.7%)0-2-1 (0.0%)5-2 (71.4%)3-3-1 (50.0%)2-1 (66.7%)0-2-1 (0.0%)6-5-1 (54.5%)
Indianapolis Colts9-6 (60.0%)9-6 (60.0%)4-1 (80.0%)3-2-0 (60.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)3-8-1 (27.3%)
Kansas City Chiefs4-11 (26.7%)8-7 (53.3%)1-3 (25.0%)1-3-0 (25.0%)3-4 (42.9%)4-3-0 (57.1%)1-3 (25.0%)1-3-0 (25.0%)6-6-0 (50.0%)
Los Angeles Raiders5-10 (33.3%)7-8 (46.7%)4-5 (44.4%)4-5-0 (44.4%)3-5 (37.5%)3-5-0 (37.5%)3-3 (50.0%)3-3-0 (50.0%)5-7-0 (41.7%)
Los Angeles Rams6-9 (40.0%)6-9 (40.0%)3-4 (42.9%)3-4-0 (42.9%)3-4 (42.9%)3-4-0 (42.9%)2-2 (50.0%)2-2-0 (50.0%)7-5-0 (58.3%)
Miami Dolphins8-7 (53.3%)7-8 (46.7%)5-6 (45.5%)4-7-0 (36.4%)4-3 (57.1%)3-4-0 (42.9%)4-3 (57.1%)3-4-0 (42.9%)5-7-0 (41.7%)
Minnesota Vikings8-7 (53.3%)5-10 (33.3%)7-3 (70.0%)4-6-0 (40.0%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)6-6-0 (50.0%)
New England Patriots8-7 (53.3%)6-9 (40.0%)5-5 (50.0%)3-7-0 (30.0%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)7-5-0 (58.3%)
New Orleans Saints12-3 (80.0%)11-4 (73.3%)9-1 (90.0%)7-3-0 (70.0%)6-1 (85.7%)5-2-0 (71.4%)5-0 (100.%)3-2-0 (60.0%)8-4-0 (66.7%)
New York Giants6-9 (40.0%)5-10 (33.3%)6-4 (60.0%)5-5-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)5-7-0 (41.7%)
New York Jets6-9 (40.0%)8-7 (53.3%)2-3 (40.0%)2-3-0 (40.0%)4-4 (50.0%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)6-6-0 (50.0%)
Philadelphia Eagles7-8 (46.7%)10-4-1 (71.4%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)9-3-0 (75.0%)
Pittsburgh Steelers8-7 (53.3%)8-7 (53.3%)3-2 (60.0%)3-2-0 (60.0%)4-3 (57.1%)4-3-0 (57.1%)2-1 (66.7%)2-1-0 (66.7%)4-8-0 (33.3%)
San Diego Chargers8-7 (53.3%)6-9 (40.0%)4-3 (57.1%)2-5-0 (28.6%)4-3 (57.1%)2-5-0 (28.6%)4-2 (66.7%)2-4-0 (33.3%)5-7-0 (41.7%)
San Francisco 49ers13-2 (86.7%)9-6 (60.0%)12-2 (85.7%)8-6-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)6-1 (85.7%)4-3-0 (57.1%)7-4-1 (63.6%)
Seattle Seahawks9-6 (60.0%)8-7 (53.3%)6-5 (54.5%)5-6-0 (45.5%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)7-5-0 (58.3%)
St Louis Cardinals7-8 (46.7%)9-6 (60.0%)4-4 (50.0%)4-4-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)2-2 (50.0%)2-2-0 (50.0%)8-3-1 (72.7%)
Tampa Bay Buccaneers4-11 (26.7%)7-8 (46.7%)2-2 (50.0%)2-2-0 (50.0%)2-5 (28.6%)3-4-0 (42.9%)1-2 (33.3%)1-2-0 (33.3%)4-7-1 (36.4%)
Washington Redskins11-4 (73.3%)8-6-1 (57.1%)8-3 (72.7%)4-6-1 (40.0%)6-1 (85.7%)2-4-1 (33.3%)5-1 (83.3%)1-4-1 (20.0%)7-5-0 (58.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1987 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 13, 19871:00New York JetsW 31-28W -1.5@Buffalo BillsO 44
SunSep 13, 19871:00Los Angeles RamsL 16-20L -5@Houston OilersU 37
SunSep 13, 19871:00Cincinnati BengalsW 23-21L -5.5@Indianapolis ColtsP 44
SunSep 13, 19871:00@Kansas City ChiefsW 20-13W -3San Diego ChargersU 45
SunSep 13, 19871:00@Minnesota VikingsW 34-19W -6.5Detroit LionsO 41
SunSep 13, 19871:00@New England PatriotsW 28-21W -6Miami DolphinsO 47
SunSep 13, 19871:00Cleveland BrownsL 21-28L -2.5@New Orleans SaintsO 40
SunSep 13, 19871:00San Francisco 49ersL 17-30L -5.5@Pittsburgh SteelersO 40
SunSep 13, 19871:00@St Louis CardinalsW 24-13W PKDallas CowboysU 38
SunSep 13, 19871:00Atlanta FalconsL 10-48L -2@Tampa Bay BuccaneersO 40.5
SunSep 13, 19871:00@Washington RedskinsW 34-24P -10Philadelphia EaglesO 38
SunSep 13, 19874:00@Denver BroncosW 40-17W -3Seattle SeahawksO 43.5
SunSep 13, 19874:00Los Angeles RaidersW 20-0W -5@Green Bay PackersU 38
MonSep 14, 19879:00@Chicago BearsW 34-19W -1.5New York GiantsO 35.5
+ + +

+ +

Back to top

1987 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 20, 19871:00Washington RedskinsL 20-21L -6.5@Atlanta FalconsU 41.5
SunSep 20, 19871:00@Buffalo BillsW 34-30W -3.5Houston OilersO 41
SunSep 20, 19871:00@Chicago BearsW 20-3W -14Tampa Bay BuccaneersU 39
SunSep 20, 19871:00@Cincinnati BengalsL 26-27L PKSan Francisco 49ersO 47
SunSep 20, 19871:00@Cleveland BrownsW 34-10W -7Pittsburgh SteelersO 42
SunSep 20, 19871:00Denver BroncosT 17-17 (OT)L -9.5@Green Bay PackersU 42at Milwaukee
SunSep 20, 19871:00Miami DolphinsW 23-10W -5@Indianapolis ColtsU 46.5
SunSep 20, 19871:00New Orleans SaintsL 17-27L -1@Philadelphia EaglesO 37
SunSep 20, 19874:00@Los Angeles RaidersW 27-7W -7.5Detroit LionsU 36.5
SunSep 20, 19874:00@Los Angeles RamsL 16-21L -4.5Minnesota VikingsU 41.5
SunSep 20, 19874:00@New York GiantsL 14-16L -12Dallas CowboysU 39.5
SunSep 20, 19874:00@San Diego ChargersW 28-24L -5.5St Louis CardinalsO 45
SunSep 20, 19874:00@Seattle SeahawksW 43-14W -7Kansas City ChiefsO 41
MonSep 21, 19879:00New England PatriotsL 24-43L -2@New York JetsO 44
+ + +

+ +

Back to top

1987 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 19871:00Pittsburgh SteelersW 28-12W -3.5@Atlanta Falcons
SunOct 4, 19871:00Indianapolis ColtsW 47-6W -3.5@Buffalo Bills
SunOct 4, 19871:00@Cincinnati BengalsL 9-10L -2San Diego Chargers
SunOct 4, 19871:00Tampa Bay BuccaneersW 31-27W -2@Detroit Lions
SunOct 4, 19871:00@New England PatriotsL 10-20L -4Cleveland Browns
SunOct 4, 19871:00@New Orleans SaintsW 37-10W -5Los Angeles Rams
SunOct 4, 19871:00Chicago BearsW 35-3W -2@Philadelphia Eagles
SunOct 4, 19871:00St Louis CardinalsL 21-28L -5@Washington Redskins
SunOct 4, 19874:00@Denver BroncosL 10-40L -7Houston Oilers
SunOct 4, 19874:00@Los Angeles RaidersW 35-17W -7.5Kansas City Chiefs
SunOct 4, 19874:00Green Bay PackersW 23-16W -3.5@Minnesota Vikings
SunOct 4, 19874:00Dallas CowboysW 38-24W -7.5@New York Jets
SunOct 4, 19874:00Miami DolphinsL 20-24L -3@Seattle Seahawks
MonOct 5, 19879:00San Francisco 49ersW 41-21W -7.5@New York Giants
+ + +

+ +

Back to top

1987 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 19871:00@Chicago BearsW 27-7W -18Minnesota Vikings
SunOct 11, 19871:00@Cleveland BrownsL 10-15L -2.5Houston Oilers
SunOct 11, 19871:00@Dallas CowboysW 41-22L -21.5Philadelphia Eagles
SunOct 11, 19871:00@Green Bay PackersL 16-19 (OT)L -7Detroit Lions
SunOct 11, 19871:00@Indianapolis ColtsW 6-0L -11New York Jets
SunOct 11, 19871:00@Miami DolphinsW 42-0W -9.5Kansas City Chiefs
SunOct 11, 19871:00@New England PatriotsW 14-7L -10.5Buffalo Bills
SunOct 11, 19871:00@St Louis CardinalsW 24-19W -2.5New Orleans Saints
SunOct 11, 19871:00@Tampa Bay BuccaneersL 13-17L -3San Diego Chargers
SunOct 11, 19874:00San Francisco 49ersW 25-17L -23@Atlanta Falcons
SunOct 11, 19874:00Pittsburgh SteelersL 21-31L -3.5@Los Angeles Rams
SunOct 11, 19874:00Washington RedskinsW 38-12W -10.5@New York Giants
SunOct 11, 19874:00@Seattle SeahawksL 10-17L -7Cincinnati Bengals
MonOct 12, 19879:00Los Angeles RaidersL 14-30L -11@Denver Broncos
+ + +

+ +

Back to top

1987 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 19871:00Los Angeles RamsL 20-24L -12.5@Atlanta Falcons
SunOct 18, 19871:00@Chicago BearsL 17-19L -5.5New Orleans Saints
SunOct 18, 19871:00Cleveland BrownsW 34-0W -5@Cincinnati Bengals
SunOct 18, 19871:00Seattle SeahawksW 37-14W -3@Detroit Lions
SunOct 18, 19871:00@Green Bay PackersW 16-10 (OT)L -6.5Philadelphia Eagles
SunOct 18, 19871:00@Houston OilersL 7-21L -6New England Patriots
SunOct 18, 19871:00Miami DolphinsL 31-37 (OT)L -3@New York Jets
SunOct 18, 19871:00@Pittsburgh SteelersW 21-7W -11.5Indianapolis Colts
SunOct 18, 19871:00@Tampa Bay BuccaneersW 20-10W -5.5Minnesota Vikings
SunOct 18, 19874:00New York GiantsL 3-6 (OT)L -4@Buffalo Bills
SunOct 18, 19874:00Denver BroncosW 26-17L -12@Kansas City Chiefs
SunOct 18, 19874:00@Los Angeles RaidersL 17-23L -11.5San Diego Chargers
SunOct 18, 19874:00@San Francisco 49ersW 34-28L -13.5St Louis Cardinals
MonOct 19, 19879:00@Dallas CowboysL 7-13L -8Washington Redskins
+ + +

+ +

Back to top

1987 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 19871:00@Detroit LionsL 33-34L -5Green Bay PackersO 39
SunOct 25, 19871:00@Houston OilersW 37-33P -4Atlanta FalconsO 41
SunOct 25, 19871:00New England PatriotsL 16-30L -6.5@Indianapolis ColtsO 43
SunOct 25, 19871:00@Miami DolphinsL 31-34 (OT)L -9.5Buffalo BillsO 48.5
SunOct 25, 19871:00San Francisco 49ersW 24-22L -3@New Orleans SaintsO 42
SunOct 25, 19871:00@Philadelphia EaglesW 37-20W -2Dallas CowboysO 37.5
SunOct 25, 19871:00@Pittsburgh SteelersW 23-20W -2.5Cincinnati BengalsU 45
SunOct 25, 19871:00Chicago BearsW 27-26L -10@Tampa Bay BuccaneersO 38
SunOct 25, 19871:00@Washington RedskinsW 17-16L -7New York JetsU 45
SunOct 25, 19874:00@Los Angeles RaidersL 13-35L -2.5Seattle SeahawksO 40
SunOct 25, 19874:00@New York GiantsW 30-7W -10St Louis CardinalsU 40
SunOct 25, 19874:00@San Diego ChargersW 42-21W -4Kansas City ChiefsO 44
MonOct 26, 19879:00@Cleveland BrownsW 30-17W -5.5Los Angeles RamsO 42
MonOct 26, 19879:00@Minnesota VikingsW 34-27W -1.5Denver BroncosO 47
+ + +

+ +

Back to top

1987 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 19871:00New Orleans SaintsW 38-0W -2@Atlanta FalconsU 41
SunNov 1, 19871:00Washington RedskinsW 27-7W -3.5@Buffalo BillsU 45
SunNov 1, 19871:00@Chicago BearsW 31-28L -14.5Kansas City ChiefsO 40
SunNov 1, 19871:00@Cincinnati BengalsL 29-31L -6.5Houston OilersO 48.5
SunNov 1, 19871:00@Green Bay PackersL 17-23L -2Tampa Bay BuccaneersU 42.5at Milwaukee
SunNov 1, 19871:00@Miami DolphinsW 35-24W -6.5Pittsburgh SteelersO 45
SunNov 1, 19871:00@New England PatriotsW 26-23L -3.5Los Angeles RaidersO 42
SunNov 1, 19871:00@New York JetsL 14-19L -7Indianapolis ColtsU 44
SunNov 1, 19871:00@St Louis CardinalsL 23-28L -2.5Philadelphia EaglesO 42
SunNov 1, 19874:00@Denver BroncosW 34-0W -10.5Detroit LionsU 46
SunNov 1, 19874:00San Francisco 49ersW 31-10W -4.5@Los Angeles RamsU 41.5
SunNov 1, 19874:00@San Diego ChargersW 27-24 (OT)W -1Cleveland BrownsO 48
SunNov 1, 19874:00@Seattle SeahawksW 28-17W -6.5Minnesota VikingsU 47
MonNov 2, 19879:00New York GiantsL 24-33L -7@Dallas CowboysO 40
+ + +

+ +

Back to top

1987 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 19871:00Denver BroncosL 14-21L -5@Buffalo BillsU 45
SunNov 8, 19871:00@Cleveland BrownsW 38-3W -13Atlanta FalconsU 44
SunNov 8, 19871:00Dallas CowboysL 17-27L -5@Detroit LionsO 43
SunNov 8, 19871:00Chicago BearsW 26-24L -10@Green Bay PackersO 39
SunNov 8, 19871:00@Indianapolis ColtsL 13-16L PKSan Diego ChargersU 45
SunNov 8, 19871:00@Kansas City ChiefsL 16-17L -4Pittsburgh SteelersU 42
SunNov 8, 19871:00@Minnesota VikingsW 31-20W -4Los Angeles RaidersO 44.5
SunNov 8, 19871:00Washington RedskinsL 27-31L -4@Philadelphia EaglesO 41
SunNov 8, 19871:00@St Louis CardinalsW 31-28W -2.5Tampa Bay BuccaneersO 44
SunNov 8, 19874:00@Cincinnati BengalsL 14-20L -2Miami DolphinsU 55
SunNov 8, 19874:00New Orleans SaintsW 31-14W -3.5@Los Angeles RamsO 40
SunNov 8, 19874:00@San Francisco 49ersW 27-20L -10Houston OilersO 44.5
SunNov 8, 19878:00@New York GiantsW 17-10W -4.5New England PatriotsU 41.5
MonNov 9, 19879:00Seattle SeahawksL 14-30L -3.5@New York JetsU 46
+ + +

+ +

Back to top

1987 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 19871:00@Cleveland BrownsW 27-21L -7.5Buffalo BillsO 45
SunNov 15, 19871:00@Kansas City ChiefsL 9-16L -3New York JetsU 44
SunNov 15, 19871:00@Miami DolphinsL 21-40L -7Indianapolis ColtsO 46
SunNov 15, 19871:00@Minnesota VikingsW 23-17L -9Tampa Bay BuccaneersU 47.5
SunNov 15, 19871:00@New England PatriotsL 17-23 (OT)L -3.5Dallas CowboysU 43.5
SunNov 15, 19871:00@Pittsburgh SteelersL 3-23L -3.5Houston OilersU 44
SunNov 15, 19871:00@St Louis CardinalsL 24-27L -5Los Angeles RamsO 42
SunNov 15, 19871:00@Washington RedskinsW 20-13L -13.5Detroit LionsU 43
SunNov 15, 19874:00Cincinnati BengalsW 16-10W -5.5@Atlanta FalconsU 44.5
SunNov 15, 19874:00New York GiantsW 20-17W -1.5@Philadelphia EaglesU 40
SunNov 15, 19874:00@San Francisco 49ersL 24-26L -4New Orleans SaintsO 42
SunNov 15, 19874:00@Seattle SeahawksW 24-13L -13Green Bay PackersU 46
SunNov 15, 19878:00@San Diego ChargersW 16-14L -4Los Angeles RaidersU 43
MonNov 16, 19879:00@Denver BroncosW 31-29P -2Chicago BearsO 42.5
+ + +

+ +

Back to top

1987 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 19871:00@Chicago BearsW 30-10W -12Detroit LionsU 41.5
SunNov 22, 19871:00@Cincinnati BengalsL 16-30L -6Pittsburgh SteelersO 42
SunNov 22, 19871:00Cleveland BrownsW 40-7W -2@Houston OilersP 47
SunNov 22, 19871:00@Kansas City ChiefsL 3-23L -4Green Bay PackersU 41.5
SunNov 22, 19871:00@Minnesota VikingsW 24-13L -14Atlanta FalconsU 44.5
SunNov 22, 19871:00@New England PatriotsW 24-0W -1Indianapolis ColtsU 39
SunNov 22, 19871:00@New York JetsL 14-17L -3.5Buffalo BillsU 42.5
SunNov 22, 19871:00@Philadelphia EaglesL 19-31L -6.5St Louis CardinalsO 43
SunNov 22, 19871:00San Francisco 49ersW 24-10W -6@Tampa Bay BuccaneersU 47
SunNov 22, 19874:00Denver BroncosW 23-17W -1@Los Angeles RaidersU 43
SunNov 22, 19874:00@New Orleans SaintsW 23-14W -2.5New York GiantsU 41
SunNov 22, 19874:00@Seattle SeahawksW 34-3W -8San Diego ChargersU 44.5
SunNov 22, 19878:00@Dallas CowboysL 14-20L -2Miami DolphinsU 48
MonNov 23, 19879:00@Washington RedskinsL 26-30L -10Los Angeles RamsO 41
+ + +

+ +

Back to top

1987 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 198712:30@Detroit LionsL 20-27L -5Kansas City ChiefsO 42
ThuNov 26, 19874:00Minnesota VikingsW 44-38 (OT)W -1@Dallas CowboysO 44
SunNov 29, 19871:00St Louis CardinalsW 34-21W -2.5@Atlanta FalconsO 44.5
SunNov 29, 19871:00Miami DolphinsL 0-27L -1.5@Buffalo BillsU 46
SunNov 29, 19871:00@Chicago BearsW 23-10W -12Green Bay PackersU 40.5
SunNov 29, 19871:00@Indianapolis ColtsW 51-27W -3.5Houston OilersO 42
SunNov 29, 19871:00@New England PatriotsL 31-34 (OT)L -3.5Philadelphia EaglesO 41
SunNov 29, 19871:00@New York JetsW 27-20W -4Cincinnati BengalsO 42
SunNov 29, 19871:00New Orleans SaintsW 20-16W -2.5@Pittsburgh SteelersU 40
SunNov 29, 19874:00@Los Angeles RamsW 35-3W -4.5Tampa Bay BuccaneersU 43
SunNov 29, 19874:00Denver BroncosW 31-17W -1@San Diego ChargersO 45.5
SunNov 29, 19874:00@Washington RedskinsW 23-19W -3.5New York GiantsO 39.5
SunNov 29, 19878:00@San Francisco 49ersW 38-24W -3Cleveland BrownsO 46.5
MonNov 30, 19879:00@Seattle SeahawksL 14-37L -9Los Angeles RaidersO 44
+ + +

+ +

Back to top

1987 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 6, 19871:00@Cincinnati BengalsW 30-27 (OT)L -4.5Kansas City ChiefsO 44.5
SunDec 6, 19871:00@Cleveland BrownsL 7-9L -8Indianapolis ColtsU 42
SunDec 6, 19871:00@Dallas CowboysL 10-21L -9.5Atlanta FalconsU 44
SunDec 6, 19871:00Los Angeles RamsW 37-16W -3.5@Detroit LionsO 44
SunDec 6, 19871:00San Francisco 49ersW 23-12W -6.5@Green Bay PackersU 41
SunDec 6, 19871:00San Diego ChargersL 18-33L -2.5@Houston OilersO 46.5
SunDec 6, 19871:00@New York GiantsW 23-20 (OT)L -5Philadelphia EaglesO 41
SunDec 6, 19871:00Seattle SeahawksL 9-13L -3.5@Pittsburgh SteelersU 41
SunDec 6, 19871:00Washington RedskinsW 34-17W -3.5@St Louis CardinalsO 45
SunDec 6, 19874:00@Denver BroncosW 31-20W -8New England PatriotsO 45.5
SunDec 6, 19874:00@Los Angeles RaidersW 34-21W -3.5Buffalo BillsO 42
SunDec 6, 19874:00@New Orleans SaintsW 44-34L -10.5Tampa Bay BuccaneersO 44
SunDec 6, 19878:00@Minnesota VikingsL 24-30L -1.5Chicago BearsO 46
MonDec 7, 19879:00@Miami DolphinsW 37-28W -3.5New York JetsO 45
+ + +

+ +

Back to top

1987 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 13, 19871:00@Cleveland BrownsW 38-24W -7.5Cincinnati BengalsO 40.5
SunDec 13, 19871:00Minnesota VikingsL 10-16L -4@Green Bay PackersU 37.5at Milwaukee
SunDec 13, 19871:00@Indianapolis ColtsL 3-27L -3.5Buffalo BillsU 44.5
SunDec 13, 19871:00@New England PatriotsW 42-20W -4New York JetsO 45
SunDec 13, 19871:00@New Orleans SaintsW 24-10W -7.5Houston OilersU 46.5
SunDec 13, 19871:00@Philadelphia EaglesL 10-28L -1.5Miami DolphinsU 44
SunDec 13, 19871:00@Washington RedskinsW 24-20L -9.5Dallas CowboysO 42
SunDec 13, 19874:00Los Angeles RaidersL 10-16L -5.5@Kansas City ChiefsU 40
SunDec 13, 19874:00@Los Angeles RamsW 33-0W -10Atlanta FalconsU 41.5
SunDec 13, 19874:00@San Diego ChargersL 16-20L -3Pittsburgh SteelersU 45
SunDec 13, 19874:00New York GiantsL 24-27L -3@St Louis CardinalsO 41
SunDec 13, 19874:00@Tampa Bay BuccaneersL 10-20L -6Detroit LionsU 47.5
SunDec 13, 19878:00@Seattle SeahawksW 28-21W -3.5Denver BroncosO 47.5
MonDec 14, 19879:00@San Francisco 49ersW 41-0W -5.5Chicago BearsU 45.5
+ + +

+ +

Back to top

1987 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 19, 198712:30@New York GiantsW 20-10W -7Green Bay PackersU 39
SatDec 19, 19874:00@Denver BroncosW 20-17L -9.5Kansas City ChiefsU 44
SunDec 20, 19871:00@Buffalo BillsL 7-13L -4New England PatriotsU 41
SunDec 20, 19871:00@Chicago BearsL 21-34L -3.5Seattle SeahawksO 37
SunDec 20, 19871:00New Orleans SaintsW 41-24W -3@Cincinnati BengalsO 45
SunDec 20, 19871:00Minnesota VikingsW 17-14L -6@Detroit LionsU 46
SunDec 20, 19871:00@Houston OilersW 24-16W PKPittsburgh SteelersU 43
SunDec 20, 19871:00@New York JetsL 27-38L -2Philadelphia EaglesO 42
SunDec 20, 19874:00@Los Angeles RaidersL 17-24L -2.5Cleveland BrownsU 43
SunDec 20, 19874:00@San Diego ChargersL 7-20L -3.5Indianapolis ColtsU 42
SunDec 20, 19874:00@San Francisco 49ersW 35-7W -16Atlanta FalconsP 42
SunDec 20, 19874:00St Louis CardinalsW 31-14W -3@Tampa Bay BuccaneersP 45
SunDec 20, 19878:00@Miami DolphinsW 23-21L -3Washington RedskinsU 49
MonDec 21, 19879:00@Los Angeles RamsL 21-29L -7Dallas CowboysO 44
+ + +

+ +

Back to top

1987 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 26, 198712:30Cleveland BrownsW 19-13W -3@Pittsburgh SteelersU 40
SatDec 26, 19874:00@Minnesota VikingsL 24-27 (OT)L -2.5Washington RedskinsO 46
SunDec 27, 19871:00Detroit LionsW 30-13W -1@Atlanta FalconsO 42
SunDec 27, 19871:00St Louis CardinalsL 16-21L -2.5@Dallas CowboysU 46
SunDec 27, 19871:00@Houston OilersW 21-17L -6.5Cincinnati BengalsU 49
SunDec 27, 19871:00@Indianapolis ColtsW 24-6W -10.5Tampa Bay BuccaneersU 42
SunDec 27, 19871:00Seattle SeahawksL 20-41L -6@Kansas City ChiefsO 42
SunDec 27, 19871:00@New Orleans SaintsW 33-24L -10.5Green Bay PackersO 42
SunDec 27, 19871:00@New York GiantsW 20-7W -8New York JetsU 43
SunDec 27, 19871:00@Philadelphia EaglesW 17-7W -2.5Buffalo BillsU 45
SunDec 27, 19874:00@Denver BroncosW 24-0W -11San Diego ChargersU 39
SunDec 27, 19874:00Chicago BearsW 6-3W -1@Los Angeles RaidersU 40
SunDec 27, 19878:00@San Francisco 49ersW 48-0W -9.5Los Angeles RamsO 43
MonDec 28, 19879:00@Miami DolphinsL 10-24L -5.5New England PatriotsU 49
+ + +

+

Back to top

+

1987 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSunJan 3, 198812:30@New Orleans Saints (4)L 10-44L -6.5Minnesota Vikings (5)O 46
AFC Wild CardSunJan 3, 19884:00Seattle Seahawks (5)L 20-23 (OT)L -2.5@Houston Oilers (4)U 45
AFC DivisionalSatJan 9, 198812:30@Cleveland Browns (2)W 38-21W -8Indianapolis Colts (3)O 37
NFC DivisionalSatJan 9, 19884:00@San Francisco 49ers (1)L 24-36L -11Minnesota Vikings (5)O 47
NFC DivisionalSunJan 10, 198812:30@Chicago Bears (2)L 17-21L -4.5Washington Redskins (3)P 38
AFC DivisionalSunJan 10, 19884:00@Denver Broncos (1)W 34-10W -10Houston Oilers (4)U 46
NFC ChampionshipSunJan 17, 198812:30@Washington Redskins (3)W 17-10W -3Minnesota Vikings (5)U 45
AFC ChampionshipSunJan 17, 19884:00@Denver Broncos (1)W 38-33W -3Cleveland Browns (2)O 45
Super Bowl XXIISunJan 31, 19886:00NDenver Broncos (1)L 10-42L -3.5Washington Redskins (3)O 47.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1988.html b/data/1988.html new file mode 100644 index 0000000..eaf4193 --- /dev/null +++ b/data/1988.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1988 Season

+ +

Historical NFL Game Odds

1988 Season

<<-- 1987 Season    1989 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1988 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-3 (76.9%)8-4-1 (66.7%)8-6 (57.1%)8-5-1 (61.5%)7-2 (77.8%)6-2-1 (75.0%)1-3 (25.0%)2-2-0 (50.0%)5-9-0 (35.7%)
29-5 (64.3%)5-8-1 (38.5%)7-7 (50.0%)5-8-1 (38.5%)7-5 (58.3%)4-7-1 (36.4%)0-2 (0.0%)1-1-0 (50.0%)4-10-0 (28.6%)
37-7 (50.0%)5-9-0 (35.7%)6-8 (42.9%)6-8-0 (42.9%)3-4 (42.9%)2-5-0 (28.6%)3-4 (42.9%)4-3-0 (57.1%)4-10-0 (28.6%)
410-4 (71.4%)6-7-1 (46.2%)8-6 (57.1%)4-9-1 (30.8%)7-3 (70.0%)3-6-1 (33.3%)1-3 (25.0%)1-3-0 (25.0%)7-6-1 (53.8%)
58-5 (61.5%)6-8-0 (42.9%)7-6 (53.8%)5-9-0 (35.7%)6-4 (60.0%)4-7-0 (36.4%)1-2 (33.3%)1-2-0 (33.3%)7-7-0 (50.0%)
610-4 (71.4%)8-6-0 (57.1%)7-7 (50.0%)5-9-0 (35.7%)6-3 (66.7%)4-5-0 (44.4%)1-4 (20.0%)1-4-0 (20.0%)6-8-0 (42.9%)
76-6 (50.0%)4-8-0 (33.3%)8-6 (57.1%)6-8-0 (42.9%)6-5 (54.5%)4-7-0 (36.4%)1-0 (100.%)1-0-0 (100.%)11-3-0 (78.6%)
810-3 (76.9%)5-8-0 (38.5%)7-7 (50.0%)6-8-0 (42.9%)6-2 (75.0%)3-5-0 (37.5%)1-4 (20.0%)3-2-0 (60.0%)7-6-1 (53.8%)
99-5 (64.3%)4-10-0 (28.6%)9-5 (64.3%)8-6-0 (57.1%)7-3 (70.0%)4-6-0 (40.0%)2-2 (50.0%)4-0-0 (100.%)4-8-2 (33.3%)
1011-1 (91.7%)8-4-0 (66.7%)12-2 (85.7%)9-5-0 (64.3%)10-0 (100.%)7-3-0 (70.0%)1-1 (50.0%)1-1-0 (50.0%)8-6-0 (57.1%)
116-8 (42.9%)5-9-0 (35.7%)4-10 (28.6%)5-9-0 (35.7%)2-6 (25.0%)2-6-0 (25.0%)2-4 (33.3%)3-3-0 (50.0%)6-8-0 (42.9%)
128-6 (57.1%)7-7-0 (50.0%)7-7 (50.0%)6-8-0 (42.9%)6-5 (54.5%)5-6-0 (45.5%)1-2 (33.3%)1-2-0 (33.3%)7-7-0 (50.0%)
1311-2 (84.6%)10-3-0 (76.9%)9-5 (64.3%)8-6-0 (57.1%)8-2 (80.0%)7-3-0 (70.0%)0-3 (0.0%)0-3-0 (0.0%)7-7-0 (50.0%)
1411-3 (78.6%)9-5-0 (64.3%)10-4 (71.4%)8-6-0 (57.1%)9-2 (81.8%)7-4-0 (63.6%)1-2 (33.3%)1-2-0 (33.3%)8-6-0 (57.1%)
159-5 (64.3%)7-7-0 (50.0%)12-2 (85.7%)10-4-0 (71.4%)9-2 (81.8%)7-4-0 (63.6%)3-0 (100.%)3-0-0 (100.%)6-8-0 (42.9%)
168-6 (57.1%)5-9-0 (35.7%)10-4 (71.4%)7-7-0 (50.0%)7-3 (70.0%)4-6-0 (40.0%)3-1 (75.0%)3-1-0 (75.0%)6-7-1 (46.2%)
Playoffs8-1 (88.9%)7-2-0 (77.8%)6-2 (75.0%)6-2-0 (75.0%)6-1 (85.7%)6-1-0 (85.7%)0-1 (0.0%)0-1-0 (0.0%)2-7-0 (22.2%)
+ +


1988 Results by Team

Click on a team to view 1988 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons5-11 (31.3%)8-7-1 (53.3%)2-1 (66.7%)2-1-0 (66.7%)2-6 (25.0%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)7-9-0 (43.8%)
Buffalo Bills12-4 (75.0%)9-6-1 (60.0%)8-2 (80.0%)5-4-1 (55.6%)8-0 (100.%)5-2-1 (71.4%)7-0 (100.%)4-2-1 (66.7%)6-10-0 (37.5%)
Chicago Bears12-4 (75.0%)11-5 (68.8%)11-2 (84.6%)9-4-0 (69.2%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)4-11-1 (26.7%)
Cincinnati Bengals12-4 (75.0%)11-5 (68.8%)9-2 (81.8%)8-3-0 (72.7%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)9-6-1 (60.0%)
Cleveland Browns10-6 (62.5%)8-8 (50.0%)7-4 (63.6%)5-6-0 (45.5%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)5-10-1 (33.3%)
Dallas Cowboys3-13 (18.8%)6-8-2 (42.9%)1-1 (50.0%)0-1-1 (0.0%)1-7 (12.5%)1-6-1 (14.3%)1-1 (50.0%)0-1-1 (0.0%)8-8-0 (50.0%)
Denver Broncos8-8 (50.0%)8-8 (50.0%)4-4 (50.0%)3-5-0 (37.5%)6-2 (75.0%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Detroit Lions4-12 (25.0%)8-8 (50.0%)2-1 (66.7%)2-1-0 (66.7%)2-6 (25.0%)3-5-0 (37.5%)2-1 (66.7%)2-1-0 (66.7%)5-11-0 (31.3%)
Green Bay Packers4-12 (25.0%)6-10 (37.5%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)4-11-1 (26.7%)
Houston Oilers10-6 (62.5%)9-7 (56.3%)6-2 (75.0%)5-3-0 (62.5%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)10-6-0 (62.5%)
Indianapolis Colts9-7 (56.3%)6-10 (37.5%)7-2 (77.8%)4-5-0 (44.4%)6-2 (75.0%)3-5-0 (37.5%)5-1 (83.3%)2-4-0 (33.3%)9-7-0 (56.3%)
Kansas City Chiefs4-11-1 (26.7%)8-8 (50.0%)1-3 (25.0%)1-3-0 (25.0%)4-4 (50.0%)5-3-0 (62.5%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Los Angeles Raiders7-9 (43.8%)6-10 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-5 (37.5%)2-6-0 (25.0%)3-4 (42.9%)2-5-0 (28.6%)8-8-0 (50.0%)
Los Angeles Rams10-6 (62.5%)9-7 (56.3%)7-4 (63.6%)6-5-0 (54.5%)4-4 (50.0%)3-5-0 (37.5%)4-3 (57.1%)3-4-0 (42.9%)7-8-1 (46.7%)
Miami Dolphins6-10 (37.5%)4-11-1 (26.7%)3-2 (60.0%)0-5-0 (0.0%)4-4 (50.0%)2-6-0 (25.0%)2-2 (50.0%)0-4-0 (0.0%)6-10-0 (37.5%)
Minnesota Vikings11-5 (68.8%)9-7 (56.3%)10-4 (71.4%)7-7-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)7-9-0 (43.8%)
New England Patriots9-7 (56.3%)10-6 (62.5%)5-3 (62.5%)4-4-0 (50.0%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)5-10-1 (33.3%)
New Orleans Saints10-6 (62.5%)7-9 (43.8%)8-2 (80.0%)4-6-0 (40.0%)5-3 (62.5%)2-6-0 (25.0%)5-2 (71.4%)2-5-0 (28.6%)7-9-0 (43.8%)
New York Giants10-6 (62.5%)7-9 (43.8%)8-4 (66.7%)5-7-0 (41.7%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)8-8-0 (50.0%)
New York Jets8-7-1 (53.3%)8-8 (50.0%)3-2 (60.0%)2-4-0 (33.3%)5-2 (71.4%)4-4-0 (50.0%)2-2 (50.0%)1-4-0 (20.0%)9-6-1 (60.0%)
Philadelphia Eagles10-6 (62.5%)9-7 (56.3%)7-3 (70.0%)5-5-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)8-8-0 (50.0%)
Phoenix Cardinals7-9 (43.8%)6-10 (37.5%)4-3 (57.1%)3-4-0 (42.9%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)10-5-1 (66.7%)
Pittsburgh Steelers5-11 (31.3%)7-8-1 (46.7%)3-3 (50.0%)2-3-1 (40.0%)4-4 (50.0%)4-3-1 (57.1%)3-3 (50.0%)2-3-1 (40.0%)10-5-1 (66.7%)
San Diego Chargers6-10 (37.5%)8-8 (50.0%)2-0 (100.%)2-0-0 (100.%)3-5 (37.5%)3-5-0 (37.5%)2-0 (100.%)2-0-0 (100.%)5-11-0 (31.3%)
San Francisco 49ers10-6 (62.5%)10-6 (62.5%)7-4 (63.6%)5-6-0 (45.5%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)10-6-0 (62.5%)
Seattle Seahawks9-7 (56.3%)8-8 (50.0%)6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)4-4-0 (50.0%)5-1 (83.3%)4-2-0 (66.7%)7-8-1 (46.7%)
Tampa Bay Buccaneers5-11 (31.3%)10-6 (62.5%)2-0 (100.%)2-0-0 (100.%)3-5 (37.5%)4-4-0 (50.0%)2-0 (100.%)2-0-0 (100.%)8-8-0 (50.0%)
Washington Redskins7-9 (43.8%)5-11 (31.3%)6-6 (50.0%)3-9-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)10-6-0 (62.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1988 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 4, 19881:00Minnesota VikingsL 10-13L -2.5@Buffalo BillsU 44
SunSep 4, 19881:00@Chicago BearsW 34-7W -3.5Miami DolphinsU 46
SunSep 4, 19881:00@Cincinnati BengalsW 21-14W -5.5Phoenix CardinalsU 47
SunSep 4, 19881:00@Detroit LionsW 31-17W -4Atlanta FalconsO 43
SunSep 4, 19881:00Los Angeles RamsW 34-7W -3@Green Bay PackersU 43
SunSep 4, 19881:00@New Orleans SaintsL 33-34L PKSan Francisco 49ersO 43
SunSep 4, 19881:00@Pittsburgh SteelersW 24-21P -3Dallas CowboysO 41
SunSep 4, 19881:00Philadelphia EaglesW 41-14W -6.5@Tampa Bay BuccaneersO 43
SunSep 4, 19884:00@Denver BroncosL 14-21L -4Seattle SeahawksU 46
SunSep 4, 19884:00@Indianapolis ColtsL 14-17 (OT)L -3Houston OilersU 41
SunSep 4, 19884:00Cleveland BrownsW 6-3L -3.5@Kansas City ChiefsU 42
SunSep 4, 19884:00@Los Angeles RaidersW 24-13W -6San Diego ChargersU 41
SunSep 4, 19884:00@New England PatriotsW 28-3W -6New York JetsU 45
MonSep 5, 19888:00@New York GiantsW 27-20W -2Washington RedskinsO 42
+ + +

+ +

Back to top

1988 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 11, 19881:00New Orleans SaintsW 29-21L -8.5@Atlanta FalconsO 43
SunSep 11, 19881:00@Buffalo BillsW 9-6P -3Miami DolphinsU 44
SunSep 11, 19881:00@Green Bay PackersL 10-13L -6.5Tampa Bay BuccaneersU 42
SunSep 11, 19881:00Chicago BearsW 17-13W -1.5@Indianapolis ColtsU 42
SunSep 11, 19881:00@New York GiantsL 17-20L -2San Francisco 49ersU 44
SunSep 11, 19881:00@Washington RedskinsW 30-29L -7.5Pittsburgh SteelersO 43
SunSep 11, 19884:00@Cleveland BrownsL 3-23L -9.5New York JetsU 40
SunSep 11, 19884:00@Denver BroncosW 34-3W -12San Diego ChargersU 43
SunSep 11, 19884:00@Houston OilersW 38-35W -2.5Los Angeles RaidersO 40
SunSep 11, 19884:00@Los Angeles RamsW 17-10L -10Detroit LionsU 43
SunSep 11, 19884:00@Minnesota VikingsW 36-6W -6.5New England PatriotsU 45
SunSep 11, 19884:00@Philadelphia EaglesL 24-28L -5Cincinnati BengalsO 47
SunSep 11, 19884:00@Seattle SeahawksW 31-10W -8Kansas City ChiefsU 43
MonSep 12, 19888:00@Phoenix CardinalsL 14-17L -2.5Dallas CowboysU 45
+ + +

+ +

Back to top

1988 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 19881:00@Chicago BearsL 7-31L -3Minnesota VikingsU 42
SunSep 18, 19881:00New Orleans SaintsW 22-14W -5.5@Detroit LionsU 44
SunSep 18, 19881:00Denver BroncosL 13-20L -5@Kansas City ChiefsU 43
SunSep 18, 19881:00@Miami DolphinsW 24-17L -10Green Bay PackersU 43
SunSep 18, 19881:00@New England PatriotsL 14-16L -2.5Buffalo BillsU 38
SunSep 18, 19881:00Houston OilersL 3-45L -2@New York JetsO 41
SunSep 18, 19881:00@Pittsburgh SteelersL 12-17L -2.5Cincinnati BengalsU 47
SunSep 18, 19881:00Phoenix CardinalsW 30-24W -3@Tampa Bay BuccaneersO 42
SunSep 18, 19881:00@Washington RedskinsW 17-10W -5Philadelphia EaglesU 47
SunSep 18, 19884:00New York GiantsW 12-10L -3@Dallas CowboysU 42
SunSep 18, 19884:00Los Angeles RamsW 22-17W -1@Los Angeles RaidersU 41
SunSep 18, 19884:00Seattle SeahawksL 6-17L -8@San Diego ChargersU 42
SunSep 18, 19884:00@San Francisco 49ersL 17-34L -14Atlanta FalconsO 44
MonSep 19, 19888:00@Cleveland BrownsW 23-17W -2Indianapolis ColtsO 37
+ + +

+ +

Back to top

1988 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 19881:00@Buffalo BillsW 36-28W -4Pittsburgh SteelersO 38
SunSep 25, 19881:00@Cincinnati BengalsW 24-17W -3.5Cleveland BrownsP 41
SunSep 25, 19881:00@Dallas CowboysW 26-20P -6Atlanta FalconsO 42
SunSep 25, 19881:00New York JetsW 17-10W -2@Detroit LionsU 40
SunSep 25, 19881:00Chicago BearsW 24-6W -6@Green Bay PackersU 38
SunSep 25, 19881:00@Houston OilersW 31-6W -3.5New England PatriotsU 41
SunSep 25, 19881:00@Indianapolis ColtsW 15-13L -2.5Miami DolphinsU 42
SunSep 25, 19881:00@Minnesota VikingsW 23-21L -6Philadelphia EaglesU 45
SunSep 25, 19881:00@New Orleans SaintsW 13-9L -13.5Tampa Bay BuccaneersU 44
SunSep 25, 19884:00@Kansas City ChiefsL 23-24L -6San Diego ChargersO 38
SunSep 25, 19884:00@New York GiantsL 31-45L -3.5Los Angeles RamsO 39
SunSep 25, 19884:00Washington RedskinsL 21-30L -3.5@Phoenix CardinalsO 41
SunSep 25, 19884:00San Francisco 49ersW 38-7W -1.5@Seattle SeahawksO 42
MonSep 26, 19888:00@Denver BroncosL 27-30 (OT)L -6.5Los Angeles RaidersO 43
+ + +

+ +

Back to top

1988 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 19881:00Seattle SeahawksW 31-20W -4@Atlanta FalconsO 39
SunOct 2, 19881:00@Chicago BearsW 24-3W -4Buffalo BillsU 37
SunOct 2, 19881:00@New England PatriotsW 21-17W -2Indianapolis ColtsO 37
SunOct 2, 19881:00@Philadelphia EaglesW 32-23W -4Houston OilersO 44
SunOct 2, 19881:00@Pittsburgh SteelersL 9-23L -2.5Cleveland BrownsU 40
SunOct 2, 19881:00@Tampa Bay BuccaneersW 27-24W -2.5Green Bay PackersO 39
SunOct 2, 19881:00@Washington RedskinsL 23-24L -3.5New York GiantsO 41
SunOct 2, 19884:00@Los Angeles RaidersL 21-45L -1.5Cincinnati BengalsO 44
SunOct 2, 19884:00@Los Angeles RamsL 27-41L -7.5Phoenix CardinalsO 42
SunOct 2, 19884:00Minnesota VikingsL 7-24L -3@Miami DolphinsU 42
SunOct 2, 19884:00@New York JetsT 17-17 (OT)L -5.5Kansas City ChiefsU 39
SunOct 2, 19884:00Denver BroncosW 12-0W -4@San Diego ChargersU 41
SunOct 2, 19884:00@San Francisco 49ersW 20-13L -13.5Detroit LionsU 43
MonOct 3, 19889:00@New Orleans SaintsW 20-17L -6.5Dallas CowboysU 43
+ + +

+ +

Back to top

1988 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 19881:00Los Angeles RamsW 33-0W -6.5@Atlanta FalconsU 44
SunOct 9, 19881:00@Buffalo BillsW 34-23W -4.5Indianapolis ColtsO 36
SunOct 9, 19881:00@Cincinnati BengalsW 36-19W -6New York JetsO 43
SunOct 9, 19881:00@Cleveland BrownsL 10-16L -3.5Seattle SeahawksU 38
SunOct 9, 19881:00Washington RedskinsW 35-17W -1.5@Dallas CowboysO 42
SunOct 9, 19881:00Chicago BearsW 24-7W -7@Detroit LionsU 37
SunOct 9, 19881:00New England PatriotsL 3-45L -2.5@Green Bay PackersO 38at Milwaukee
SunOct 9, 19881:00@Houston OilersW 7-6L -5Kansas City ChiefsU 42
SunOct 9, 19881:00@Minnesota VikingsW 14-13L -13Tampa Bay BuccaneersU 43
SunOct 9, 19884:00@Los Angeles RaidersL 14-24L -2.5Miami DolphinsU 45
SunOct 9, 19884:00@Phoenix CardinalsW 31-14W -6Pittsburgh SteelersO 44
SunOct 9, 19884:00New Orleans SaintsW 23-17W -4.5@San Diego ChargersO 39
SunOct 9, 19884:00@San Francisco 49ersL 13-16 (OT)L -6Denver BroncosU 43
MonOct 10, 19889:00@Philadelphia EaglesW 24-13W -2New York GiantsU 44
+ + +

+ +

Back to top

1988 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 19881:00@Chicago BearsW 17-7W -7Dallas CowboysU 38
SunOct 16, 19881:00@Cleveland BrownsW 19-3W PKPhiladelphia EaglesU 38
SunOct 16, 19881:00@Indianapolis ColtsW 35-31L -6Tampa Bay BuccaneersO 38
SunOct 16, 19881:00@Kansas City ChiefsL 17-27L -3Los Angeles RaidersO 40
SunOct 16, 19881:00@Minnesota VikingsL 14-34L -10Green Bay PackersO 41
SunOct 16, 19881:00Cincinnati BengalsL 21-27L -5@New England PatriotsO 43
SunOct 16, 19881:00@New York GiantsW 30-10W -11Detroit LionsO 39
SunOct 16, 19881:00@Pittsburgh SteelersL 14-34L -1Houston OilersO 38
SunOct 16, 19881:00@Washington RedskinsW 33-17W -6.5Phoenix CardinalsO 46
SunOct 16, 19884:00@Denver BroncosW 30-14W -13Atlanta FalconsO 42
SunOct 16, 19884:00@Los Angeles RamsL 21-24L PKSan Francisco 49ersO 43
SunOct 16, 19884:00@Miami DolphinsW 31-28L -9.5San Diego ChargersO 40
SunOct 16, 19884:00@Seattle SeahawksL 19-20L -2.5New Orleans SaintsU 40
MonOct 17, 19889:00@New York JetsL 14-37L -2Buffalo BillsO 40
+ + +

+ +

Back to top

1988 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 19881:00New York GiantsW 23-16L -7.5@Atlanta FalconsU 43
SunOct 23, 19881:00@Buffalo BillsW 23-20L -6.5New England PatriotsO 40
SunOct 23, 19881:00@Cincinnati BengalsW 44-21W -5Houston OilersO 46
SunOct 23, 19881:00@Kansas City ChiefsL 6-7L -6.5Detroit LionsU 37
SunOct 23, 19881:00@New Orleans SaintsW 20-6W -5Los Angeles RaidersU 42
SunOct 23, 19881:00@Philadelphia EaglesW 24-23L -5.5Dallas CowboysO 41
SunOct 23, 19881:00Denver BroncosL 21-39L -4@Pittsburgh SteelersO 41
SunOct 23, 19881:00Minnesota VikingsW 49-20W -3.5@Tampa Bay BuccaneersO 42
SunOct 23, 19884:00Washington RedskinsW 20-17L -5@Green Bay PackersU 44at Milwaukee
SunOct 23, 19884:00@Los Angeles RamsW 31-10W -4.5Seattle SeahawksP 41
SunOct 23, 19884:00@Miami DolphinsL 30-44L -6.5New York JetsO 43
SunOct 23, 19884:00Cleveland BrownsW 29-21W -1@Phoenix CardinalsO 41
SunOct 23, 19884:00@San Diego ChargersL 0-16L PKIndianapolis ColtsU 39
MonOct 24, 19889:00@Chicago BearsW 10-9L -2.5San Francisco 49ersU 39
+ + +

+ +

Back to top

1988 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 19881:00@Buffalo BillsW 28-0W -7Green Bay PackersU 41
SunOct 30, 19881:00@Cleveland BrownsW 23-16W -3.5Cincinnati BengalsU 43
SunOct 30, 19881:00@Dallas CowboysL 10-16L -3Phoenix CardinalsU 43
SunOct 30, 19881:00Chicago BearsL 7-30L -5@New England PatriotsP 37
SunOct 30, 19881:00@New Orleans SaintsL 10-12L -2Los Angeles RamsU 41
SunOct 30, 19881:00@New York JetsW 24-20L -4.5Pittsburgh SteelersP 44
SunOct 30, 19881:00@Philadelphia EaglesL 24-27L -10.5Atlanta FalconsO 43
SunOct 30, 19881:00Miami DolphinsW 17-14L -4@Tampa Bay BuccaneersU 46
SunOct 30, 19884:00New York GiantsW 13-10 (OT)L -7@Detroit LionsU 37
SunOct 30, 19884:00@Los Angeles RaidersW 17-10W -6.5Kansas City ChiefsU 40
SunOct 30, 19884:00@San Francisco 49ersW 24-21L -4Minnesota VikingsO 42
SunOct 30, 19884:00@Seattle SeahawksW 17-14L -8San Diego ChargersU 39
SunOct 30, 19888:00Washington RedskinsL 17-41L -1@Houston OilersO 47
MonOct 31, 19889:00@Indianapolis ColtsW 55-23W -1Denver BroncosO 40
+ + +

+ +

Back to top

1988 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 19881:00@Atlanta FalconsW 20-0W -3Green Bay PackersU 42
SunNov 6, 19881:00@Chicago BearsW 28-10W -9.5Tampa Bay BuccaneersO 36
SunNov 6, 19881:00@Cincinnati BengalsW 42-7W -8Pittsburgh SteelersO 47
SunNov 6, 19881:00@Minnesota VikingsW 44-17W -11Detroit LionsO 39
SunNov 6, 19881:00@New England PatriotsW 21-10W -3.5Miami DolphinsU 41
SunNov 6, 19881:00@New York GiantsW 29-21W -6Dallas CowboysO 37
SunNov 6, 19881:00Los Angeles RamsL 24-30L -1@Philadelphia EaglesO 43
SunNov 6, 19884:00@Denver BroncosW 17-11L -8Kansas City ChiefsU 40
SunNov 6, 19884:00@Indianapolis ColtsW 38-14W -4New York JetsO 41
SunNov 6, 19884:00@Phoenix CardinalsW 24-23L -3San Francisco 49ersO 44
SunNov 6, 19884:00@Seattle SeahawksL 3-13L PKBuffalo BillsU 38
SunNov 6, 19884:00@Washington RedskinsW 27-24L -3.5New Orleans SaintsO 42
SunNov 6, 19888:00Los Angeles RaidersW 13-3W -3@San Diego ChargersU 38
MonNov 7, 19889:00@Houston OilersW 24-17W PKCleveland BrownsU 43
+ + +

+ +

Back to top

1988 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 19881:00@Atlanta FalconsL 7-10L -5.5San Diego ChargersU 37
SunNov 13, 19881:00@Detroit LionsL 20-23L -2.5Tampa Bay BuccaneersO 38
SunNov 13, 19881:00Indianapolis ColtsW 20-13W -5@Green Bay PackersU 38
SunNov 13, 19881:00Cincinnati BengalsL 28-31L -6.5@Kansas City ChiefsO 40
SunNov 13, 19881:00@New York JetsL 13-14L -2New England PatriotsU 41
SunNov 13, 19881:00Philadelphia EaglesW 27-26L -3@Pittsburgh SteelersO 45
SunNov 13, 19881:00@Washington RedskinsL 14-34L -3.5Chicago BearsO 38
SunNov 13, 19884:00Cleveland BrownsL 7-30L -3@Denver BroncosU 39
SunNov 13, 19884:00@Los Angeles RamsL 10-14L -3.5New Orleans SaintsU 42
SunNov 13, 19884:00@Phoenix CardinalsW 24-17W -2New York GiantsU 44
SunNov 13, 19884:00@San Francisco 49ersL 3-9L -6.5Los Angeles RaidersU 41
SunNov 13, 19884:00@Seattle SeahawksW 27-24W -1.5Houston OilersO 41
SunNov 13, 19888:00Minnesota VikingsW 43-3W -4@Dallas CowboysO 43
MonNov 14, 19889:00Buffalo BillsW 31-6W -1@Miami DolphinsU 41
+ + +

+ +

Back to top

1988 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 19881:00@Buffalo BillsW 9-6 (OT)L -7New York JetsU 37
SunNov 20, 19881:00@Cleveland BrownsW 27-7W -8.5Pittsburgh SteelersU 39
SunNov 20, 19881:00Cincinnati BengalsW 38-24W -4.5@Dallas CowboysO 47
SunNov 20, 19881:00@Green Bay PackersL 9-19L -4Detroit LionsU 36at Milwaukee
SunNov 20, 19881:00@Houston OilersW 38-20W -6Phoenix CardinalsO 44
SunNov 20, 19881:00Seattle SeahawksL 24-27L -1.5@Kansas City ChiefsO 38
SunNov 20, 19881:00@Minnesota VikingsW 12-3W -4.5Indianapolis ColtsU 45
SunNov 20, 19881:00Chicago BearsW 27-15W -7@Tampa Bay BuccaneersO 38
SunNov 20, 19884:00@Los Angeles RaidersL 6-12L -8Atlanta FalconsU 39
SunNov 20, 19884:00@Los Angeles RamsL 24-38L -11San Diego ChargersO 38
SunNov 20, 19884:00@New Orleans SaintsW 42-0W -5Denver BroncosO 41
SunNov 20, 19884:00@New York GiantsL 17-23 (OT)L -3.5Philadelphia EaglesU 41
SunNov 20, 19888:00@Miami DolphinsL 3-6L -3New England PatriotsU 41
MonNov 21, 19889:00@San Francisco 49ersW 37-21W -3.5Washington RedskinsO 43
+ + +

+ +

Back to top

1988 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 198812:30Minnesota VikingsW 23-0W -6.5@Detroit LionsU 38
ThuNov 24, 19884:00Houston OilersW 25-17W -5.5@Dallas CowboysU 47
SunNov 27, 19881:00@Atlanta FalconsW 17-10W -4.5Tampa Bay BuccaneersU 40
SunNov 27, 19881:00@Chicago BearsW 16-0W -13Green Bay PackersU 34
SunNov 27, 19881:00@Cincinnati BengalsW 35-21W -3.5Buffalo BillsO 41
SunNov 27, 19881:00@New York JetsW 38-34W -2.5Miami DolphinsO 38
SunNov 27, 19881:00@Philadelphia EaglesW 31-21W -5.5Phoenix CardinalsO 45
SunNov 27, 19881:00@Pittsburgh SteelersW 16-10W -2Kansas City ChiefsU 40
SunNov 27, 19881:00@Washington RedskinsL 13-17L -1Cleveland BrownsU 41
SunNov 27, 19884:00@Denver BroncosW 35-24W PKLos Angeles RamsO 39
SunNov 27, 19884:00@Indianapolis ColtsW 24-21L -5.5New England PatriotsO 37
SunNov 27, 19884:00San Francisco 49ersW 48-10W -7@San Diego ChargersO 38
SunNov 27, 19888:00@New Orleans SaintsL 12-13L -5.5New York GiantsU 38
MonNov 28, 19889:00@Seattle SeahawksW 35-27W -2.5Los Angeles RaidersO 38
+ + +

+ +

Back to top

1988 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 19881:00San Francisco 49ersW 13-3W -7@Atlanta FalconsU 41
SunDec 4, 19881:00@Cincinnati BengalsW 27-10W -13San Diego ChargersU 44
SunDec 4, 19881:00@Cleveland BrownsW 24-21L -11Dallas CowboysO 37
SunDec 4, 19881:00@Detroit LionsW 30-14W -3.5Green Bay PackersO 36
SunDec 4, 19881:00Indianapolis ColtsW 31-28W -1@Miami DolphinsO 42
SunDec 4, 19881:00@New England PatriotsW 13-7W -3.5Seattle SeahawksU 37
SunDec 4, 19881:00@New York GiantsW 44-7W -5.5Phoenix CardinalsO 41
SunDec 4, 19881:00@Philadelphia EaglesL 19-20L -3.5Washington RedskinsU 46
SunDec 4, 19881:00Buffalo BillsL 5-10L -7.5@Tampa Bay BuccaneersU 38
SunDec 4, 19884:00@Kansas City ChiefsW 38-34W -1New York JetsO 38
SunDec 4, 19884:00@Los Angeles RaidersW 21-20L -2.5Denver BroncosO 40
SunDec 4, 19884:00@Minnesota VikingsW 45-3W -4New Orleans SaintsO 39
SunDec 4, 19888:00@Houston OilersL 34-37L -10Pittsburgh SteelersO 46
MonDec 5, 19889:00@Los Angeles RamsW 23-3W -2.5Chicago BearsU 37
+ + +

+ +

Back to top

1988 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 198812:30Indianapolis ColtsL 16-34L -3@New York JetsO 42
SatDec 10, 19884:00@Phoenix CardinalsL 17-23L -2Philadelphia EaglesU 48
SunDec 11, 19881:00@Buffalo BillsW 37-21W -7Los Angeles RaidersO 34
SunDec 11, 19881:00@Chicago BearsW 13-12L -10Detroit LionsU 33
SunDec 11, 19881:00Minnesota VikingsL 6-18L -10.5@Green Bay PackersU 34
SunDec 11, 19881:00@Houston OilersW 41-6W -1.5Cincinnati BengalsU 51
SunDec 11, 19881:00@New England PatriotsW 10-7 (OT)L -9Tampa Bay BuccaneersU 35
SunDec 11, 19881:00@New York GiantsW 28-12W -9.5Kansas City ChiefsO 38
SunDec 11, 19881:00@Washington RedskinsL 17-24L -7Dallas CowboysU 42
SunDec 11, 19884:00@Los Angeles RamsW 22-7W -8Atlanta FalconsU 39
SunDec 11, 19884:00@San Diego ChargersW 20-14W -1Pittsburgh SteelersU 40
SunDec 11, 19884:00@San Francisco 49ersW 30-17W -6New Orleans SaintsO 41
SunDec 11, 19888:00@Seattle SeahawksW 42-14W -3.5Denver BroncosO 44
MonDec 12, 19889:00Cleveland BrownsL 31-38L -5@Miami DolphinsO 44
+ + +

+ +

Back to top

1988 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 198812:30@Cincinnati BengalsW 20-17 (OT)L -7.5Washington RedskinsU 44
SatDec 17, 19884:00New England PatriotsL 10-21L -1@Denver BroncosU 39
SunDec 18, 19881:00@Cleveland BrownsW 28-23W -2Houston OilersO 45
SunDec 18, 19881:00Philadelphia EaglesW 23-7W -2@Dallas CowboysU 45
SunDec 18, 19881:00Buffalo BillsL 14-17L -3@Indianapolis ColtsU 39
SunDec 18, 19881:00@New Orleans SaintsW 10-9L -8Atlanta FalconsU 40
SunDec 18, 19881:00New York GiantsL 21-27L -6@New York JetsO 41
SunDec 18, 19881:00@Pittsburgh SteelersW 40-24W -2Miami DolphinsO 41
SunDec 18, 19881:00@Tampa Bay BuccaneersW 21-10W -3Detroit LionsU 37
SunDec 18, 19884:00@Los Angeles RaidersL 37-43L -3Seattle SeahawksO 40
SunDec 18, 19884:00@Phoenix CardinalsL 17-26L -7Green Bay PackersP 43
SunDec 18, 19884:00@San Diego ChargersW 24-13W -1Kansas City ChiefsU 39
SunDec 18, 19888:00@San Francisco 49ersL 16-38L -6Los Angeles RamsO 40
MonDec 19, 19889:00@Minnesota VikingsW 28-27L -7Chicago BearsO 39
+ + +

+

Back to top

+

1988 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 24, 19881:30@Cleveland Browns (4)L 23-24L -3Houston Oilers (5)O 38
NFC Wild CardMonDec 26, 19882:30@Minnesota Vikings (4)W 28-17W -4.5Los Angeles Rams (5)O 42
NFC DivisionalSatDec 31, 198812:30@Chicago Bears (1)W 20-12W -5.5Philadelphia Eagles (3)U 38
AFC DivisionalSatDec 31, 19884:00@Cincinnati Bengals (1)W 21-13W -6.5Seattle Seahawks (3)U 46
AFC DivisionalSunJan 1, 198912:30@Buffalo Bills (2)W 17-10W -3.5Houston Oilers (5)U 37
NFC DivisionalSunJan 1, 19894:00@San Francisco 49ers (2)W 34-9W -3.5Minnesota Vikings (4)U 44
AFC ChampionshipSunJan 8, 198912:30@Cincinnati Bengals (1)W 21-10W -4Buffalo Bills (2)U 41
NFC ChampionshipSunJan 8, 19894:00San Francisco 49ers (2)W 28-3W -1@Chicago Bears (1)U 35
Super Bowl XXIIISunJan 22, 19895:00NSan Francisco 49ers (2)W 20-16L -7Cincinnati Bengals (1)U 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1989.html b/data/1989.html new file mode 100644 index 0000000..eb188b0 --- /dev/null +++ b/data/1989.html @@ -0,0 +1,4796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1989 Season

+ +

Historical NFL Game Odds

1989 Season

<<-- 1988 Season    1990 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1989 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-3 (78.6%)9-5-0 (64.3%)6-8 (42.9%)6-8-0 (42.9%)6-3 (66.7%)5-4-0 (55.6%)0-5 (0.0%)1-4-0 (20.0%)9-4-1 (69.2%)
28-6 (57.1%)6-8-0 (42.9%)8-6 (57.1%)8-6-0 (57.1%)6-4 (60.0%)5-5-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)10-3-1 (76.9%)
38-6 (57.1%)6-8-0 (42.9%)8-6 (57.1%)6-8-0 (42.9%)6-4 (60.0%)4-6-0 (40.0%)2-2 (50.0%)2-2-0 (50.0%)6-7-1 (46.2%)
49-5 (64.3%)5-8-1 (38.5%)6-8 (42.9%)5-8-1 (38.5%)6-5 (54.5%)4-7-0 (36.4%)0-3 (0.0%)1-1-1 (50.0%)1-10-3 (9.1%)
58-5 (61.5%)4-9-0 (30.8%)10-4 (71.4%)6-8-0 (42.9%)6-2 (75.0%)2-6-0 (25.0%)3-2 (60.0%)3-2-0 (60.0%)5-9-0 (35.7%)
68-6 (57.1%)6-7-1 (46.2%)7-7 (50.0%)5-8-1 (38.5%)6-5 (54.5%)4-6-1 (40.0%)1-2 (33.3%)1-2-0 (33.3%)4-10-0 (28.6%)
711-3 (78.6%)7-7-0 (50.0%)9-5 (64.3%)5-9-0 (35.7%)9-3 (75.0%)5-7-0 (41.7%)0-2 (0.0%)0-2-0 (0.0%)6-8-0 (42.9%)
811-3 (78.6%)8-6-0 (57.1%)10-4 (71.4%)7-7-0 (50.0%)9-2 (81.8%)6-5-0 (54.5%)1-2 (33.3%)1-2-0 (33.3%)8-6-0 (57.1%)
98-6 (57.1%)6-8-0 (42.9%)10-4 (71.4%)8-6-0 (57.1%)6-2 (75.0%)4-4-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)6-7-1 (46.2%)
1010-3 (76.9%)8-5-0 (61.5%)7-7 (50.0%)5-9-0 (35.7%)5-1 (83.3%)3-3-0 (50.0%)2-5 (28.6%)2-5-0 (28.6%)7-7-0 (50.0%)
118-5 (61.5%)6-7-1 (46.2%)8-5 (61.5%)8-5-1 (61.5%)6-3 (66.7%)5-4-1 (55.6%)2-2 (50.0%)3-1-0 (75.0%)5-8-1 (38.5%)
127-6 (53.8%)5-8-0 (38.5%)10-4 (71.4%)8-6-0 (57.1%)6-2 (75.0%)4-4-0 (50.0%)4-1 (80.0%)4-1-0 (80.0%)6-8-0 (42.9%)
139-5 (64.3%)7-7-0 (50.0%)6-8 (42.9%)8-6-0 (57.1%)4-3 (57.1%)4-3-0 (57.1%)2-5 (28.6%)4-3-0 (57.1%)6-7-1 (46.2%)
147-7 (50.0%)3-11-0 (21.4%)7-7 (50.0%)3-11-0 (21.4%)6-6 (50.0%)2-10-0 (16.7%)1-1 (50.0%)1-1-0 (50.0%)7-7-0 (50.0%)
158-6 (57.1%)7-7-0 (50.0%)10-4 (71.4%)11-3-0 (78.6%)6-2 (75.0%)6-2-0 (75.0%)4-2 (66.7%)5-1-0 (83.3%)9-5-0 (64.3%)
1610-4 (71.4%)9-5-0 (64.3%)6-8 (42.9%)7-7-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)1-5 (16.7%)2-4-0 (33.3%)10-4-0 (71.4%)
Playoffs6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)0-0 0-0-0 6-3-0 (66.7%)
+ +


1989 Results by Team

Click on a team to view 1989 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons3-13 (18.8%)6-10 (37.5%)2-0 (100.%)1-1-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)2-0 (100.%)1-1-0 (50.0%)9-6-1 (60.0%)
Buffalo Bills9-7 (56.3%)8-8 (50.0%)7-5 (58.3%)6-6-0 (50.0%)6-2 (75.0%)6-2-0 (75.0%)5-2 (71.4%)5-2-0 (71.4%)9-5-2 (64.3%)
Chicago Bears6-10 (37.5%)5-11 (31.3%)5-7 (41.7%)4-8-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)9-7-0 (56.3%)
Cincinnati Bengals8-8 (50.0%)9-6-1 (60.0%)7-4 (63.6%)6-4-1 (60.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)7-9-0 (43.8%)
Cleveland Browns9-6-1 (60.0%)8-8 (50.0%)7-5 (58.3%)6-7-0 (46.2%)5-2 (71.4%)4-4-0 (50.0%)4-2 (66.7%)3-4-0 (42.9%)7-9-0 (43.8%)
Dallas Cowboys1-15 (6.3%)6-10 (37.5%)0-0 0-0-0 0-8 (0.0%)2-6-0 (25.0%)0-0 0-0-0 7-9-0 (43.8%)
Denver Broncos11-5 (68.8%)11-5 (68.8%)7-3 (70.0%)6-4-0 (60.0%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)5-9-2 (35.7%)
Detroit Lions7-9 (43.8%)11-5 (68.8%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
Green Bay Packers10-6 (62.5%)9-7 (56.3%)5-3 (62.5%)2-6-0 (25.0%)6-2 (75.0%)4-4-0 (50.0%)3-2 (60.0%)1-4-0 (20.0%)8-7-1 (53.3%)
Houston Oilers9-7 (56.3%)6-10 (37.5%)8-4 (66.7%)5-7-0 (41.7%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)9-6-1 (60.0%)
Indianapolis Colts8-8 (50.0%)6-10 (37.5%)3-1 (75.0%)1-3-0 (25.0%)6-2 (75.0%)4-4-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Kansas City Chiefs8-7-1 (53.3%)8-7-1 (53.3%)4-1 (80.0%)3-2-0 (60.0%)5-3 (62.5%)4-3-1 (57.1%)4-1 (80.0%)3-2-0 (60.0%)6-10-0 (37.5%)
Los Angeles Raiders8-8 (50.0%)7-9 (43.8%)5-3 (62.5%)3-5-0 (37.5%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)7-8-1 (46.7%)
Los Angeles Rams11-5 (68.8%)9-7 (56.3%)9-2 (81.8%)6-5-0 (54.5%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)12-4-0 (75.0%)
Miami Dolphins8-8 (50.0%)7-9 (43.8%)5-4 (55.6%)3-6-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)8-8-0 (50.0%)
Minnesota Vikings10-6 (62.5%)8-8 (50.0%)10-5 (66.7%)8-7-0 (53.3%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)7-8-1 (46.7%)
New England Patriots5-11 (31.3%)8-8 (50.0%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)10-5-1 (66.7%)
New Orleans Saints9-7 (56.3%)9-7 (56.3%)6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)5-3-0 (62.5%)4-0 (100.%)3-1-0 (75.0%)10-6-0 (62.5%)
New York Giants12-4 (75.0%)11-4-1 (73.3%)10-1 (90.9%)8-2-1 (80.0%)7-1 (87.5%)5-2-1 (71.4%)7-1 (87.5%)5-2-1 (71.4%)6-9-1 (40.0%)
New York Jets4-12 (25.0%)4-12 (25.0%)1-4 (20.0%)1-4-0 (20.0%)1-7 (12.5%)1-7-0 (12.5%)1-4 (20.0%)1-4-0 (20.0%)8-7-1 (53.3%)
Philadelphia Eagles11-5 (68.8%)8-8 (50.0%)7-4 (63.6%)4-7-0 (36.4%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)6-10-0 (37.5%)
Phoenix Cardinals5-11 (31.3%)6-10 (37.5%)4-2 (66.7%)3-3-0 (50.0%)2-6 (25.0%)1-7-0 (12.5%)2-2 (50.0%)1-3-0 (25.0%)6-9-1 (40.0%)
Pittsburgh Steelers9-7 (56.3%)8-7-1 (53.3%)4-0 (100.%)3-0-1 (100.%)4-4 (50.0%)3-4-1 (42.9%)3-0 (100.%)2-0-1 (100.%)7-7-2 (50.0%)
San Diego Chargers6-10 (37.5%)10-5-1 (66.7%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)3-11-2 (21.4%)
San Francisco 49ers14-2 (87.5%)13-3 (81.3%)13-2 (86.7%)12-3-0 (80.0%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)9-7-0 (56.3%)
Seattle Seahawks7-9 (43.8%)6-10 (37.5%)1-4 (20.0%)0-5-0 (0.0%)3-5 (37.5%)2-6-0 (25.0%)1-4 (20.0%)0-5-0 (0.0%)5-10-1 (33.3%)
Tampa Bay Buccaneers5-11 (31.3%)9-7 (56.3%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Washington Redskins10-6 (62.5%)5-10-1 (33.3%)7-5 (58.3%)2-10-0 (16.7%)4-4 (50.0%)1-7-0 (12.5%)3-4 (42.9%)0-7-0 (0.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1989 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 10, 19891:00Los Angeles RamsW 31-21W -7@Atlanta FalconsO 39
SunSep 10, 19891:00@Chicago BearsW 17-14L -3.5Cincinnati BengalsU 42
SunSep 10, 19891:00Phoenix CardinalsW 16-13W -1.5@Detroit LionsU 40
SunSep 10, 19891:00@Green Bay PackersL 21-23L -3Tampa Bay BuccaneersO 41
SunSep 10, 19891:00San Francisco 49ersW 30-24W -3@Indianapolis ColtsO 42.5
SunSep 10, 19891:00@New Orleans SaintsW 28-0W -5Dallas CowboysU 40.5
SunSep 10, 19894:00@Denver BroncosW 34-20W -6Kansas City ChiefsO 41
SunSep 10, 19894:00@Los Angeles RaidersW 40-14W -3.5San Diego ChargersO 40
SunSep 10, 19894:00Buffalo BillsW 27-24L -4@Miami DolphinsO 39.5
SunSep 10, 19894:00@Minnesota VikingsW 38-7W -5Houston OilersP 45
SunSep 10, 19894:00@New York JetsL 24-27L -2.5New England PatriotsO 41
SunSep 10, 19894:00@Philadelphia EaglesW 31-7W -5Seattle SeahawksU 43
SunSep 10, 19894:00Cleveland BrownsW 51-0W -2@Pittsburgh SteelersO 43
MonSep 11, 19899:00@Washington RedskinsL 24-27L -4New York GiantsO 42
+ + +

+ +

Back to top

1989 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 19891:00@Atlanta FalconsW 27-21W -2.5Dallas CowboysO 40.5
SunSep 17, 19891:00@Cincinnati BengalsW 41-10W -10Pittsburgh SteelersO 44
SunSep 17, 19891:00@Cleveland BrownsW 38-24W -7.5New York JetsO 43
SunSep 17, 19891:00New Orleans SaintsL 34-35L -4.5@Green Bay PackersO 40
SunSep 17, 19891:00@Kansas City ChiefsW 24-19W -2.5Los Angeles RaidersO 42
SunSep 17, 19891:00@New England PatriotsL 10-24L -6.5Miami DolphinsU 43.5
SunSep 17, 19891:00@Washington RedskinsL 37-42L -3Philadelphia EaglesO 44
SunSep 17, 19894:00Minnesota VikingsL 7-38L -1.5@Chicago BearsO 39
SunSep 17, 19894:00@Los Angeles RamsW 31-17W -6Indianapolis ColtsO 43.5
SunSep 17, 19894:00@New York GiantsW 24-14L -10.5Detroit LionsU 39
SunSep 17, 19894:00Houston OilersW 34-27W -4.5@San Diego ChargersO 43
SunSep 17, 19894:00@Seattle SeahawksL 24-34L -7.5Phoenix CardinalsO 41
SunSep 17, 19894:00San Francisco 49ersW 20-16L -7@Tampa Bay BuccaneersU 44
MonSep 18, 19899:00@Buffalo BillsL 14-28L -6.5Denver BroncosP 42
+ + +

+ +

Back to top

1989 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 19891:00Washington RedskinsW 30-7W -5.5@Dallas CowboysU 46
SunSep 24, 19891:00Chicago BearsW 47-27W -7@Detroit LionsO 38
SunSep 24, 19891:00@Houston OilersL 41-47 (OT)L -4Buffalo BillsO 44
SunSep 24, 19891:00@Indianapolis ColtsW 13-9L -7.5Atlanta FalconsU 45
SunSep 24, 19891:00@New England PatriotsL 3-24L -3Seattle SeahawksU 41
SunSep 24, 19891:00@New York GiantsW 35-7W -7.5Phoenix CardinalsP 42
SunSep 24, 19891:00@Philadelphia EaglesL 28-38L -1.5San Francisco 49ersO 46.5
SunSep 24, 19891:00Minnesota VikingsL 14-27L -9@Pittsburgh SteelersU 43
SunSep 24, 19891:00New Orleans SaintsL 10-20L -2.5@Tampa Bay BuccaneersU 42
SunSep 24, 19894:00@Denver BroncosW 31-21W -6Los Angeles RaidersO 45
SunSep 24, 19894:00@Los Angeles RamsW 41-38L -9.5Green Bay PackersO 45
SunSep 24, 19894:00@Miami DolphinsL 33-40L -4New York JetsO 47
SunSep 24, 19894:00@San Diego ChargersW 21-6W -2Kansas City ChiefsU 42.5
MonSep 25, 19899:00@Cincinnati BengalsW 21-14W -4Cleveland BrownsU 45.5
+ + +

+ +

Back to top

1989 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 19891:00@Buffalo BillsW 31-10W -7New England PatriotsP 41
SunOct 1, 19891:00@Cleveland BrownsW 16-13L -4.5Denver BroncosU 45.5
SunOct 1, 19891:00@Detroit LionsL 3-23L -2.5Pittsburgh SteelersU 44
SunOct 1, 19891:00@Green Bay PackersW 23-21L -7Atlanta FalconsP 44at Milwaukee
SunOct 1, 19891:00@Houston OilersW 39-7W -7Miami DolphinsU 51.5
SunOct 1, 19891:00Cincinnati BengalsW 21-17P -4@Kansas City ChiefsU 43.5
SunOct 1, 19891:00@Minnesota VikingsW 17-3W -8Tampa Bay BuccaneersU 44
SunOct 1, 19891:00Washington RedskinsW 16-14L -2.5@New Orleans SaintsU 44.5
SunOct 1, 19891:00@New York JetsL 10-17L -3Indianapolis ColtsU 44
SunOct 1, 19894:00New York GiantsW 30-13W -7.5@Dallas CowboysO 42.5
SunOct 1, 19894:00@Los Angeles RaidersL 20-24L -2Seattle SeahawksP 44
SunOct 1, 19894:00@Phoenix CardinalsL 13-24L -4.5San Diego ChargersU 42.5
SunOct 1, 19894:00@San Francisco 49ersL 12-13L -4Los Angeles RamsU 46.5
MonOct 2, 19899:00@Chicago BearsW 27-13W -3Philadelphia EaglesU 45
+ + +

+ +

Back to top

1989 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 19891:00@Green Bay PackersW 31-13W -8.5Dallas CowboysO 43.5
SunOct 8, 19891:00@Indianapolis ColtsW 37-14W PKBuffalo BillsO 40
SunOct 8, 19891:00Cleveland BrownsL 10-13 (OT)L -3.5@Miami DolphinsU 46.5
SunOct 8, 19891:00@Minnesota VikingsW 24-17L -12Detroit LionsU 42
SunOct 8, 19891:00Houston OilersL 13-23L -5@New England PatriotsU 43.5
SunOct 8, 19891:00@Philadelphia EaglesW 21-19L -2.5New York GiantsU 44.5
SunOct 8, 19891:00Cincinnati BengalsW 26-16W -3.5@Pittsburgh SteelersU 44
SunOct 8, 19891:00Chicago BearsL 35-42L -5@Tampa Bay BuccaneersO 39
SunOct 8, 19894:00@Denver BroncosW 16-10L -7.5San Diego ChargersU 42.5
SunOct 8, 19894:00@Los Angeles RamsW 26-14W -10Atlanta FalconsU 44
SunOct 8, 19894:00San Francisco 49ersW 24-20W -3.5@New Orleans SaintsO 42
SunOct 8, 19894:00@Seattle SeahawksL 16-20L -7Kansas City ChiefsU 42
SunOct 8, 19894:00@Washington RedskinsW 30-28L -10Phoenix CardinalsO 45
MonOct 9, 19899:00@New York JetsL 7-14L -3Los Angeles RaidersU 45
+ + +

+ +

Back to top

1989 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 19891:00@Atlanta FalconsW 16-15L -3New England PatriotsU 40
SunOct 15, 19891:00@Chicago BearsL 28-33L -7Houston OilersO 44
SunOct 15, 19891:00@Cincinnati BengalsL 13-20L -7.5Miami DolphinsU 45
SunOct 15, 19891:00San Francisco 49ersW 31-14W -14.5@Dallas CowboysO 43
SunOct 15, 19891:00@Minnesota VikingsW 26-14W -6.5Green Bay PackersU 45
SunOct 15, 19891:00@New York GiantsW 20-17P -3Washington RedskinsU 45
SunOct 15, 19891:00@Tampa Bay BuccaneersL 16-17L -6.5Detroit LionsU 40
SunOct 15, 19894:00@Cleveland BrownsL 7-17L -10Pittsburgh SteelersU 40
SunOct 15, 19894:00@Denver BroncosW 14-3W -3.5Indianapolis ColtsU 41
SunOct 15, 19894:00@Los Angeles RaidersW 20-14W -3.5Kansas City ChiefsU 42
SunOct 15, 19894:00@New Orleans SaintsW 29-14W -7.5New York JetsO 41
SunOct 15, 19894:00Philadelphia EaglesW 17-5W -4.5@Phoenix CardinalsU 46
SunOct 15, 19894:00@San Diego ChargersL 16-17L -1Seattle SeahawksU 40
MonOct 16, 19899:00Los Angeles RamsL 20-23L -3.5@Buffalo BillsO 41.5
+ + +

+ +

Back to top

1989 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 19891:00@Buffalo BillsW 34-3W -6.5New York JetsU 39
SunOct 22, 19891:00@Cincinnati BengalsL 12-23L -6.5Indianapolis ColtsU 40.5
SunOct 22, 19891:00Minnesota VikingsW 20-7W -7.5@Detroit LionsU 40
SunOct 22, 19891:00@Houston OilersW 27-0W -9.5Pittsburgh SteelersU 44
SunOct 22, 19891:00@Kansas City ChiefsW 36-28L -8.5Dallas CowboysO 39
SunOct 22, 19891:00@Miami DolphinsW 23-20L -3.5Green Bay PackersU 45.5
SunOct 22, 19891:00@Philadelphia EaglesW 10-7L -6.5Los Angeles RaidersU 44
SunOct 22, 19891:00@Washington RedskinsW 32-28L -7Tampa Bay BuccaneersO 42.5
SunOct 22, 19894:00@Los Angeles RamsL 21-40L -6New Orleans SaintsO 43
SunOct 22, 19894:00@Phoenix CardinalsW 34-20W -2.5Atlanta FalconsO 39
SunOct 22, 19894:00New York GiantsW 20-13W -5@San Diego ChargersU 38.5
SunOct 22, 19894:00@San Francisco 49ersW 37-20W -10.5New England PatriotsO 41at Stanford
SunOct 22, 19894:00@Seattle SeahawksL 21-24 (OT)L -2Denver BroncosO 40.5
MonOct 23, 19899:00@Cleveland BrownsW 27-7W -1.5Chicago BearsU 41.5
+ + +

+ +

Back to top

1989 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 19891:00@Buffalo BillsW 31-17W -4Miami DolphinsO 41
SunOct 29, 19891:00@Chicago BearsW 20-10W -1Los Angeles RamsU 43.5
SunOct 29, 19891:00@Cincinnati BengalsW 56-23W -6.5Tampa Bay BuccaneersO 41
SunOct 29, 19891:00@Cleveland BrownsW 28-17W -2.5Houston OilersO 42
SunOct 29, 19891:00Phoenix CardinalsW 19-10W -3.5@Dallas CowboysU 43
SunOct 29, 19891:00@Green Bay PackersW 23-20 (OT)L -6Detroit LionsO 42at Milwaukee
SunOct 29, 19891:00@Indianapolis ColtsL 20-23 (OT)L -6.5New England PatriotsO 39
SunOct 29, 19891:00@New Orleans SaintsW 20-13L -7.5Atlanta FalconsU 42
SunOct 29, 19891:00@Pittsburgh SteelersW 23-17W -2.5Kansas City ChiefsO 39
SunOct 29, 19894:00@Denver BroncosL 24-28L -3Philadelphia EaglesO 40
SunOct 29, 19894:00Washington RedskinsL 24-37L -2@Los Angeles RaidersO 42
SunOct 29, 19894:00San Francisco 49ersW 23-10W -9@New York JetsU 42
SunOct 29, 19894:00@Seattle SeahawksW 10-7L -6.5San Diego ChargersU 38.5
MonOct 30, 19899:00@New York GiantsW 24-14W -2Minnesota VikingsU 39.5
+ + +

+ +

Back to top

1989 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 19891:00Buffalo BillsL 28-30L -3@Atlanta FalconsO 40
SunNov 5, 19891:00Chicago BearsL 13-14L -3@Green Bay PackersU 41.5
SunNov 5, 19891:00@Houston OilersW 35-31L -10Detroit LionsO 44
SunNov 5, 19891:00@Kansas City ChiefsW 20-10W -2.5Seattle SeahawksU 39
SunNov 5, 19891:00@Miami DolphinsW 19-13W -3Indianapolis ColtsU 43
SunNov 5, 19891:00@Minnesota VikingsW 23-21 (OT)L -4Los Angeles RamsO 42
SunNov 5, 19891:00@New England PatriotsL 26-27L -7.5New York JetsO 39
SunNov 5, 19891:00Cleveland BrownsW 42-31W -3@Tampa Bay BuccaneersO 41
SunNov 5, 19894:00@Denver BroncosW 34-7W -7.5Pittsburgh SteelersP 41
SunNov 5, 19894:00Cincinnati BengalsL 7-28L -2@Los Angeles RaidersU 42.5
SunNov 5, 19894:00New York GiantsW 20-13W -3.5@Phoenix CardinalsU 39
SunNov 5, 19894:00Philadelphia EaglesL 17-20L -4.5@San Diego ChargersU 39
SunNov 5, 19898:00@Washington RedskinsL 3-13L -14Dallas CowboysU 45.5
MonNov 6, 19899:00@San Francisco 49ersW 31-13W -5New Orleans SaintsO 43.5
+ + +

+ +

Back to top

1989 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 19891:00@Buffalo BillsW 30-7W -6.5Indianapolis ColtsU 40
SunNov 12, 19891:00Green Bay PackersL 22-31L -1.5@Detroit LionsO 43.5
SunNov 12, 19891:00@Kansas City ChiefsL 13-16L PKDenver BroncosU 39.5
SunNov 12, 19891:00New Orleans SaintsW 28-24W -3@New England PatriotsO 40
SunNov 12, 19891:00Miami DolphinsW 31-23W -3@New York JetsO 44
SunNov 12, 19891:00@Philadelphia EaglesL 3-10L -4.5Washington RedskinsU 43.5
SunNov 12, 19891:00Chicago BearsW 20-0W -3.5@Pittsburgh SteelersU 39
SunNov 12, 19891:00Minnesota VikingsW 24-10W -5.5@Tampa Bay BuccaneersU 43
SunNov 12, 19894:00@Los Angeles RamsW 31-10W -2.5New York GiantsO 40.5
SunNov 12, 19894:00@Phoenix CardinalsW 24-20L -6.5Dallas CowboysO 40
SunNov 12, 19894:00@San Francisco 49ersW 45-3W -10Atlanta FalconsO 43
SunNov 12, 19894:00Cleveland BrownsW 17-7W -2.5@Seattle SeahawksU 39.5
SunNov 12, 19898:00Los Angeles RaidersL 12-14L -2.5@San Diego ChargersU 38
MonNov 13, 19899:00@Houston OilersW 26-24L -5.5Cincinnati BengalsO 44
+ + +

+ +

Back to top

1989 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 19891:00New Orleans SaintsW 26-17W -3@Atlanta FalconsO 42
SunNov 19, 19891:00@Chicago BearsL 31-32L -11Tampa Bay BuccaneersO 40.5
SunNov 19, 19891:00@Cincinnati BengalsW 42-7W -7.5Detroit LionsO 43.5
SunNov 19, 19891:00@Cleveland BrownsT 10-10 (OT)L -7Kansas City ChiefsU 38
SunNov 19, 19891:00Miami DolphinsW 17-14L -7@Dallas CowboysU 44
SunNov 19, 19891:00Buffalo BillsL 24-33L -5.5@New England PatriotsO 42.5
SunNov 19, 19891:00Minnesota VikingsL 9-10L -1@Philadelphia EaglesU 39
SunNov 19, 19891:00@Pittsburgh SteelersW 20-17P -3San Diego ChargersP 37
SunNov 19, 19894:00@Houston OilersW 23-7W -5.5Los Angeles RaidersU 44
SunNov 19, 19894:00@Los Angeles RamsW 37-14W -10.5Phoenix CardinalsO 43
SunNov 19, 19894:00@New York GiantsW 15-3W -10Seattle SeahawksU 37.5
SunNov 19, 19894:00@San Francisco 49ersL 17-21L -10.5Green Bay PackersU 46
SunNov 19, 19898:00@Indianapolis ColtsW 27-10W -6New York JetsU 41
MonNov 20, 19899:00@Washington RedskinsL 10-14L -1.5Denver BroncosU 42
+ + +

+ +

Back to top

1989 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 198912:30Cleveland BrownsL 10-13L -7@Detroit LionsU 41
ThuNov 23, 19894:00Philadelphia EaglesW 27-0W -6@Dallas CowboysU 39
SunNov 26, 19891:00@Buffalo BillsW 24-7W -3.5Cincinnati BengalsU 41
SunNov 26, 19891:00Minnesota VikingsL 19-20L -3@Green Bay PackersO 38at Milwaukee
SunNov 26, 19891:00@Indianapolis ColtsW 10-6L -5.5San Diego ChargersU 37
SunNov 26, 19891:00Houston OilersL 0-34L -1.5@Kansas City ChiefsU 39
SunNov 26, 19891:00@Miami DolphinsL 14-34L -7.5Pittsburgh SteelersO 41
SunNov 26, 19891:00@New York JetsW 27-7W -2Atlanta FalconsU 42.5
SunNov 26, 19894:00@Denver BroncosW 41-14W -9Seattle SeahawksO 37
SunNov 26, 19894:00@Los Angeles RaidersW 24-21L -6.5New England PatriotsO 42
SunNov 26, 19894:00@Phoenix CardinalsL 13-14L -1Tampa Bay BuccaneersU 43.5
SunNov 26, 19894:00Chicago BearsL 14-38L -1.5@Washington RedskinsO 39.5
SunNov 26, 19898:00@New Orleans SaintsL 17-20 (OT)L PKLos Angeles RamsU 43
MonNov 27, 19899:00@San Francisco 49ersW 34-24W -5.5New York GiantsO 41
+ + +

+ +

Back to top

1989 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 3, 19891:00San Francisco 49ersW 23-10W -9.5@Atlanta FalconsU 43
SunDec 3, 19891:00@Cleveland BrownsL 0-21L -4Cincinnati BengalsU 36
SunDec 3, 19891:00Los Angeles RamsW 35-31L -10@Dallas CowboysO 41.5
SunDec 3, 19891:00New Orleans SaintsL 14-21L -4@Detroit LionsU 40
SunDec 3, 19891:00@Kansas City ChiefsW 26-21W -4.5Miami DolphinsO 36
SunDec 3, 19891:00@New England PatriotsW 22-16W -1Indianapolis ColtsO 37
SunDec 3, 19891:00@New York GiantsL 17-24L -3Philadelphia EaglesO 36
SunDec 3, 19891:00Houston OilersW 23-16W -3@Pittsburgh SteelersO 37
SunDec 3, 19891:00Green Bay PackersW 17-16L -2.5@Tampa Bay BuccaneersU 44.5
SunDec 3, 19894:00@Los Angeles RaidersW 16-13 (OT)W -1.5Denver BroncosU 40.5
SunDec 3, 19894:00Washington RedskinsW 29-10W -5.5@Phoenix CardinalsU 41.5
SunDec 3, 19894:00@San Diego ChargersL 17-20L -4New York JetsP 37
SunDec 3, 19898:00@Minnesota VikingsW 27-16W -6Chicago BearsO 39.5
MonDec 4, 19899:00Buffalo BillsL 16-17L -4.5@Seattle SeahawksU 38.5
+ + +

+ +

Back to top

1989 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 10, 19891:00@Buffalo BillsL 19-22L -6.5New Orleans SaintsO 36
SunDec 10, 19891:00@Chicago BearsL 17-27L -6.5Detroit LionsO 36
SunDec 10, 19891:00@Cincinnati BengalsL 17-24L -10Seattle SeahawksO 37
SunDec 10, 19891:00@Green Bay PackersL 3-21L -3Kansas City ChiefsU 36
SunDec 10, 19891:00@Houston OilersW 20-17L -8Tampa Bay BuccaneersU 44
SunDec 10, 19891:00@Minnesota VikingsW 43-17W -12.5Atlanta FalconsO 40
SunDec 10, 19891:00@New York JetsL 0-13L -1Pittsburgh SteelersU 38
SunDec 10, 19891:00@Philadelphia EaglesW 20-10L -12Dallas CowboysU 38
SunDec 10, 19891:00@Washington RedskinsW 26-21L -9.5San Diego ChargersO 37
SunDec 10, 19894:00@Denver BroncosL 7-14L -3New York GiantsU 35
SunDec 10, 19894:00Cleveland BrownsL 17-23 (OT)L -1.5@Indianapolis ColtsO 37
SunDec 10, 19894:00@Los Angeles RaidersW 16-14L -9.5Phoenix CardinalsU 40
SunDec 10, 19898:00@Miami DolphinsW 31-10W -5New England PatriotsU 43
MonDec 11, 19899:00San Francisco 49ersW 30-27W -2@Los Angeles RamsO 45
+ + +

+ +

Back to top

1989 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 198912:30@New York GiantsW 15-0W -12Dallas CowboysU 35
SatDec 16, 19894:00Denver BroncosW 37-0W -7@Phoenix CardinalsU 38.5
SunDec 17, 19891:00@Chicago BearsL 28-40L -2Green Bay PackersO 35
SunDec 17, 19891:00@Cincinnati BengalsW 61-7W -3.5Houston OilersO 40
SunDec 17, 19891:00Minnesota VikingsL 17-23 (OT)L -1.5@Cleveland BrownsO 34
SunDec 17, 19891:00@Detroit LionsW 33-7W -3Tampa Bay BuccaneersU 40.5
SunDec 17, 19891:00Miami DolphinsL 13-42L -1@Indianapolis ColtsO 40.5
SunDec 17, 19891:00@Kansas City ChiefsL 13-20L -8San Diego ChargersU 35
SunDec 17, 19891:00@Pittsburgh SteelersW 28-10W -3New England PatriotsO 35
SunDec 17, 19894:00Washington RedskinsW 31-30L -7@Atlanta FalconsO 42.5
SunDec 17, 19894:00@Los Angeles RamsW 38-14W -13New York JetsO 43
SunDec 17, 19894:00@San Francisco 49ersW 21-10W -6Buffalo BillsU 43
SunDec 17, 19898:00Los Angeles RaidersL 17-23L -1@Seattle SeahawksO 38
MonDec 18, 19899:00Philadelphia EaglesL 20-30L -1.5@New Orleans SaintsO 39
+ + +

+ +

Back to top

1989 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 23, 198912:30Buffalo BillsW 37-0W -8@New York JetsO 35
SatDec 23, 19894:00@Seattle SeahawksL 0-29L -2Washington RedskinsU 43.5
SatDec 23, 19898:00@Houston OilersL 20-24L -3.5Cleveland BrownsO 43
SunDec 24, 19891:00Detroit LionsW 31-24W -3@Atlanta FalconsO 41.5
SunDec 24, 19891:00Green Bay PackersW 20-10W -7@Dallas CowboysU 41
SunDec 24, 19891:00@Miami DolphinsL 24-27L -3Kansas City ChiefsO 41
SunDec 24, 19891:00Los Angeles RamsW 24-20L -6.5@New England PatriotsO 36
SunDec 24, 19891:00@New Orleans SaintsW 41-6W -2.5Indianapolis ColtsO 39.5
SunDec 24, 19891:00@New York GiantsW 34-17W -7Los Angeles RaidersO 34.5
SunDec 24, 19891:00@Philadelphia EaglesW 31-14W -13.5Phoenix CardinalsO 35
SunDec 24, 19891:00Pittsburgh SteelersW 31-22W -3@Tampa Bay BuccaneersO 40
SunDec 24, 19894:00Denver BroncosL 16-19L -2.5@San Diego ChargersU 36.5
SunDec 24, 19894:00@San Francisco 49ersW 26-0W -9Chicago BearsU 43.5
MonDec 25, 19899:00@Minnesota VikingsW 29-21W -5Cincinnati BengalsO 43
+ + +

+

Back to top

+

1989 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSunDec 31, 198912:30@Philadelphia Eagles (4)L 7-21L -3Los Angeles Rams (5)U 39
AFC Wild CardSunDec 31, 19894:00@Houston Oilers (4)L 23-26 (OT)L -7Pittsburgh Steelers (5)O 43
AFC DivisionalSatJan 6, 199012:30@Cleveland Browns (2)W 34-30W -3.5Buffalo Bills (3)O 36
NFC DivisionalSatJan 6, 19904:00@San Francisco 49ers (1)W 41-13W -7.5Minnesota Vikings (3)O 44
NFC DivisionalSunJan 7, 199012:30@New York Giants (2)L 13-19 (OT)L -3Los Angeles Rams (5)U 39
AFC DivisionalSunJan 7, 19904:00@Denver Broncos (1)W 24-23L -10Pittsburgh Steelers (5)O 38
AFC ChampionshipSunJan 14, 19901:30@Denver Broncos (1)W 37-21W -3.5Cleveland Browns (2)O 40
NFC ChampionshipSunJan 14, 19905:00@San Francisco 49ers (1)W 30-3W -7Los Angeles Rams (5)U 46
Super Bowl XXIVSunJan 28, 19905:00NSan Francisco 49ers (1)W 55-10W -12Denver Broncos (1)O 48
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1990.html b/data/1990.html new file mode 100644 index 0000000..b07e062 --- /dev/null +++ b/data/1990.html @@ -0,0 +1,4856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1990 Season

+ +

Historical NFL Game Odds

1990 Season

<<-- 1989 Season    1991 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1990 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-5 (64.3%)7-7-0 (50.0%)11-3 (78.6%)11-3-0 (78.6%)7-1 (87.5%)6-2-0 (75.0%)4-2 (66.7%)5-1-0 (83.3%)7-7-0 (50.0%)
29-5 (64.3%)8-6-0 (57.1%)7-7 (50.0%)6-8-0 (42.9%)5-3 (62.5%)4-4-0 (50.0%)2-4 (33.3%)2-4-0 (33.3%)5-9-0 (35.7%)
310-3 (76.9%)6-6-1 (50.0%)10-4 (71.4%)6-7-1 (46.2%)10-3 (76.9%)6-6-1 (50.0%)0-0 0-0-0 4-10-0 (28.6%)
46-5 (54.5%)5-6-0 (45.5%)5-7 (41.7%)4-8-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)7-4-1 (63.6%)
56-6 (50.0%)3-9-0 (25.0%)7-5 (58.3%)6-6-0 (50.0%)4-3 (57.1%)2-5-0 (28.6%)3-2 (60.0%)4-1-0 (80.0%)9-3-0 (75.0%)
610-2 (83.3%)9-2-1 (81.8%)8-4 (66.7%)7-4-1 (63.6%)8-2 (80.0%)7-2-1 (77.8%)0-2 (0.0%)0-2-0 (0.0%)10-2-0 (83.3%)
79-3 (75.0%)6-6-0 (50.0%)8-4 (66.7%)5-7-0 (41.7%)8-3 (72.7%)5-6-0 (45.5%)0-1 (0.0%)0-1-0 (0.0%)4-7-1 (36.4%)
89-2 (81.8%)7-4-0 (63.6%)6-6 (50.0%)6-6-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)0-4 (0.0%)1-3-0 (25.0%)5-7-0 (41.7%)
911-3 (78.6%)7-4-3 (63.6%)7-7 (50.0%)6-5-3 (54.5%)6-2 (75.0%)4-2-2 (66.7%)1-5 (16.7%)2-3-1 (40.0%)6-8-0 (42.9%)
108-4 (66.7%)7-5-0 (58.3%)5-7 (41.7%)4-8-0 (33.3%)5-4 (55.6%)4-5-0 (44.4%)0-3 (0.0%)0-3-0 (0.0%)4-8-0 (33.3%)
119-5 (64.3%)7-7-0 (50.0%)7-7 (50.0%)7-7-0 (50.0%)6-4 (60.0%)5-5-0 (50.0%)1-3 (25.0%)2-2-0 (50.0%)6-7-1 (46.2%)
127-7 (50.0%)5-8-1 (38.5%)8-6 (57.1%)6-7-1 (46.2%)5-4 (55.6%)3-5-1 (37.5%)3-2 (60.0%)3-2-0 (60.0%)9-5-0 (64.3%)
1310-4 (71.4%)9-5-0 (64.3%)10-4 (71.4%)9-5-0 (64.3%)7-1 (87.5%)6-2-0 (75.0%)3-3 (50.0%)3-3-0 (50.0%)7-7-0 (50.0%)
149-3 (75.0%)7-5-0 (58.3%)6-6 (50.0%)6-6-0 (50.0%)6-3 (66.7%)5-4-0 (55.6%)0-3 (0.0%)1-2-0 (33.3%)6-6-0 (50.0%)
157-6 (53.8%)7-6-0 (53.8%)8-6 (57.1%)8-6-0 (57.1%)5-4 (55.6%)5-4-0 (55.6%)2-2 (50.0%)2-2-0 (50.0%)5-9-0 (35.7%)
1610-4 (71.4%)7-5-2 (58.3%)9-5 (64.3%)9-3-2 (75.0%)6-1 (85.7%)5-1-1 (83.3%)3-4 (42.9%)4-2-1 (66.7%)9-4-1 (69.2%)
1712-2 (85.7%)5-9-0 (35.7%)9-5 (64.3%)8-6-0 (57.1%)8-1 (88.9%)4-5-0 (44.4%)1-4 (20.0%)4-1-0 (80.0%)3-11-0 (21.4%)
Playoffs8-3 (72.7%)7-4-0 (63.6%)8-2 (80.0%)7-3-0 (70.0%)8-2 (80.0%)7-3-0 (70.0%)0-0 0-0-0 4-7-0 (36.4%)
+ +


1990 Results by Team

Click on a team to view 1990 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons5-11 (31.3%)7-9 (43.8%)3-3 (50.0%)2-4-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)6-9-1 (40.0%)
Buffalo Bills13-3 (81.3%)10-5-1 (66.7%)11-1 (91.7%)8-4-0 (66.7%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)9-7-0 (56.3%)
Chicago Bears11-5 (68.8%)10-6 (62.5%)10-2 (83.3%)8-4-0 (66.7%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)9-6-1 (60.0%)
Cincinnati Bengals9-7 (56.3%)8-8 (50.0%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)2-4-0 (33.3%)9-7-0 (56.3%)
Cleveland Browns3-13 (18.8%)5-10-1 (33.3%)1-3 (25.0%)1-3-0 (25.0%)2-6 (25.0%)2-6-0 (25.0%)1-2 (33.3%)1-2-0 (33.3%)10-5-1 (66.7%)
Dallas Cowboys7-9 (43.8%)9-7 (56.3%)1-0 (100.%)1-0-0 (100.%)5-3 (62.5%)6-2-0 (75.0%)1-0 (100.%)1-0-0 (100.%)5-11-0 (31.3%)
Denver Broncos5-11 (31.3%)4-11-1 (26.7%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)4-2 (66.7%)2-4-0 (33.3%)9-6-1 (60.0%)
Detroit Lions6-10 (37.5%)7-7-2 (50.0%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)3-4-1 (42.9%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
Green Bay Packers6-10 (37.5%)6-10 (37.5%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Houston Oilers9-7 (56.3%)9-5-2 (64.3%)6-3 (66.7%)5-3-1 (62.5%)6-2 (75.0%)6-1-1 (85.7%)5-1 (83.3%)4-1-1 (80.0%)7-9-0 (43.8%)
Indianapolis Colts7-9 (43.8%)8-8 (50.0%)0-2 (0.0%)0-2-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)5-10-1 (33.3%)
Kansas City Chiefs11-5 (68.8%)10-4-2 (71.4%)8-3 (72.7%)6-3-2 (66.7%)6-2 (75.0%)5-2-1 (71.4%)5-2 (71.4%)4-2-1 (66.7%)9-7-0 (56.3%)
Los Angeles Raiders12-4 (75.0%)11-4-1 (73.3%)10-2 (83.3%)9-3-0 (75.0%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)7-8-1 (46.7%)
Los Angeles Rams5-11 (31.3%)5-10-1 (33.3%)4-6 (40.0%)3-6-1 (33.3%)2-6 (25.0%)1-6-1 (14.3%)2-4 (33.3%)1-4-1 (20.0%)10-6-0 (62.5%)
Miami Dolphins12-4 (75.0%)9-7 (56.3%)11-1 (91.7%)8-4-0 (66.7%)7-1 (87.5%)4-4-0 (50.0%)6-1 (85.7%)3-4-0 (42.9%)6-10-0 (37.5%)
Minnesota Vikings6-10 (37.5%)7-9 (43.8%)2-4 (33.3%)2-4-0 (33.3%)4-4 (50.0%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)10-6-0 (62.5%)
New England Patriots1-15 (6.3%)4-12 (25.0%)0-1 (0.0%)0-1-0 (0.0%)0-8 (0.0%)1-7-0 (12.5%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
New Orleans Saints8-8 (50.0%)7-8-1 (46.7%)5-3 (62.5%)2-5-1 (28.6%)5-3 (62.5%)3-4-1 (42.9%)5-2 (71.4%)2-4-1 (33.3%)5-11-0 (31.3%)
New York Giants13-3 (81.3%)10-6 (62.5%)13-2 (86.7%)10-5-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-9-0 (43.8%)
New York Jets6-10 (37.5%)9-7 (56.3%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)8-8-0 (50.0%)
Philadelphia Eagles10-6 (62.5%)8-8 (50.0%)7-2 (77.8%)5-4-0 (55.6%)6-2 (75.0%)6-2-0 (75.0%)5-2 (71.4%)5-2-0 (71.4%)11-4-1 (73.3%)
Phoenix Cardinals5-11 (31.3%)9-7 (56.3%)3-0 (100.%)3-0-0 (100.%)3-5 (37.5%)6-2-0 (75.0%)3-0 (100.%)3-0-0 (100.%)10-6-0 (62.5%)
Pittsburgh Steelers9-7 (56.3%)9-7 (56.3%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)4-11-1 (26.7%)
San Diego Chargers6-10 (37.5%)7-8-1 (46.7%)3-4 (42.9%)3-4-0 (42.9%)3-5 (37.5%)3-4-1 (42.9%)3-2 (60.0%)3-2-0 (60.0%)8-8-0 (50.0%)
San Francisco 49ers14-2 (87.5%)7-9 (43.8%)14-2 (87.5%)7-9-0 (43.8%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)2-14-0 (12.5%)
Seattle Seahawks9-7 (56.3%)9-6-1 (60.0%)4-2 (66.7%)3-2-1 (60.0%)5-3 (62.5%)4-3-1 (57.1%)3-2 (60.0%)2-2-1 (50.0%)7-9-0 (43.8%)
Tampa Bay Buccaneers6-10 (37.5%)5-10-1 (33.3%)2-3 (40.0%)1-3-1 (25.0%)4-4 (50.0%)3-4-1 (42.9%)2-2 (50.0%)1-2-1 (33.3%)7-9-0 (43.8%)
Washington Redskins10-6 (62.5%)7-8-1 (46.7%)10-2 (83.3%)7-4-1 (63.6%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1990 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 9, 19901:00@Chicago BearsW 17-0W -6Seattle SeahawksU 37
SunSep 9, 19901:00@Detroit LionsL 21-38L -6.5Tampa Bay BuccaneersO 43
SunSep 9, 19901:00Los Angeles RamsL 24-36L -3.5@Green Bay PackersO 43
SunSep 9, 19901:00Minnesota VikingsL 21-24L -1.5@Kansas City ChiefsO 37
SunSep 9, 19901:00@Washington RedskinsW 31-0W -12Phoenix CardinalsU 43
SunSep 9, 19904:00@Atlanta FalconsW 47-27W -1Houston OilersO 46
SunSep 9, 19904:00@Buffalo BillsW 26-10W -7.5Indianapolis ColtsU 37
SunSep 9, 19904:00@Cincinnati BengalsW 25-20L -9New York JetsO 42
SunSep 9, 19904:00@Cleveland BrownsW 13-3W -3Pittsburgh SteelersU 37
SunSep 9, 19904:00San Diego ChargersL 14-17L -3@Dallas CowboysU 37
SunSep 9, 19904:00Denver BroncosL 9-14L -1.5@Los Angeles RaidersU 39
SunSep 9, 19904:00Miami DolphinsW 27-24W -1.5@New England PatriotsO 39
SunSep 9, 19908:00@New York GiantsW 27-20W -4Philadelphia EaglesO 38
MonSep 10, 19909:00San Francisco 49ersW 13-12L -4.5@New Orleans SaintsU 44
+ + +

+ +

Back to top

1990 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 19901:00@Detroit LionsW 21-14W -3.5Atlanta FalconsU 50
SunSep 16, 19901:00@Green Bay PackersL 13-31L -3Chicago BearsO 38
SunSep 16, 19901:00@Indianapolis ColtsL 14-16L -2.5New England PatriotsU 36
SunSep 16, 19901:00Buffalo BillsL 7-30L -2@Miami DolphinsU 42
SunSep 16, 19901:00Cleveland BrownsL 21-24L -2.5@New York JetsO 38
SunSep 16, 19901:00@Philadelphia EaglesL 21-23L -13.5Phoenix CardinalsO 37
SunSep 16, 19901:00Los Angeles RamsW 35-14W -3@Tampa Bay BuccaneersO 47
SunSep 16, 19904:00New York GiantsW 28-7W -7.5@Dallas CowboysU 37
SunSep 16, 19904:00@Minnesota VikingsW 32-3W -6New Orleans SaintsU 40
SunSep 16, 19904:00Cincinnati BengalsW 21-16W -3@San Diego ChargersU 39
SunSep 16, 19904:00@San Francisco 49ersW 26-13W -5Washington RedskinsU 44
SunSep 16, 19904:00Los Angeles RaidersW 17-13W -1@Seattle SeahawksU 36
SunSep 16, 19908:00@Pittsburgh SteelersW 20-9W -2.5Houston OilersU 42
MonSep 17, 19909:00@Denver BroncosW 24-23L -6Kansas City ChiefsO 39
+ + +

+ +

Back to top

1990 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 19901:00@Chicago BearsW 19-16W -2.5Minnesota VikingsU 37
SunSep 23, 19901:00@Cincinnati BengalsW 41-7W -9.5New England PatriotsO 42
SunSep 23, 19901:00@Cleveland BrownsL 14-24L -4San Diego ChargersO 36
SunSep 23, 19901:00@Green Bay PackersL 3-17L -2.5Kansas City ChiefsU 42
SunSep 23, 19901:00@Houston OilersW 24-10W -9.5Indianapolis ColtsU 41
SunSep 23, 19901:00@New Orleans SaintsW 28-7W -9.5Phoenix CardinalsU 37
SunSep 23, 19901:00@New York GiantsW 20-3W -6.5Miami DolphinsU 40
SunSep 23, 19901:00@Washington RedskinsW 19-15L -14Dallas CowboysU 42
SunSep 23, 19904:00@Denver BroncosW 34-31 (OT)L -9Seattle SeahawksO 37
SunSep 23, 19904:00@Los Angeles RaidersW 20-3W -5.5Pittsburgh SteelersU 35
SunSep 23, 19904:00@Los Angeles RamsL 21-27L -5.5Philadelphia EaglesO 46
SunSep 23, 19904:00@San Francisco 49ersW 19-13L -11.5Atlanta FalconsU 46
SunSep 23, 19908:00@Tampa Bay BuccaneersW 23-20P -3Detroit LionsU 47
MonSep 24, 19909:00@New York JetsL 7-30L PKBuffalo BillsU 43
+ + +

+ +

Back to top

1990 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 19901:00@Buffalo BillsW 29-28L -3Denver BroncosO 41
SunSep 30, 19901:00@Detroit LionsL 21-24L -2.5Green Bay PackersU 46
SunSep 30, 19901:00@Minnesota VikingsL 20-23 (OT)L -8Tampa Bay BuccaneersO 40
SunSep 30, 19901:00@New York GiantsW 31-17W -13.5Dallas CowboysO 36
SunSep 30, 19901:00@Philadelphia EaglesL 23-24L -13Indianapolis ColtsO 37
SunSep 30, 19901:00Miami DolphinsW 28-6W -2@Pittsburgh SteelersU 36
SunSep 30, 19904:00@Kansas City ChiefsW 34-0W -6.5Cleveland BrownsU 36
SunSep 30, 19904:00@Los Angeles RaidersW 24-10W -1.5Chicago BearsP 34
SunSep 30, 19904:00@New England PatriotsL 13-37L PKNew York JetsO 40
SunSep 30, 19904:00@San Diego ChargersL 7-17L -2.5Houston OilersU 40
SunSep 30, 19908:00Washington RedskinsW 38-10W -6.5@Phoenix CardinalsO 37
MonOct 1, 19909:00Cincinnati BengalsL 16-31L -2.5@Seattle SeahawksO 43
+ + +

+ +

Back to top

1990 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 19901:00@Atlanta FalconsW 28-27L -2.5New Orleans SaintsO 40
SunOct 7, 19901:00Tampa Bay BuccaneersL 10-14L -2.5@Dallas CowboysU 40
SunOct 7, 19901:00San Francisco 49ersW 24-21L -5.5@Houston OilersU 46
SunOct 7, 19901:00Kansas City ChiefsL 19-23L -6@Indianapolis ColtsO 37
SunOct 7, 19901:00@Miami DolphinsW 20-16L -6.5New York JetsU 45
SunOct 7, 19901:00@Minnesota VikingsL 27-34L -7Detroit LionsO 43
SunOct 7, 19901:00Seattle SeahawksW 33-20W -3@New England PatriotsO 39
SunOct 7, 19901:00San Diego ChargersL 14-36L -1@Pittsburgh SteelersO 34
SunOct 7, 19904:00@Chicago BearsW 27-13W -4Green Bay PackersO 38
SunOct 7, 19904:00@Los Angeles RamsL 31-34 (OT)L -5Cincinnati BengalsO 47
SunOct 7, 19907:30@Buffalo BillsW 38-24W -3Los Angeles RaidersO 37
MonOct 8, 19909:00@Denver BroncosL 29-30L -9.5Cleveland BrownsO 39
+ + +

+ +

Back to top

1990 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 19901:00San Francisco 49ersW 45-35W -5.5@Atlanta FalconsO 46
SunOct 14, 19901:00@Houston OilersW 48-17W -4Cincinnati BengalsO 48
SunOct 14, 19901:00@Kansas City ChiefsW 43-24W -6.5Detroit LionsO 41
SunOct 14, 19901:00@New Orleans SaintsW 25-20P -5Cleveland BrownsO 38
SunOct 14, 19901:00@New York JetsL 3-39L -4San Diego ChargersO 38
SunOct 14, 19901:00@Tampa Bay BuccaneersW 26-14W -2.5Green Bay PackersU 44
SunOct 14, 19904:00@Denver BroncosL 17-34L -7.5Pittsburgh SteelersO 39
SunOct 14, 19904:00@Los Angeles RaidersW 24-17W -4.5Seattle SeahawksO 39
SunOct 14, 19904:00@Phoenix CardinalsW 20-3W -1.5Dallas CowboysU 37
SunOct 14, 19904:00New York GiantsW 24-20W -1@Washington RedskinsO 39
SunOct 14, 19907:30@Chicago BearsW 38-9W -2Los Angeles RamsO 41
MonOct 15, 19909:00@Philadelphia EaglesW 32-24W -4.5Minnesota VikingsO 41
+ + +

+ +

Back to top

1990 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 18, 19908:00@Miami DolphinsW 17-10L -10New England PatriotsU 42
SunOct 21, 19901:00@Buffalo BillsW 30-27L -9New York JetsO 42
SunOct 21, 19901:00@Houston OilersW 23-10W -5New Orleans SaintsU 43
SunOct 21, 19901:00@Indianapolis ColtsL 17-27L -1Denver BroncosP 44
SunOct 21, 19901:00@Tampa Bay BuccaneersL 13-17L -8.5Dallas CowboysU 38
SunOct 21, 19901:00@Washington RedskinsW 13-7W -5Philadelphia EaglesU 44
SunOct 21, 19904:00@Los Angeles RamsW 44-24W -6Atlanta FalconsO 50
SunOct 21, 19904:00@New York GiantsW 20-19L -13.5Phoenix CardinalsO 38
SunOct 21, 19904:00Los Angeles RaidersW 24-9W -3@San Diego ChargersU 37
SunOct 21, 19904:00@San Francisco 49ersW 27-7W -10Pittsburgh SteelersU 42
SunOct 21, 19904:00@Seattle SeahawksW 19-7W -1.5Kansas City ChiefsU 42
MonOct 22, 19909:00@Cleveland BrownsL 13-34L -2.5Cincinnati BengalsO 43
+ + +

+ +

Back to top

1990 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 19901:00Philadelphia EaglesW 21-20L -3.5@Dallas CowboysO 37
SunOct 28, 19901:00@Green Bay PackersW 24-10W -2Minnesota VikingsU 42at Milwaukee
SunOct 28, 19901:00@Houston OilersL 12-17L -8.5New York JetsU 46
SunOct 28, 19901:00Miami DolphinsW 27-7W -2.5@Indianapolis ColtsU 41
SunOct 28, 19901:00Buffalo BillsW 27-10W -6@New England PatriotsU 42
SunOct 28, 19901:00@New Orleans SaintsL 10-27L -5Detroit LionsU 43
SunOct 28, 19904:00@New York GiantsW 21-10W -3.5Washington RedskinsU 38
SunOct 28, 19904:00Chicago BearsW 31-21W -6.5@Phoenix CardinalsO 37
SunOct 28, 19904:00@San Diego ChargersW 41-10W -3.5Tampa Bay BuccaneersO 36
SunOct 28, 19904:00@San Francisco 49ersW 20-17L -13Cleveland BrownsU 42
SunOct 28, 19908:00@Atlanta FalconsW 38-17W PKCincinnati BengalsO 53
MonOct 29, 19909:00@Pittsburgh SteelersW 41-10W -1Los Angeles RamsO 44
+ + +

+ +

Back to top

1990 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 19901:00@Cincinnati BengalsL 7-21L -7New Orleans SaintsU 44
SunNov 4, 19901:00Washington RedskinsW 41-38 (OT)P -3@Detroit LionsO 43
SunNov 4, 19901:00San Francisco 49ersW 24-20L -7@Green Bay PackersO 43
SunNov 4, 19901:00@Kansas City ChiefsW 9-7P -2Los Angeles RaidersU 38
SunNov 4, 19901:00@Miami DolphinsW 23-3W -9.5Phoenix CardinalsU 39
SunNov 4, 19901:00@New York JetsW 24-9W -4.5Dallas CowboysU 38
SunNov 4, 19901:00@Philadelphia EaglesW 48-20W -9New England PatriotsO 38
SunNov 4, 19901:00@Pittsburgh SteelersW 21-9W -4Atlanta FalconsU 44
SunNov 4, 19904:00Buffalo BillsW 42-0W -3@Cleveland BrownsO 39
SunNov 4, 19904:00@Los Angeles RamsW 17-13P -4Houston OilersU 51
SunNov 4, 19904:00@Seattle SeahawksL 14-31L -5San Diego ChargersO 39
SunNov 4, 19904:00Chicago BearsW 26-6W -5@Tampa Bay BuccaneersU 39
SunNov 4, 19908:00Denver BroncosL 22-27L -1@Minnesota VikingsO 44
MonNov 5, 19909:00New York GiantsW 24-7W -10@Indianapolis ColtsU 37
+ + +

+ +

Back to top

1990 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 19901:00@Buffalo BillsW 45-14W -12.5Phoenix CardinalsO 38
SunNov 11, 19901:00@Chicago BearsW 30-24L -9Atlanta FalconsO 41
SunNov 11, 19901:00@Detroit LionsL 7-17L -2.5Minnesota VikingsU 46
SunNov 11, 19901:00@Kansas City ChiefsL 16-17L -6.5Seattle SeahawksU 38
SunNov 11, 19901:00@New England PatriotsL 10-13L -2Indianapolis ColtsU 37
SunNov 11, 19901:00@New Orleans SaintsW 35-7W -7Tampa Bay BuccaneersO 38
SunNov 11, 19901:00Miami DolphinsW 17-3W -3.5@New York JetsU 38
SunNov 11, 19904:00@Los Angeles RaidersL 16-29L -7Green Bay PackersO 38
SunNov 11, 19904:00New York GiantsW 31-7W -4@Los Angeles RamsU 44
SunNov 11, 19904:00@San Diego ChargersW 19-7W -2.5Denver BroncosU 40
SunNov 11, 19908:00San Francisco 49ersW 24-6W -10@Dallas CowboysU 40
MonNov 12, 19909:00@Philadelphia EaglesW 28-14W -3Washington RedskinsU 44
+ + +

+ +

Back to top

1990 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 19901:00@Atlanta FalconsL 23-24L -1Philadelphia EaglesP 47
SunNov 18, 19901:00@Buffalo BillsW 14-0L -15New England PatriotsU 39
SunNov 18, 19901:00Houston OilersW 35-23W -3.5@Cleveland BrownsO 38
SunNov 18, 19901:00@Kansas City ChiefsW 27-10W -3.5San Diego ChargersO 35
SunNov 18, 19901:00@New York GiantsW 20-0W -12.5Detroit LionsU 40
SunNov 18, 19901:00@Washington RedskinsW 31-17W -3.5New Orleans SaintsO 38
SunNov 18, 19904:00Chicago BearsW 16-13 (OT)W -2.5@Denver BroncosU 40
SunNov 18, 19904:00New York JetsL 14-17L -3@Indianapolis ColtsU 37
SunNov 18, 19904:00@Los Angeles RamsL 21-24L -9Dallas CowboysO 42
SunNov 18, 19904:00Green Bay PackersW 24-21L -5@Phoenix CardinalsO 41
SunNov 18, 19904:00@San Francisco 49ersW 31-7W -14.5Tampa Bay BuccaneersU 43
SunNov 18, 19904:00@Seattle SeahawksL 21-24L -3.5Minnesota VikingsO 39
SunNov 18, 19908:00@Cincinnati BengalsW 27-3W -2.5Pittsburgh SteelersU 42
MonNov 19, 19909:00@Miami DolphinsL 10-13L -3.5Los Angeles RaidersU 37
+ + +

+ +

Back to top

1990 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 199012:30@Detroit LionsW 40-27W -1Denver BroncosO 45
ThuNov 22, 19904:00Washington RedskinsL 17-27L -5.5@Dallas CowboysO 39
SunNov 25, 19901:00@Cincinnati BengalsL 20-34L -11.5Indianapolis ColtsO 41
SunNov 25, 19901:00Miami DolphinsW 30-13W -5@Cleveland BrownsO 36
SunNov 25, 19901:00@Green Bay PackersW 20-10W -7.5Tampa Bay BuccaneersU 39at Milwaukee
SunNov 25, 19901:00Chicago BearsL 13-41L -2.5@Minnesota VikingsO 38
SunNov 25, 19901:00@New Orleans SaintsW 10-7L -4.5Atlanta FalconsU 43
SunNov 25, 19901:00New York GiantsL 13-31L -3@Philadelphia EaglesO 37
SunNov 25, 19904:00@Los Angeles RaidersL 24-27L -4Kansas City ChiefsO 36
SunNov 25, 19904:00Pittsburgh SteelersW 24-7W -3.5@New York JetsU 37
SunNov 25, 19904:00@Phoenix CardinalsW 34-14W -5New England PatriotsO 38
SunNov 25, 19904:00@San Francisco 49ersL 17-28L -11.5Los Angeles RamsU 47
SunNov 25, 19908:00@San Diego ChargersL 10-13 (OT)L -3.5Seattle SeahawksU 37
MonNov 26, 19909:00@Houston OilersW 27-24P -3Buffalo BillsO 47
+ + +

+ +

Back to top

1990 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 2, 19901:00@Buffalo BillsW 30-23W -3Philadelphia EaglesO 40
SunDec 2, 19901:00@Chicago BearsW 23-17 (OT)L -8.5Detroit LionsO 38
SunDec 2, 19901:00Los Angeles RamsW 38-23W -3.5@Cleveland BrownsO 41
SunDec 2, 19901:00Kansas City ChiefsW 37-7W -8.5@New England PatriotsO 37
SunDec 2, 19901:00@Pittsburgh SteelersL 12-16L -4.5Cincinnati BengalsU 41
SunDec 2, 19901:00Atlanta FalconsL 17-23L -2.5@Tampa Bay BuccaneersU 42
SunDec 2, 19901:00@Washington RedskinsW 42-20W -3Miami DolphinsO 39
SunDec 2, 19904:00New Orleans SaintsL 13-17L -1@Dallas CowboysU 36
SunDec 2, 19904:00Los Angeles RaidersW 23-20W -2.5@Denver BroncosO 38
SunDec 2, 19904:00@Phoenix CardinalsW 20-17W -2Indianapolis ColtsU 40
SunDec 2, 19904:00@San Diego ChargersW 38-17W -7New York JetsO 37
SunDec 2, 19904:00Houston OilersL 10-13 (OT)L -1.5@Seattle SeahawksU 42
SunDec 2, 19908:00@Minnesota VikingsW 23-7W -6Green Bay PackersU 42
MonDec 3, 19909:00@San Francisco 49ersW 7-3W -3.5New York GiantsU 42
+ + +

+ +

Back to top

1990 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 9, 19901:00@Atlanta FalconsL 13-24L -5Phoenix CardinalsU 42
SunDec 9, 19901:00San Francisco 49ersW 20-17 (OT)L -3.5@Cincinnati BengalsU 45
SunDec 9, 19901:00@Green Bay PackersL 14-20L -3.5Seattle SeahawksU 37at Milwaukee
SunDec 9, 19901:00@Houston OilersW 58-14W -13Cleveland BrownsO 44
SunDec 9, 19901:00Buffalo BillsW 31-7W -5.5@Indianapolis ColtsU 40
SunDec 9, 19901:00@New York GiantsW 23-15W -6.5Minnesota VikingsO 36
SunDec 9, 19901:00@Pittsburgh SteelersW 24-3W -13.5New England PatriotsU 36
SunDec 9, 19904:00@Kansas City ChiefsW 31-20W -7Denver BroncosO 38
SunDec 9, 19904:00@Los Angeles RamsL 20-24L -5New Orleans SaintsO 43
SunDec 9, 19904:00@Washington RedskinsW 10-9L -4.5Chicago BearsU 41
SunDec 9, 19908:00@Miami DolphinsW 23-20 (OT)W -1Philadelphia EaglesO 42
MonDec 10, 19909:00Los Angeles RaidersW 38-31W -3.5@Detroit LionsO 43
+ + +

+ +

Back to top

1990 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 199012:30@New York GiantsL 13-17L -4Buffalo BillsU 37
SatDec 15, 19904:00Washington RedskinsW 25-10W -14@New England PatriotsU 38
SunDec 16, 19901:00@Cleveland BrownsW 13-10W PKAtlanta FalconsU 39
SunDec 16, 19901:00@Dallas CowboysW 41-10W -4.5Phoenix CardinalsO 37
SunDec 16, 19901:00@Kansas City ChiefsL 10-27L -3.5Houston OilersU 42
SunDec 16, 19901:00@Miami DolphinsW 24-17W -4.5Seattle SeahawksO 37
SunDec 16, 19901:00@New Orleans SaintsL 6-9L -3Pittsburgh SteelersU 36
SunDec 16, 19901:00@New York JetsL 21-29L -3.5Indianapolis ColtsO 37
SunDec 16, 19901:00Minnesota VikingsL 13-26L -6.5@Tampa Bay BuccaneersO 38
SunDec 16, 19904:00@Denver BroncosW 20-10W -2.5San Diego ChargersU 38
SunDec 16, 19904:00@Los Angeles RaidersW 24-7W -6.5Cincinnati BengalsU 39
SunDec 16, 19904:00@Philadelphia EaglesW 31-0W -10Green Bay PackersU 40
SunDec 16, 19908:00Chicago BearsL 21-38L -3@Detroit LionsO 44
MonDec 17, 19909:00San Francisco 49ersW 26-10W -6@Los Angeles RamsU 46
+ + +

+ +

Back to top

1990 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 22, 199012:30Detroit LionsW 24-17W -3@Green Bay PackersO 36
SatDec 22, 19904:00Los Angeles RaidersW 28-24W -1@Minnesota VikingsO 41
SatDec 22, 19908:00Washington RedskinsL 28-35L -5.5@Indianapolis ColtsO 41
SunDec 23, 19901:00Los Angeles RamsL 13-20L -3@Atlanta FalconsU 41
SunDec 23, 19901:00@Buffalo BillsW 24-14W -3.5Miami DolphinsO 35
SunDec 23, 19901:00@Chicago BearsW 27-14W -6.5Tampa Bay BuccaneersO 35
SunDec 23, 19901:00Houston OilersL 20-40L -3@Cincinnati BengalsO 44
SunDec 23, 19901:00@New York JetsW 42-7W -7New England PatriotsO 37
SunDec 23, 19901:00@Philadelphia EaglesW 17-3W -7Dallas CowboysU 37
SunDec 23, 19901:00@Pittsburgh SteelersW 35-0W -11Cleveland BrownsP 35
SunDec 23, 19904:00New York GiantsW 24-21L -6.5@Phoenix CardinalsO 36
SunDec 23, 19904:00Kansas City ChiefsW 24-21P -3@San Diego ChargersO 37
SunDec 23, 19904:00@San Francisco 49ersL 10-13L -9New Orleans SaintsU 38
SunDec 23, 19908:00@Seattle SeahawksW 17-12P -5Denver BroncosU 42
+ + +

+ +

Back to top

1990 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 29, 199012:30Kansas City ChiefsW 21-10W -1.5@Chicago BearsU 36
SatDec 29, 19904:00Philadelphia EaglesW 23-21L -7.5@Phoenix CardinalsO 43
SunDec 30, 19901:00@Atlanta FalconsW 26-7W -2Dallas CowboysU 36
SunDec 30, 19901:00@Cincinnati BengalsW 21-14L -16Cleveland BrownsU 39
SunDec 30, 19901:00@Miami DolphinsW 23-17L -8Indianapolis ColtsU 41
SunDec 30, 19901:00San Francisco 49ersW 20-17L -4@Minnesota VikingsU 41
SunDec 30, 19901:00New York GiantsW 13-10L -14@New England PatriotsU 36
SunDec 30, 19901:00@Washington RedskinsW 29-14W -4Buffalo BillsO 40
SunDec 30, 19904:00@Denver BroncosW 22-13W -7Green Bay PackersU 37
SunDec 30, 19904:00@Los Angeles RaidersW 17-12L -10.5San Diego ChargersU 39
SunDec 30, 19904:00@Seattle SeahawksW 30-10W -3Detroit LionsU 47
SunDec 30, 19904:00@Tampa Bay BuccaneersL 14-16L -3.5New York JetsU 41
SunDec 30, 19908:00Pittsburgh SteelersL 14-34L -2@Houston OilersO 38
MonDec 31, 19908:00@New Orleans SaintsW 20-17L -6.5Los Angeles RamsU 40
+ + +

+

Back to top

+

1990 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 5, 199112:30@Philadelphia Eagles (4)L 6-20L -4.5Washington Redskins (5)U 40
AFC Wild CardSatJan 5, 19914:00@Miami Dolphins (4)W 17-16L -2.5Kansas City Chiefs (5)U 41
AFC Wild CardSunJan 6, 199112:30@Cincinnati Bengals (3)W 41-14W -3.5Houston Oilers (6)O 42
NFC Wild CardSunJan 6, 19914:00@Chicago Bears (3)W 16-6W -6.5New Orleans Saints (6)U 32
AFC DivisionalSatJan 12, 199112:30@Buffalo Bills (1)W 44-34W -7Miami Dolphins (4)O 34
NFC DivisionalSatJan 12, 19914:00@San Francisco 49ers (1)W 28-10W -8Washington Redskins (5)U 41
NFC DivisionalSunJan 13, 199112:30@New York Giants (2)W 31-3W -7Chicago Bears (3)O 33
AFC DivisionalSunJan 13, 19914:00@Los Angeles Raiders (2)W 20-10W -7Cincinnati Bengals (3)U 43
AFC ChampionshipSunJan 20, 199112:30@Buffalo Bills (1)W 51-3W -7Los Angeles Raiders (2)O 37
NFC ChampionshipSunJan 20, 19914:00@San Francisco 49ers (1)L 13-15L -8New York Giants (2)U 37
Super Bowl XXVSunJan 27, 19915:30NBuffalo Bills (1)L 19-20L -6.5New York Giants (2)U 40.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1991.html b/data/1991.html new file mode 100644 index 0000000..b8f72f3 --- /dev/null +++ b/data/1991.html @@ -0,0 +1,4856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1991 Season

+ +

Historical NFL Game Odds

1991 Season

<<-- 1990 Season    1992 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1991 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-2 (85.7%)9-4-1 (69.2%)10-4 (71.4%)7-6-1 (53.8%)10-2 (83.3%)7-4-1 (63.6%)0-2 (0.0%)0-2-0 (0.0%)7-7-0 (50.0%)
29-5 (64.3%)6-7-1 (46.2%)6-8 (42.9%)6-7-1 (46.2%)6-5 (54.5%)5-6-0 (45.5%)0-3 (0.0%)1-1-1 (50.0%)4-10-0 (28.6%)
38-6 (57.1%)5-8-1 (38.5%)11-3 (78.6%)10-3-1 (76.9%)7-2 (77.8%)5-3-1 (62.5%)4-1 (80.0%)5-0-0 (100.%)1-13-0 (7.1%)
411-3 (78.6%)5-8-1 (38.5%)10-4 (71.4%)6-7-1 (46.2%)8-1 (88.9%)3-5-1 (37.5%)2-3 (40.0%)3-2-0 (60.0%)6-8-0 (42.9%)
58-4 (66.7%)6-6-0 (50.0%)9-3 (75.0%)9-3-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)3-2 (60.0%)4-1-0 (80.0%)4-8-0 (33.3%)
68-4 (66.7%)8-4-0 (66.7%)5-7 (41.7%)5-7-0 (41.7%)3-2 (60.0%)3-2-0 (60.0%)2-5 (28.6%)2-5-0 (28.6%)3-8-1 (27.3%)
79-2 (81.8%)7-3-1 (70.0%)6-5 (54.5%)7-3-1 (70.0%)6-2 (75.0%)6-2-0 (75.0%)0-3 (0.0%)1-1-1 (50.0%)10-1-0 (90.9%)
87-5 (58.3%)4-8-0 (33.3%)7-5 (58.3%)8-4-0 (66.7%)4-2 (66.7%)3-3-0 (50.0%)3-3 (50.0%)5-1-0 (83.3%)3-9-0 (25.0%)
910-2 (83.3%)8-4-0 (66.7%)6-6 (50.0%)6-6-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)0-4 (0.0%)1-3-0 (25.0%)3-8-1 (27.3%)
109-3 (75.0%)5-7-0 (41.7%)10-2 (83.3%)8-4-0 (66.7%)7-0 (100.%)4-3-0 (57.1%)3-2 (60.0%)4-1-0 (80.0%)4-7-1 (36.4%)
118-6 (57.1%)6-7-1 (46.2%)6-8 (42.9%)5-8-1 (38.5%)4-4 (50.0%)3-5-0 (37.5%)2-4 (33.3%)2-3-1 (40.0%)11-3-0 (78.6%)
1212-2 (85.7%)9-5-0 (64.3%)8-6 (57.1%)5-9-0 (35.7%)7-1 (87.5%)4-4-0 (50.0%)1-5 (16.7%)1-5-0 (16.7%)10-4-0 (71.4%)
137-7 (50.0%)4-10-0 (28.6%)6-8 (42.9%)5-9-0 (35.7%)3-4 (42.9%)1-6-0 (14.3%)3-4 (42.9%)4-3-0 (57.1%)7-6-1 (53.8%)
1410-3 (76.9%)8-5-0 (61.5%)8-5 (61.5%)8-5-0 (61.5%)7-2 (77.8%)6-3-0 (66.7%)1-3 (25.0%)2-2-0 (50.0%)4-9-0 (30.8%)
1511-2 (84.6%)6-7-0 (46.2%)7-7 (50.0%)8-6-0 (57.1%)7-2 (77.8%)5-4-0 (55.6%)0-4 (0.0%)3-1-0 (75.0%)10-3-1 (76.9%)
1611-3 (78.6%)8-5-1 (61.5%)9-5 (64.3%)7-6-1 (53.8%)8-2 (80.0%)6-4-0 (60.0%)1-3 (25.0%)1-2-1 (33.3%)6-8-0 (42.9%)
177-7 (50.0%)6-7-1 (46.2%)8-6 (57.1%)8-5-1 (61.5%)5-4 (55.6%)5-4-0 (55.6%)3-2 (60.0%)3-1-1 (75.0%)5-9-0 (35.7%)
Playoffs8-2 (80.0%)4-6-0 (40.0%)8-2 (80.0%)4-6-0 (40.0%)7-2 (77.8%)3-6-0 (33.3%)0-0 0-0-0 6-5-0 (54.5%)
+ +


1991 Results by Team

Click on a team to view 1991 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons10-6 (62.5%)9-7 (56.3%)5-2 (71.4%)4-3-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)9-7-0 (56.3%)
Buffalo Bills13-3 (81.3%)9-7 (56.3%)12-3 (80.0%)8-7-0 (53.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)8-8-0 (50.0%)
Chicago Bears11-5 (68.8%)9-7 (56.3%)8-1 (88.9%)6-3-0 (66.7%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)8-8-0 (50.0%)
Cincinnati Bengals3-13 (18.8%)4-12 (25.0%)0-4 (0.0%)0-4-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)0-3 (0.0%)0-3-0 (0.0%)9-7-0 (56.3%)
Cleveland Browns6-10 (37.5%)8-6-2 (57.1%)3-1 (75.0%)3-1-0 (75.0%)3-5 (37.5%)3-3-2 (50.0%)1-0 (100.%)1-0-0 (100.%)6-10-0 (37.5%)
Dallas Cowboys11-5 (68.8%)12-3-1 (80.0%)7-1 (87.5%)7-1-0 (87.5%)6-2 (75.0%)6-1-1 (85.7%)5-1 (83.3%)5-1-0 (83.3%)10-5-1 (66.7%)
Denver Broncos12-4 (75.0%)9-4-3 (69.2%)8-1 (88.9%)3-3-3 (50.0%)7-1 (87.5%)4-2-2 (66.7%)6-1 (85.7%)3-2-2 (60.0%)5-11-0 (31.3%)
Detroit Lions12-4 (75.0%)12-4 (75.0%)9-1 (90.0%)9-1-0 (90.0%)8-0 (100.%)8-0-0 (100.%)7-0 (100.%)7-0-0 (100.%)7-8-1 (46.7%)
Green Bay Packers4-12 (25.0%)6-10 (37.5%)2-0 (100.%)0-2-0 (0.0%)2-6 (25.0%)0-8-0 (0.0%)2-0 (100.%)0-2-0 (0.0%)7-8-1 (46.7%)
Houston Oilers11-5 (68.8%)7-7-2 (50.0%)10-4 (71.4%)5-7-2 (41.7%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)7-8-1 (46.7%)
Indianapolis Colts1-15 (6.3%)5-11 (31.3%)0-1 (0.0%)0-1-0 (0.0%)0-8 (0.0%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)5-11-0 (31.3%)
Kansas City Chiefs10-6 (62.5%)6-10 (37.5%)7-4 (63.6%)3-8-0 (27.3%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)7-9-0 (43.8%)
Los Angeles Raiders9-7 (56.3%)7-9 (43.8%)6-4 (60.0%)3-7-0 (30.0%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)8-7-1 (53.3%)
Los Angeles Rams3-13 (18.8%)4-12 (25.0%)2-1 (66.7%)1-2-0 (33.3%)2-6 (25.0%)1-7-0 (12.5%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
Miami Dolphins8-8 (50.0%)8-8 (50.0%)7-4 (63.6%)5-6-0 (45.5%)5-3 (62.5%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)8-8-0 (50.0%)
Minnesota Vikings8-8 (50.0%)6-10 (37.5%)6-5 (54.5%)4-7-0 (36.4%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)8-8-0 (50.0%)
New England Patriots6-10 (37.5%)7-9 (43.8%)1-1 (50.0%)0-2-0 (0.0%)4-4 (50.0%)4-4-0 (50.0%)1-0 (100.%)0-1-0 (0.0%)5-11-0 (31.3%)
New Orleans Saints11-5 (68.8%)10-6 (62.5%)10-3 (76.9%)9-4-0 (69.2%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)7-9-0 (43.8%)
New York Giants8-8 (50.0%)5-11 (31.3%)7-6 (53.8%)4-9-0 (30.8%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)9-6-1 (60.0%)
New York Jets8-8 (50.0%)8-7-1 (53.3%)6-2 (75.0%)4-4-0 (50.0%)4-4 (50.0%)4-3-1 (57.1%)3-2 (60.0%)2-3-0 (40.0%)5-10-1 (33.3%)
Philadelphia Eagles10-6 (62.5%)8-7-1 (53.3%)5-3 (62.5%)3-4-1 (42.9%)4-4 (50.0%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)6-9-1 (40.0%)
Phoenix Cardinals4-12 (25.0%)7-9 (43.8%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)4-12-0 (25.0%)
Pittsburgh Steelers7-9 (43.8%)7-8-1 (46.7%)5-1 (83.3%)4-1-1 (80.0%)5-3 (62.5%)5-2-1 (71.4%)4-1 (80.0%)3-1-1 (75.0%)6-9-1 (40.0%)
San Diego Chargers4-12 (25.0%)7-6-3 (53.8%)0-2 (0.0%)0-2-0 (0.0%)3-5 (37.5%)5-2-1 (71.4%)0-2 (0.0%)0-2-0 (0.0%)8-7-1 (53.3%)
San Francisco 49ers10-6 (62.5%)8-8 (50.0%)10-4 (71.4%)8-6-0 (57.1%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-9-0 (43.8%)
Seattle Seahawks7-9 (43.8%)9-6-1 (60.0%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)4-12-0 (25.0%)
Tampa Bay Buccaneers3-13 (18.8%)8-8 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)7-1-0 (87.5%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
Washington Redskins14-2 (87.5%)11-4-1 (73.3%)14-2 (87.5%)11-4-1 (73.3%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)9-7-0 (56.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1991 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 1, 19911:00Dallas CowboysW 26-14W -2.5@Cleveland BrownsO 36
SunSep 1, 19911:00Philadelphia EaglesW 20-3W -2@Green Bay PackersU 44
SunSep 1, 19911:00@Kansas City ChiefsW 14-3W -7Atlanta FalconsU 42
SunSep 1, 19911:00@New Orleans SaintsW 27-24L -4Seattle SeahawksO 35
SunSep 1, 19911:00@New York JetsW 16-13W -2.5Tampa Bay BuccaneersU 40
SunSep 1, 19914:00@Buffalo BillsW 35-31L -7Miami DolphinsO 42
SunSep 1, 19914:00@Chicago BearsW 10-6W -2Minnesota VikingsU 36
SunSep 1, 19914:00@Denver BroncosW 45-14W -2Cincinnati BengalsO 45
SunSep 1, 19914:00@Houston OilersW 47-17W -2.5Los Angeles RaidersO 44
SunSep 1, 19914:00@Indianapolis ColtsL 7-16L -9New England PatriotsU 37
SunSep 1, 19914:00@Los Angeles RamsL 14-24L -7Phoenix CardinalsU 42
SunSep 1, 19914:00@Pittsburgh SteelersW 26-20P -6San Diego ChargersO 36
SunSep 1, 19918:00@Washington RedskinsW 45-0W -7.5Detroit LionsO 44
MonSep 2, 19919:00@New York GiantsW 16-14W -1.5San Francisco 49ersU 37
+ + +

+ +

Back to top

1991 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 8, 19911:00@Atlanta FalconsL 19-20L -1.5Minnesota VikingsU 41
SunSep 8, 19911:00@Buffalo BillsW 52-34W -7Pittsburgh SteelersO 42
SunSep 8, 19911:00@Detroit LionsW 23-14W -2Green Bay PackersU 44
SunSep 8, 19911:00@Kansas City ChiefsL 10-17L -6.5New Orleans SaintsU 36
SunSep 8, 19911:00@Miami DolphinsW 17-6W -8Indianapolis ColtsU 42
SunSep 8, 19911:00Cleveland BrownsW 20-0W -1@New England PatriotsU 36
SunSep 8, 19911:00@New York GiantsL 13-19L -7Los Angeles RamsU 38
SunSep 8, 19911:00@Philadelphia EaglesL 10-26L -6.5Phoenix CardinalsU 36.5
SunSep 8, 19911:00Chicago BearsW 21-20L -3.5@Tampa Bay BuccaneersO 36
SunSep 8, 19914:00@Los Angeles RaidersW 16-13L -4Denver BroncosU 40
SunSep 8, 19914:00@San Francisco 49ersW 34-14W -12San Diego ChargersO 38
SunSep 8, 19914:00@Seattle SeahawksW 20-13W -5New York JetsU 36
SunSep 8, 19918:00@Cincinnati BengalsL 7-30L -2.5Houston OilersU 51
MonSep 9, 19918:00Washington RedskinsW 33-31P -2@Dallas CowboysO 40
+ + +

+ +

Back to top

1991 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 15, 19911:00New York GiantsL 17-20L -1.5@Chicago BearsO 34
SunSep 15, 19911:00Cincinnati BengalsL 13-14L -3.5@Cleveland BrownsU 40
SunSep 15, 19911:00@Dallas CowboysL 0-24L -3.5Philadelphia EaglesU 38
SunSep 15, 19911:00Miami DolphinsL 13-17L -3@Detroit LionsU 44
SunSep 15, 19911:00@Green Bay PackersW 15-13L -3.5Tampa Bay BuccaneersU 38
SunSep 15, 19911:00San Francisco 49ersL 14-17L -3@Minnesota VikingsU 42
SunSep 15, 19911:00@Pittsburgh SteelersW 20-6W -13.5New England PatriotsU 36
SunSep 15, 19911:00@Washington RedskinsW 34-0W -9Phoenix CardinalsU 41
SunSep 15, 19914:00@Denver BroncosW 16-10P -6Seattle SeahawksU 38
SunSep 15, 19914:00@Los Angeles RaidersW 16-0W -8.5Indianapolis ColtsU 36
SunSep 15, 19914:00Buffalo BillsW 23-20L -9.5@New York JetsU 46
SunSep 15, 19914:00@San Diego ChargersL 10-13L -2Atlanta FalconsU 40
SunSep 15, 19918:00@New Orleans SaintsW 24-7W -3Los Angeles RamsU 37
MonSep 16, 19919:00@Houston OilersW 17-7W -4.5Kansas City ChiefsU 43
+ + +

+ +

Back to top

1991 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 19911:00Los Angeles RaidersL 17-21L -2.5@Atlanta FalconsO 36
SunSep 22, 19911:00Washington RedskinsW 34-27W -3.5@Cincinnati BengalsO 43
SunSep 22, 19911:00Detroit LionsW 33-24W -1@Indianapolis ColtsO 37
SunSep 22, 19911:00@Miami DolphinsW 16-13L -7Green Bay PackersU 38
SunSep 22, 19911:00Houston OilersL 20-24L -12.5@New England PatriotsO 38
SunSep 22, 19911:00@New Orleans SaintsW 26-0W -3Minnesota VikingsU 36
SunSep 22, 19911:00@New York GiantsW 13-10L -12Cleveland BrownsU 36
SunSep 22, 19911:00@Philadelphia EaglesW 23-14W -3Pittsburgh SteelersO 36
SunSep 22, 19914:00@Denver BroncosW 27-19P -8San Diego ChargersO 38
SunSep 22, 19914:00@Kansas City ChiefsW 20-13L -7.5Seattle SeahawksU 36
SunSep 22, 19914:00@San Francisco 49ersW 27-10W -7.5Los Angeles RamsU 38
SunSep 22, 19914:00Buffalo BillsW 17-10L -8@Tampa Bay BuccaneersU 44
SunSep 22, 19918:00@Phoenix CardinalsL 9-17L -1Dallas CowboysU 36
MonSep 23, 19919:00@Chicago BearsW 19-13 (OT)L -7.5New York JetsU 36
+ + +

+ +

Back to top

1991 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 19911:00New Orleans SaintsW 27-6W -2.5@Atlanta FalconsU 35
SunSep 29, 19911:00@Buffalo BillsW 35-20W -8Chicago BearsO 44
SunSep 29, 19911:00New York GiantsL 16-21L -2.5@Dallas CowboysO 36
SunSep 29, 19911:00@Detroit LionsW 31-3W -6Tampa Bay BuccaneersU 40
SunSep 29, 19914:00San Francisco 49ersL 6-12L -3@Los Angeles RaidersU 36
SunSep 29, 19914:00@Los Angeles RamsW 23-21L -4.5Green Bay PackersO 38
SunSep 29, 19914:00Miami DolphinsL 23-41L -2@New York JetsO 38
SunSep 29, 19914:00@Phoenix CardinalsW 24-10W -6New England PatriotsU 36
SunSep 29, 19914:00Kansas City ChiefsW 14-13L -3.5@San Diego ChargersU 36
SunSep 29, 19914:00@Seattle SeahawksW 31-3W -8Indianapolis ColtsU 36
SunSep 29, 19918:00@Minnesota VikingsL 6-13L -5Denver BroncosU 40
MonSep 30, 19919:00@Washington RedskinsW 23-0W -6Philadelphia EaglesU 40
+ + +

+ +

Back to top

1991 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 6, 19911:00Washington RedskinsW 20-7W -3@Chicago BearsU 37
SunOct 6, 19911:00@Cincinnati BengalsL 7-13L -3.5Seattle SeahawksU 40
SunOct 6, 19911:00New York JetsW 17-14W -1.5@Cleveland BrownsU 34
SunOct 6, 19911:00@Detroit LionsW 24-20W -3Minnesota VikingsO 40
SunOct 6, 19911:00Dallas CowboysW 20-17W -2.5@Green Bay PackersO 35at Milwaukee
SunOct 6, 19911:00@Houston OilersW 42-14W -7.5Denver BroncosO 44
SunOct 6, 19911:00Miami DolphinsW 20-10W -6.5@New England PatriotsU 35
SunOct 6, 19911:00Philadelphia EaglesL 13-14L -3@Tampa Bay BuccaneersU 32
SunOct 6, 19914:00@Los Angeles RaidersL 13-21L -7.5San Diego ChargersP 34
SunOct 6, 19914:00@New York GiantsW 20-9W -9.5Phoenix CardinalsU 34
SunOct 6, 19918:00Pittsburgh SteelersW 21-3W -6@Indianapolis ColtsU 36
MonOct 7, 19919:00Buffalo BillsL 6-33L -3@Kansas City ChiefsU 40
+ + +

+ +

Back to top

1991 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 19911:00@Buffalo BillsW 42-6W -20Indianapolis ColtsO 41
SunOct 13, 19911:00@Dallas CowboysW 35-23W -6.5Cincinnati BengalsO 40
SunOct 13, 19911:00@Minnesota VikingsW 34-7W -6.5Phoenix CardinalsO 36
SunOct 13, 19911:00New Orleans SaintsW 13-6W -6@Philadelphia EaglesU 30
SunOct 13, 19911:00@Washington RedskinsW 42-17W -14Cleveland BrownsO 37
SunOct 13, 19914:00@Kansas City ChiefsW 42-7W -7Miami DolphinsO 35
SunOct 13, 19914:00@Los Angeles RamsW 30-24W -3.5San Diego ChargersO 38
SunOct 13, 19914:00Houston OilersW 23-20P -3@New York JetsO 40
SunOct 13, 19914:00@San Francisco 49ersL 34-39L -10.5Atlanta FalconsO 36
SunOct 13, 19917:30@Seattle SeahawksL 20-23 (OT)L -2.5Los Angeles RaidersO 34
MonOct 14, 19919:00New York GiantsW 23-20L -3.5@Pittsburgh SteelersO 34
+ + +

+ +

Back to top

1991 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 17, 19917:30Chicago BearsW 10-0W -3@Green Bay PackersU 35
SunOct 20, 19911:00New York JetsW 17-6L -12.5@Indianapolis ColtsU 34
SunOct 20, 19911:00Houston OilersW 17-13L -5.5@Miami DolphinsU 42
SunOct 20, 19911:00Minnesota VikingsL 23-26 (OT)L -7@New England PatriotsO 34
SunOct 20, 19911:00@New Orleans SaintsW 23-7W -13Tampa Bay BuccaneersU 32
SunOct 20, 19911:00@Pittsburgh SteelersL 7-27L -3.5Seattle SeahawksU 36
SunOct 20, 19914:00Kansas City ChiefsL 16-19L -2@Denver BroncosU 37
SunOct 20, 19914:00@Los Angeles RaidersW 20-17L -4Los Angeles RamsU 38
SunOct 20, 19914:00Atlanta FalconsL 10-16L -2.5@Phoenix CardinalsU 38
SunOct 20, 19914:00@San Diego ChargersL 24-30 (OT)L -5Cleveland BrownsO 36
SunOct 20, 19914:00@San Francisco 49ersW 35-3W -7Detroit LionsU 42
MonOct 21, 19919:00@Buffalo BillsW 35-16W -13.5Cincinnati BengalsO 50
+ + +

+ +

Back to top

1991 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 19911:00@Atlanta FalconsW 31-14W -2.5Los Angeles RamsO 40
SunOct 27, 19911:00@Houston OilersW 35-3W -15.5Cincinnati BengalsU 46
SunOct 27, 19911:00@New Orleans SaintsL 17-20L -6.5Chicago BearsO 32
SunOct 27, 19911:00San Francisco 49ersW 23-7W -4@Philadelphia EaglesU 35
SunOct 27, 19911:00@Tampa Bay BuccaneersL 0-27L -2.5Green Bay PackersU 34
SunOct 27, 19914:00@Cleveland BrownsW 17-14W -1.5Pittsburgh SteelersU 35
SunOct 27, 19914:00@Detroit LionsW 34-10W -2.5Dallas CowboysP 44
SunOct 27, 19914:00Denver BroncosW 9-6L -6@New England PatriotsU 36
SunOct 27, 19914:00Minnesota VikingsW 28-0W -2@Phoenix CardinalsU 34
SunOct 27, 19914:00@Seattle SeahawksW 20-9W -6.5San Diego ChargersU 37
SunOct 27, 19917:30Washington RedskinsW 17-13W -2.5@New York GiantsU 38
MonOct 28, 19919:00@Kansas City ChiefsW 24-21L -6.5Los Angeles RaidersO 35
+ + +

+ +

Back to top

1991 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 19911:00San Francisco 49ersL 14-17L -5@Atlanta FalconsU 39
SunNov 3, 19911:00@Buffalo BillsW 22-17L -17New England PatriotsU 41
SunNov 3, 19911:00@Chicago BearsW 20-10W -7Detroit LionsU 32
SunNov 3, 19911:00Cleveland BrownsL 21-23L -2.5@Cincinnati BengalsO 36
SunNov 3, 19911:00@Minnesota VikingsW 28-13W -11.5Tampa Bay BuccaneersO 36
SunNov 3, 19911:00@New York JetsW 19-16 (OT)L -6.5Green Bay PackersP 35
SunNov 3, 19911:00@Washington RedskinsW 16-13 (OT)L -6.5Houston OilersU 43
SunNov 3, 19914:00@Dallas CowboysW 27-7W -9.5Phoenix CardinalsU 36
SunNov 3, 19914:00Miami DolphinsW 10-6L -9@Indianapolis ColtsU 36
SunNov 3, 19914:00New Orleans SaintsW 24-17W -4@Los Angeles RamsO 36
SunNov 3, 19918:00@Denver BroncosW 20-13W -6.5Pittsburgh SteelersU 35
MonNov 4, 19919:00New York GiantsL 7-30L -3.5@Philadelphia EaglesO 32
+ + +

+ +

Back to top

1991 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 19911:00@Cincinnati BengalsL 27-33 (OT)L -1.5Pittsburgh SteelersO 38
SunNov 10, 19911:00Philadelphia EaglesW 32-30P -2@Cleveland BrownsO 33
SunNov 10, 19911:00Buffalo BillsW 34-24W -7@Green Bay PackersO 37at Milwaukee
SunNov 10, 19911:00@Houston OilersW 26-23 (OT)L -10Dallas CowboysO 43
SunNov 10, 19911:00@New Orleans SaintsW 10-3W -5.5San Francisco 49ersU 31
SunNov 10, 19911:00@New York JetsL 27-28L -13.5Indianapolis ColtsO 32
SunNov 10, 19911:00Detroit LionsL 21-30L -3@Tampa Bay BuccaneersO 36
SunNov 10, 19911:00@Washington RedskinsW 56-17W -12Atlanta FalconsO 35
SunNov 10, 19914:00@Denver BroncosL 16-17L -3Los Angeles RaidersU 36
SunNov 10, 19914:00Kansas City ChiefsW 27-20W -4@Los Angeles RamsO 40
SunNov 10, 19914:00New York GiantsW 21-14W -6.5@Phoenix CardinalsO 34
SunNov 10, 19914:00Seattle SeahawksL 14-17L -2@San Diego ChargersU 36
SunNov 10, 19918:00@Miami DolphinsW 30-20W -6.5New England PatriotsO 35
MonNov 11, 19919:00@Minnesota VikingsL 17-34L -3Chicago BearsO 36
+ + +

+ +

Back to top

1991 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 19911:00@Atlanta FalconsW 43-7W -6.5Tampa Bay BuccaneersO 38
SunNov 17, 19911:00Minnesota VikingsW 35-21W -2@Green Bay PackersO 36
SunNov 17, 19911:00Chicago BearsW 31-17W -9.5@Indianapolis ColtsO 38
SunNov 17, 19911:00@Kansas City ChiefsL 20-24L -6.5Denver BroncosO 36
SunNov 17, 19911:00New York JetsW 28-21W -3@New England PatriotsO 35
SunNov 17, 19911:00@Philadelphia EaglesW 17-10L -9.5Cincinnati BengalsU 38
SunNov 17, 19911:00Washington RedskinsW 41-14W -7@Pittsburgh SteelersO 40
SunNov 17, 19914:00@Detroit LionsW 21-10W -4.5Los Angeles RamsU 46
SunNov 17, 19914:00@Los Angeles RaidersW 31-7W -3.5Seattle SeahawksO 34
SunNov 17, 19914:00@New York GiantsW 22-9W -6Dallas CowboysU 36
SunNov 17, 19914:00New Orleans SaintsL 21-24L -4.5@San Diego ChargersO 32
SunNov 17, 19914:00@San Francisco 49ersW 14-10L -12Phoenix CardinalsU 32
SunNov 17, 19918:00@Houston OilersW 28-24L -13Cleveland BrownsO 45
MonNov 18, 19919:00Buffalo BillsW 41-27W -4@Miami DolphinsO 46
+ + +

+ +

Back to top

1991 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 19911:00Los Angeles RaidersW 38-14W -6.5@Cincinnati BengalsO 36
SunNov 24, 19911:00Kansas City ChiefsL 15-20L -4@Cleveland BrownsU 36
SunNov 24, 19911:00@Green Bay PackersW 14-10L -7Indianapolis ColtsU 34at Milwaukee
SunNov 24, 19911:00@Minnesota VikingsL 14-34L -6Detroit LionsO 42
SunNov 24, 19911:00Buffalo BillsL 13-16L -8.5@New England PatriotsU 42
SunNov 24, 19911:00Houston OilersL 14-26L -7.5@Pittsburgh SteelersP 40
SunNov 24, 19911:00New York GiantsW 21-14L -9@Tampa Bay BuccaneersO 34
SunNov 24, 19911:00@Washington RedskinsL 21-24L -12.5Dallas CowboysO 42
SunNov 24, 19914:00@Chicago BearsL 13-16 (OT)L -8Miami DolphinsU 36
SunNov 24, 19914:00@New York JetsW 24-3W -4San Diego ChargersU 38
SunNov 24, 19914:00Philadelphia EaglesW 34-14W -6.5@Phoenix CardinalsO 33
SunNov 24, 19914:00@Seattle SeahawksW 13-10L -3.5Denver BroncosU 36
SunNov 24, 19918:00@New Orleans SaintsL 20-23 (OT)L -6.5Atlanta FalconsO 35
MonNov 25, 19919:00San Francisco 49ersW 33-10W -3@Los Angeles RamsO 38
+ + +

+ +

Back to top

1991 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 199112:30@Detroit LionsW 16-6W -3Chicago BearsU 41
ThuNov 28, 19914:00@Dallas CowboysW 20-10W -6Pittsburgh SteelersU 40
SunDec 1, 19911:00@Atlanta FalconsW 35-31L -8.5Green Bay PackersO 38
SunDec 1, 19911:00@Buffalo BillsW 24-13W -9New York JetsU 46
SunDec 1, 19911:00Cleveland BrownsW 31-0W -4.5@Indianapolis ColtsU 38
SunDec 1, 19911:00@Miami DolphinsW 33-14W -9Tampa Bay BuccaneersO 38
SunDec 1, 19914:00New York GiantsL 24-27L -7@Cincinnati BengalsO 39
SunDec 1, 19914:00@Denver BroncosW 20-3W -6.5New England PatriotsU 33
SunDec 1, 19914:00Washington RedskinsW 27-6W -12@Los Angeles RamsU 46
SunDec 1, 19914:00@San Francisco 49ersW 38-24W -4New Orleans SaintsO 34
SunDec 1, 19914:00@Seattle SeahawksL 6-19L -1.5Kansas City ChiefsU 36
SunDec 1, 19918:00Los Angeles RaidersW 9-7L -5.5@San Diego ChargersU 36
MonDec 2, 19919:00@Houston OilersL 6-13L -6.5Philadelphia EaglesU 42
+ + +

+ +

Back to top

1991 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 8, 19911:00@Chicago BearsW 27-13W -9.5Green Bay PackersO 36
SunDec 8, 19911:00@Cleveland BrownsL 7-17L PKDenver BroncosU 36
SunDec 8, 19911:00@Dallas CowboysW 23-14W -2New Orleans SaintsO 36
SunDec 8, 19911:00@Houston OilersW 31-6W -10Pittsburgh SteelersU 44
SunDec 8, 19911:00@Kansas City ChiefsW 20-17 (OT)L -9San Diego ChargersO 36
SunDec 8, 19911:00@New England PatriotsW 23-17 (OT)L -8Indianapolis ColtsO 34
SunDec 8, 19911:00@New York GiantsL 14-19L -3Philadelphia EaglesP 33
SunDec 8, 19914:00@Detroit LionsW 34-20W -5.5New York JetsO 42
SunDec 8, 19914:00@Los Angeles RaidersL 27-30 (OT)L -1.5Buffalo BillsO 41
SunDec 8, 19914:00Atlanta FalconsW 31-14W -6@Los Angeles RamsO 43
SunDec 8, 19914:00Washington RedskinsW 20-14L -14@Phoenix CardinalsU 40
SunDec 8, 19914:00San Francisco 49ersW 24-22L -3.5@Seattle SeahawksO 36
SunDec 8, 19918:00Minnesota VikingsW 26-24L -4@Tampa Bay BuccaneersO 38
MonDec 9, 19919:00@Miami DolphinsW 37-13W -8Cincinnati BengalsO 46
+ + +

+ +

Back to top

1991 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 199112:30@Chicago BearsW 27-0W -13Tampa Bay BuccaneersU 34
SatDec 14, 19914:00@San Francisco 49ersW 28-14W -4.5Kansas City ChiefsO 37
SunDec 15, 19911:00@Atlanta FalconsW 26-13W -7Seattle SeahawksU 40
SunDec 15, 19911:00Houston OilersW 17-14P -3@Cleveland BrownsU 35
SunDec 15, 19911:00Detroit LionsW 21-17W -3@Green Bay PackersO 34
SunDec 15, 19911:00@Minnesota VikingsW 20-14L -10Los Angeles RamsU 45
SunDec 15, 19911:00@New York JetsL 3-6L -7New England PatriotsU 36
SunDec 15, 19911:00@Philadelphia EaglesL 13-25L -3.5Dallas CowboysO 32
SunDec 15, 19911:00@Pittsburgh SteelersW 17-10W -6Cincinnati BengalsU 39
SunDec 15, 19914:00@Denver BroncosW 24-19L -11.5Phoenix CardinalsO 34
SunDec 15, 19914:00Miami DolphinsL 30-38L -1@San Diego ChargersO 38
SunDec 15, 19914:00@Washington RedskinsW 34-17W -9New York GiantsO 37
SunDec 15, 19918:00Buffalo BillsW 35-7W -13@Indianapolis ColtsU 42.5
MonDec 16, 19919:00@New Orleans SaintsW 27-0W -3Los Angeles RaidersU 37
+ + +

+ +

Back to top

1991 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 21, 199112:30Houston OilersL 20-24L -3@New York GiantsO 37
SatDec 21, 19914:00@Minnesota VikingsL 7-27L -6Green Bay PackersU 44
SunDec 22, 19911:00@Buffalo BillsL 14-17 (OT)L -5Detroit LionsU 41
SunDec 22, 19911:00New England PatriotsL 7-29L -2@Cincinnati BengalsU 38
SunDec 22, 19911:00@Dallas CowboysW 31-27W -3Atlanta FalconsO 39
SunDec 22, 19911:00@Miami DolphinsL 20-23 (OT)L -5.5New York JetsU 44
SunDec 22, 19911:00@Pittsburgh SteelersW 17-10W -3Cleveland BrownsU 37
SunDec 22, 19911:00@Tampa Bay BuccaneersW 17-3W -5.5Indianapolis ColtsU 35
SunDec 22, 19914:00@Los Angeles RaidersL 21-27L -2.5Kansas City ChiefsO 35
SunDec 22, 19914:00Washington RedskinsL 22-24L -3@Philadelphia EaglesO 35
SunDec 22, 19914:00New Orleans SaintsW 27-3W -7@Phoenix CardinalsU 35
SunDec 22, 19914:00Denver BroncosW 17-14P -3@San Diego ChargersU 37
SunDec 22, 19918:00@Seattle SeahawksW 23-9W -6Los Angeles RamsU 39
MonDec 23, 19919:00@San Francisco 49ersW 52-14W -5Chicago BearsO 39
+ + +

+

Back to top

+

1991 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 28, 199112:30@Kansas City Chiefs (4)W 10-6L -5Los Angeles Raiders (5)U 36
NFC Wild CardSatDec 28, 19914:00@New Orleans Saints (3)L 20-27L -6Atlanta Falcons (6)O 39
NFC Wild CardSunDec 29, 199112:30@Chicago Bears (4)L 13-17L -3Dallas Cowboys (5)U 37
AFC Wild CardSunDec 29, 19914:00@Houston Oilers (3)W 17-10L -9New York Jets (6)U 44
NFC DivisionalSatJan 4, 199212:30@Washington Redskins (1)W 24-7W -11.5Atlanta Falcons (6)U 43
AFC DivisionalSatJan 4, 19924:00@Denver Broncos (2)W 26-24L -3.5Houston Oilers (3)O 37
AFC DivisionalSunJan 5, 199212:30@Buffalo Bills (1)W 37-14W -10.5Kansas City Chiefs (4)O 41
NFC DivisionalSunJan 5, 19924:00@Detroit Lions (2)W 38-6W PKDallas Cowboys (5)O 43
AFC ChampionshipSunJan 12, 199212:30@Buffalo Bills (1)W 10-7L -11.5Denver Broncos (2)U 46
NFC ChampionshipSunJan 12, 19924:00@Washington Redskins (1)W 41-10W -14Detroit Lions (2)O 43
Super Bowl XXVISunJan 26, 19926:30NWashington Redskins (1)W 37-24W -7Buffalo Bills (1)O 48
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1992.html b/data/1992.html new file mode 100644 index 0000000..69f6c8b --- /dev/null +++ b/data/1992.html @@ -0,0 +1,4856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1992 Season

+ +

Historical NFL Game Odds

1992 Season

<<-- 1991 Season    1993 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1992 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-4 (69.2%)5-7-1 (41.7%)8-5 (61.5%)6-6-1 (50.0%)6-2 (75.0%)3-4-1 (42.9%)2-3 (40.0%)3-2-0 (60.0%)5-8-0 (38.5%)
210-4 (71.4%)9-5-0 (64.3%)9-5 (64.3%)8-6-0 (57.1%)7-2 (77.8%)6-3-0 (66.7%)2-3 (40.0%)2-3-0 (40.0%)6-5-3 (54.5%)
38-5 (61.5%)4-9-0 (30.8%)8-6 (57.1%)4-10-0 (28.6%)7-5 (58.3%)3-9-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)7-7-0 (50.0%)
47-3 (70.0%)6-4-0 (60.0%)5-6 (45.5%)6-5-0 (54.5%)3-2 (60.0%)3-2-0 (60.0%)1-4 (20.0%)2-3-0 (40.0%)5-6-0 (45.5%)
57-3 (70.0%)3-6-1 (33.3%)9-3 (75.0%)5-6-1 (45.5%)7-2 (77.8%)3-5-1 (37.5%)1-0 (100.%)1-0-0 (100.%)5-7-0 (41.7%)
67-4 (63.6%)4-7-0 (36.4%)9-2 (81.8%)8-3-0 (72.7%)5-0 (100.%)3-2-0 (60.0%)4-2 (66.7%)5-1-0 (83.3%)3-8-0 (27.3%)
710-3 (76.9%)10-3-0 (76.9%)10-3 (76.9%)10-3-0 (76.9%)8-1 (88.9%)8-1-0 (88.9%)2-2 (50.0%)2-2-0 (50.0%)8-5-0 (61.5%)
89-3 (75.0%)3-9-0 (25.0%)4-8 (33.3%)4-8-0 (33.3%)4-3 (57.1%)1-6-0 (14.3%)0-5 (0.0%)3-2-0 (60.0%)8-4-0 (66.7%)
95-7 (41.7%)2-10-0 (16.7%)9-3 (75.0%)6-6-0 (50.0%)5-3 (62.5%)2-6-0 (25.0%)4-0 (100.%)4-0-0 (100.%)7-5-0 (58.3%)
1011-3 (78.6%)10-4-0 (71.4%)5-9 (35.7%)4-10-0 (28.6%)5-3 (62.5%)4-4-0 (50.0%)0-6 (0.0%)0-6-0 (0.0%)6-8-0 (42.9%)
118-6 (57.1%)4-10-0 (28.6%)9-5 (64.3%)5-9-0 (35.7%)7-4 (63.6%)3-8-0 (27.3%)2-1 (66.7%)2-1-0 (66.7%)6-8-0 (42.9%)
1211-3 (78.6%)7-7-0 (50.0%)8-6 (57.1%)8-6-0 (57.1%)7-2 (77.8%)5-4-0 (55.6%)1-4 (20.0%)3-2-0 (60.0%)5-9-0 (35.7%)
1312-2 (85.7%)10-4-0 (71.4%)10-4 (71.4%)8-6-0 (57.1%)8-0 (100.%)6-2-0 (75.0%)2-4 (33.3%)2-4-0 (33.3%)4-9-1 (30.8%)
1410-4 (71.4%)7-7-0 (50.0%)8-6 (57.1%)7-7-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)1-3 (25.0%)2-2-0 (50.0%)10-4-0 (71.4%)
1510-4 (71.4%)5-8-1 (38.5%)8-6 (57.1%)7-6-1 (53.8%)6-2 (75.0%)3-4-1 (42.9%)2-4 (33.3%)4-2-0 (66.7%)7-7-0 (50.0%)
1611-3 (78.6%)8-6-0 (57.1%)9-5 (64.3%)6-8-0 (42.9%)8-2 (80.0%)5-5-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)4-10-0 (28.6%)
1711-3 (78.6%)10-4-0 (71.4%)8-6 (57.1%)9-5-0 (64.3%)7-2 (77.8%)7-2-0 (77.8%)1-4 (20.0%)2-3-0 (40.0%)7-7-0 (50.0%)
Playoffs7-4 (63.6%)5-5-1 (50.0%)5-5 (50.0%)3-6-1 (33.3%)5-4 (55.6%)3-5-1 (37.5%)0-1 (0.0%)0-1-0 (0.0%)5-6-0 (45.5%)
+ +


1992 Results by Team

Click on a team to view 1992 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons6-10 (37.5%)6-9-1 (40.0%)6-1 (85.7%)3-3-1 (50.0%)5-3 (62.5%)2-5-1 (28.6%)5-1 (83.3%)2-3-1 (40.0%)7-9-0 (43.8%)
Buffalo Bills11-5 (68.8%)8-8 (50.0%)9-5 (64.3%)6-8-0 (42.9%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)8-8-0 (50.0%)
Chicago Bears5-11 (31.3%)5-11 (31.3%)4-5 (44.4%)3-6-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)10-5-1 (66.7%)
Cincinnati Bengals5-11 (31.3%)7-9 (43.8%)1-2 (33.3%)1-2-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)8-8-0 (50.0%)
Cleveland Browns7-9 (43.8%)7-9 (43.8%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)8-8-0 (50.0%)
Dallas Cowboys13-3 (81.3%)10-5-1 (66.7%)12-1 (92.3%)9-4-0 (69.2%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)7-9-0 (43.8%)
Denver Broncos8-8 (50.0%)8-7-1 (53.3%)7-1 (87.5%)5-2-1 (71.4%)7-1 (87.5%)6-1-1 (85.7%)6-0 (100.%)4-1-1 (80.0%)8-7-1 (53.3%)
Detroit Lions5-11 (31.3%)8-8 (50.0%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)9-7-0 (56.3%)
Green Bay Packers9-7 (56.3%)9-7 (56.3%)3-0 (100.%)2-1-0 (66.7%)6-2 (75.0%)6-2-0 (75.0%)3-0 (100.%)2-1-0 (66.7%)7-9-0 (43.8%)
Houston Oilers10-6 (62.5%)9-7 (56.3%)7-5 (58.3%)5-7-0 (41.7%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)6-10-0 (37.5%)
Indianapolis Colts9-7 (56.3%)9-7 (56.3%)2-3 (40.0%)2-3-0 (40.0%)4-4 (50.0%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Kansas City Chiefs10-6 (62.5%)8-7-1 (53.3%)9-3 (75.0%)6-6-0 (50.0%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)9-6-1 (60.0%)
Los Angeles Raiders7-9 (43.8%)7-9 (43.8%)3-2 (60.0%)3-2-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)2-1 (66.7%)2-1-0 (66.7%)7-9-0 (43.8%)
Los Angeles Rams6-10 (37.5%)9-7 (56.3%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)10-6-0 (62.5%)
Miami Dolphins11-5 (68.8%)6-10 (37.5%)10-2 (83.3%)5-7-0 (41.7%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)5-10-1 (33.3%)
Minnesota Vikings11-5 (68.8%)9-7 (56.3%)8-1 (88.9%)4-5-0 (44.4%)5-3 (62.5%)4-4-0 (50.0%)5-1 (83.3%)2-4-0 (33.3%)9-7-0 (56.3%)
New England Patriots2-14 (12.5%)8-8 (50.0%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)4-4-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
New Orleans Saints12-4 (75.0%)11-5 (68.8%)10-1 (90.9%)7-4-0 (63.6%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)5-9-2 (35.7%)
New York Giants6-10 (37.5%)5-11 (31.3%)3-1 (75.0%)2-2-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)3-0 (100.%)2-1-0 (66.7%)10-6-0 (62.5%)
New York Jets4-12 (25.0%)4-11-1 (26.7%)2-4 (33.3%)0-6-0 (0.0%)3-5 (37.5%)2-6-0 (25.0%)2-1 (66.7%)0-3-0 (0.0%)6-10-0 (37.5%)
Philadelphia Eagles11-5 (68.8%)9-7 (56.3%)11-2 (84.6%)8-5-0 (61.5%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)7-9-0 (43.8%)
Phoenix Cardinals4-12 (25.0%)8-8 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
Pittsburgh Steelers11-5 (68.8%)9-7 (56.3%)6-4 (60.0%)4-6-0 (40.0%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)7-9-0 (43.8%)
San Diego Chargers11-5 (68.8%)12-4 (75.0%)9-1 (90.0%)9-1-0 (90.0%)6-2 (75.0%)6-2-0 (75.0%)6-1 (85.7%)6-1-0 (85.7%)6-9-1 (40.0%)
San Francisco 49ers14-2 (87.5%)8-8 (50.0%)14-2 (87.5%)8-8-0 (50.0%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)6-10-0 (37.5%)
Seattle Seahawks2-14 (12.5%)8-8 (50.0%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)6-9-1 (40.0%)
Tampa Bay Buccaneers5-11 (31.3%)9-7 (56.3%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)2-3-0 (40.0%)10-6-0 (62.5%)
Washington Redskins9-7 (56.3%)5-10-1 (33.3%)9-4 (69.2%)5-7-1 (41.7%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)5-11-0 (31.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1992 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 6, 19921:00@Atlanta FalconsW 20-17P -3New York JetsU 43
SunSep 6, 19921:00@Buffalo BillsW 40-7W -11Los Angeles RamsO 45
SunSep 6, 19921:00@Chicago BearsW 27-24L -3.5Detroit LionsO 37
SunSep 6, 19921:00Minnesota VikingsW 23-20 (OT)L -5@Green Bay PackersO 37
SunSep 6, 19921:00@Houston OilersL 24-29L -12.5Pittsburgh SteelersO 45
SunSep 6, 19921:00Cleveland BrownsL 3-14L -6@Indianapolis ColtsU 34
SunSep 6, 19921:00@Philadelphia EaglesW 15-13L -3.5New Orleans SaintsU 34
SunSep 6, 19924:00San Francisco 49ersW 31-14W -4@New York GiantsO 37
SunSep 6, 19924:00Kansas City ChiefsW 24-10W -2.5@San Diego ChargersU 35
SunSep 6, 19924:00@Seattle SeahawksL 3-21L -4Cincinnati BengalsU 37
SunSep 6, 19924:00@Tampa Bay BuccaneersW 23-7W -1Phoenix CardinalsU 37
SunSep 6, 19928:00@Denver BroncosW 17-13W -3Los Angeles RaidersU 36
MonSep 7, 19929:00Washington RedskinsL 10-23L -2@Dallas CowboysU 43
+ + +

+ +

Back to top

1992 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 13, 19921:00Los Angeles RaidersL 21-24 (OT)L -2.5@Cincinnati BengalsO 37
SunSep 13, 19921:00@Detroit LionsW 31-17W -3.5Minnesota VikingsO 43
SunSep 13, 19921:00@Kansas City ChiefsW 26-7W -10Seattle SeahawksP 33
SunSep 13, 19921:00@New Orleans SaintsW 28-6W -4Chicago BearsP 34
SunSep 13, 19921:00Dallas CowboysW 34-28W -3@New York GiantsO 38
SunSep 13, 19921:00@Tampa Bay BuccaneersW 31-3W -2.5Green Bay PackersU 37
SunSep 13, 19921:00@Washington RedskinsW 24-17L -10Atlanta FalconsU 45
SunSep 13, 19924:00@Denver BroncosW 21-13W -6.5San Diego ChargersP 34
SunSep 13, 19924:00@Indianapolis ColtsL 10-20L -9Houston OilersU 39
SunSep 13, 19924:00@Los Angeles RamsW 14-0W -4New England PatriotsU 37
SunSep 13, 19924:00New York JetsL 10-27L -2.5@Pittsburgh SteelersU 38
SunSep 13, 19924:00@San Francisco 49ersL 31-34L -3.5Buffalo BillsO 44
SunSep 13, 19928:00Philadelphia EaglesW 31-14W -7@Phoenix CardinalsO 35
MonSep 14, 19929:00Miami DolphinsW 27-23W -2.5@Cleveland BrownsO 38
+ + +

+ +

Back to top

1992 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 20, 19921:00@Atlanta FalconsL 7-10L -1New Orleans SaintsU 37
SunSep 20, 19921:00@Green Bay PackersW 24-23W PKCincinnati BengalsO 37
SunSep 20, 19921:00@Houston OilersW 23-20 (OT)L -5.5Kansas City ChiefsO 39
SunSep 20, 19921:00@Minnesota VikingsW 26-20L -7Tampa Bay BuccaneersO 39
SunSep 20, 19921:00@New England PatriotsL 6-10L -3Seattle SeahawksU 33
SunSep 20, 19921:00San Francisco 49ersW 31-14W -4@New York JetsO 41
SunSep 20, 19921:00@Philadelphia EaglesW 30-0W -6.5Denver BroncosU 35
SunSep 20, 19924:00@Dallas CowboysW 31-20L -13.5Phoenix CardinalsO 40
SunSep 20, 19924:00@Los Angeles RaidersL 16-28L -8.5Cleveland BrownsO 33
SunSep 20, 19924:00@Miami DolphinsW 26-10W -8.5Los Angeles RamsU 38
SunSep 20, 19924:00@San Diego ChargersL 6-23L -3Pittsburgh SteelersU 35
SunSep 20, 19924:00@Washington RedskinsW 13-10L -9Detroit LionsU 45
SunSep 20, 19928:00@Buffalo BillsW 38-0W -17Indianapolis ColtsU 41
MonSep 21, 19929:00@Chicago BearsL 14-27L -5New York GiantsO 37
+ + +

+ +

Back to top

1992 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 19921:00@Chicago BearsW 41-31W -4.5Atlanta FalconsO 39
SunSep 27, 19921:00@Cincinnati BengalsL 7-42L -2Minnesota VikingsO 41
SunSep 27, 19921:00Denver BroncosW 12-0W -4.5@Cleveland BrownsU 34
SunSep 27, 19921:00@Detroit LionsL 23-27L -10.5Tampa Bay BuccaneersO 41
SunSep 27, 19921:00@Houston OilersW 27-0W -11San Diego ChargersU 41
SunSep 27, 19921:00Buffalo BillsW 41-7W -14@New England PatriotsO 38
SunSep 27, 19924:00Pittsburgh SteelersL 3-17L -3.5@Green Bay PackersU 37
SunSep 27, 19924:00@Los Angeles RamsW 18-10W PKNew York JetsU 38
SunSep 27, 19924:00Miami DolphinsW 19-17L -6@Seattle SeahawksO 35
SunSep 27, 19928:00San Francisco 49ersW 16-10W -3@New Orleans SaintsU 37
MonSep 28, 19929:00@Kansas City ChiefsW 27-7W -6Los Angeles RaidersU 37
+ + +

+ +

Back to top

1992 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 19921:00@Atlanta FalconsW 24-10W -7.5Green Bay PackersU 42
SunOct 4, 19921:00@Buffalo BillsL 10-37L -10.5Miami DolphinsU 50
SunOct 4, 19921:00@Detroit LionsL 7-13L PKNew Orleans SaintsU 36
SunOct 4, 19921:00@Minnesota VikingsW 21-20L -4Chicago BearsU 43
SunOct 4, 19921:00@Tampa Bay BuccaneersL 14-24L -10Indianapolis ColtsO 35
SunOct 4, 19924:00@Denver BroncosW 20-19P -1Kansas City ChiefsO 33
SunOct 4, 19924:00@Los Angeles RaidersW 13-10W PKNew York GiantsU 38
SunOct 4, 19924:00Washington RedskinsL 24-27L -10@Phoenix CardinalsO 39
SunOct 4, 19924:00@San Diego ChargersW 17-6W -3.5Seattle SeahawksU 32
SunOct 4, 19924:00@San Francisco 49ersW 27-24L -15Los Angeles RamsO 42
SunOct 4, 19928:00@New York JetsW 30-21L -10New England PatriotsO 35
MonOct 5, 19929:00@Philadelphia EaglesW 31-7W -3.5Dallas CowboysU 39
+ + +

+ +

Back to top

1992 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 19921:00Pittsburgh SteelersL 9-17L -3@Cleveland BrownsU 33
SunOct 11, 19921:00@Dallas CowboysW 27-0W -18Seattle SeahawksU 37
SunOct 11, 19921:00Philadelphia EaglesL 17-24L -2@Kansas City ChiefsO 34
SunOct 11, 19921:00@Miami DolphinsW 21-17L -8Atlanta FalconsU 44
SunOct 11, 19921:00San Francisco 49ersW 24-12L -17.5@New England PatriotsU 39
SunOct 11, 19921:00@New York GiantsW 31-21W -8Phoenix CardinalsO 38
SunOct 11, 19924:00Houston OilersW 38-24W -7@Cincinnati BengalsO 43
SunOct 11, 19924:00New York JetsL 3-6 (OT)L -2@Indianapolis ColtsU 37
SunOct 11, 19924:00Buffalo BillsL 3-20L -9.5@Los Angeles RaidersU 42
SunOct 11, 19927:35@New Orleans SaintsW 13-10L -9Los Angeles RamsU 34
MonOct 12, 19929:00@Washington RedskinsW 34-3W -8Denver BroncosU 38
+ + +

+ +

Back to top

1992 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 15, 19927:35@Minnesota VikingsW 31-14W -5.5Detroit LionsO 43
SunOct 18, 19921:00@Chicago BearsW 31-14W -5.5Tampa Bay BuccaneersO 40
SunOct 18, 19921:00@Cleveland BrownsW 17-6W -3Green Bay PackersU 33
SunOct 18, 19921:00@Dallas CowboysW 17-10W -4Kansas City ChiefsU 38
SunOct 18, 19921:00@Indianapolis ColtsL 14-34L -2San Diego ChargersO 32
SunOct 18, 19921:00@Washington RedskinsW 16-12W -2Philadelphia EaglesU 38
SunOct 18, 19924:00Houston OilersL 21-27L -3@Denver BroncosO 39
SunOct 18, 19924:00New York GiantsL 17-38L -1.5@Los Angeles RamsO 37
SunOct 18, 19924:00@Miami DolphinsW 38-17W -15New England PatriotsO 39
SunOct 18, 19924:00New Orleans SaintsW 30-21W -7@Phoenix CardinalsO 35
SunOct 18, 19924:00@San Francisco 49ersW 56-17W -10Atlanta FalconsO 45
SunOct 18, 19924:00Los Angeles RaidersW 19-0W -7@Seattle SeahawksU 32
MonOct 19, 19929:00@Pittsburgh SteelersW 20-0W -7.5Cincinnati BengalsU 38
+ + +

+ +

Back to top

1992 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 19921:00Chicago BearsW 30-10W -3.5@Green Bay PackersO 37
SunOct 25, 19921:00@Houston OilersW 26-10L -17Cincinnati BengalsU 44
SunOct 25, 19921:00Washington RedskinsW 15-13L -2.5@Minnesota VikingsU 42
SunOct 25, 19921:00@New York GiantsW 23-10L -14.5Seattle SeahawksO 32
SunOct 25, 19921:00@Philadelphia EaglesW 7-3L -15Phoenix CardinalsU 38
SunOct 25, 19921:00@Tampa Bay BuccaneersL 7-38L -2.5Detroit LionsO 40
SunOct 25, 19924:00Dallas CowboysW 28-13W -3@Los Angeles RaidersO 36
SunOct 25, 19924:00@Miami DolphinsL 20-31L -13.5Indianapolis ColtsO 39
SunOct 25, 19924:00Cleveland BrownsW 19-17L -4.5@New England PatriotsO 30
SunOct 25, 19924:00@San Diego ChargersW 24-21W -1.5Denver BroncosO 33
SunOct 25, 19927:30@Kansas City ChiefsL 3-27L -8.5Pittsburgh SteelersU 36
MonOct 26, 19929:00Buffalo BillsW 24-20L -8.5@New York JetsO 43
+ + +

+ +

Back to top

1992 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 19921:00@Atlanta FalconsW 30-28L -5Los Angeles RamsO 42
SunNov 1, 19921:00@Buffalo BillsW 16-7L -19New England PatriotsU 40
SunNov 1, 19921:00@Detroit LionsL 13-27L -10Green Bay PackersO 39
SunNov 1, 19921:00@New Orleans SaintsW 23-21L -11.5Tampa Bay BuccaneersO 36
SunNov 1, 19921:00Miami DolphinsL 14-26L -6.5@New York JetsO 39
SunNov 1, 19921:00Houston OilersL 20-21L -3@Pittsburgh SteelersO 39
SunNov 1, 19924:00Cleveland BrownsL 10-30L -2@Cincinnati BengalsO 35
SunNov 1, 19924:00@Dallas CowboysW 20-10W -4Philadelphia EaglesU 36
SunNov 1, 19924:00San Francisco 49ersL 14-24L -13@Phoenix CardinalsU 44
SunNov 1, 19924:00@San Diego ChargersW 26-0W -6Indianapolis ColtsU 38
SunNov 1, 19928:00@Washington RedskinsL 7-24L -10.5New York GiantsU 38
MonNov 2, 19929:00@Chicago BearsL 10-38L -3.5Minnesota VikingsO 40
+ + +

+ +

Back to top

1992 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 19921:00Dallas CowboysW 37-3W -6.5@Detroit LionsU 41
SunNov 8, 19921:00@Houston OilersL 14-24L -11Cleveland BrownsU 40
SunNov 8, 19921:00Miami DolphinsW 28-0W -6.5@Indianapolis ColtsU 38
SunNov 8, 19921:00New Orleans SaintsW 31-14W -8@New England PatriotsO 32
SunNov 8, 19921:00@New York GiantsW 27-7W -9Green Bay PackersU 37
SunNov 8, 19921:00@Philadelphia EaglesW 31-10W -6.5Los Angeles RaidersO 33
SunNov 8, 19921:00Minnesota VikingsW 35-7W -6@Tampa Bay BuccaneersO 40
SunNov 8, 19924:00@Buffalo BillsW 28-20W -7Pittsburgh SteelersO 38
SunNov 8, 19924:00@Denver BroncosW 27-16W -6New York JetsO 35
SunNov 8, 19924:00@Kansas City ChiefsW 16-14L -6San Diego ChargersU 35
SunNov 8, 19924:00@Los Angeles RamsL 14-20L -5Phoenix CardinalsU 40
SunNov 8, 19924:00Washington RedskinsW 16-3W -12.5@Seattle SeahawksU 33
SunNov 8, 19928:00@Chicago BearsL 28-31 (OT)L -9Cincinnati BengalsO 39
MonNov 9, 19929:00San Francisco 49ersW 41-3W -7@Atlanta FalconsU 45
+ + +

+ +

Back to top

1992 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 19921:00@Atlanta FalconsW 20-17L -4Phoenix CardinalsU 41.5
SunNov 15, 19921:00@Cleveland BrownsL 13-14L -2.5San Diego ChargersU 31
SunNov 15, 19921:00Philadelphia EaglesL 24-27L -8.5@Green Bay PackersO 35at Milwaukee
SunNov 15, 19921:00@Indianapolis ColtsL 34-37 (OT)L -7New England PatriotsO 32
SunNov 15, 19921:00@Kansas City ChiefsW 35-16W -1Washington RedskinsO 35
SunNov 15, 19921:00@Minnesota VikingsL 13-17L -7.5Houston OilersU 43
SunNov 15, 19921:00@New York JetsW 17-14L -6Cincinnati BengalsU 40
SunNov 15, 19921:00@Pittsburgh SteelersW 17-14L -11Detroit LionsU 34
SunNov 15, 19924:00@Dallas CowboysL 23-27L -14.5Los Angeles RamsO 40
SunNov 15, 19924:00@Los Angeles RaidersW 20-3W -14Seattle SeahawksU 32
SunNov 15, 19924:00@San Francisco 49ersW 21-20L -6New Orleans SaintsO 40
SunNov 15, 19924:00Chicago BearsL 17-20L -6.5@Tampa Bay BuccaneersU 41
SunNov 15, 19928:00@Denver BroncosW 27-13W -3.5New York GiantsO 37
MonNov 16, 19929:00Buffalo BillsW 26-20W -1@Miami DolphinsU 46.5
+ + +

+ +

Back to top

1992 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 19921:00@Buffalo BillsW 41-14W -13Atlanta FalconsO 43
SunNov 22, 19921:00@Chicago BearsL 3-17L -5.5Green Bay PackersU 38
SunNov 22, 19921:00@Cincinnati BengalsL 13-19L -2.5Detroit LionsU 38
SunNov 22, 19921:00@Miami DolphinsW 19-16L -3.5Houston OilersU 41
SunNov 22, 19921:00@Minnesota VikingsW 17-13L -9Cleveland BrownsU 37
SunNov 22, 19921:00Philadelphia EaglesW 47-34W -3.5@New York GiantsO 35
SunNov 22, 19921:00@Pittsburgh SteelersW 30-14W -12Indianapolis ColtsO 33
SunNov 22, 19924:00@Los Angeles RaidersW 24-0W -3.5Denver BroncosU 35
SunNov 22, 19924:00San Francisco 49ersW 27-10W -7@Los Angeles RamsU 43
SunNov 22, 19924:00New York JetsL 3-24L -4.5@New England PatriotsU 35
SunNov 22, 19924:00Dallas CowboysW 16-10L -8.5@Phoenix CardinalsU 42
SunNov 22, 19924:00@San Diego ChargersW 29-14W -8.5Tampa Bay BuccaneersO 37
SunNov 22, 19928:00Kansas City ChiefsW 24-14L -12@Seattle SeahawksO 32
MonNov 23, 19929:00@New Orleans SaintsW 20-3W -4Washington RedskinsU 37
+ + +

+ +

Back to top

1992 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 199212:30Houston OilersW 24-21W -1.5@Detroit LionsO 41
ThuNov 26, 19924:00@Dallas CowboysW 30-3W -15New York GiantsU 41
SunNov 29, 19921:00@Atlanta FalconsW 34-0W -5.5New England PatriotsU 41
SunNov 29, 19921:00Pittsburgh SteelersW 21-9W -7.5@Cincinnati BengalsU 36
SunNov 29, 19921:00@Cleveland BrownsW 27-14W -3.5Chicago BearsO 35
SunNov 29, 19921:00@Green Bay PackersW 19-14L -5.5Tampa Bay BuccaneersU 36at Milwaukee
SunNov 29, 19921:00@New Orleans SaintsW 24-13W -4Miami DolphinsP 37
SunNov 29, 19921:00Kansas City ChiefsW 23-7W -6@New York JetsU 35
SunNov 29, 19921:00@Washington RedskinsW 41-3W -8Phoenix CardinalsO 36
SunNov 29, 19924:00Buffalo BillsL 13-16 (OT)L -16.5@Indianapolis ColtsU 41
SunNov 29, 19924:00Minnesota VikingsW 31-17W -2.5@Los Angeles RamsO 37
SunNov 29, 19924:00@San Francisco 49ersW 20-14L -6.5Philadelphia EaglesU 41
SunNov 29, 19928:00@San Diego ChargersW 27-3W -3.5Los Angeles RaidersU 35
MonNov 30, 19929:00Denver BroncosL 13-16 (OT)L -5.5@Seattle SeahawksU 34
+ + +

+ +

Back to top

1992 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 3, 19928:00@New Orleans SaintsW 22-14L -10Atlanta FalconsU 39
SunDec 6, 19921:00@Buffalo BillsL 17-24L -17New York JetsO 36
SunDec 6, 19921:00@Cleveland BrownsW 37-21W -10Cincinnati BengalsO 33
SunDec 6, 19921:00@Green Bay PackersW 38-10W -3.5Detroit LionsO 35at Milwaukee
SunDec 6, 19921:00@New England PatriotsL 0-6L -1.5Indianapolis ColtsU 33
SunDec 6, 19921:00@Philadelphia EaglesW 28-17W -5.5Minnesota VikingsO 36
SunDec 6, 19921:00@Pittsburgh SteelersW 20-14L -13.5Seattle SeahawksO 31
SunDec 6, 19924:00Dallas CowboysW 31-27L -7@Denver BroncosO 35
SunDec 6, 19924:00Kansas City ChiefsL 7-28L -2.5@Los Angeles RaidersO 33
SunDec 6, 19924:00Washington RedskinsW 28-10W -7@New York GiantsO 35
SunDec 6, 19924:00San Diego ChargersW 27-21W -4.5@Phoenix CardinalsO 37
SunDec 6, 19924:00@San Francisco 49ersW 27-3W -8Miami DolphinsU 42
SunDec 6, 19928:00@Tampa Bay BuccaneersL 27-31L -1Los Angeles RamsO 39
MonDec 7, 19929:00@Houston OilersW 24-7W -11Chicago BearsU 42
+ + +

+ +

Back to top

1992 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 12, 199212:30@Buffalo BillsW 27-17L -14Denver BroncosO 37
SatDec 12, 19924:00@Phoenix CardinalsW 19-0W -4New York GiantsU 37.5
SunDec 13, 19921:00Pittsburgh SteelersL 6-30L -3.5@Chicago BearsO 35
SunDec 13, 19921:00Cleveland BrownsL 14-24L -3.5@Detroit LionsO 37
SunDec 13, 19921:00@Kansas City ChiefsW 27-20L -16.5New England PatriotsO 33
SunDec 13, 19921:00San Francisco 49ersW 20-17L -5@Minnesota VikingsU 41
SunDec 13, 19921:00@New York JetsL 6-10L -5.5Indianapolis ColtsU 34
SunDec 13, 19921:00Atlanta FalconsW 35-7W -1@Tampa Bay BuccaneersO 41
SunDec 13, 19924:00New Orleans SaintsW 37-14W -5.5@Los Angeles RamsO 38
SunDec 13, 19924:00@San Diego ChargersW 27-10W -14Cincinnati BengalsU 38
SunDec 13, 19924:00Philadelphia EaglesW 20-17 (OT)L -9.5@Seattle SeahawksO 34
SunDec 13, 19924:00@Washington RedskinsW 20-17P -3Dallas CowboysU 38
SunDec 13, 19928:00@Houston OilersL 14-16L -7Green Bay PackersU 39
MonDec 14, 19929:00@Miami DolphinsW 20-7W -6.5Los Angeles RaidersU 37
+ + +

+ +

Back to top

1992 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 19, 199212:30Kansas City ChiefsL 21-35L -7.5@New York GiantsO 34
SatDec 19, 19924:00@San Francisco 49ersW 21-14L -20Tampa Bay BuccaneersU 41
SunDec 20, 19921:00@Cincinnati BengalsW 20-10W -4.5New England PatriotsU 34
SunDec 20, 19921:00Houston OilersW 17-14W -1@Cleveland BrownsU 36
SunDec 20, 19921:00@Green Bay PackersW 28-13W -6Los Angeles RamsO 39
SunDec 20, 19921:00@Indianapolis ColtsW 16-13W -2.5Phoenix CardinalsU 35
SunDec 20, 19921:00@New Orleans SaintsL 16-20L -3.5Buffalo BillsU 39
SunDec 20, 19921:00@Philadelphia EaglesW 17-13W -3Washington RedskinsU 36
SunDec 20, 19921:00@Pittsburgh SteelersL 3-6L -1.5Minnesota VikingsU 35
SunDec 20, 19924:00@Denver BroncosW 10-6L -9Seattle SeahawksU 35
SunDec 20, 19924:00@Detroit LionsW 16-3W -3Chicago BearsU 40
SunDec 20, 19924:00San Diego ChargersW 36-14W -3@Los Angeles RaidersO 35
SunDec 20, 19928:00@Miami DolphinsW 19-17L -11.5New York JetsU 37
MonDec 21, 19928:00Dallas CowboysW 41-17W -7@Atlanta FalconsO 42
+ + +

+ +

Back to top

1992 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 26, 199212:30New Orleans SaintsW 20-0W -8@New York JetsU 33
SatDec 26, 19924:00@Washington RedskinsL 20-21L -13.5Los Angeles RaidersO 35
SunDec 27, 19921:00Indianapolis ColtsW 21-17W -2@Cincinnati BengalsO 34
SunDec 27, 19921:00@Kansas City ChiefsW 42-20W -7Denver BroncosO 36
SunDec 27, 19921:00@Minnesota VikingsW 27-7W -3Green Bay PackersU 37
SunDec 27, 19921:00Miami DolphinsW 16-13 (OT)L -11@New England PatriotsU 34
SunDec 27, 19921:00@Philadelphia EaglesW 20-10W -8New York GiantsU 38
SunDec 27, 19921:00@Pittsburgh SteelersW 23-13W -6.5Cleveland BrownsO 32
SunDec 27, 19924:00@Dallas CowboysW 27-14W -12Chicago BearsO 39
SunDec 27, 19924:00@Los Angeles RamsW 38-27W -1Atlanta FalconsO 45
SunDec 27, 19924:00@Phoenix CardinalsL 3-7L -7.5Tampa Bay BuccaneersU 38
SunDec 27, 19924:00San Diego ChargersW 31-14W -9.5@Seattle SeahawksO 34
SunDec 27, 19928:00Buffalo BillsL 3-27L -2.5@Houston OilersU 41
MonDec 28, 19929:00@San Francisco 49ersW 24-6W -13.5Detroit LionsU 37
+ + +

+

Back to top

+

1992 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 2, 199312:30@Minnesota Vikings (3)L 7-24L -3.5Washington Redskins (6)U 37
AFC Wild CardSatJan 2, 19934:00@San Diego Chargers (3)W 17-0W -3Kansas City Chiefs (6)U 37
AFC Wild CardSunJan 3, 199312:30@Buffalo Bills (4)W 41-38 (OT)P -3Houston Oilers (5)O 37
NFC Wild CardSunJan 3, 19934:00@New Orleans Saints (4)L 20-36L -3.5Philadelphia Eagles (5)O 35
AFC DivisionalSatJan 9, 199312:30@Pittsburgh Steelers (1)L 3-24L -1.5Buffalo Bills (4)U 36
NFC DivisionalSatJan 9, 19934:00@San Francisco 49ers (1)W 20-13L -9.5Washington Redskins (6)U 39
NFC DivisionalSunJan 10, 199312:30@Dallas Cowboys (2)W 34-10W -6.5Philadelphia Eagles (5)O 38
AFC DivisionalSunJan 10, 19934:00@Miami Dolphins (2)W 31-0W -2San Diego Chargers (3)U 37
AFC ChampionshipSunJan 17, 199312:30Buffalo Bills (4)W 29-10W -2.5@Miami Dolphins (2)U 41
NFC ChampionshipSunJan 17, 19934:00@San Francisco 49ers (1)L 20-30L -4Dallas Cowboys (2)O 37
Super Bowl XXVIISunJan 31, 19936:30NDallas Cowboys (2)W 52-17W -6.5Buffalo Bills (4)O 45
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1993.html b/data/1993.html new file mode 100644 index 0000000..36e67d0 --- /dev/null +++ b/data/1993.html @@ -0,0 +1,4890 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1993 Season

+ +

Historical NFL Game Odds

1993 Season

<<-- 1992 Season    1994 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1993 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-2 (84.6%)8-5-0 (61.5%)9-5 (64.3%)8-6-0 (57.1%)8-1 (88.9%)6-3-0 (66.7%)1-3 (25.0%)2-2-0 (50.0%)10-4-0 (71.4%)
28-6 (57.1%)5-9-0 (35.7%)6-8 (42.9%)7-7-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)2-4 (33.3%)4-2-0 (66.7%)2-12-0 (14.3%)
38-2 (80.0%)5-5-0 (50.0%)7-3 (70.0%)4-6-0 (40.0%)7-2 (77.8%)4-5-0 (44.4%)0-1 (0.0%)0-1-0 (0.0%)3-6-1 (33.3%)
45-5 (50.0%)4-6-0 (40.0%)6-4 (60.0%)5-5-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)2-1 (66.7%)2-1-0 (66.7%)5-4-1 (55.6%)
58-3 (72.7%)6-4-1 (60.0%)9-2 (81.8%)7-3-1 (70.0%)7-1 (87.5%)5-2-1 (71.4%)2-1 (66.7%)2-1-0 (66.7%)6-5-0 (54.5%)
68-3 (72.7%)7-4-0 (63.6%)6-5 (54.5%)5-6-0 (45.5%)6-3 (66.7%)5-4-0 (55.6%)0-2 (0.0%)0-2-0 (0.0%)6-5-0 (54.5%)
77-3 (70.0%)6-4-0 (60.0%)6-4 (60.0%)7-3-0 (70.0%)4-1 (80.0%)4-1-0 (80.0%)2-3 (40.0%)3-2-0 (60.0%)7-2-1 (77.8%)
87-3 (70.0%)6-4-0 (60.0%)5-5 (50.0%)4-6-0 (40.0%)4-2 (66.7%)3-3-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)4-6-0 (40.0%)
97-5 (58.3%)5-6-1 (45.5%)6-6 (50.0%)5-6-1 (45.5%)5-4 (55.6%)4-5-0 (44.4%)1-2 (33.3%)1-1-1 (50.0%)6-6-0 (50.0%)
109-3 (75.0%)5-6-1 (45.5%)7-5 (58.3%)8-3-1 (72.7%)6-2 (75.0%)5-3-0 (62.5%)1-3 (25.0%)3-0-1 (100.%)7-5-0 (58.3%)
118-5 (61.5%)6-7-0 (46.2%)4-9 (30.8%)4-9-0 (30.8%)4-5 (44.4%)3-6-0 (33.3%)0-4 (0.0%)1-3-0 (25.0%)5-8-0 (38.5%)
129-4 (69.2%)6-7-0 (46.2%)9-4 (69.2%)8-5-0 (61.5%)7-2 (77.8%)5-4-0 (55.6%)2-2 (50.0%)3-1-0 (75.0%)5-8-0 (38.5%)
139-5 (64.3%)6-8-0 (42.9%)6-8 (42.9%)3-11-0 (21.4%)5-4 (55.6%)2-7-0 (22.2%)1-4 (20.0%)1-4-0 (20.0%)2-12-0 (14.3%)
148-6 (57.1%)4-9-1 (30.8%)8-6 (57.1%)4-9-1 (30.8%)7-5 (58.3%)3-8-1 (27.3%)1-1 (50.0%)1-1-0 (50.0%)7-7-0 (50.0%)
158-6 (57.1%)3-10-1 (23.1%)7-7 (50.0%)5-8-1 (38.5%)5-4 (55.6%)2-7-0 (22.2%)2-3 (40.0%)3-1-1 (75.0%)6-7-1 (46.2%)
166-8 (42.9%)4-10-0 (28.6%)4-10 (28.6%)2-12-0 (14.3%)2-6 (25.0%)0-8-0 (0.0%)2-4 (33.3%)2-4-0 (33.3%)10-4-0 (71.4%)
177-7 (50.0%)6-8-0 (42.9%)10-4 (71.4%)9-5-0 (64.3%)6-3 (66.7%)5-4-0 (55.6%)4-1 (80.0%)4-1-0 (80.0%)8-6-0 (57.1%)
188-4 (66.7%)5-6-1 (45.5%)8-6 (57.1%)9-4-1 (69.2%)5-2 (71.4%)4-2-1 (66.7%)2-3 (40.0%)4-1-0 (80.0%)7-7-0 (50.0%)
Playoffs9-2 (81.8%)6-5-0 (54.5%)8-2 (80.0%)5-5-0 (50.0%)8-2 (80.0%)5-5-0 (50.0%)0-0 0-0-0 9-2-0 (81.8%)
+ +


1993 Results by Team

Click on a team to view 1993 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Atlanta Falcons6-10 (37.5%)7-8-1 (46.7%)2-5 (28.6%)1-6-0 (14.3%)4-4 (50.0%)4-4-0 (50.0%)2-3 (40.0%)1-4-0 (20.0%)9-7-0 (56.3%)
Buffalo Bills12-4 (75.0%)8-8 (50.0%)10-2 (83.3%)6-6-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-11-0 (31.3%)
Chicago Bears7-9 (43.8%)7-7-2 (50.0%)3-5 (37.5%)2-5-1 (28.6%)3-5 (37.5%)2-4-2 (33.3%)3-3 (50.0%)2-3-1 (40.0%)5-11-0 (31.3%)
Cincinnati Bengals3-13 (18.8%)8-8 (50.0%)0-0 0-0-0 3-5 (37.5%)4-4-0 (50.0%)0-0 0-0-0 7-9-0 (43.8%)
Cleveland Browns7-9 (43.8%)9-7 (56.3%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)8-6-2 (57.1%)
Dallas Cowboys12-4 (75.0%)9-7 (56.3%)12-3 (80.0%)9-6-0 (60.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-9-1 (40.0%)
Denver Broncos9-7 (56.3%)9-5-2 (64.3%)7-3 (70.0%)7-3-0 (70.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Detroit Lions10-6 (62.5%)9-7 (56.3%)6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)7-8-1 (46.7%)
Green Bay Packers9-7 (56.3%)9-7 (56.3%)7-3 (70.0%)6-4-0 (60.0%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)9-7-0 (56.3%)
Houston Oilers12-4 (75.0%)12-4 (75.0%)10-1 (90.9%)9-2-0 (81.8%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)10-6-0 (62.5%)
Indianapolis Colts4-12 (25.0%)5-11 (31.3%)2-0 (100.%)1-1-0 (50.0%)2-6 (25.0%)2-6-0 (25.0%)1-0 (100.%)0-1-0 (0.0%)7-8-1 (46.7%)
Kansas City Chiefs11-5 (68.8%)8-8 (50.0%)10-3 (76.9%)7-6-0 (53.8%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)9-7-0 (56.3%)
Los Angeles Raiders10-6 (62.5%)6-8-2 (42.9%)6-4 (60.0%)2-6-2 (25.0%)5-3 (62.5%)2-5-1 (28.6%)4-3 (57.1%)1-5-1 (16.7%)8-7-1 (53.3%)
Los Angeles Rams5-11 (31.3%)5-11 (31.3%)1-2 (33.3%)1-2-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)9-7-0 (56.3%)
Miami Dolphins9-7 (56.3%)6-10 (37.5%)6-5 (54.5%)3-8-0 (27.3%)4-4 (50.0%)3-5-0 (37.5%)3-4 (42.9%)2-5-0 (28.6%)8-8-0 (50.0%)
Minnesota Vikings9-7 (56.3%)6-10 (37.5%)4-5 (44.4%)1-8-0 (11.1%)4-4 (50.0%)2-6-0 (25.0%)3-3 (50.0%)1-5-0 (16.7%)7-9-0 (43.8%)
New England Patriots5-11 (31.3%)10-6 (62.5%)2-1 (66.7%)1-2-0 (33.3%)3-5 (37.5%)4-4-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
New Orleans Saints8-8 (50.0%)6-9-1 (40.0%)6-6 (50.0%)4-7-1 (36.4%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)8-8-0 (50.0%)
New York Giants11-5 (68.8%)11-5 (68.8%)7-2 (77.8%)5-4-0 (55.6%)6-2 (75.0%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)5-11-0 (31.3%)
New York Jets8-8 (50.0%)7-8-1 (46.7%)5-2 (71.4%)3-3-1 (50.0%)3-5 (37.5%)2-6-0 (25.0%)2-2 (50.0%)1-3-0 (25.0%)5-11-0 (31.3%)
Philadelphia Eagles8-8 (50.0%)10-6 (62.5%)4-1 (80.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Phoenix Cardinals7-9 (43.8%)10-5-1 (66.7%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)4-3-1 (57.1%)2-2 (50.0%)2-2-0 (50.0%)7-8-1 (46.7%)
Pittsburgh Steelers9-7 (56.3%)7-9 (43.8%)6-4 (60.0%)4-6-0 (40.0%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)9-7-0 (56.3%)
San Diego Chargers8-8 (50.0%)7-8-1 (46.7%)5-4 (55.6%)2-6-1 (25.0%)4-4 (50.0%)2-5-1 (28.6%)4-3 (57.1%)1-5-1 (16.7%)7-9-0 (43.8%)
San Francisco 49ers10-6 (62.5%)8-8 (50.0%)10-5 (66.7%)8-7-0 (53.3%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)10-5-1 (66.7%)
Seattle Seahawks6-10 (37.5%)7-9 (43.8%)3-1 (75.0%)2-2-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)8-8-0 (50.0%)
Tampa Bay Buccaneers5-11 (31.3%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Washington Redskins4-12 (25.0%)5-10-1 (33.3%)2-4 (33.3%)1-5-0 (16.7%)3-5 (37.5%)3-4-1 (42.9%)2-3 (40.0%)1-4-0 (20.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1993 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 5, 19931:00@Buffalo BillsW 38-14W -14New England PatriotsO 38.5
SunSep 5, 19931:00@Cleveland BrownsW 27-14W -7.5Cincinnati BengalsO 35.5
SunSep 5, 19931:00@Detroit LionsW 30-13W -5Atlanta FalconsU 44
SunSep 5, 19931:00@Green Bay PackersW 36-6W -6.5Los Angeles RamsO 38.5at Milwaukee
SunSep 5, 19931:00Miami DolphinsW 24-20L -6@Indianapolis ColtsO 36.5
SunSep 5, 19931:00@New York JetsL 20-26L PKDenver BroncosO 36.5
SunSep 5, 19931:00@Philadelphia EaglesW 23-17L -6.5Phoenix CardinalsO 37.5
SunSep 5, 19931:00San Francisco 49ersW 24-13W -6@Pittsburgh SteelersO 36
SunSep 5, 19931:00Kansas City ChiefsW 27-3W -7@Tampa Bay BuccaneersU 36
SunSep 5, 19934:00@Chicago BearsL 20-26L -1New York GiantsO 35
SunSep 5, 19934:00Minnesota VikingsL 7-24L -3@Los Angeles RaidersU 36
SunSep 5, 19934:00@San Diego ChargersW 18-12L -11Seattle SeahawksU 33
SunSep 5, 19938:00@New Orleans SaintsW 33-21W -3Houston OilersO 39
MonSep 6, 19939:00@Washington RedskinsW 35-16W -2.5Dallas CowboysO 40
+ + +

+ +

Back to top

1993 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 12, 19931:00New Orleans SaintsW 34-31L -3.5@Atlanta FalconsO 39.5
SunSep 12, 19931:00Indianapolis ColtsW 9-6W -2@Cincinnati BengalsU 36
SunSep 12, 19931:00@Green Bay PackersL 17-20L -3.5Philadelphia EaglesU 40
SunSep 12, 19931:00@Houston OilersW 30-0W -3Kansas City ChiefsU 41
SunSep 12, 19931:00@Minnesota VikingsW 10-7L -7Chicago BearsU 36
SunSep 12, 19931:00Detroit LionsW 19-16 (OT)L -7@New England PatriotsU 38
SunSep 12, 19931:00@New York GiantsW 23-7W -10Tampa Bay BuccaneersU 37.5
SunSep 12, 19931:00@Washington RedskinsL 10-17L -10Phoenix CardinalsU 40.5
SunSep 12, 19934:00@Dallas CowboysL 10-13L -5Buffalo BillsU 44.5
SunSep 12, 19934:00@Denver BroncosW 34-17W -3San Diego ChargersO 36
SunSep 12, 19934:00Pittsburgh SteelersL 0-27L -3@Los Angeles RamsU 35.5
SunSep 12, 19934:00@Miami DolphinsL 14-24L -9New York JetsU 39.5
SunSep 12, 19938:00Los Angeles RaidersW 17-13W -3@Seattle SeahawksU 33
MonSep 13, 19939:00San Francisco 49ersL 13-23L -6.5@Cleveland BrownsU 39
+ + +

+ +

Back to top

1993 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 19931:00@New England PatriotsL 14-17L -2.5Seattle SeahawksU 32
SunSep 19, 19931:00@New Orleans SaintsW 14-3W -5Detroit LionsU 41
SunSep 19, 19931:00@New York GiantsW 20-10W -7Los Angeles RamsU 37
SunSep 19, 19931:00@Philadelphia EaglesW 34-31L -5.5Washington RedskinsO 36
SunSep 19, 19931:00@Pittsburgh SteelersW 34-7W -8.5Cincinnati BengalsO 34
SunSep 19, 19934:00@Los Angeles RaidersL 16-19L -3Cleveland BrownsP 35
SunSep 19, 19934:00@San Diego ChargersW 18-17L -2.5Houston OilersU 38
SunSep 19, 19934:00@San Francisco 49ersW 37-30L -13.5Atlanta FalconsO 47
SunSep 19, 19938:00Dallas CowboysW 17-10W -6.5@Phoenix CardinalsU 38.5
MonSep 20, 19939:00@Kansas City ChiefsW 15-7W -6Denver BroncosU 43
+ + +

+ +

Back to top

1993 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 19931:00@Buffalo BillsL 13-22L -6Miami DolphinsU 39
SunSep 26, 19931:00@Chicago BearsW 47-17W -7Tampa Bay BuccaneersO 33.5
SunSep 26, 19931:00@Detroit LionsW 26-20W -5Phoenix CardinalsO 36.5
SunSep 26, 19931:00@Houston OilersL 13-28L -10.5Los Angeles RamsO 39.5
SunSep 26, 19931:00Cleveland BrownsL 10-23L -2.5@Indianapolis ColtsP 33
SunSep 26, 19931:00@Minnesota VikingsW 15-13L -3Green Bay PackersU 36.5
SunSep 26, 19934:00Seattle SeahawksW 19-10W -3@Cincinnati BengalsU 31.5
SunSep 26, 19934:00San Francisco 49ersL 13-16L -1@New Orleans SaintsU 41
SunSep 26, 19938:00@New York JetsW 45-7W -9.5New England PatriotsO 36.5
MonSep 27, 19939:00@Atlanta FalconsL 17-45L -3Pittsburgh SteelersO 42.5
+ + +

+ +

Back to top

1993 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 19931:00@Chicago BearsW 6-0P -6Atlanta FalconsU 44
SunOct 3, 19931:00@Dallas CowboysW 36-14W -11Green Bay PackersO 37
SunOct 3, 19931:00@Kansas City ChiefsW 24-9W -9Los Angeles RaidersU 36.5
SunOct 3, 19931:00Detroit LionsL 10-27L -7@Tampa Bay BuccaneersU 37.5
SunOct 3, 19934:00@Denver BroncosW 35-13W -8.5Indianapolis ColtsO 36.5
SunOct 3, 19934:00New Orleans SaintsW 37-6W -4@Los Angeles RamsO 38
SunOct 3, 19934:00@New York JetsL 30-35L -1Philadelphia EaglesO 40.5
SunOct 3, 19934:00@San Francisco 49ersW 38-19W -9.5Minnesota VikingsO 39
SunOct 3, 19934:00San Diego ChargersL 14-31L -3.5@Seattle SeahawksO 31.5
SunOct 3, 19938:00@Buffalo BillsW 17-14L -6New York GiantsU 43
MonOct 4, 19939:00@Miami DolphinsW 17-10W -4Washington RedskinsU 41
+ + +

+ +

Back to top

1993 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 19931:00Miami DolphinsW 24-14W -2@Cleveland BrownsO 36.5
SunOct 10, 19931:00Dallas CowboysW 27-3W -11@Indianapolis ColtsU 38
SunOct 10, 19931:00@Kansas City ChiefsW 17-15L -14Cincinnati BengalsU 35
SunOct 10, 19931:00@Minnesota VikingsW 15-0W -9.5Tampa Bay BuccaneersU 36.6
SunOct 10, 19931:00@Philadelphia EaglesL 6-17L -7Chicago BearsU 36.5
SunOct 10, 19931:00@Washington RedskinsL 7-41L -3.5New York GiantsO 37
SunOct 10, 19934:00@Los Angeles RaidersW 24-20W -2.5New York JetsO 37
SunOct 10, 19934:00@Phoenix CardinalsL 21-23L -10New England PatriotsO 37
SunOct 10, 19934:00@Pittsburgh SteelersW 16-3W -5San Diego ChargersU 37
SunOct 10, 19937:30@Green Bay PackersW 30-27W -2.5Denver BroncosO 40
MonOct 11, 19939:00@Buffalo BillsW 35-7W -3.5Houston OilersO 41
+ + +

+ +

Back to top

1993 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 14, 19937:30@Atlanta FalconsW 30-24W -1Los Angeles RamsO 43
SunOct 17, 19931:00Cleveland BrownsW 28-17W -5.5@Cincinnati BengalsO 34
SunOct 17, 19931:00@Detroit LionsW 30-10W -5.5Seattle SeahawksO 34.5
SunOct 17, 19931:00Houston OilersW 28-14W -6.5@New England PatriotsO 36
SunOct 17, 19931:00@New York GiantsW 21-10W -7.5Philadelphia EaglesU 35.5
SunOct 17, 19931:00New Orleans SaintsL 14-37L -3@Pittsburgh SteelersO 33
SunOct 17, 19934:00@Dallas CowboysW 26-17W -6.5San Francisco 49ersP 43
SunOct 17, 19934:00Washington RedskinsL 6-36L -1.5@Phoenix CardinalsO 37.5
SunOct 17, 19934:00Kansas City ChiefsW 17-14L -4@San Diego ChargersU 34
MonOct 18, 19939:00@Denver BroncosL 20-23L -6.5Los Angeles RaidersO 39
+ + +

+ +

Back to top

1993 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 24, 19931:00@Houston OilersW 28-12W -13.5Cincinnati BengalsO 39
SunOct 24, 19931:00@New Orleans SaintsL 15-26L -11Atlanta FalconsU 43
SunOct 24, 19931:00Buffalo BillsW 19-10W -3@New York JetsU 41
SunOct 24, 19931:00Green Bay PackersW 37-14W -6@Tampa Bay BuccaneersO 36.5
SunOct 24, 19934:00Pittsburgh SteelersL 23-28L -2@Cleveland BrownsO 34.5
SunOct 24, 19934:00Detroit LionsW 16-13W -1@Los Angeles RamsU 37.5
SunOct 24, 19934:00@San Francisco 49ersW 28-14W -10.5Phoenix CardinalsU 42.5
SunOct 24, 19934:00@Seattle SeahawksW 10-9L -8.5New England PatriotsU 33
SunOct 24, 19937:30@Miami DolphinsW 41-27W -7.5Indianapolis ColtsO 35.5
MonOct 25, 19939:00@Chicago BearsL 12-19L -3Minnesota VikingsU 34
+ + +

+ +

Back to top

1993 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 19931:00@Atlanta FalconsL 24-31L -9.5Tampa Bay BuccaneersO 42.5
SunOct 31, 19931:00@Green Bay PackersW 17-3W -6.5Chicago BearsU 35
SunOct 31, 19931:00@Indianapolis ColtsW 9-6L -7New England PatriotsU 35.5
SunOct 31, 19931:00Kansas City ChiefsL 10-30L -1@Miami DolphinsO 36
SunOct 31, 19931:00@New York GiantsL 6-10L -6.5New York JetsU 37
SunOct 31, 19934:00@Denver BroncosW 28-17W -8.5Seattle SeahawksO 36.5
SunOct 31, 19934:00@Los Angeles RaidersL 23-30L -4San Diego ChargersO 34.5
SunOct 31, 19934:00Dallas CowboysW 23-10W -10.5@Philadelphia EaglesU 38.5
SunOct 31, 19934:00New Orleans SaintsW 20-17P -3@Phoenix CardinalsU 38
SunOct 31, 19934:00@San Francisco 49ersW 40-17W -13Los Angeles RamsO 43.5
SunOct 31, 19938:00@Minnesota VikingsL 27-30L -4Detroit LionsO 35
MonNov 1, 19939:00@Buffalo BillsW 24-10W -9Washington RedskinsU 40.5
+ + +

+ +

Back to top

1993 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 19931:00Pittsburgh SteelersW 24-16L -9.5@Cincinnati BengalsO 35.5
SunNov 7, 19931:00@Cleveland BrownsL 14-29L -2.5Denver BroncosO 37
SunNov 7, 19931:00@Dallas CowboysW 31-9W -10New York GiantsO 37
SunNov 7, 19931:00@Detroit LionsW 23-0W -12Tampa Bay BuccaneersU 40
SunNov 7, 19931:00@Houston OilersW 24-14W -9Seattle SeahawksO 37.5
SunNov 7, 19931:00@Minnesota VikingsL 17-30L -4San Diego ChargersO 36
SunNov 7, 19931:00Buffalo BillsW 13-10 (OT)L -9.5@New England PatriotsU 37
SunNov 7, 19934:00Los Angeles RaidersW 16-14P -2@Chicago BearsU 33.5
SunNov 7, 19934:00Miami DolphinsL 10-27L -1.5@New York JetsU 38.5
SunNov 7, 19934:00@Phoenix CardinalsW 16-3W -2Philadelphia EaglesU 36
SunNov 7, 19938:00@Washington RedskinsW 30-24L -6.5Indianapolis ColtsO 38
MonNov 8, 19939:00@Kansas City ChiefsW 23-16W -4Green Bay PackersO 37
+ + +

+ +

Back to top

1993 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 19931:00Houston OilersW 38-3W -8@Cincinnati BengalsO 37
SunNov 14, 19931:00@Dallas CowboysW 20-15L -12.5Phoenix CardinalsU 38
SunNov 14, 19931:00@New Orleans SaintsL 17-19L -6Green Bay PackersU 37.5
SunNov 14, 19931:00@New York GiantsW 20-6W -7.5Washington RedskinsU 37
SunNov 14, 19931:00Miami DolphinsW 19-14L -6@Philadelphia EaglesU 36.5
SunNov 14, 19931:00San Francisco 49ersW 45-21W -14.5@Tampa Bay BuccaneersO 42
SunNov 14, 19934:00@Denver BroncosL 23-26L -7Minnesota VikingsO 38
SunNov 14, 19934:00New York JetsW 31-17W -4.5@Indianapolis ColtsO 37.5
SunNov 14, 19934:00@Los Angeles RaidersL 20-31L -3Kansas City ChiefsO 36.5
SunNov 14, 19934:00@Los Angeles RamsL 0-13L -3Atlanta FalconsU 43
SunNov 14, 19934:00@Seattle SeahawksW 22-5W -3Cleveland BrownsU 34
SunNov 14, 19938:00@San Diego ChargersL 13-16L -8.5Chicago BearsU 34.5
MonNov 15, 19939:00@Pittsburgh SteelersW 23-0W -3Buffalo BillsU 40
+ + +

+ +

Back to top

1993 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 19931:00Dallas CowboysL 14-27L -10@Atlanta FalconsU 41.5
SunNov 21, 19931:00@Buffalo BillsW 23-9W -13Indianapolis ColtsU 37
SunNov 21, 19931:00Houston OilersW 27-20W -4.5@Cleveland BrownsO 36
SunNov 21, 19931:00@Green Bay PackersW 26-17W -3.5Detroit LionsO 36.5at Milwaukee
SunNov 21, 19931:00@Kansas City ChiefsL 17-19L -10Chicago BearsO 35
SunNov 21, 19931:00@Miami DolphinsW 17-13L -8New England PatriotsU 34.5
SunNov 21, 19931:00@New York JetsW 17-12L -15.5Cincinnati BengalsU 37.5
SunNov 21, 19934:00@Denver BroncosW 37-13W -3Pittsburgh SteelersO 37.5
SunNov 21, 19934:00@Los Angeles RamsW 10-6W -2Washington RedskinsU 37.5
SunNov 21, 19934:00New York GiantsW 7-3L -5@Philadelphia EaglesU 34.5
SunNov 21, 19934:00@San Diego ChargersL 7-12L -3.5Los Angeles RaidersU 36.5
SunNov 21, 19938:00Minnesota VikingsL 10-23L -8@Tampa Bay BuccaneersU 38
MonNov 22, 19939:00@San Francisco 49ersW 42-7W -8New Orleans SaintsO 41.5
+ + +

+ +

Back to top

1993 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 199312:30@Detroit LionsL 6-10L -7Chicago BearsU 36
ThuNov 25, 19934:00@Dallas CowboysL 14-16L -10Miami DolphinsU 37
SunNov 28, 19931:00@Atlanta FalconsW 17-14L -6.5Cleveland BrownsU 39
SunNov 28, 19931:00Los Angeles RaidersL 10-16L -9@Cincinnati BengalsU 35.5
SunNov 28, 19931:00@Green Bay PackersW 13-10L -12.5Tampa Bay BuccaneersU 37.5
SunNov 28, 19931:00@Minnesota VikingsL 14-17L -2.5New Orleans SaintsU 37
SunNov 28, 19931:00New York JetsW 6-0W -4@New England PatriotsU 35
SunNov 28, 19931:00@Washington RedskinsL 14-17L -2.5Philadelphia EaglesU 34.5
SunNov 28, 19934:00@Kansas City ChiefsW 23-7W -3Buffalo BillsU 37
SunNov 28, 19934:00San Francisco 49ersW 35-10W -13@Los Angeles RamsO 43
SunNov 28, 19934:00@New York GiantsW 19-17L -7Phoenix CardinalsO 35.5
SunNov 28, 19934:00Denver BroncosW 17-9W -3@Seattle SeahawksU 37
SunNov 28, 19938:00@Houston OilersW 23-3W -3.5Pittsburgh SteelersU 39.5
MonNov 29, 19939:00San Diego ChargersW 31-0W -2@Indianapolis ColtsU 37
+ + +

+ +

Back to top

1993 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 5, 19931:00@Buffalo BillsL 24-25L -7Los Angeles RaidersO 34
SunDec 5, 19931:00@Chicago BearsW 30-17W -1.5Green Bay PackersO 32
SunDec 5, 19931:00New Orleans SaintsL 13-17L -4@Cleveland BrownsU 33
SunDec 5, 19931:00@Detroit LionsL 0-13L -3Minnesota VikingsU 35.5
SunDec 5, 19931:00@Houston OilersW 33-17W -7.5Atlanta FalconsO 42
SunDec 5, 19931:00@New York JetsL 6-9L -10.5Indianapolis ColtsU 35
SunDec 5, 19931:00@Pittsburgh SteelersW 17-14L -11New England PatriotsU 34
SunDec 5, 19931:00@Tampa Bay BuccaneersL 17-23L -2.5Washington RedskinsO 36.6
SunDec 5, 19934:00@Miami DolphinsL 14-19L -3.5New York GiantsU 36
SunDec 5, 19934:00@Phoenix CardinalsW 38-10W -7Los Angeles RamsO 37
SunDec 5, 19934:00@San Diego ChargersW 13-10P -3Denver BroncosU 37.5
SunDec 5, 19934:00Kansas City ChiefsW 31-16W -7@Seattle SeahawksO 35.5
SunDec 5, 19938:00@San Francisco 49ersW 21-8L -24Cincinnati BengalsU 44
MonDec 6, 19939:00@Dallas CowboysW 23-17L -16Philadelphia EaglesO 37
+ + +

+ +

Back to top

1993 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 11, 199312:30New York JetsW 3-0P -3@Washington RedskinsU 34.5
SatDec 11, 19934:00San Francisco 49ersL 24-27L -8@Atlanta FalconsO 48
SunDec 12, 19931:00@Houston OilersW 19-17L -10Cleveland BrownsU 39.5
SunDec 12, 19931:00@New England PatriotsW 7-2L -5.5Cincinnati BengalsU 31
SunDec 12, 19931:00@New Orleans SaintsL 20-23L -14Los Angeles RamsO 36.5
SunDec 12, 19931:00@New York GiantsW 20-6W -11Indianapolis ColtsU 33
SunDec 12, 19931:00Buffalo BillsW 10-7L -4@Philadelphia EaglesU 33.5
SunDec 12, 19931:00Chicago BearsL 10-13L -5@Tampa Bay BuccaneersU 34
SunDec 12, 19934:00@Denver BroncosW 27-21W -1Kansas City ChiefsO 37
SunDec 12, 19934:00@Los Angeles RaidersW 27-23L -8.5Seattle SeahawksO 36
SunDec 12, 19934:00Dallas CowboysW 37-20W -7@Minnesota VikingsO 37
SunDec 12, 19934:00@Phoenix CardinalsL 14-21L -7Detroit LionsP 35
SunDec 12, 19938:00@San Diego ChargersL 13-20L -3Green Bay PackersU 35.5
MonDec 13, 19939:00@Miami DolphinsL 20-21L -3.5Pittsburgh SteelersO 36.5
+ + +

+ +

Back to top

1993 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 199312:30Denver BroncosW 13-3W -1.5@Chicago BearsU 33
SatDec 18, 19934:00Dallas CowboysW 28-7W -7@New York JetsU 36.5
SunDec 19, 19931:00Los Angeles RamsL 3-15L -1@Cincinnati BengalsU 32.5
SunDec 19, 19931:00@Cleveland BrownsL 17-20L -5.5New England PatriotsO 31
SunDec 19, 19931:00@Green Bay PackersL 17-21L -6.5Minnesota VikingsO 33.5at Milwaukee
SunDec 19, 19931:00@Miami DolphinsL 34-47L -3.5Buffalo BillsO 36
SunDec 19, 19931:00@Pittsburgh SteelersL 17-26L -3.5Houston OilersO 36
SunDec 19, 19931:00Atlanta FalconsL 17-30L -3@Washington RedskinsO 37
SunDec 19, 19934:00San Francisco 49ersW 55-17W -8@Detroit LionsO 41
SunDec 19, 19934:00@Kansas City ChiefsW 28-24L -8.5San Diego ChargersO 36
SunDec 19, 19934:00@Los Angeles RaidersW 27-20L -9.5Tampa Bay BuccaneersO 37
SunDec 19, 19934:00@Seattle SeahawksL 27-30 (OT)L -2Phoenix CardinalsO 35.5
SunDec 19, 19938:00Philadelphia EaglesW 20-10W -1.5@Indianapolis ColtsU 32.5
MonDec 20, 19939:00@New Orleans SaintsL 14-24L -1New York GiantsO 35.5
+ + +

+ +

Back to top

1993 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 25, 19935:30@San Francisco 49ersL 7-10L -7.5Houston OilersU 47
SunDec 26, 19931:00@Buffalo BillsW 16-14L -7New York JetsU 31
SunDec 26, 19931:00@Chicago BearsL 14-20L -3Detroit LionsO 28
SunDec 26, 19931:00Atlanta FalconsL 17-21L -3.5@Cincinnati BengalsO 34
SunDec 26, 19931:00@Green Bay PackersW 28-0W -3Los Angeles RaidersU 32.5
SunDec 26, 19931:00@New England PatriotsW 38-0W -6Indianapolis ColtsO 28
SunDec 26, 19931:00@Philadelphia EaglesW 37-26W -3New Orleans SaintsO 29.5
SunDec 26, 19934:00@Dallas CowboysW 38-3W -17Washington RedskinsO 38
SunDec 26, 19934:00@Denver BroncosL 10-17L -13.5Tampa Bay BuccaneersU 38
SunDec 26, 19934:00Cleveland BrownsW 42-14W -2@Los Angeles RamsO 35
SunDec 26, 19934:00New York GiantsL 6-17L -3@Phoenix CardinalsU 35
SunDec 26, 19934:00Pittsburgh SteelersL 6-16L -3@Seattle SeahawksU 36
SunDec 26, 19938:00Kansas City ChiefsL 10-30L -3@Minnesota VikingsO 37
MonDec 27, 19939:00@San Diego ChargersW 45-20W -1Miami DolphinsO 38
+ + +

+ +

Back to top

1993 Regular Season - Week 18

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 31, 19933:00Minnesota VikingsW 14-9L -7@Washington RedskinsU 33
SunJan 2, 19941:00@Atlanta FalconsL 10-27L -2Phoenix CardinalsU 41
SunJan 2, 19941:00Green Bay PackersL 20-30L -1@Detroit LionsO 37
SunJan 2, 19941:00Buffalo BillsW 30-10W -11@Indianapolis ColtsO 36
SunJan 2, 19941:00@Kansas City ChiefsW 34-24W -8.5Seattle SeahawksO 34
SunJan 2, 19941:00@New England PatriotsW 33-27 (OT)W PKMiami DolphinsO 34
SunJan 2, 19941:00Dallas CowboysW 16-13 (OT)L -6.5@New York GiantsU 35
SunJan 2, 19941:00@Pittsburgh SteelersW 16-9W -5Cleveland BrownsU 33
SunJan 2, 19944:00@Los Angeles RaidersW 33-30 (OT)P -3Denver BroncosO 38.5
SunJan 2, 19944:00Chicago BearsL 6-20L -3@Los Angeles RamsU 33
SunJan 2, 19944:00@New Orleans SaintsW 20-13W -6Cincinnati BengalsU 34
SunJan 2, 19944:00@Tampa Bay BuccaneersL 17-32L PKSan Diego ChargersO 38
SunJan 2, 19948:00@Houston OilersW 24-0W -5.5New York JetsU 38.5
MonJan 3, 19949:00@San Francisco 49ersL 34-37 (OT)L -10.5Philadelphia EaglesO 41
+ + +

+

Back to top

+

1993 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 8, 199412:30@Kansas City Chiefs (3)W 27-24 (OT)L -7.5Pittsburgh Steelers (6)O 36
NFC Wild CardSatJan 8, 19944:00@Detroit Lions (3)L 24-28L -1.5Green Bay Packers (6)O 38.5
NFC Wild CardSunJan 9, 199412:30@New York Giants (4)W 17-10W -6.5Minnesota Vikings (5)U 33
AFC Wild CardSunJan 9, 19944:00@Los Angeles Raiders (4)W 42-24W -2Denver Broncos (5)O 41
AFC DivisionalSatJan 15, 199412:30@Buffalo Bills (1)W 29-23L -7Los Angeles Raiders (4)O 33.5
NFC DivisionalSatJan 15, 19944:00@San Francisco 49ers (2)W 44-3W -8New York Giants (4)O 41.5
NFC DivisionalSunJan 16, 199412:30@Dallas Cowboys (1)W 27-17L -13.5Green Bay Packers (6)O 42
AFC DivisionalSunJan 16, 19944:00@Houston Oilers (2)L 20-28L -7Kansas City Chiefs (3)O 41.5
AFC ChampionshipSunJan 23, 199412:30@Buffalo Bills (1)W 30-13W -3Kansas City Chiefs (3)O 39
NFC ChampionshipSunJan 23, 19944:00@Dallas Cowboys (1)W 38-21W -3San Francisco 49ers (2)O 48
Super Bowl XXVIIISunJan 30, 19946:00NDallas Cowboys (1)W 30-13W -10.5Buffalo Bills (1)U 50.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1994.html b/data/1994.html new file mode 100644 index 0000000..bfb1b30 --- /dev/null +++ b/data/1994.html @@ -0,0 +1,4856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1994 Season

+ +

Historical NFL Game Odds

1994 Season

<<-- 1993 Season    1995 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1994 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-5 (64.3%)7-7-0 (50.0%)8-6 (57.1%)6-8-0 (42.9%)6-3 (66.7%)4-5-0 (44.4%)2-3 (40.0%)2-3-0 (40.0%)8-6-0 (57.1%)
27-7 (50.0%)5-8-1 (38.5%)8-6 (57.1%)6-7-1 (46.2%)7-6 (53.8%)5-7-1 (41.7%)1-0 (100.%)1-0-0 (100.%)7-7-0 (50.0%)
38-5 (61.5%)7-6-0 (53.8%)5-9 (35.7%)6-8-0 (42.9%)5-5 (50.0%)5-5-0 (50.0%)0-3 (0.0%)1-2-0 (33.3%)6-8-0 (42.9%)
47-5 (58.3%)4-8-0 (33.3%)6-6 (50.0%)3-9-0 (25.0%)5-4 (55.6%)2-7-0 (22.2%)1-2 (33.3%)1-2-0 (33.3%)3-9-0 (25.0%)
56-6 (50.0%)5-7-0 (41.7%)8-4 (66.7%)7-5-0 (58.3%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-9-0 (25.0%)
69-3 (75.0%)7-5-0 (58.3%)8-4 (66.7%)6-6-0 (50.0%)8-3 (72.7%)6-5-0 (54.5%)0-1 (0.0%)0-1-0 (0.0%)4-8-0 (33.3%)
78-3 (72.7%)6-5-0 (54.5%)5-6 (45.5%)3-8-0 (27.3%)4-2 (66.7%)2-4-0 (33.3%)1-4 (20.0%)1-4-0 (20.0%)3-6-2 (33.3%)
89-3 (75.0%)6-6-0 (50.0%)8-4 (66.7%)7-5-0 (58.3%)8-3 (72.7%)6-5-0 (54.5%)0-1 (0.0%)1-0-0 (100.%)7-4-1 (63.6%)
98-4 (66.7%)5-7-0 (41.7%)6-6 (50.0%)7-5-0 (58.3%)5-3 (62.5%)4-4-0 (50.0%)1-3 (25.0%)3-1-0 (75.0%)9-2-1 (81.8%)
1011-3 (78.6%)7-6-1 (53.8%)10-4 (71.4%)7-6-1 (53.8%)8-1 (88.9%)5-4-0 (55.6%)2-3 (40.0%)2-2-1 (50.0%)8-6-0 (57.1%)
118-5 (61.5%)3-7-3 (30.0%)8-5 (61.5%)4-6-3 (40.0%)7-4 (63.6%)3-6-2 (33.3%)1-1 (50.0%)1-0-1 (100.%)3-10-0 (23.1%)
1210-4 (71.4%)6-8-0 (42.9%)11-3 (78.6%)7-7-0 (50.0%)9-2 (81.8%)5-6-0 (45.5%)2-1 (66.7%)2-1-0 (66.7%)7-7-0 (50.0%)
135-9 (35.7%)4-10-0 (28.6%)7-7 (50.0%)6-8-0 (42.9%)4-6 (40.0%)3-7-0 (30.0%)3-1 (75.0%)3-1-0 (75.0%)9-5-0 (64.3%)
148-6 (57.1%)8-6-0 (57.1%)5-9 (35.7%)5-9-0 (35.7%)5-6 (45.5%)5-6-0 (45.5%)0-3 (0.0%)0-3-0 (0.0%)11-2-1 (84.6%)
159-5 (64.3%)8-6-0 (57.1%)8-6 (57.1%)7-7-0 (50.0%)8-5 (61.5%)7-6-0 (53.8%)0-1 (0.0%)0-1-0 (0.0%)6-8-0 (42.9%)
1610-4 (71.4%)7-7-0 (50.0%)8-6 (57.1%)9-5-0 (64.3%)7-3 (70.0%)6-4-0 (60.0%)1-3 (25.0%)3-1-0 (75.0%)6-8-0 (42.9%)
176-7 (46.2%)4-9-0 (30.8%)9-5 (64.3%)7-7-0 (50.0%)4-3 (57.1%)2-5-0 (28.6%)4-2 (66.7%)4-2-0 (66.7%)7-6-1 (53.8%)
Playoffs9-2 (81.8%)7-4-0 (63.6%)8-2 (80.0%)6-4-0 (60.0%)8-2 (80.0%)6-4-0 (60.0%)0-0 0-0-0 7-4-0 (63.6%)
+ +


1994 Results by Team

Click on a team to view 1994 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-8 (50.0%)8-8 (50.0%)5-4 (55.6%)4-5-0 (44.4%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)7-8-1 (46.7%)
Atlanta Falcons7-9 (43.8%)10-6 (62.5%)5-1 (83.3%)4-2-0 (66.7%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)9-7-0 (56.3%)
Buffalo Bills7-9 (43.8%)8-8 (50.0%)4-7 (36.4%)4-7-0 (36.4%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)8-8-0 (50.0%)
Chicago Bears9-7 (56.3%)9-7 (56.3%)5-1 (83.3%)5-1-0 (83.3%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)4-1-0 (80.0%)7-8-1 (46.7%)
Cincinnati Bengals3-13 (18.8%)8-8 (50.0%)1-0 (100.%)1-0-0 (100.%)2-6 (25.0%)4-4-0 (50.0%)1-0 (100.%)1-0-0 (100.%)10-6-0 (62.5%)
Cleveland Browns11-5 (68.8%)11-5 (68.8%)9-2 (81.8%)9-2-0 (81.8%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)4-11-1 (26.7%)
Dallas Cowboys12-4 (75.0%)8-8 (50.0%)12-3 (80.0%)8-7-0 (53.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)6-10-0 (37.5%)
Denver Broncos7-9 (43.8%)4-10-2 (28.6%)4-5 (44.4%)1-7-1 (12.5%)4-4 (50.0%)1-6-1 (14.3%)4-4 (50.0%)1-6-1 (14.3%)8-7-1 (53.3%)
Detroit Lions9-7 (56.3%)7-9 (43.8%)5-2 (71.4%)3-4-0 (42.9%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)8-7-1 (53.3%)
Green Bay Packers9-7 (56.3%)8-7-1 (53.3%)8-1 (88.9%)5-3-1 (62.5%)7-1 (87.5%)4-3-1 (57.1%)7-1 (87.5%)4-3-1 (57.1%)8-8-0 (50.0%)
Houston Oilers2-14 (12.5%)3-12-1 (20.0%)1-4 (20.0%)0-5-0 (0.0%)2-6 (25.0%)1-6-1 (14.3%)1-3 (25.0%)0-4-0 (0.0%)6-9-1 (40.0%)
Indianapolis Colts8-8 (50.0%)8-8 (50.0%)2-2 (50.0%)1-3-0 (25.0%)5-3 (62.5%)4-4-0 (50.0%)1-2 (33.3%)0-3-0 (0.0%)8-8-0 (50.0%)
Kansas City Chiefs9-7 (56.3%)9-7 (56.3%)6-4 (60.0%)6-4-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)6-10-0 (37.5%)
Los Angeles Raiders9-7 (56.3%)6-9-1 (40.0%)6-4 (60.0%)2-7-1 (22.2%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)7-9-0 (43.8%)
Los Angeles Rams4-12 (25.0%)7-8-1 (46.7%)0-2 (0.0%)0-2-0 (0.0%)3-5 (37.5%)3-4-1 (42.9%)0-2 (0.0%)0-2-0 (0.0%)10-6-0 (62.5%)
Miami Dolphins10-6 (62.5%)8-8 (50.0%)7-3 (70.0%)4-6-0 (40.0%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)7-9-0 (43.8%)
Minnesota Vikings10-6 (62.5%)7-9 (43.8%)6-4 (60.0%)3-7-0 (30.0%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)8-8-0 (50.0%)
New England Patriots10-6 (62.5%)9-7 (56.3%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)4-4-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)7-7-2 (50.0%)
New Orleans Saints7-9 (43.8%)9-7 (56.3%)2-1 (66.7%)0-3-0 (0.0%)3-5 (37.5%)2-6-0 (25.0%)2-1 (66.7%)0-3-0 (0.0%)12-4-0 (75.0%)
New York Giants9-7 (56.3%)9-7 (56.3%)3-6 (33.3%)3-6-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)8-8-0 (50.0%)
New York Jets6-10 (37.5%)5-9-2 (35.7%)3-5 (37.5%)2-5-1 (28.6%)4-4 (50.0%)3-4-1 (42.9%)3-3 (50.0%)2-3-1 (40.0%)5-8-3 (38.5%)
Philadelphia Eagles7-9 (43.8%)5-11 (31.3%)6-4 (60.0%)4-6-0 (40.0%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)7-9-0 (43.8%)
Pittsburgh Steelers12-4 (75.0%)11-4-1 (73.3%)9-1 (90.0%)7-2-1 (77.8%)7-1 (87.5%)6-2-0 (75.0%)7-0 (100.%)6-1-0 (85.7%)6-10-0 (37.5%)
San Diego Chargers11-5 (68.8%)11-5 (68.8%)7-3 (70.0%)6-4-0 (60.0%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)9-7-0 (56.3%)
San Francisco 49ers13-3 (81.3%)11-5 (68.8%)13-3 (81.3%)11-5-0 (68.8%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Seattle Seahawks6-10 (37.5%)6-9-1 (40.0%)1-5 (16.7%)0-6-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)1-4 (20.0%)0-5-0 (0.0%)8-8-0 (50.0%)
Tampa Bay Buccaneers6-10 (37.5%)8-8 (50.0%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)6-10-0 (37.5%)
Washington Redskins3-13 (18.8%)6-10 (37.5%)0-3 (0.0%)0-3-0 (0.0%)0-8 (0.0%)1-7-0 (12.5%)0-3 (0.0%)0-3-0 (0.0%)8-7-1 (53.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1994 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 4, 19941:00@Chicago BearsW 21-9W -6Tampa Bay BuccaneersU 35.5
SunSep 4, 19941:00Cleveland BrownsW 28-20W -4@Cincinnati BengalsO 36
SunSep 4, 19941:00@Detroit LionsW 31-28 (OT)L -5Atlanta FalconsO 45
SunSep 4, 19941:00@Green Bay PackersW 16-10W -3.5Minnesota VikingsU 38
SunSep 4, 19941:00Houston OilersL 21-45L -3@Indianapolis ColtsO 37.5
SunSep 4, 19941:00Kansas City ChiefsW 30-17W -3@New Orleans SaintsO 39
SunSep 4, 19941:00@New York GiantsW 28-23W -3Philadelphia EaglesO 37
SunSep 4, 19941:00@Washington RedskinsL 7-28L -1.5Seattle SeahawksU 36
SunSep 4, 19944:00@Buffalo BillsL 3-23L -7New York JetsU 41
SunSep 4, 19944:00Arizona CardinalsL 12-14L -6.5@Los Angeles RamsU 36
SunSep 4, 19944:00@Miami DolphinsW 39-35L -5New England PatriotsO 39
SunSep 4, 19944:00Dallas CowboysW 26-9W -5.5@Pittsburgh SteelersU 39.5
SunSep 4, 19948:00@Denver BroncosL 34-37L -7San Diego ChargersO 45
MonSep 5, 19949:00@San Francisco 49ersW 44-14W -7Los Angeles RaidersO 45.5
+ + +

+ +

Back to top

1994 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 11, 19941:00@Atlanta FalconsW 31-13W -8.5Los Angeles RamsO 43.5
SunSep 11, 19941:00@Cleveland BrownsL 10-17L -2.5Pittsburgh SteelersU 38
SunSep 11, 19941:00@Green Bay PackersL 14-24L -3Miami DolphinsU 43at Milwaukee
SunSep 11, 19941:00San Francisco 49ersL 17-24L -3@Kansas City ChiefsU 46.5
SunSep 11, 19941:00@Minnesota VikingsW 10-3W -4.5Detroit LionsU 42.5
SunSep 11, 19941:00@New England PatriotsL 35-38L -2.5Buffalo BillsO 41
SunSep 11, 19941:00@Tampa Bay BuccaneersW 24-10W -2Indianapolis ColtsU 37.5
SunSep 11, 19944:00@Dallas CowboysW 20-17L -14.5Houston OilersU 43.5
SunSep 11, 19944:00@Los Angeles RaidersL 9-38L -6.5Seattle SeahawksO 42.5
SunSep 11, 19944:00@New Orleans SaintsL 24-38L -8Washington RedskinsO 38
SunSep 11, 19944:00@New York JetsW 25-22 (OT)P -3Denver BroncosO 46
SunSep 11, 19944:00@San Diego ChargersW 27-10W -9Cincinnati BengalsU 42
SunSep 11, 19948:00@Arizona CardinalsL 17-20L -3.5New York GiantsO 35.5
MonSep 12, 19949:00@Philadelphia EaglesW 30-22W -3.5Chicago BearsO 37.5
+ + +

+ +

Back to top

1994 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 19941:00@Chicago BearsL 14-42L PKMinnesota VikingsO 36
SunSep 18, 19941:00New England PatriotsW 31-28L -5.5@Cincinnati BengalsO 43
SunSep 18, 19941:00@Cleveland BrownsW 32-0W -3Arizona CardinalsU 35.5
SunSep 18, 19941:00@Houston OilersL 7-15L -2.5Buffalo BillsU 44
SunSep 18, 19941:00@Miami DolphinsW 28-14W -3.5New York JetsU 45
SunSep 18, 19941:00@Philadelphia EaglesW 13-7W -3.5Green Bay PackersU 42
SunSep 18, 19941:00@Pittsburgh SteelersW 31-21W -8Indianapolis ColtsO 38
SunSep 18, 19941:00@Tampa Bay BuccaneersL 7-9L -3.5New Orleans SaintsU 38.5
SunSep 18, 19944:00@Denver BroncosL 16-48L -4.5Los Angeles RaidersO 50.5
SunSep 18, 19944:00San Francisco 49ersW 34-19W -13.5@Los Angeles RamsO 45
SunSep 18, 19944:00@New York GiantsW 31-23W -7Washington RedskinsO 39.5
SunSep 18, 19944:00@Seattle SeahawksL 10-24L -3.5San Diego ChargersU 40.5at Univ of Washington
SunSep 18, 19948:00Kansas City ChiefsW 30-10W -2.5@Atlanta FalconsU 46.5
MonSep 19, 19949:00@Dallas CowboysL 17-20 (OT)L -13Detroit LionsU 44.5
+ + +

+ +

Back to top

1994 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 19941:00@Green Bay PackersW 30-3W -7Tampa Bay BuccaneersU 37
SunSep 25, 19941:00Cleveland BrownsW 21-14W -1.5@Indianapolis ColtsU 39.5
SunSep 25, 19941:00@Kansas City ChiefsL 0-16L -14.5Los Angeles RamsU 44.5
SunSep 25, 19941:00@Minnesota VikingsW 38-35L -3.5Miami DolphinsO 44
SunSep 25, 19941:00Atlanta FalconsW 27-20W -1@Washington RedskinsU 48
SunSep 25, 19944:00@Detroit LionsL 17-23L -3New England PatriotsU 48
SunSep 25, 19944:00@Houston OilersW 20-13L -8.5Cincinnati BengalsU 41
SunSep 25, 19944:00@Los Angeles RaidersL 24-26L -3.5San Diego ChargersO 47
SunSep 25, 19944:00@San Francisco 49ersW 24-13L -15New Orleans SaintsU 45
SunSep 25, 19946:00Pittsburgh SteelersL 13-30L -1@Seattle SeahawksO 38.5at Univ of Washington
SunSep 25, 19948:00@New York JetsL 7-19L -7.5Chicago BearsU 38.5
MonSep 26, 19949:00@Buffalo BillsW 27-20W -6.5Denver BroncosU 49
+ + +

+ +

Back to top

1994 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 19941:00@Cleveland BrownsW 27-7W -3.5New York JetsU 36
SunOct 2, 19941:00Seattle SeahawksL 15-17L -2.5@Indianapolis ColtsU 38
SunOct 2, 19941:00@New England PatriotsW 17-16L -3Green Bay PackersU 44.5
SunOct 2, 19941:00Detroit LionsL 14-24L -3@Tampa Bay BuccaneersU 38.5
SunOct 2, 19941:00Dallas CowboysW 34-7W -11.5@Washington RedskinsU 45
SunOct 2, 19944:00Minnesota VikingsL 7-17L -2.5@Arizona CardinalsU 36
SunOct 2, 19944:00Buffalo BillsL 13-20L -2@Chicago BearsU 38.5
SunOct 2, 19944:00Atlanta FalconsW 8-5W -1.5@Los Angeles RamsU 44
SunOct 2, 19944:00New York GiantsL 22-27L -2@New Orleans SaintsO 40
SunOct 2, 19944:00@San Francisco 49ersL 8-40L -9Philadelphia EaglesO 45
SunOct 2, 19948:00Miami DolphinsW 23-7W -8@Cincinnati BengalsU 44.5
MonOct 3, 19949:00@Pittsburgh SteelersW 30-14W -8Houston OilersO 39
+ + +

+ +

Back to top

1994 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 19941:00@Atlanta FalconsW 34-13W -7Tampa Bay BuccaneersO 41
SunOct 9, 19941:00@Buffalo BillsW 21-11W -2.5Miami DolphinsU 44
SunOct 9, 19941:00@Chicago BearsW 17-7W -3.5New Orleans SaintsU 37
SunOct 9, 19941:00San Francisco 49ersW 27-21W -4.5@Detroit LionsO 44
SunOct 9, 19941:00@Green Bay PackersW 24-17L -8.5Los Angeles RamsO 35
SunOct 9, 19941:00@New York JetsW 16-6W -5.5Indianapolis ColtsU 36.5
SunOct 9, 19944:00@Dallas CowboysW 38-3W -12.5Arizona CardinalsO 37.5
SunOct 9, 19944:00@New England PatriotsL 17-21L -3Los Angeles RaidersU 48
SunOct 9, 19944:00@San Diego ChargersW 20-6W -1.5Kansas City ChiefsU 43
SunOct 9, 19944:00@Seattle SeahawksL 9-16L -3.5Denver BroncosU 44.5at Univ of Washington
SunOct 9, 19948:00@Philadelphia EaglesW 21-17L -13Washington RedskinsU 42
MonOct 10, 19949:00@New York GiantsL 10-27L -2.5Minnesota VikingsU 40
+ + +

+ +

Back to top

1994 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 13, 19948:00Cleveland BrownsW 11-8W -2@Houston OilersU 37
SunOct 16, 19941:00San Francisco 49ersW 42-3W -5@Atlanta FalconsU 46.5
SunOct 16, 19941:00@Buffalo BillsL 17-27L -9.5Indianapolis ColtsO 38
SunOct 16, 19941:00@Miami DolphinsW 20-17 (OT)L -3.5Los Angeles RaidersU 46
SunOct 16, 19941:00@New York JetsW 24-17W -2New England PatriotsP 41
SunOct 16, 19941:00@Pittsburgh SteelersW 14-10L -13.5Cincinnati BengalsU 39
SunOct 16, 19941:00Arizona CardinalsW 19-16 (OT)W -1@Washington RedskinsP 35
SunOct 16, 19944:00@Dallas CowboysW 24-13W -8.5Philadelphia EaglesU 42
SunOct 16, 19944:00New York GiantsL 10-17L -1.5@Los Angeles RamsU 36.5
SunOct 16, 19944:00San Diego ChargersW 36-22W -3@New Orleans SaintsO 39
MonOct 17, 19949:00@Denver BroncosL 28-31L -1.5Kansas City ChiefsO 43
+ + +

+ +

Back to top

1994 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 20, 19948:00@Minnesota VikingsW 13-10 (OT)L -5Green Bay PackersU 37
SunOct 23, 19941:00@Cleveland BrownsW 37-13W -10.5Cincinnati BengalsO 34.5
SunOct 23, 19941:00@Detroit LionsW 21-16W -4Chicago BearsP 37
SunOct 23, 19941:00@Indianapolis ColtsL 27-41L -7Washington RedskinsO 37
SunOct 23, 19941:00@Kansas City ChiefsW 38-23W -6Seattle SeahawksO 37
SunOct 23, 19941:00@New Orleans SaintsW 37-34L -3.5Los Angeles RamsO 36.5
SunOct 23, 19941:00@New York GiantsL 6-10L -1Pittsburgh SteelersU 36.5
SunOct 23, 19944:00Dallas CowboysW 28-21L -8.5@Arizona CardinalsO 36
SunOct 23, 19944:00@Los Angeles RaidersW 30-17W -4.5Atlanta FalconsO 44.5
SunOct 23, 19944:00@San Diego ChargersL 15-20L -6.5Denver BroncosU 44.5
SunOct 23, 19944:00@San Francisco 49ersW 41-16W -15.5Tampa Bay BuccaneersO 43
MonOct 24, 19949:00@Philadelphia EaglesW 21-6W -11Houston OilersU 37.5
+ + +

+ +

Back to top

1994 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 19941:00@Buffalo BillsW 44-10W -2.5Kansas City ChiefsO 40
SunOct 30, 19941:00Dallas CowboysW 23-20L -15@Cincinnati BengalsO 38
SunOct 30, 19941:00@New York GiantsL 25-28 (OT)L -1Detroit LionsO 34.5
SunOct 30, 19941:00Philadelphia EaglesW 31-29L -6@Washington RedskinsO 40
SunOct 30, 19944:00@Denver BroncosW 26-14W -3Cleveland BrownsP 40
SunOct 30, 19944:00New York JetsL 25-28L -1@Indianapolis ColtsO 36
SunOct 30, 19944:00@Los Angeles RaidersW 17-14L -9.5Houston OilersU 39
SunOct 30, 19944:00@New England PatriotsL 3-23L -1Miami DolphinsU 43.5
SunOct 30, 19944:00@San Diego ChargersW 35-15W -6.5Seattle SeahawksO 37
SunOct 30, 19944:00Minnesota VikingsW 36-13W -6.5@Tampa Bay BuccaneersO 36.5
SunOct 30, 19948:00@Arizona CardinalsW 20-17 (OT)W -2Pittsburgh SteelersO 35
MonOct 31, 19949:00@Chicago BearsL 6-33L -1.5Green Bay PackersO 34
+ + +

+ +

Back to top

1994 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 19941:00@Atlanta FalconsW 10-9L -2.5San Diego ChargersU 40.5
SunNov 6, 19941:00@Green Bay PackersW 38-30W -5.5Detroit LionsO 35.5at Milwaukee
SunNov 6, 19941:00Pittsburgh SteelersW 12-9 (OT)P -3@Houston OilersU 34.5
SunNov 6, 19941:00@Miami DolphinsW 22-21L -9.5Indianapolis ColtsO 40
SunNov 6, 19941:00@Minnesota VikingsW 21-20L -9.5New Orleans SaintsO 38.5
SunNov 6, 19941:00Chicago BearsW 20-6W -3@Tampa Bay BuccaneersU 35
SunNov 6, 19941:00San Francisco 49ersW 37-22W -10@Washington RedskinsO 44.5
SunNov 6, 19944:00@Cleveland BrownsW 13-6W -3New England PatriotsU 37
SunNov 6, 19944:00Denver BroncosL 21-27L -3@Los Angeles RamsO 39
SunNov 6, 19944:00Buffalo BillsL 17-22L -2.5@New York JetsO 37.5
SunNov 6, 19944:00@Philadelphia EaglesW 17-7W -6.5Arizona CardinalsU 35.5
SunNov 6, 19944:00@Seattle SeahawksL 17-20 (OT)L -7.5Cincinnati BengalsO 36
SunNov 6, 19948:00@Kansas City ChiefsW 13-3W -3.5Los Angeles RaidersU 41.5
MonNov 7, 19949:00@Dallas CowboysW 38-10W -13.5New York GiantsO 38
+ + +

+ +

Back to top

1994 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 19941:00@Cincinnati BengalsW 34-31W -1Houston OilersO 34
SunNov 13, 19941:00@Kansas City ChiefsL 13-14L -3San Diego ChargersU 37.5
SunNov 13, 19941:00@Miami DolphinsL 14-17L -7Chicago BearsU 38
SunNov 13, 19941:00Minnesota VikingsL 20-26 (OT)L -2.5@New England PatriotsO 37
SunNov 13, 19941:00@New Orleans SaintsW 33-32L -2.5Atlanta FalconsO 43.5
SunNov 13, 19941:00@New York GiantsL 9-10L -1Arizona CardinalsU 34.5
SunNov 13, 19941:00@Philadelphia EaglesL 7-26L -6.5Cleveland BrownsU 35
SunNov 13, 19944:00@Denver BroncosW 17-10P -7Seattle SeahawksU 41
SunNov 13, 19944:00@Green Bay PackersW 17-10P -7New York JetsU 36
SunNov 13, 19944:00Los Angeles RaidersW 20-17P -3@Los Angeles RamsU 37.5
SunNov 13, 19944:00@San Francisco 49ersW 21-14W -3Dallas CowboysU 44
SunNov 13, 19948:00@Detroit LionsW 14-9L -10Tampa Bay BuccaneersU 37
MonNov 14, 19949:00@Pittsburgh SteelersW 23-10W -1.5Buffalo BillsU 37
+ + +

+ +

Back to top

1994 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 19941:00@Buffalo BillsW 29-20W -3Green Bay PackersO 36
SunNov 20, 19941:00@Chicago BearsW 20-10W -3Detroit LionsU 34.5
SunNov 20, 19941:00Indianapolis ColtsW 17-13W -1@Cincinnati BengalsU 39.5
SunNov 20, 19941:00@Dallas CowboysW 31-7W -15.5Washington RedskinsU 43.5
SunNov 20, 19941:00@Kansas City ChiefsW 20-13W -4Cleveland BrownsU 34.5
SunNov 20, 19941:00San Diego ChargersL 17-23L -2.5@New England PatriotsO 37.5
SunNov 20, 19941:00@Pittsburgh SteelersW 16-13 (OT)W -2.5Miami DolphinsU 36.5
SunNov 20, 19944:00Philadelphia EaglesL 6-12L -3.5@Arizona CardinalsU 33
SunNov 20, 19944:00@Denver BroncosW 32-28L -6Atlanta FalconsO 44
SunNov 20, 19944:00@Los Angeles RaidersW 24-19L -6.5New Orleans SaintsO 39
SunNov 20, 19944:00@Minnesota VikingsL 21-31L -7New York JetsO 37.5
SunNov 20, 19944:00@Seattle SeahawksW 22-21L -7Tampa Bay BuccaneersO 36
SunNov 20, 19948:00@San Francisco 49ersW 31-27L -14Los Angeles RamsO 43
MonNov 21, 19949:00@Houston OilersL 10-13L -3New York GiantsU 35
+ + +

+ +

Back to top

1994 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 199412:30Buffalo BillsL 21-35L -1.5@Detroit LionsO 39
ThuNov 24, 19944:00@Dallas CowboysW 42-31W -6Green Bay PackersO 35
SunNov 27, 19941:00Philadelphia EaglesL 21-28L -1.5@Atlanta FalconsO 42
SunNov 27, 19941:00@Cleveland BrownsW 34-10W -8Houston OilersO 33
SunNov 27, 19941:00@Minnesota VikingsL 17-20 (OT)L -13.5Tampa Bay BuccaneersU 40
SunNov 27, 19941:00@New York JetsL 24-28L -1.5Miami DolphinsO 37.5
SunNov 27, 19944:00@Arizona CardinalsL 16-19 (OT)L -3Chicago BearsO 31
SunNov 27, 19944:00@Denver BroncosW 15-13L -8.5Cincinnati BengalsU 43.5
SunNov 27, 19944:00@Los Angeles RaidersL 3-21L -3.5Pittsburgh SteelersU 36
SunNov 27, 19944:00@San Diego ChargersW 31-17W -7Los Angeles RamsO 37.5
SunNov 27, 19944:00Kansas City ChiefsL 9-10L -3.5@Seattle SeahawksU 36.5
SunNov 27, 19944:00@Washington RedskinsL 19-21L -3New York GiantsO 36.5
SunNov 27, 19948:00@Indianapolis ColtsL 10-12L -1New England PatriotsU 40
MonNov 28, 19949:00San Francisco 49ersW 35-14W -8.5@New Orleans SaintsO 46.5
+ + +

+ +

Back to top

1994 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 1, 19948:00@Minnesota VikingsW 33-27 (OT)W -5.5Chicago BearsO 36
SunDec 4, 19941:00Pittsburgh SteelersW 38-15W -6@Cincinnati BengalsO 35
SunDec 4, 19941:00@New England PatriotsW 24-13W -2.5New York JetsP 37
SunDec 4, 19941:00Dallas CowboysW 31-19W -2.5@Philadelphia EaglesO 37
SunDec 4, 19941:00@Tampa Bay BuccaneersW 26-21W -2.5Washington RedskinsO 38
SunDec 4, 19944:00@Cleveland BrownsL 13-16L -7New York GiantsU 33
SunDec 4, 19944:00@Detroit LionsW 34-31W -1.5Green Bay PackersO 38.5
SunDec 4, 19944:00Arizona CardinalsW 30-12W -3@Houston OilersO 32
SunDec 4, 19944:00@Kansas City ChiefsL 17-20 (OT)L -3.5Denver BroncosU 38
SunDec 4, 19944:00@Los Angeles RamsL 15-31L -3New Orleans SaintsO 41.5
SunDec 4, 19944:00@San Francisco 49ersW 50-14W -13Atlanta FalconsO 48
SunDec 4, 19944:00@Seattle SeahawksL 19-31L -3Indianapolis ColtsO 36.5
SunDec 4, 19948:00@Miami DolphinsL 31-42L -4Buffalo BillsO 42
MonDec 5, 19949:00@San Diego ChargersL 17-24L -4Los Angeles RaidersO 37.5
+ + +

+ +

Back to top

1994 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 10, 199412:30@New York JetsL 7-18L -3Detroit LionsU 37.5
SatDec 10, 19944:00@Dallas CowboysL 14-19L -10.5Cleveland BrownsU 38
SunDec 11, 19941:00@Buffalo BillsL 17-21L -3.5Minnesota VikingsU 40
SunDec 11, 19941:00@Green Bay PackersW 40-3W -4Chicago BearsO 35
SunDec 11, 19941:00@New England PatriotsW 28-13W -6Indianapolis ColtsO 37
SunDec 11, 19941:00@New York GiantsW 27-20W -5.5Cincinnati BengalsO 35
SunDec 11, 19941:00@Pittsburgh SteelersW 14-3W -6Philadelphia EaglesU 35
SunDec 11, 19941:00@Tampa Bay BuccaneersW 24-14W -2.5Los Angeles RamsU 40
SunDec 11, 19944:00@Arizona CardinalsW 17-15L -7.5Washington RedskinsU 34.5
SunDec 11, 19944:00@Houston OilersL 14-16L -3Seattle SeahawksU 33
SunDec 11, 19944:00@Los Angeles RaidersW 23-13W -5Denver BroncosU 41.5
SunDec 11, 19944:00San Francisco 49ersW 38-15W -9@San Diego ChargersO 45.5
SunDec 11, 19948:00@Atlanta FalconsL 20-29L -4New Orleans SaintsO 46
MonDec 12, 19949:00@Miami DolphinsW 45-28W -4.5Kansas City ChiefsO 39.5
+ + +

+ +

Back to top

1994 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 199412:30@Detroit LionsW 41-19W -1.5Minnesota VikingsO 42
SatDec 17, 19944:00@San Francisco 49ersW 42-19W -15Denver BroncosO 47.5
SunDec 18, 19941:00@Buffalo BillsL 17-41L -1New England PatriotsO 37
SunDec 18, 19941:00@Chicago BearsW 27-13W -7Los Angeles RamsO 33.5
SunDec 18, 19941:00@Green Bay PackersW 21-17L -7.5Atlanta FalconsU 39.5at Milwaukee
SunDec 18, 19941:00San Diego ChargersW 21-6W -2@New York JetsU 37
SunDec 18, 19941:00@Washington RedskinsL 14-17L -2Tampa Bay BuccaneersU 39
SunDec 18, 19944:00@Arizona CardinalsW 28-7W -7Cincinnati BengalsO 34.5
SunDec 18, 19944:00Miami DolphinsL 6-10L -3.5@Indianapolis ColtsU 42
SunDec 18, 19944:00@Kansas City ChiefsW 31-9W -9.5Houston OilersO 34
SunDec 18, 19944:00@Philadelphia EaglesL 13-16L -4.5New York GiantsU 35
SunDec 18, 19944:00@Pittsburgh SteelersW 17-7W -3.5Cleveland BrownsU 32.5
SunDec 18, 19948:00Los Angeles RaidersW 17-16L -6@Seattle SeahawksU 36
MonDec 19, 19949:00Dallas CowboysW 24-16L -10@New Orleans SaintsU 45.5
+ + +

+ +

Back to top

1994 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 24, 19941:00Arizona CardinalsL 6-10L -3@Atlanta FalconsU 38
SatDec 24, 19941:00New England PatriotsW 13-3W -1@Chicago BearsU 36.5
SatDec 24, 19941:00@Cincinnati BengalsW 33-30W PKPhiladelphia EaglesO 35.5
SatDec 24, 19941:00@Cleveland BrownsW 35-9W -10.5Seattle SeahawksO 34
SatDec 24, 19941:00@Indianapolis ColtsW 10-9L -3Buffalo BillsU 41
SatDec 24, 19941:00Dallas CowboysL 10-15L -3@New York GiantsU 36
SatDec 24, 19941:00Green Bay PackersW 34-19W -4.5@Tampa Bay BuccaneersO 41
SatDec 24, 19944:00@Denver BroncosL 28-30L -4.5New Orleans SaintsO 45
SatDec 24, 19944:00New York JetsL 10-24L -1.5@Houston OilersP 34
SatDec 24, 19944:00@Los Angeles RaidersL 9-19L -3.5Kansas City ChiefsU 37.5
SatDec 24, 19944:00@Los Angeles RamsL 21-24L -3.5Washington RedskinsO 40.5
SatDec 24, 19944:00@San Diego ChargersW 37-34L -3.5Pittsburgh SteelersO 35
SunDec 25, 19948:00@Miami DolphinsW 27-20W -3.5Detroit LionsO 45.5
MonDec 26, 19949:00San Francisco 49ersL 14-21L -6.5@Minnesota VikingsU 48
+ + +

+

Back to top

+

1994 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatDec 31, 199412:30@Green Bay Packers (4)W 16-12L -4.5Detroit Lions (5)U 40
AFC Wild CardSatDec 31, 19944:00@Miami Dolphins (3)W 27-17W -3Kansas City Chiefs (6)O 43.5
AFC Wild CardSunJan 1, 199512:30@Cleveland Browns (4)W 20-13W -3New England Patriots (5)U 35.5
NFC Wild CardSunJan 1, 19954:00@Minnesota Vikings (3)L 18-35L -6Chicago Bears (6)O 38
AFC DivisionalSatJan 7, 199512:30@Pittsburgh Steelers (1)W 29-9W -3.5Cleveland Browns (4)O 32.5
NFC DivisionalSatJan 7, 19954:00@San Francisco 49ers (1)W 44-15W -17.5Chicago Bears (6)O 46.5
NFC DivisionalSunJan 8, 199512:30@Dallas Cowboys (2)W 35-9W -10Green Bay Packers (4)O 43
AFC DivisionalSunJan 8, 19954:00@San Diego Chargers (2)W 22-21L -3Miami Dolphins (3)U 46
AFC ChampionshipSunJan 15, 199512:30@Pittsburgh Steelers (1)L 13-17L -9San Diego Chargers (2)U 35
NFC ChampionshipSunJan 15, 19954:00@San Francisco 49ers (1)W 38-28W -7.5Dallas Cowboys (2)O 48
Super Bowl XXIXSunJan 29, 19956:00NSan Francisco 49ers (1)W 49-26W -18San Diego Chargers (2)O 54
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1995.html b/data/1995.html new file mode 100644 index 0000000..ba818e1 --- /dev/null +++ b/data/1995.html @@ -0,0 +1,5092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1995 Season

+ +

Historical NFL Game Odds

1995 Season

<<-- 1994 Season    1996 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1995 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-4 (71.4%)6-7-1 (46.2%)8-7 (53.3%)6-8-1 (42.9%)7-3 (70.0%)4-5-1 (44.4%)1-3 (25.0%)2-2-0 (50.0%)6-8-1 (42.9%)
213-2 (86.7%)9-5-1 (64.3%)9-6 (60.0%)5-9-1 (35.7%)9-2 (81.8%)5-5-1 (50.0%)0-4 (0.0%)0-4-0 (0.0%)8-6-1 (57.1%)
312-3 (80.0%)8-7-0 (53.3%)8-7 (53.3%)8-7-0 (53.3%)8-3 (72.7%)6-5-0 (54.5%)0-4 (0.0%)2-2-0 (50.0%)7-7-1 (50.0%)
49-3 (75.0%)7-5-0 (58.3%)9-3 (75.0%)9-3-0 (75.0%)8-2 (80.0%)7-3-0 (70.0%)1-1 (50.0%)2-0-0 (100.%)9-3-0 (75.0%)
58-5 (61.5%)5-7-1 (41.7%)6-7 (46.2%)5-7-1 (41.7%)4-3 (57.1%)2-4-1 (33.3%)2-4 (33.3%)3-3-0 (50.0%)6-7-0 (46.2%)
69-4 (69.2%)5-7-1 (41.7%)11-2 (84.6%)7-5-1 (58.3%)9-2 (81.8%)5-5-1 (50.0%)2-0 (100.%)2-0-0 (100.%)10-3-0 (76.9%)
77-6 (53.8%)3-10-0 (23.1%)10-3 (76.9%)8-5-0 (61.5%)5-1 (83.3%)2-4-0 (33.3%)5-2 (71.4%)6-1-0 (85.7%)8-5-0 (61.5%)
85-7 (41.7%)4-8-0 (33.3%)7-6 (53.8%)6-7-0 (46.2%)3-4 (42.9%)2-5-0 (28.6%)3-2 (60.0%)3-2-0 (60.0%)9-4-0 (69.2%)
98-5 (61.5%)7-6-0 (53.8%)7-6 (53.8%)6-7-0 (46.2%)6-4 (60.0%)5-5-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)1-12-0 (7.7%)
107-6 (53.8%)6-7-0 (46.2%)7-7 (50.0%)8-6-0 (57.1%)5-5 (50.0%)5-5-0 (50.0%)1-2 (33.3%)2-1-0 (66.7%)7-7-0 (50.0%)
119-5 (64.3%)7-7-0 (50.0%)7-7 (50.0%)7-7-0 (50.0%)6-4 (60.0%)5-5-0 (50.0%)1-3 (25.0%)2-2-0 (50.0%)10-4-0 (71.4%)
1210-4 (71.4%)6-8-0 (42.9%)7-8 (46.7%)5-10-0 (33.3%)6-4 (60.0%)3-7-0 (30.0%)0-4 (0.0%)1-3-0 (25.0%)9-6-0 (60.0%)
139-6 (60.0%)8-7-0 (53.3%)9-6 (60.0%)10-5-0 (66.7%)5-2 (71.4%)5-2-0 (71.4%)4-4 (50.0%)5-3-0 (62.5%)9-6-0 (60.0%)
149-6 (60.0%)6-9-0 (40.0%)10-5 (66.7%)7-8-0 (46.7%)8-4 (66.7%)5-7-0 (41.7%)2-1 (66.7%)2-1-0 (66.7%)6-9-0 (40.0%)
1510-5 (66.7%)7-7-1 (50.0%)9-6 (60.0%)6-8-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)3-4 (42.9%)3-4-0 (42.9%)5-9-1 (35.7%)
1610-5 (66.7%)5-10-0 (33.3%)12-3 (80.0%)7-8-0 (46.7%)9-2 (81.8%)4-7-0 (36.4%)3-1 (75.0%)3-1-0 (75.0%)9-6-0 (60.0%)
1710-5 (66.7%)8-7-0 (53.3%)8-7 (53.3%)6-9-0 (40.0%)5-2 (71.4%)3-4-0 (42.9%)3-5 (37.5%)3-5-0 (37.5%)10-5-0 (66.7%)
Playoffs7-4 (63.6%)5-6-0 (45.5%)7-3 (70.0%)6-4-0 (60.0%)6-3 (66.7%)5-4-0 (55.6%)1-0 (100.%)1-0-0 (100.%)6-5-0 (54.5%)
+ +


1995 Results by Team

Click on a team to view 1995 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals4-12 (25.0%)7-9 (43.8%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)10-5-1 (66.7%)
Atlanta Falcons9-7 (56.3%)9-6-1 (60.0%)6-2 (75.0%)4-3-1 (57.1%)7-1 (87.5%)5-2-1 (71.4%)6-0 (100.%)4-1-1 (80.0%)9-7-0 (56.3%)
Buffalo Bills10-6 (62.5%)8-8 (50.0%)8-2 (80.0%)5-5-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)11-5-0 (68.8%)
Carolina Panthers7-9 (43.8%)10-6 (62.5%)0-0 0-0-0 5-3 (62.5%)5-3-0 (62.5%)0-0 0-0-0 7-9-0 (43.8%)
Chicago Bears9-7 (56.3%)6-10 (37.5%)8-4 (66.7%)5-7-0 (41.7%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)10-6-0 (62.5%)
Cincinnati Bengals7-9 (43.8%)10-6 (62.5%)2-2 (50.0%)1-3-0 (25.0%)3-5 (37.5%)4-4-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)9-7-0 (56.3%)
Cleveland Browns5-11 (31.3%)5-10-1 (33.3%)4-5 (44.4%)3-6-0 (33.3%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
Dallas Cowboys12-4 (75.0%)8-7-1 (53.3%)12-4 (75.0%)8-7-1 (53.3%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)8-8-0 (50.0%)
Denver Broncos8-8 (50.0%)6-9-1 (40.0%)5-5 (50.0%)2-8-0 (20.0%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)9-7-0 (56.3%)
Detroit Lions10-6 (62.5%)10-6 (62.5%)7-2 (77.8%)6-3-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)9-6-1 (60.0%)
Green Bay Packers11-5 (68.8%)10-6 (62.5%)10-3 (76.9%)9-4-0 (69.2%)7-1 (87.5%)7-1-0 (87.5%)7-1 (87.5%)7-1-0 (87.5%)11-5-0 (68.8%)
Houston Oilers7-9 (43.8%)11-5 (68.8%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)8-8-0 (50.0%)
Indianapolis Colts9-7 (56.3%)6-9-1 (40.0%)5-4 (55.6%)2-6-1 (25.0%)5-3 (62.5%)2-5-1 (28.6%)3-3 (50.0%)0-5-1 (0.0%)7-9-0 (43.8%)
Jacksonville Jaguars4-12 (25.0%)9-7 (56.3%)0-0 0-0-0 2-6 (25.0%)4-4-0 (50.0%)0-0 0-0-0 9-7-0 (56.3%)
Kansas City Chiefs13-3 (81.3%)9-7 (56.3%)9-0 (100.%)5-4-0 (55.6%)8-0 (100.%)4-4-0 (50.0%)8-0 (100.%)4-4-0 (50.0%)6-9-1 (40.0%)
Miami Dolphins9-7 (56.3%)8-8 (50.0%)8-6 (57.1%)6-8-0 (42.9%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)9-7-0 (56.3%)
Minnesota Vikings8-8 (50.0%)9-7 (56.3%)6-3 (66.7%)5-4-0 (55.6%)6-2 (75.0%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)12-4-0 (75.0%)
New England Patriots6-10 (37.5%)6-9-1 (40.0%)3-4 (42.9%)1-5-1 (16.7%)3-5 (37.5%)1-6-1 (14.3%)2-4 (33.3%)0-5-1 (0.0%)8-8-0 (50.0%)
New Orleans Saints7-9 (43.8%)8-7-1 (53.3%)4-3 (57.1%)4-3-0 (57.1%)4-4 (50.0%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)7-8-1 (46.7%)
New York Giants5-11 (31.3%)9-7 (56.3%)3-1 (75.0%)3-1-0 (75.0%)3-5 (37.5%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)6-9-1 (40.0%)
New York Jets3-13 (18.8%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-0 (100.%)1-0-0 (100.%)9-7-0 (56.3%)
Oakland Raiders8-8 (50.0%)6-10 (37.5%)8-6 (57.1%)6-8-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)9-6-1 (60.0%)
Philadelphia Eagles10-6 (62.5%)8-7-1 (53.3%)5-3 (62.5%)3-4-1 (42.9%)6-2 (75.0%)4-3-1 (57.1%)4-2 (66.7%)2-3-1 (40.0%)8-8-0 (50.0%)
Pittsburgh Steelers11-5 (68.8%)9-7 (56.3%)9-3 (75.0%)7-5-0 (58.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)8-7-1 (53.3%)
San Diego Chargers9-7 (56.3%)8-8 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)4-2 (66.7%)2-4-0 (33.3%)9-7-0 (56.3%)
San Francisco 49ers11-5 (68.8%)7-9 (43.8%)9-5 (64.3%)5-9-0 (35.7%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)8-7-1 (53.3%)
Seattle Seahawks8-8 (50.0%)9-7 (56.3%)2-1 (66.7%)1-2-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)10-6-0 (62.5%)
St Louis Rams7-9 (43.8%)6-9-1 (40.0%)6-1 (85.7%)5-2-0 (71.4%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)3-2-0 (60.0%)9-7-0 (56.3%)
Tampa Bay Buccaneers7-9 (43.8%)6-10 (37.5%)4-2 (66.7%)2-4-0 (33.3%)5-3 (62.5%)3-5-0 (37.5%)3-1 (75.0%)1-3-0 (25.0%)7-9-0 (43.8%)
Washington Redskins6-10 (37.5%)6-9-1 (40.0%)1-2 (33.3%)0-3-0 (0.0%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)7-9-0 (43.8%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1995 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 3, 19951:00@Atlanta FalconsW 23-20 (OT)L -8.5Carolina PanthersO 40.5
SunSep 3, 19951:00@Green Bay PackersL 14-17L -6.5St Louis RamsU 38
SunSep 3, 19951:00@Indianapolis ColtsL 21-24 (OT)L -6.5Cincinnati BengalsO 39
SunSep 3, 19951:00Houston OilersW 10-3W -4@Jacksonville JaguarsU 35
SunSep 3, 19951:00@New England PatriotsW 17-14P -3Cleveland BrownsU 38
SunSep 3, 19951:00San Francisco 49ersW 24-22L -8.5@New Orleans SaintsP 46
SunSep 3, 19951:00@Philadelphia EaglesL 6-21L -7Tampa Bay BuccaneersU 39
SunSep 3, 19951:00@Pittsburgh SteelersW 23-20L -5.5Detroit LionsO 37
SunSep 3, 19954:00@Chicago BearsW 31-14W -2.5Minnesota VikingsO 38.5
SunSep 3, 19954:00@Miami DolphinsW 52-14W -9New York JetsO 38.5
SunSep 3, 19954:00@Oakland RaidersW 17-7W -4San Diego ChargersU 40
SunSep 3, 19954:00@Seattle SeahawksL 10-34L PKKansas City ChiefsO 36.5
SunSep 3, 19954:00Arizona CardinalsL 7-27L -3@Washington RedskinsU 34.5
SunSep 3, 19958:00@Denver BroncosW 22-7W -6Buffalo BillsU 44
MonSep 4, 19959:00Dallas CowboysW 35-0W -5.5@New York GiantsU 38
+ + +

+ +

Back to top

1995 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 10, 19951:00@Buffalo BillsW 31-9W -9Carolina PanthersO 38
SunSep 10, 19951:00@Cleveland BrownsW 22-6W -7.5Tampa Bay BuccaneersU 37
SunSep 10, 19951:00Pittsburgh SteelersW 34-17W -5@Houston OilersO 33.5
SunSep 10, 19951:00@Kansas City ChiefsW 20-17 (OT)L -5.5New York GiantsP 37
SunSep 10, 19951:00@Minnesota VikingsW 20-10W -3Detroit LionsU 41.5
SunSep 10, 19951:00Miami DolphinsW 20-3W -1@New England PatriotsU 46
SunSep 10, 19951:00@St Louis RamsW 17-13W -2.5New Orleans SaintsU 41
SunSep 10, 19951:00Oakland RaidersW 20-8W -4.5@Washington RedskinsU 39
SunSep 10, 19954:00@Cincinnati BengalsW 24-17L -8Jacksonville JaguarsO 37
SunSep 10, 19954:00@Dallas CowboysW 31-21P -10Denver BroncosO 43
SunSep 10, 19954:00Indianapolis ColtsW 27-24 (OT)W -2@New York JetsO 37
SunSep 10, 19954:00@San Diego ChargersW 14-10L -8Seattle SeahawksU 37.5
SunSep 10, 19954:00@San Francisco 49ersW 41-10W -13Atlanta FalconsO 48.5
SunSep 10, 19958:00@Arizona CardinalsL 19-31L -3Philadelphia EaglesO 35.5
MonSep 11, 19959:00@Chicago BearsL 24-27L -3Green Bay PackersO 38.5
+ + +

+ +

Back to top

1995 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 19951:00@Buffalo BillsW 20-14W -4Indianapolis ColtsU 40
SunSep 17, 19951:00St Louis RamsW 31-10W -3@Carolina PanthersO 36.5
SunSep 17, 19951:00@Detroit LionsL 17-20L -6.5Arizona CardinalsP 37
SunSep 17, 19951:00@Green Bay PackersW 14-6W -5.5New York GiantsU 37.5
SunSep 17, 19951:00Cleveland BrownsW 14-7L -8@Houston OilersU 33.5
SunSep 17, 19951:00@Kansas City ChiefsW 23-17 (OT)W -2Oakland RaidersO 39
SunSep 17, 19951:00@New Orleans SaintsL 24-27 (OT)L -3Atlanta FalconsO 46.5
SunSep 17, 19951:00@Philadelphia EaglesL 21-27L -2San Diego ChargersO 37.5
SunSep 17, 19954:00@Denver BroncosW 38-31L -9Washington RedskinsO 42.5
SunSep 17, 19954:00@New York JetsW 27-10W -7Jacksonville JaguarsO 36
SunSep 17, 19954:00@San Francisco 49ersW 28-3W -11.5New England PatriotsU 48
SunSep 17, 19954:00@Seattle SeahawksW 24-21L -4Cincinnati BengalsO 37.5
SunSep 17, 19954:00Chicago BearsW 25-6W -2@Tampa Bay BuccaneersU 37.5
SunSep 17, 19958:00Dallas CowboysW 23-17 (OT)L -8@Minnesota VikingsU 42
MonSep 18, 19959:00@Miami DolphinsW 23-10W -7Pittsburgh SteelersU 40
+ + +

+ +

Back to top

1995 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 19951:00@New York GiantsW 45-29W -3New Orleans SaintsO 38
SunSep 24, 19951:00@Pittsburgh SteelersL 24-44L -5.5Minnesota VikingsO 37
SunSep 24, 19951:00@St Louis RamsW 34-28W -1.5Chicago BearsO 37.5
SunSep 24, 19951:00@Tampa Bay BuccaneersW 14-6W -3Washington RedskinsU 40
SunSep 24, 19954:00@Atlanta FalconsW 13-3W -4.5New York JetsU 43
SunSep 24, 19954:00@Cincinnati BengalsL 28-38L -6Houston OilersO 36.5
SunSep 24, 19954:00@Cleveland BrownsW 35-17W -3.5Kansas City ChiefsO 37
SunSep 24, 19954:00@Dallas CowboysW 34-20L -14.5Arizona CardinalsO 39
SunSep 24, 19954:00@Oakland RaidersW 48-17W -7Philadelphia EaglesO 39
SunSep 24, 19954:00@San Diego ChargersW 17-6W -3.5Denver BroncosU 42.5
SunSep 24, 19958:00Green Bay PackersW 24-14L -10.5@Jacksonville JaguarsO 37
MonSep 25, 19959:00San Francisco 49ersL 24-27L -11@Detroit LionsO 48
+ + +

+ +

Back to top

1995 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 19951:00@Atlanta FalconsW 30-17W -3New England PatriotsO 40
SunOct 1, 19951:00Tampa Bay BuccaneersW 20-13W -5.5@Carolina PanthersU 35
SunOct 1, 19951:00Miami DolphinsW 26-23L -10.5@Cincinnati BengalsO 45.5
SunOct 1, 19951:00@Indianapolis ColtsW 21-18P -3St Louis RamsU 40
SunOct 1, 19951:00@New Orleans SaintsL 10-15L -1.5Philadelphia EaglesU 45
SunOct 1, 19951:00Dallas CowboysL 23-27L -13@Washington RedskinsO 44.5
SunOct 1, 19954:00Kansas City ChiefsW 24-3W -1.5@Arizona CardinalsU 37
SunOct 1, 19954:00@Houston OilersL 16-17L -9.5Jacksonville JaguarsU 34.5
SunOct 1, 19954:00@Pittsburgh SteelersW 31-16W -2San Diego ChargersO 37
SunOct 1, 19954:00@San Francisco 49ersW 20-6L -15New York GiantsU 45.5
SunOct 1, 19954:00Denver BroncosL 10-27L -3@Seattle SeahawksU 41.5
SunOct 1, 19958:00Oakland RaidersW 47-10W -7.5@New York JetsO 38.5
MonOct 2, 19959:00@Cleveland BrownsL 19-22L -7Buffalo BillsO 36.5
+ + +

+ +

Back to top

1995 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 19951:00@Buffalo BillsW 29-10W -9.5New York JetsO 38
SunOct 8, 19951:00@Chicago BearsW 31-27L -13.5Carolina PanthersO 36.5
SunOct 8, 19951:00@Dallas CowboysW 34-24W -9.5Green Bay PackersO 42
SunOct 8, 19951:00Pittsburgh SteelersL 16-20L -10.5@Jacksonville JaguarsU 36.5
SunOct 8, 19951:00@Minnesota VikingsW 23-17 (OT)L -10Houston OilersO 37
SunOct 8, 19951:00@Philadelphia EaglesW 37-34 (OT)P -3Washington RedskinsO 41
SunOct 8, 19951:00@Tampa Bay BuccaneersW 19-16L -3.5Cincinnati BengalsU 39
SunOct 8, 19954:00Cleveland BrownsL 20-38L -1.5@Detroit LionsO 39
SunOct 8, 19954:00@Miami DolphinsL 24-27 (OT)L -10Indianapolis ColtsO 44
SunOct 8, 19954:00@New York GiantsW 27-21 (OT)W -4Arizona CardinalsO 36
SunOct 8, 19954:00@Oakland RaidersW 34-14W -9.5Seattle SeahawksO 39
SunOct 8, 19958:00@New England PatriotsL 3-37L -3.5Denver BroncosU 43
MonOct 9, 19959:00@Kansas City ChiefsW 29-23 (OT)W -3.5San Diego ChargersO 38
+ + +

+ +

Back to top

1995 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 12, 19958:00@St Louis RamsW 21-19L -3Atlanta FalconsU 43
SunOct 15, 19951:00@Buffalo BillsW 27-21L -7.5Seattle SeahawksO 38
SunOct 15, 19951:00@Green Bay PackersW 30-21W -3.5Detroit LionsO 40
SunOct 15, 19951:00San Francisco 49ersL 17-18L -10@Indianapolis ColtsU 46.5
SunOct 15, 19951:00Chicago BearsW 30-27L -7.5@Jacksonville JaguarsO 37
SunOct 15, 19951:00@Kansas City ChiefsW 31-26L -7New England PatriotsO 38
SunOct 15, 19951:00@New York GiantsL 14-17L -3Philadelphia EaglesU 39
SunOct 15, 19951:00Minnesota VikingsL 17-20 (OT)L -2@Tampa Bay BuccaneersO 36.5
SunOct 15, 19954:00@Arizona CardinalsW 24-20W -2.5Washington RedskinsO 40
SunOct 15, 19954:00New York JetsL 15-26L -1.5@Carolina PanthersO 37
SunOct 15, 19954:00Miami DolphinsL 30-33L -6.5@New Orleans SaintsO 44
SunOct 15, 19954:00Dallas CowboysW 23-9W -7@San Diego ChargersU 43
MonOct 16, 19959:00Oakland RaidersL 0-27L -3@Denver BroncosU 45.5
+ + +

+ +

Back to top

1995 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 19, 19958:00@Pittsburgh SteelersL 9-27L -8Cincinnati BengalsU 40
SunOct 22, 19951:00New Orleans SaintsL 3-20L -3.5@Carolina PanthersU 40.5
SunOct 22, 19951:00@Chicago BearsW 35-32L -7Houston OilersO 40
SunOct 22, 19951:00@Cleveland BrownsL 15-23L -13.5Jacksonville JaguarsO 37
SunOct 22, 19951:00@Green Bay PackersW 38-21W -4Minnesota VikingsO 40
SunOct 22, 19951:00Miami DolphinsL 16-17L -9@New York JetsU 42
SunOct 22, 19951:00@Tampa Bay BuccaneersL 21-24L -3Atlanta FalconsO 40
SunOct 22, 19951:00Detroit LionsL 30-36 (OT)L -1@Washington RedskinsO 43
SunOct 22, 19954:00@Denver BroncosL 7-21L -3Kansas City ChiefsU 40
SunOct 22, 19954:00@Oakland RaidersW 30-17W -4Indianapolis ColtsO 40
SunOct 22, 19954:00San Diego ChargersW 35-25W -3@Seattle SeahawksO 39
SunOct 22, 19954:00San Francisco 49ersW 44-10W -3.5@St Louis RamsO 40
MonOct 23, 19959:00@New England PatriotsW 27-14W PKBuffalo BillsO 40
+ + +

+ +

Back to top

1995 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 19951:00Dallas CowboysW 28-13W -10@Atlanta FalconsU 46
SunOct 29, 19951:00Cleveland BrownsW 29-26 (OT)W -2@Cincinnati BengalsO 40
SunOct 29, 19951:00@Detroit LionsW 24-16W -2.5Green Bay PackersU 45
SunOct 29, 19951:00@Indianapolis ColtsW 17-10L -10.5New York JetsU 40
SunOct 29, 19951:00@New England PatriotsL 17-20 (OT)L -8Carolina PanthersU 38.5
SunOct 29, 19951:00@Philadelphia EaglesW 20-9W -3.5St Louis RamsU 40
SunOct 29, 19951:00@Pittsburgh SteelersW 24-7W -10Jacksonville JaguarsU 38
SunOct 29, 19954:00@Arizona CardinalsW 20-14 (OT)W -4Seattle SeahawksU 40
SunOct 29, 19954:00Tampa Bay BuccaneersL 7-19L -1@Houston OilersU 37
SunOct 29, 19954:00@Miami DolphinsW 23-6W -6Buffalo BillsU 43
SunOct 29, 19954:00@San Francisco 49ersL 7-11L -14New Orleans SaintsU 44.5
SunOct 29, 19958:00@Washington RedskinsL 15-24L -3New York GiantsU 41.5
MonOct 30, 19959:00@Minnesota VikingsL 6-14L -3.5Chicago BearsU 44.5
+ + +

+ +

Back to top

1995 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 19951:00@Atlanta FalconsW 34-22W -1Detroit LionsO 46
SunNov 5, 19951:00@Cleveland BrownsL 10-37L -7Houston OilersO 39
SunNov 5, 19951:00@Indianapolis ColtsL 10-16L -4Buffalo BillsU 37.5
SunNov 5, 19951:00@Kansas City ChiefsW 24-3W -8.5Washington RedskinsU 43
SunNov 5, 19951:00Green Bay PackersL 24-27L -1@Minnesota VikingsO 43.5
SunNov 5, 19951:00@New Orleans SaintsW 19-10W -1.5St Louis RamsU 41.5
SunNov 5, 19951:00New England PatriotsW 20-7W -2.5@New York JetsU 38
SunNov 5, 19954:00@Chicago BearsL 34-37 (OT)L -2.5Pittsburgh SteelersO 42
SunNov 5, 19954:00Oakland RaidersW 20-17L -6.5@Cincinnati BengalsU 45
SunNov 5, 19954:00@Denver BroncosW 38-6W -8Arizona CardinalsO 40.5
SunNov 5, 19954:00@San Francisco 49ersL 7-13L -14Carolina PanthersU 40
SunNov 5, 19954:00@Seattle SeahawksW 30-28W PKNew York GiantsO 37.5
SunNov 5, 19958:00@San Diego ChargersL 14-24L -1.5Miami DolphinsU 43
MonNov 6, 19959:00@Dallas CowboysW 34-12W -14.5Philadelphia EaglesO 43.5
+ + +

+ +

Back to top

1995 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 19951:00@Buffalo BillsW 23-17W -3.5Atlanta FalconsO 39
SunNov 12, 19951:00@Detroit LionsW 27-24L -5.5Tampa Bay BuccaneersO 41
SunNov 12, 19951:00@Green Bay PackersW 35-28W -3Chicago BearsO 40.5
SunNov 12, 19951:00@Houston OilersL 25-32L -3.5Cincinnati BengalsO 41
SunNov 12, 19951:00Seattle SeahawksW 47-30W -2@Jacksonville JaguarsO 38
SunNov 12, 19951:00@Miami DolphinsL 17-34L -8.5New England PatriotsO 42
SunNov 12, 19951:00@New Orleans SaintsW 17-14W -1.5Indianapolis ColtsU 40
SunNov 12, 19951:00Oakland RaidersW 17-13L -6.5@New York GiantsU 40
SunNov 12, 19951:00@St Louis RamsW 28-17W -6.5Carolina PanthersO 37.5
SunNov 12, 19954:00Minnesota VikingsW 30-24 (OT)W -2@Arizona CardinalsO 40
SunNov 12, 19954:00@Dallas CowboysL 20-38L -13.5San Francisco 49ersO 42
SunNov 12, 19954:00@San Diego ChargersL 7-22L -1Kansas City ChiefsU 38
SunNov 12, 19958:00Denver BroncosL 13-31L -1@Philadelphia EaglesO 39
MonNov 13, 19959:00@Pittsburgh SteelersW 20-3W -6Cleveland BrownsU 39
+ + +

+ +

Back to top

1995 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 19951:00@Atlanta FalconsW 31-6W -3.5St Louis RamsU 44
SunNov 19, 19951:00@Carolina PanthersW 27-7W PKArizona CardinalsU 38.5
SunNov 19, 19951:00@Chicago BearsL 17-24L -3Detroit LionsU 43.5
SunNov 19, 19951:00Pittsburgh SteelersW 49-31W -2.5@Cincinnati BengalsO 42.5
SunNov 19, 19951:00Green Bay PackersW 31-20W -2.5@Cleveland BrownsO 41
SunNov 19, 19951:00@New England PatriotsL 10-24L -3.5Indianapolis ColtsU 37.5
SunNov 19, 19951:00@Philadelphia EaglesW 28-19W -4New York GiantsO 37
SunNov 19, 19951:00@Tampa Bay BuccaneersW 17-16L -7Jacksonville JaguarsU 37
SunNov 19, 19951:00@Washington RedskinsL 20-27L -3.5Seattle SeahawksO 43
SunNov 19, 19954:00@Denver BroncosW 30-27L -3.5San Diego ChargersO 40
SunNov 19, 19954:00@Minnesota VikingsW 43-24W -5.5New Orleans SaintsO 40.5
SunNov 19, 19954:00Buffalo BillsW 28-26L -6.5@New York JetsO 37
SunNov 19, 19954:00Dallas CowboysW 34-21W -3@Oakland RaidersO 44
SunNov 19, 19958:00@Kansas City ChiefsW 20-13L -9.5Houston OilersU 39
MonNov 20, 19959:00@Miami DolphinsL 20-44L -2San Francisco 49ersO 44
+ + +

+ +

Back to top

1995 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 199512:30@Detroit LionsW 44-38W -3Minnesota VikingsO 46
ThuNov 23, 19954:00@Dallas CowboysW 24-12W -10.5Kansas City ChiefsU 43
SunNov 26, 19951:00@Buffalo BillsL 25-35L -6New England PatriotsO 38.5
SunNov 26, 19951:00@Green Bay PackersW 35-13W -9Tampa Bay BuccaneersO 38.5
SunNov 26, 19951:00Miami DolphinsL 28-36L -2.5@Indianapolis ColtsO 43
SunNov 26, 19951:00Cincinnati BengalsW 17-13W -2.5@Jacksonville JaguarsU 43
SunNov 26, 19951:00Chicago BearsW 27-24W -2.5@New York GiantsO 42
SunNov 26, 19951:00Philadelphia EaglesW 14-7W -3@Washington RedskinsU 43
SunNov 26, 19954:00Atlanta FalconsL 37-40 (OT)L -3.5@Arizona CardinalsO 42
SunNov 26, 19954:00Pittsburgh SteelersW 20-17L -6@Cleveland BrownsU 39.5
SunNov 26, 19954:00Denver BroncosL 33-42L -3@Houston OilersO 42
SunNov 26, 19954:00@San Francisco 49ersW 41-13W -14.5St Louis RamsO 44
SunNov 26, 19954:00@Seattle SeahawksL 10-16L -7New York JetsU 41.5
SunNov 26, 19958:00@New Orleans SaintsW 34-26W -5Carolina PanthersO 40
MonNov 27, 19959:00Oakland RaidersL 6-12L -1@San Diego ChargersU 39
+ + +

+ +

Back to top

1995 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 30, 19958:00@Arizona CardinalsL 6-10L -1.5New York GiantsU 41
SunDec 3, 19951:00Indianapolis ColtsL 10-13L -4.5@Carolina PanthersU 38.5
SunDec 3, 19951:00@Green Bay PackersW 24-10W -10.5Cincinnati BengalsU 45.5
SunDec 3, 19951:00@Miami DolphinsW 21-20L -4.5Atlanta FalconsU 48
SunDec 3, 19951:00@Minnesota VikingsW 31-17W -8Tampa Bay BuccaneersO 43.5
SunDec 3, 19951:00@New England PatriotsL 17-31L -4.5New Orleans SaintsO 41.5
SunDec 3, 19951:00St Louis RamsW 23-20W -1.5@New York JetsO 38
SunDec 3, 19951:00@Pittsburgh SteelersW 21-7W -8Houston OilersU 42
SunDec 3, 19954:00@Dallas CowboysL 17-24L -17Washington RedskinsU 46
SunDec 3, 19954:00@Denver BroncosW 31-23L -11Jacksonville JaguarsO 42.5
SunDec 3, 19954:00@Oakland RaidersL 23-29L -1Kansas City ChiefsO 40
SunDec 3, 19954:00@San Diego ChargersW 31-13W -6.5Cleveland BrownsO 40
SunDec 3, 19954:00Philadelphia EaglesL 14-26L -3@Seattle SeahawksU 40.5
SunDec 3, 19958:00@San Francisco 49ersW 27-17L -13.5Buffalo BillsU 46
MonDec 4, 19959:00@Detroit LionsW 27-7W -3Chicago BearsU 48.5
+ + +

+ +

Back to top

1995 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 9, 199512:30@Minnesota VikingsW 27-11W -9.5Cleveland BrownsU 44
SatDec 9, 19954:00@San Diego ChargersW 28-25L -8.5Arizona CardinalsO 39
SunDec 10, 19951:00@Atlanta FalconsW 19-14P -5New Orleans SaintsU 47
SunDec 10, 19951:00San Francisco 49ersW 31-10W -14.5@Carolina PanthersU 43.5
SunDec 10, 19951:00Chicago BearsL 10-16L -2.5@Cincinnati BengalsU 46.5
SunDec 10, 19951:00Detroit LionsW 24-17W -2.5@Houston OilersU 44.5
SunDec 10, 19951:00Indianapolis ColtsW 41-31W -5@Jacksonville JaguarsO 37.5
SunDec 10, 19951:00@New England PatriotsW 31-28L -7New York JetsO 39
SunDec 10, 19951:00Dallas CowboysL 17-20L -9@Philadelphia EaglesU 43
SunDec 10, 19951:00Buffalo BillsW 45-27W -2.5@St Louis RamsO 41
SunDec 10, 19954:00@Denver BroncosL 27-31L -7Seattle SeahawksO 43.5
SunDec 10, 19954:00@New York GiantsW 20-13W -3Washington RedskinsU 41
SunDec 10, 19954:00@Oakland RaidersL 10-29L -1Pittsburgh SteelersP 39
SunDec 10, 19958:00Green Bay PackersL 10-13 (OT)L -7@Tampa Bay BuccaneersU 43
MonDec 11, 19959:00@Miami DolphinsW 13-6W -3Kansas City ChiefsU 43
+ + +

+ +

Back to top

1995 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 199512:30@Pittsburgh SteelersW 41-27W -9.5New England PatriotsO 40
SatDec 16, 19954:00Green Bay PackersW 34-23W -5@New Orleans SaintsO 46
SunDec 17, 19951:00@Buffalo BillsW 23-20L -3.5Miami DolphinsO 40
SunDec 17, 19951:00Atlanta FalconsL 17-21L -4@Carolina PanthersU 41
SunDec 17, 19951:00@Chicago BearsW 31-10W -7.5Tampa Bay BuccaneersO 38.5
SunDec 17, 19951:00Cincinnati BengalsL 10-26L -2@Cleveland BrownsU 39
SunDec 17, 19951:00@Detroit LionsW 44-0W -13Jacksonville JaguarsU 46.5
SunDec 17, 19951:00@Houston OilersW 23-6W -5New York JetsU 40
SunDec 17, 19951:00@Philadelphia EaglesW 21-20L -9Arizona CardinalsO 38.5
SunDec 17, 19951:00@St Louis RamsL 23-35L -3.5Washington RedskinsO 43
SunDec 17, 19954:00@Dallas CowboysW 21-20L -15New York GiantsU 41.5
SunDec 17, 19954:00@Indianapolis ColtsL 24-27L -3San Diego ChargersO 41
SunDec 17, 19954:00@Kansas City ChiefsW 20-17L -6.5Denver BroncosU 40.5
SunDec 17, 19958:00Oakland RaidersL 10-44L -2.5@Seattle SeahawksO 42
MonDec 18, 19959:00@San Francisco 49ersW 37-30L -13.5Minnesota VikingsO 48
+ + +

+ +

Back to top

1995 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 23, 199512:30San Diego ChargersW 27-17W -4.5@New York GiantsO 38.5
SatDec 23, 19954:00Detroit LionsW 37-10W -7@Tampa Bay BuccaneersO 42
SatDec 23, 19958:00@Indianapolis ColtsW 10-7L -6New England PatriotsU 42.5
SunDec 24, 19951:00San Francisco 49ersL 27-28L -10@Atlanta FalconsO 49
SunDec 24, 19951:00@Buffalo BillsL 17-28L -4.5Houston OilersO 37
SunDec 24, 19951:00@Chicago BearsW 20-14W -3Philadelphia EaglesU 40.5
SunDec 24, 19951:00Minnesota VikingsL 24-27L -5@Cincinnati BengalsO 44
SunDec 24, 19951:00@Green Bay PackersW 24-19W -3.5Pittsburgh SteelersO 42
SunDec 24, 19951:00Cleveland BrownsL 21-24L -4@Jacksonville JaguarsO 39.5
SunDec 24, 19951:00@Kansas City ChiefsW 26-3W -6.5Seattle SeahawksU 40
SunDec 24, 19951:00New Orleans SaintsW 12-0W -2.5@New York JetsU 39.5
SunDec 24, 19954:00@Oakland RaidersL 28-31L -5Denver BroncosO 41
SunDec 24, 19954:00Miami DolphinsW 41-22W -6@St Louis RamsO 45
SunDec 24, 19954:00@Washington RedskinsW 20-17L -4.5Carolina PanthersU 40.5
MonDec 25, 19959:00Dallas CowboysW 37-13W -8.5@Arizona CardinalsO 41.5
+ + +

+

Back to top

+

1995 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 30, 199512:30@Buffalo Bills (3)W 37-22W -3.5Miami Dolphins (6)O 42.5
NFC Wild CardSatDec 30, 19954:00Detroit Lions (5)L 37-58L -3@Philadelphia Eagles (4)O 42
NFC Wild CardSunDec 31, 199512:30@Green Bay Packers (3)W 37-20W -9.5Atlanta Falcons (6)O 44
AFC Wild CardSunDec 31, 19954:00@San Diego Chargers (4)L 20-35L -5.5Indianapolis Colts (5)O 40
AFC DivisionalSatJan 6, 199612:30@Pittsburgh Steelers (2)W 40-21W -6Buffalo Bills (3)O 42
NFC DivisionalSatJan 6, 19964:00@San Francisco 49ers (2)L 17-27L -9.5Green Bay Packers (3)U 52
NFC DivisionalSunJan 7, 199612:30@Dallas Cowboys (1)W 30-11W -13.5Philadelphia Eagles (4)U 45.5
AFC DivisionalSunJan 7, 19964:00@Kansas City Chiefs (1)L 7-10L -10.5Indianapolis Colts (5)U 41.5
AFC ChampionshipSunJan 14, 199612:30@Pittsburgh Steelers (2)W 20-16L -11Indianapolis Colts (5)U 43
NFC ChampionshipSunJan 14, 19964:00@Dallas Cowboys (1)W 38-27W -9Green Bay Packers (3)O 50.5
Super Bowl XXXSunJan 28, 19966:33NDallas Cowboys (1)W 27-17L -13.5Pittsburgh Steelers (2)U 52
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1996.html b/data/1996.html new file mode 100644 index 0000000..225c9d0 --- /dev/null +++ b/data/1996.html @@ -0,0 +1,5092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1996 Season

+ +

Historical NFL Game Odds

1996 Season

<<-- 1995 Season    1997 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1996 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-4 (73.3%)8-7-0 (53.3%)11-4 (73.3%)12-3-0 (80.0%)8-1 (88.9%)7-2-0 (77.8%)3-3 (50.0%)5-1-0 (83.3%)2-13-0 (13.3%)
211-3 (78.6%)11-3-0 (78.6%)9-6 (60.0%)9-6-0 (60.0%)8-3 (72.7%)8-3-0 (72.7%)0-3 (0.0%)0-3-0 (0.0%)6-8-1 (42.9%)
311-2 (84.6%)9-4-0 (69.2%)9-4 (69.2%)7-6-0 (53.8%)9-2 (81.8%)7-4-0 (63.6%)0-2 (0.0%)0-2-0 (0.0%)8-5-0 (61.5%)
45-8 (38.5%)3-10-0 (23.1%)7-6 (53.8%)5-8-0 (38.5%)4-5 (44.4%)2-7-0 (22.2%)3-1 (75.0%)3-1-0 (75.0%)6-7-0 (46.2%)
510-3 (76.9%)9-3-1 (75.0%)9-4 (69.2%)8-4-1 (66.7%)7-1 (87.5%)6-1-1 (85.7%)2-3 (40.0%)2-3-0 (40.0%)6-7-0 (46.2%)
69-3 (75.0%)6-6-0 (50.0%)5-7 (41.7%)2-10-0 (16.7%)5-3 (62.5%)2-6-0 (25.0%)0-4 (0.0%)0-4-0 (0.0%)6-6-0 (50.0%)
79-4 (69.2%)4-8-1 (33.3%)9-4 (69.2%)4-8-1 (33.3%)8-3 (72.7%)3-7-1 (30.0%)1-1 (50.0%)1-1-0 (50.0%)5-8-0 (38.5%)
89-3 (75.0%)5-6-1 (45.5%)10-3 (76.9%)8-4-1 (66.7%)8-2 (80.0%)5-4-1 (55.6%)1-1 (50.0%)2-0-0 (100.%)7-6-0 (53.8%)
910-4 (71.4%)5-8-1 (38.5%)8-6 (57.1%)7-6-1 (53.8%)7-3 (70.0%)4-5-1 (44.4%)1-3 (25.0%)3-1-0 (75.0%)7-7-0 (50.0%)
108-5 (61.5%)5-8-0 (38.5%)8-6 (57.1%)7-7-0 (50.0%)6-4 (60.0%)4-6-0 (40.0%)1-2 (33.3%)2-1-0 (66.7%)6-6-2 (50.0%)
118-7 (53.3%)5-10-0 (33.3%)10-5 (66.7%)9-6-0 (60.0%)6-3 (66.7%)4-5-0 (44.4%)4-2 (66.7%)5-1-0 (83.3%)12-2-1 (85.7%)
1210-5 (66.7%)6-9-0 (40.0%)9-6 (60.0%)5-10-0 (33.3%)9-5 (64.3%)5-9-0 (35.7%)0-1 (0.0%)0-1-0 (0.0%)7-8-0 (46.7%)
138-7 (53.3%)6-9-0 (40.0%)7-8 (46.7%)9-6-0 (60.0%)5-5 (50.0%)5-5-0 (50.0%)2-3 (40.0%)4-1-0 (80.0%)7-8-0 (46.7%)
1411-4 (73.3%)10-4-1 (71.4%)10-5 (66.7%)9-5-1 (64.3%)8-2 (80.0%)7-2-1 (77.8%)2-3 (40.0%)2-3-0 (40.0%)7-7-1 (50.0%)
157-8 (46.7%)6-9-0 (40.0%)9-6 (60.0%)10-5-0 (66.7%)6-5 (54.5%)6-5-0 (54.5%)3-1 (75.0%)4-0-0 (100.%)8-7-0 (53.3%)
169-6 (60.0%)7-8-0 (46.7%)8-7 (53.3%)8-7-0 (53.3%)6-4 (60.0%)5-5-0 (50.0%)2-3 (40.0%)3-2-0 (60.0%)7-7-1 (50.0%)
1710-5 (66.7%)4-11-0 (26.7%)11-4 (73.3%)9-6-0 (60.0%)8-2 (80.0%)4-6-0 (40.0%)3-2 (60.0%)5-0-0 (100.%)8-7-0 (53.3%)
Playoffs8-3 (72.7%)7-3-1 (70.0%)8-2 (80.0%)8-2-0 (80.0%)7-2 (77.8%)7-2-0 (77.8%)1-0 (100.%)1-0-0 (100.%)8-3-0 (72.7%)
+ +


1996 Results by Team

Click on a team to view 1996 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals7-9 (43.8%)10-6 (62.5%)3-1 (75.0%)3-1-0 (75.0%)5-3 (62.5%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)10-6-0 (62.5%)
Atlanta Falcons3-13 (18.8%)6-10 (37.5%)1-6 (14.3%)0-7-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)1-4 (20.0%)0-5-0 (0.0%)8-7-1 (53.3%)
Baltimore Ravens4-12 (25.0%)5-9-2 (35.7%)3-3 (50.0%)2-3-1 (40.0%)4-4 (50.0%)3-4-1 (42.9%)3-3 (50.0%)2-3-1 (40.0%)10-4-2 (71.4%)
Buffalo Bills10-6 (62.5%)8-8 (50.0%)8-4 (66.7%)5-7-0 (41.7%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)8-8-0 (50.0%)
Carolina Panthers12-4 (75.0%)12-4 (75.0%)7-2 (77.8%)6-3-0 (66.7%)8-0 (100.%)7-1-0 (87.5%)6-0 (100.%)5-1-0 (83.3%)4-11-1 (26.7%)
Chicago Bears7-9 (43.8%)7-8-1 (46.7%)5-1 (83.3%)3-2-1 (60.0%)6-2 (75.0%)4-3-1 (57.1%)5-1 (83.3%)3-2-1 (60.0%)8-8-0 (50.0%)
Cincinnati Bengals8-8 (50.0%)9-5-2 (64.3%)4-1 (80.0%)4-1-0 (80.0%)6-2 (75.0%)6-2-0 (75.0%)4-1 (80.0%)4-1-0 (80.0%)9-5-2 (64.3%)
Dallas Cowboys10-6 (62.5%)7-9 (43.8%)8-6 (57.1%)5-9-0 (35.7%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-11-0 (31.3%)
Denver Broncos13-3 (81.3%)9-6-1 (60.0%)11-1 (91.7%)6-5-1 (54.5%)8-0 (100.%)4-3-1 (57.1%)8-0 (100.%)4-3-1 (57.1%)6-10-0 (37.5%)
Detroit Lions5-11 (31.3%)5-11 (31.3%)5-2 (71.4%)3-4-0 (42.9%)4-4 (50.0%)2-6-0 (25.0%)4-2 (66.7%)2-4-0 (33.3%)9-7-0 (56.3%)
Green Bay Packers13-3 (81.3%)10-6 (62.5%)13-2 (86.7%)10-5-0 (66.7%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)9-7-0 (56.3%)
Houston Oilers8-8 (50.0%)10-6 (62.5%)3-4 (42.9%)3-4-0 (42.9%)2-6 (25.0%)4-4-0 (50.0%)1-4 (20.0%)1-4-0 (20.0%)8-8-0 (50.0%)
Indianapolis Colts9-7 (56.3%)7-9 (43.8%)5-3 (62.5%)2-6-0 (25.0%)6-2 (75.0%)3-5-0 (37.5%)4-2 (66.7%)1-5-0 (16.7%)9-7-0 (56.3%)
Jacksonville Jaguars9-7 (56.3%)6-9-1 (40.0%)5-1 (83.3%)1-4-1 (20.0%)7-1 (87.5%)3-4-1 (42.9%)5-1 (83.3%)1-4-1 (20.0%)6-10-0 (37.5%)
Kansas City Chiefs9-7 (56.3%)6-10 (37.5%)8-3 (72.7%)5-6-0 (45.5%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)8-8-0 (50.0%)
Miami Dolphins8-8 (50.0%)6-10 (37.5%)5-3 (62.5%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)7-9-0 (43.8%)
Minnesota Vikings9-7 (56.3%)9-7 (56.3%)4-3 (57.1%)3-4-0 (42.9%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)5-11-0 (31.3%)
New England Patriots11-5 (68.8%)7-9 (43.8%)9-2 (81.8%)5-6-0 (45.5%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)9-7-0 (56.3%)
New Orleans Saints3-13 (18.8%)6-10 (37.5%)2-4 (33.3%)2-4-0 (33.3%)2-6 (25.0%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)6-9-1 (40.0%)
New York Giants6-10 (37.5%)8-8 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)5-3-0 (62.5%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
New York Jets1-15 (6.3%)8-8 (50.0%)0-1 (0.0%)0-1-0 (0.0%)0-8 (0.0%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)12-4-0 (75.0%)
Oakland Raiders7-9 (43.8%)8-7-1 (53.3%)5-5 (50.0%)5-5-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)6-9-1 (40.0%)
Philadelphia Eagles10-6 (62.5%)9-7 (56.3%)7-5 (58.3%)6-6-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Pittsburgh Steelers10-6 (62.5%)9-6-1 (60.0%)8-4 (66.7%)6-5-1 (54.5%)7-1 (87.5%)6-1-1 (85.7%)7-0 (100.%)6-0-1 (100.%)6-10-0 (37.5%)
San Diego Chargers8-8 (50.0%)8-8 (50.0%)4-4 (50.0%)4-4-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)11-4-1 (73.3%)
San Francisco 49ers12-4 (75.0%)8-8 (50.0%)12-3 (80.0%)7-8-0 (46.7%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-9-2 (35.7%)
Seattle Seahawks7-9 (43.8%)8-8 (50.0%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)8-8-0 (50.0%)
St Louis Rams6-10 (37.5%)5-10-1 (33.3%)2-1 (66.7%)1-2-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
Tampa Bay Buccaneers6-10 (37.5%)9-7 (56.3%)2-0 (100.%)2-0-0 (100.%)5-3 (62.5%)5-3-0 (62.5%)2-0 (100.%)2-0-0 (100.%)3-12-1 (20.0%)
Washington Redskins9-7 (56.3%)10-6 (62.5%)4-4 (50.0%)4-4-0 (50.0%)5-3 (62.5%)6-2-0 (75.0%)3-2 (60.0%)3-2-0 (60.0%)10-6-0 (62.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1996 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 1, 19961:00@Baltimore RavensW 19-14W -1Oakland RaidersU 40
SunSep 1, 19961:00Atlanta FalconsL 6-29L -3@Carolina PanthersU 41
SunSep 1, 19961:00Kansas City ChiefsW 20-19L -4@Houston OilersO 38
SunSep 1, 19961:00@Indianapolis ColtsW 20-13L -8.5Arizona CardinalsU 38
SunSep 1, 19961:00Pittsburgh SteelersL 9-24L -4.5@Jacksonville JaguarsU 38
SunSep 1, 19961:00@Minnesota VikingsW 17-13W -2.5Detroit LionsU 46
SunSep 1, 19961:00@St Louis RamsW 26-16W -3Cincinnati BengalsU 44
SunSep 1, 19961:00@Washington RedskinsL 14-17L -1.5Philadelphia EaglesU 40.5
SunSep 1, 19964:00@Denver BroncosW 31-6W -8New York JetsU 42
SunSep 1, 19964:00@Miami DolphinsW 24-10W -3New England PatriotsU 43.5
SunSep 1, 19964:00@San Diego ChargersW 29-7W -4.5Seattle SeahawksU 39
SunSep 1, 19964:00@San Francisco 49ersW 27-11W -12New Orleans SaintsU 45
SunSep 1, 19964:00Green Bay PackersW 34-3W -6@Tampa Bay BuccaneersU 39.5
SunSep 1, 19968:00Buffalo BillsW 23-20 (OT)L -3.5@New York GiantsO 39.5
MonSep 2, 19969:00Dallas CowboysL 6-22L -2.5@Chicago BearsU 43
+ + +

+ +

Back to top

1996 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 8, 19961:00@Atlanta FalconsL 17-23L -4Minnesota VikingsU 46
SunSep 8, 19961:00@Buffalo BillsW 17-10W -4.5New England PatriotsU 41.5
SunSep 8, 19961:00@Detroit LionsW 21-6W -11Tampa Bay BuccaneersU 42
SunSep 8, 19961:00@Jacksonville JaguarsL 27-34L -2.5Houston OilersO 39
SunSep 8, 19961:00@Kansas City ChiefsW 19-3W -6.5Oakland RaidersU 38
SunSep 8, 19961:00@New Orleans SaintsL 20-22L -3Carolina PanthersO 40.5
SunSep 8, 19961:00Indianapolis ColtsW 21-7W -4.5@New York JetsU 38
SunSep 8, 19961:00@Pittsburgh SteelersW 31-17W -4Baltimore RavensO 37.5
SunSep 8, 19961:00@Washington RedskinsW 10-3W PKChicago BearsU 43.5
SunSep 8, 19964:00@Dallas CowboysW 27-0W -10New York GiantsU 38
SunSep 8, 19964:00@San Diego ChargersW 27-14W -6.5Cincinnati BengalsP 41
SunSep 8, 19964:00@San Francisco 49ersW 34-0W -12.5St Louis RamsU 44
SunSep 8, 19964:00Denver BroncosW 30-20W -2@Seattle SeahawksO 41.5
SunSep 8, 19968:00Miami DolphinsW 38-10W -6@Arizona CardinalsO 39
MonSep 9, 19969:00@Green Bay PackersW 39-13W -7.5Philadelphia EaglesO 40
+ + +

+ +

Back to top

1996 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 15, 19961:00@Chicago BearsL 14-20L -3.5Minnesota VikingsU 42.5
SunSep 15, 19961:00@Cincinnati BengalsW 30-15W -3New Orleans SaintsO 42.5
SunSep 15, 19961:00@Green Bay PackersW 42-10W -8.5San Diego ChargersO 44
SunSep 15, 19961:00@Houston OilersW 29-13W -3.5Baltimore RavensO 40
SunSep 15, 19961:00@Miami DolphinsW 36-27L -12.5New York JetsO 39.5
SunSep 15, 19961:00@New England PatriotsW 31-0W -10Arizona CardinalsU 39.5
SunSep 15, 19961:00@Philadelphia EaglesW 24-17W -1.5Detroit LionsU 42.5
SunSep 15, 19964:00@Dallas CowboysL 24-25L -9.5Indianapolis ColtsO 38.5
SunSep 15, 19964:00Washington RedskinsW 31-10W -1@New York GiantsO 38.5
SunSep 15, 19964:00@Oakland RaidersW 17-3W -6.5Jacksonville JaguarsU 39
SunSep 15, 19964:00Kansas City ChiefsW 35-17W -3.5@Seattle SeahawksO 38.5
SunSep 15, 19968:00@Denver BroncosW 27-23L -13Tampa Bay BuccaneersO 40.5
MonSep 16, 19969:00@Pittsburgh SteelersW 24-6W -2Buffalo BillsU 40
+ + +

+ +

Back to top

1996 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 19961:00San Francisco 49ersL 7-23L -9@Carolina PanthersU 42
SunSep 22, 19961:00@Kansas City ChiefsW 17-14L -5Denver BroncosU 40.5
SunSep 22, 19961:00Green Bay PackersL 21-30L -6.5@Minnesota VikingsO 44.5
SunSep 22, 19961:00@New England PatriotsW 28-25 (OT)L -8Jacksonville JaguarsO 39
SunSep 22, 19961:00@New Orleans SaintsL 14-28L -7.5Arizona CardinalsO 39
SunSep 22, 19961:00@New York JetsL 6-13L -2New York GiantsU 37
SunSep 22, 19961:00@St Louis RamsL 10-17L -2Washington RedskinsU 40.5
SunSep 22, 19964:00Dallas CowboysL 7-10L -2.5@Buffalo BillsU 42
SunSep 22, 19964:00@Detroit LionsW 35-16W -4.5Chicago BearsO 42
SunSep 22, 19964:00@Oakland RaidersL 34-40L -3San Diego ChargersO 38.5
SunSep 22, 19964:00Seattle SeahawksW 17-13W -2@Tampa Bay BuccaneersU 38
SunSep 22, 19968:00@Atlanta FalconsL 18-33L -2Philadelphia EaglesO 43
MonSep 23, 19969:00@Indianapolis ColtsW 10-6W -2.5Miami DolphinsU 42
+ + +

+ +

Back to top

1996 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 19961:00@Baltimore RavensW 17-10W -6New Orleans SaintsU 41
SunSep 29, 19961:00@Chicago BearsW 19-17P -2Oakland RaidersU 38
SunSep 29, 19961:00Denver BroncosW 14-10W -3@Cincinnati BengalsU 43
SunSep 29, 19961:00Carolina PanthersL 14-24L -2.5@Jacksonville JaguarsU 39
SunSep 29, 19961:00Minnesota VikingsL 10-15L -5.5@New York GiantsU 38
SunSep 29, 19961:00@Pittsburgh SteelersW 30-16W -5.5Houston OilersO 39
SunSep 29, 19961:00Detroit LionsW 27-0W -6.5@Tampa Bay BuccaneersU 40
SunSep 29, 19964:00@Arizona CardinalsW 31-28 (OT)W -1St Louis RamsO 38.5
SunSep 29, 19964:00@San Diego ChargersW 22-19W -2Kansas City ChiefsO 38.5
SunSep 29, 19964:00@San Francisco 49ersW 39-17W -13Atlanta FalconsO 43
SunSep 29, 19964:00Green Bay PackersW 31-10W -9.5@Seattle SeahawksU 43
SunSep 29, 19968:00@Washington RedskinsW 31-16W -8.5New York JetsO 38.5
MonSep 30, 19969:00@Philadelphia EaglesL 19-23L -2.5Dallas CowboysO 38
+ + +

+ +

Back to top

1996 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 6, 19961:00New England PatriotsW 46-38W -2@Baltimore RavensO 39
SunOct 6, 19961:00Green Bay PackersW 37-6W -7.5@Chicago BearsO 42
SunOct 6, 19961:00@Detroit LionsW 28-24L -10Atlanta FalconsO 44
SunOct 6, 19961:00@Miami DolphinsL 15-22L -7.5Seattle SeahawksU 39
SunOct 6, 19961:00@Minnesota VikingsW 14-12L -6Carolina PanthersU 39.5
SunOct 6, 19961:00Oakland RaidersW 34-13W -3.5@New York JetsO 38
SunOct 6, 19964:00@Buffalo BillsW 16-13 (OT)L -3.5Indianapolis ColtsU 38
SunOct 6, 19964:00@Denver BroncosW 28-17W -3.5San Diego ChargersO 42
SunOct 6, 19964:00@New Orleans SaintsW 17-13W -2Jacksonville JaguarsU 40.5
SunOct 6, 19964:00San Francisco 49ersW 28-11W -10.5@St Louis RamsU 43
SunOct 6, 19968:00@Cincinnati BengalsL 27-30 (OT)L -1Houston OilersO 42
MonOct 7, 19969:00@Kansas City ChiefsL 7-17L -4Pittsburgh SteelersU 38
+ + +

+ +

Back to top

1996 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 19961:00@Atlanta FalconsL 13-23L -1.5Houston OilersU 44.5
SunOct 13, 19961:00@Buffalo BillsL 7-21L -6.5Miami DolphinsU 36.5
SunOct 13, 19961:00@Carolina PanthersW 45-13W -7St Louis RamsO 38.5
SunOct 13, 19961:00@Dallas CowboysW 17-3L -14.5Arizona CardinalsU 41
SunOct 13, 19961:00@Jacksonville JaguarsW 21-17L -7.5New York JetsU 38.5
SunOct 13, 19961:00@New England PatriotsL 22-27L -4.5Washington RedskinsO 41
SunOct 13, 19961:00@New Orleans SaintsW 27-24W -1Chicago BearsO 40
SunOct 13, 19961:00@Pittsburgh SteelersW 20-10P -10Cincinnati BengalsU 41
SunOct 13, 19961:00Minnesota VikingsL 13-24L -6.5@Tampa Bay BuccaneersU 37.5
SunOct 13, 19964:00Philadelphia EaglesW 19-10W -3@New York GiantsU 36.5
SunOct 13, 19964:00@Oakland RaidersW 37-21W -1Detroit LionsO 41.5
SunOct 13, 19968:00@Indianapolis ColtsW 26-21L -9Baltimore RavensO 39
MonOct 14, 19969:00@Green Bay PackersW 23-20 (OT)L -5.5San Francisco 49ersU 45.5
+ + +

+ +

Back to top

1996 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 17, 19968:00@Kansas City ChiefsW 34-16W -9Seattle SeahawksO 39
SunOct 20, 19961:00@Carolina PanthersW 19-7W -7New Orleans SaintsU 39.5
SunOct 20, 19961:00@Dallas CowboysW 32-28L -15Atlanta FalconsO 43
SunOct 20, 19961:00@Indianapolis ColtsL 9-27L -3.5New England PatriotsU 41.5
SunOct 20, 19961:00@Philadelphia EaglesW 35-28W -2.5Miami DolphinsO 37
SunOct 20, 19961:00@Washington RedskinsW 31-21W -7.5New York GiantsO 37.5
SunOct 20, 19964:00@Arizona CardinalsW 13-9W -3Tampa Bay BuccaneersU 36
SunOct 20, 19964:00@Denver BroncosW 45-34P -11Baltimore RavensO 44
SunOct 20, 19964:00Pittsburgh SteelersL 13-23L -1@Houston OilersU 39
SunOct 20, 19964:00Buffalo BillsW 25-22L -7@New York JetsO 37.5
SunOct 20, 19964:00@San Francisco 49ersW 28-21L -14.5Cincinnati BengalsO 43
SunOct 20, 19964:00@St Louis RamsW 17-14W PKJacksonville JaguarsU 40
MonOct 21, 19969:00@San Diego ChargersL 14-23L -3.5Oakland RaidersU 41
+ + +

+ +

Back to top

1996 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 19961:00Pittsburgh SteelersW 20-17L -6@Atlanta FalconsU 41
SunOct 27, 19961:00@Baltimore RavensW 37-31 (OT)P -6St Louis RamsO 43
SunOct 27, 19961:00@Cincinnati BengalsW 28-21W -2.5Jacksonville JaguarsO 41
SunOct 27, 19961:00@Detroit LionsL 7-35L -10New York GiantsO 41
SunOct 27, 19961:00@Green Bay PackersW 13-7L -17.5Tampa Bay BuccaneersU 42
SunOct 27, 19961:00San Francisco 49ersW 10-9L -6@Houston OilersU 41
SunOct 27, 19961:00@Philadelphia EaglesW 20-9W -4Carolina PanthersU 37.5
SunOct 27, 19961:00@Washington RedskinsW 31-16W -3Indianapolis ColtsO 39
SunOct 27, 19964:00@Arizona CardinalsL 21-31L -4.5New York JetsO 36.5
SunOct 27, 19964:00@Denver BroncosW 34-7W -3Kansas City ChiefsU 41.5
SunOct 27, 19964:00Dallas CowboysW 29-10W -3@Miami DolphinsU 41
SunOct 27, 19964:00San Diego ChargersL 13-32L -3.5@Seattle SeahawksO 42
SunOct 27, 19968:00@New England PatriotsW 28-25L -4Buffalo BillsO 39.5
MonOct 28, 19969:00@Minnesota VikingsL 13-15L -6.5Chicago BearsU 39.5
+ + +

+ +

Back to top

1996 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 19961:00Carolina PanthersL 17-20L -1.5@Atlanta FalconsU 41.5
SunNov 3, 19961:00@Baltimore RavensL 21-24L -3.5Cincinnati BengalsP 45
SunNov 3, 19961:00@Chicago BearsW 13-10L -6.5Tampa Bay BuccaneersU 36
SunNov 3, 19961:00@Dallas CowboysL 21-31L -8.5Philadelphia EaglesO 40.5
SunNov 3, 19961:00@Green Bay PackersW 28-18L -11Detroit LionsO 44
SunNov 3, 19961:00@Indianapolis ColtsL 19-26L -6San Diego ChargersO 41
SunNov 3, 19961:00@New York GiantsW 16-8W -5.5Arizona CardinalsU 37
SunNov 3, 19961:00@Pittsburgh SteelersW 42-6W -13St Louis RamsO 40
SunNov 3, 19964:00@Buffalo BillsW 38-13W -3Washington RedskinsO 39.5
SunNov 3, 19964:00Kansas City ChiefsW 21-6W -1.5@Minnesota VikingsU 38
SunNov 3, 19964:00@New England PatriotsW 42-23W -4Miami DolphinsO 43
SunNov 3, 19964:00@Seattle SeahawksW 23-16W PKHouston OilersU 40.5
SunNov 3, 19968:00San Francisco 49ersW 24-17L -8.5@New Orleans SaintsP 41
MonNov 4, 19969:00@Oakland RaidersL 21-22L -2Denver BroncosU 44.5
+ + +

+ +

Back to top

1996 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 19961:00Pittsburgh SteelersL 24-34L -4@Cincinnati BengalsO 41.5
SunNov 10, 19961:00Green Bay PackersL 20-27L -3@Kansas City ChiefsO 41
SunNov 10, 19961:00@Miami DolphinsW 37-13W -3.5Indianapolis ColtsO 41.5
SunNov 10, 19961:00Houston OilersW 31-14W -3.5@New Orleans SaintsO 40.5
SunNov 10, 19961:00New England PatriotsW 31-27L -6.5@New York JetsO 42
SunNov 10, 19961:00@Philadelphia EaglesL 17-24L -3.5Buffalo BillsO 39
SunNov 10, 19961:00Atlanta FalconsL 16-59L -1.5@St Louis RamsO 42.5
SunNov 10, 19961:00Oakland RaidersL 17-20 (OT)L -5.5@Tampa Bay BuccaneersP 37
SunNov 10, 19961:00@Washington RedskinsL 34-37 (OT)L -10.5Arizona CardinalsO 40
SunNov 10, 19964:00@Denver BroncosW 17-12L -10.5Chicago BearsU 42
SunNov 10, 19964:00@Jacksonville JaguarsW 30-27L -3.5Baltimore RavensO 44.5
SunNov 10, 19964:00@San Francisco 49ersL 17-20 (OT)L -3.5Dallas CowboysU 42.5
SunNov 10, 19964:00@Seattle SeahawksW 42-23W -2Minnesota VikingsO 39
SunNov 10, 19968:00@Carolina PanthersW 27-17W -4.5New York GiantsO 36
MonNov 11, 19969:00@San Diego ChargersW 27-21W -3.5Detroit LionsO 44
+ + +

+ +

Back to top

1996 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 19961:00@Atlanta FalconsW 17-15L -4New Orleans SaintsU 44
SunNov 17, 19961:00@Buffalo BillsW 31-17W -7Cincinnati BengalsO 42
SunNov 17, 19961:00@Detroit LionsW 17-16L -4.5Seattle SeahawksU 45
SunNov 17, 19961:00@Indianapolis ColtsW 34-29L -6New York JetsO 40
SunNov 17, 19961:00@Kansas City ChiefsW 14-10L -8.5Chicago BearsU 36
SunNov 17, 19961:00@New England PatriotsL 8-34L -2.5Denver BroncosU 45.5
SunNov 17, 19961:00@Philadelphia EaglesL 21-26L -6Washington RedskinsO 41
SunNov 17, 19961:00@Pittsburgh SteelersW 28-3W -11Jacksonville JaguarsU 41
SunNov 17, 19961:00Carolina PanthersW 20-10W -3@St Louis RamsU 41
SunNov 17, 19964:00@Arizona CardinalsW 31-23W -1.5New York GiantsO 36
SunNov 17, 19964:00@Houston OilersL 20-23L -3.5Miami DolphinsO 42
SunNov 17, 19964:00@San Diego ChargersL 17-25L -7Tampa Bay BuccaneersO 37.5
SunNov 17, 19964:00@San Francisco 49ersW 38-20W -12Baltimore RavensO 45
SunNov 17, 19968:00@Oakland RaidersL 13-16 (OT)L -6.5Minnesota VikingsU 41
MonNov 18, 19969:00@Dallas CowboysW 21-6W -4Green Bay PackersU 43
+ + +

+ +

Back to top

1996 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 19961:00@Baltimore RavensL 25-28 (OT)L -4Jacksonville JaguarsO 46
SunNov 24, 19961:00@Buffalo BillsW 35-10W -9.5New York JetsO 42
SunNov 24, 19961:00@Chicago BearsW 31-14W -3Detroit LionsO 39
SunNov 24, 19961:00@Cincinnati BengalsW 41-31W -6Atlanta FalconsO 44
SunNov 24, 19961:00@Houston OilersL 6-31L -4.5Carolina PanthersU 39.5
SunNov 24, 19961:00@Kansas City ChiefsL 14-28L -5.5San Diego ChargersO 39
SunNov 24, 19961:00Denver BroncosW 21-17L -5.5@Minnesota VikingsU 43
SunNov 24, 19961:00@New England PatriotsW 27-13W -6Indianapolis ColtsU 44
SunNov 24, 19961:00@Tampa Bay BuccaneersW 13-7W -5.5New Orleans SaintsU 38
SunNov 24, 19961:00San Francisco 49ersW 19-16 (OT)L -3.5@Washington RedskinsU 44
SunNov 24, 19964:00Philadelphia EaglesL 30-36L -3.5@Arizona CardinalsO 41
SunNov 24, 19964:00Dallas CowboysL 6-20L -9@New York GiantsU 38
SunNov 24, 19964:00@Seattle SeahawksL 21-27L -2Oakland RaidersO 41
SunNov 24, 19968:00Green Bay PackersW 24-9W -9.5@St Louis RamsU 43
MonNov 25, 19969:00@Miami DolphinsL 17-24L -2.5Pittsburgh SteelersU 42
+ + +

+ +

Back to top

1996 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 199612:30Kansas City ChiefsW 28-24W -2@Detroit LionsO 42
ThuNov 28, 19964:00@Dallas CowboysW 21-10W -9Washington RedskinsU 43.5
SunDec 1, 19961:00Pittsburgh SteelersL 17-31L -6.5@Baltimore RavensO 43
SunDec 1, 19961:00@Carolina PanthersW 24-0W -6Tampa Bay BuccaneersU 36.5
SunDec 1, 19961:00@Green Bay PackersW 28-17W -10Chicago BearsO 39.5
SunDec 1, 19961:00Buffalo BillsL 10-13 (OT)L -3@Indianapolis ColtsU 38
SunDec 1, 19961:00@Jacksonville JaguarsW 30-27P -3Cincinnati BengalsO 45
SunDec 1, 19961:00@Minnesota VikingsW 41-17W -4.5Arizona CardinalsO 42
SunDec 1, 19961:00@Philadelphia EaglesW 24-0W -6.5New York GiantsU 39.5
SunDec 1, 19964:00@Denver BroncosW 34-7W -10.5Seattle SeahawksU 43
SunDec 1, 19964:00@New Orleans SaintsL 10-26L -3St Louis RamsU 42
SunDec 1, 19964:00Houston OilersW 35-10W -3@New York JetsO 41
SunDec 1, 19964:00@Oakland RaidersW 17-7W -2Miami DolphinsU 43.5
SunDec 1, 19968:00@San Diego ChargersL 7-45L -2New England PatriotsO 45
MonDec 2, 19969:00San Francisco 49ersW 34-10W -9.5@Atlanta FalconsP 44
+ + +

+ +

Back to top

1996 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 5, 19968:00Philadelphia EaglesL 10-37L -4@Indianapolis ColtsO 38
SunDec 8, 19961:00@Chicago BearsW 35-9W -6.5St Louis RamsO 37
SunDec 8, 19961:00@Cincinnati BengalsW 21-14W -3Baltimore RavensU 47
SunDec 8, 19961:00@Green Bay PackersW 41-6W -9Denver BroncosO 39
SunDec 8, 19961:00@Houston OilersL 17-23L -6Jacksonville JaguarsU 42.5
SunDec 8, 19961:00@Miami DolphinsL 7-17L -7New York GiantsU 38.5
SunDec 8, 19961:00@New Orleans SaintsL 15-31L -2Atlanta FalconsO 41
SunDec 8, 19961:00@Pittsburgh SteelersW 16-3W -9.5San Diego ChargersU 40
SunDec 8, 19961:00Washington RedskinsL 10-24L -3@Tampa Bay BuccaneersU 38
SunDec 8, 19964:00Dallas CowboysW 10-6L -10@Arizona CardinalsU 42.5
SunDec 8, 19964:00@New England PatriotsW 34-10W -13New York JetsO 43.5
SunDec 8, 19964:00@San Francisco 49ersL 24-30L -9Carolina PanthersO 40
SunDec 8, 19964:00Buffalo BillsL 18-26L -4@Seattle SeahawksO 41.5
SunDec 8, 19968:00@Detroit LionsL 22-24L -2.5Minnesota VikingsO 44
MonDec 9, 19969:00@Oakland RaidersW 26-7W -2Kansas City ChiefsU 40
+ + +

+ +

Back to top

1996 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 14, 199612:30Philadelphia EaglesW 21-20L -7@New York JetsO 39
SatDec 14, 19964:00@Chicago BearsW 27-14W -3San Diego ChargersO 36.5
SunDec 15, 19961:00@Atlanta FalconsL 27-34L -5.5St Louis RamsO 44
SunDec 15, 19961:00@Carolina PanthersW 27-16W -7.5Baltimore RavensP 43
SunDec 15, 19961:00@Dallas CowboysW 12-6W -5.5New England PatriotsU 43.5
SunDec 15, 19961:00Green Bay PackersW 31-3W -8@Detroit LionsU 47
SunDec 15, 19961:00@Houston OilersL 13-21L -4Cincinnati BengalsU 44
SunDec 15, 19961:00@Minnesota VikingsW 21-10W -6Tampa Bay BuccaneersU 36.5
SunDec 15, 19961:00@New York GiantsL 3-17L -7New Orleans SaintsU 36
SunDec 15, 19961:00San Francisco 49ersW 25-15W -2.5@Pittsburgh SteelersO 39
SunDec 15, 19964:00Washington RedskinsL 26-27L -3@Arizona CardinalsO 40.5
SunDec 15, 19964:00@Denver BroncosW 24-19L -7Oakland RaidersO 41
SunDec 15, 19964:00@Kansas City ChiefsL 19-24L -7Indianapolis ColtsO 37
SunDec 15, 19968:00@Jacksonville JaguarsW 20-13W -5Seattle SeahawksU 43
MonDec 16, 19969:00Buffalo BillsL 14-16L -1@Miami DolphinsU 41.5
+ + +

+ +

Back to top

1996 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 21, 199612:30New England PatriotsW 23-22L -8.5@New York GiantsO 39.5
SatDec 21, 19964:00@St Louis RamsW 14-13L -5New Orleans SaintsU 42
SunDec 22, 19961:00@Baltimore RavensL 21-24L -3Houston OilersU 45.5
SunDec 22, 19961:00@Buffalo BillsW 20-9W -5Kansas City ChiefsU 36.5
SunDec 22, 19961:00@Carolina PanthersW 18-14L -5.5Pittsburgh SteelersU 36
SunDec 22, 19961:00Indianapolis ColtsL 24-31L -1.5@Cincinnati BengalsO 42
SunDec 22, 19961:00@Green Bay PackersW 38-10W -11Minnesota VikingsO 39
SunDec 22, 19961:00@Jacksonville JaguarsW 19-17L -8.5Atlanta FalconsU 45
SunDec 22, 19961:00Miami DolphinsW 31-28L -3.5@New York JetsO 37
SunDec 22, 19961:00@Philadelphia EaglesW 29-19W -5.5Arizona CardinalsO 40
SunDec 22, 19961:00@Tampa Bay BuccaneersW 34-19W -2.5Chicago BearsO 36
SunDec 22, 19964:00@Oakland RaidersL 21-28L -4Seattle SeahawksO 41
SunDec 22, 19964:00Dallas CowboysL 10-37L -1@Washington RedskinsO 37
SunDec 22, 19968:00Denver BroncosL 10-16L -1.5@San Diego ChargersU 40.5
MonDec 23, 19969:00@San Francisco 49ersW 24-14L -12.5Detroit LionsU 44
+ + +

+

Back to top

+

1996 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 28, 199612:30@Buffalo Bills (4)L 27-30L -8.5Jacksonville Jaguars (5)O 38
NFC Wild CardSatDec 28, 19964:00@Dallas Cowboys (3)W 40-15W -10Minnesota Vikings (6)O 40
AFC Wild CardSunDec 29, 199612:30@Pittsburgh Steelers (3)W 42-14W -8Indianapolis Colts (6)O 37
NFC Wild CardSunDec 29, 19964:00@San Francisco 49ers (4)W 14-0W -10.5Philadelphia Eagles (5)U 40
NFC DivisionalSatJan 4, 199712:30@Green Bay Packers (1)W 35-14W -6San Francisco 49ers (4)O 41.5
AFC DivisionalSatJan 4, 19974:00@Denver Broncos (1)L 27-30L -14Jacksonville Jaguars (5)O 45
AFC DivisionalSunJan 5, 199712:30@New England Patriots (2)W 28-3W -3Pittsburgh Steelers (3)U 41.5
NFC DivisionalSunJan 5, 19974:00Dallas Cowboys (3)L 17-26L -3.5@Carolina Panthers (2)O 37.5
NFC ChampionshipSunJan 12, 199712:30@Green Bay Packers (1)W 30-13W -12Carolina Panthers (2)O 39
AFC ChampionshipSunJan 12, 19974:00@New England Patriots (2)W 20-6W -7.5Jacksonville Jaguars (5)U 44
Super Bowl XXXISunJan 26, 19976:30NGreen Bay Packers (1)W 35-21P -14New England Patriots (2)O 49
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1997.html b/data/1997.html new file mode 100644 index 0000000..262a65d --- /dev/null +++ b/data/1997.html @@ -0,0 +1,5092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1997 Season

+ +

Historical NFL Game Odds

1997 Season

<<-- 1996 Season    1998 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1997 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-6 (60.0%)5-8-2 (38.5%)10-5 (66.7%)8-5-2 (61.5%)7-3 (70.0%)4-4-2 (50.0%)3-2 (60.0%)4-1-0 (80.0%)11-4-0 (73.3%)
28-7 (53.3%)4-11-0 (26.7%)6-9 (40.0%)6-9-0 (40.0%)3-4 (42.9%)1-6-0 (14.3%)3-5 (37.5%)5-3-0 (62.5%)7-8-0 (46.7%)
38-4 (66.7%)4-8-0 (33.3%)7-6 (53.8%)3-10-0 (23.1%)7-4 (63.6%)3-8-0 (27.3%)0-1 (0.0%)0-1-0 (0.0%)6-6-1 (50.0%)
49-3 (75.0%)6-6-0 (50.0%)11-2 (84.6%)8-5-0 (61.5%)9-2 (81.8%)6-5-0 (54.5%)1-0 (100.%)1-0-0 (100.%)10-2-1 (83.3%)
511-2 (84.6%)7-5-1 (58.3%)10-3 (76.9%)8-4-1 (66.7%)9-1 (90.0%)6-3-1 (66.7%)1-2 (33.3%)2-1-0 (66.7%)5-8-0 (38.5%)
610-3 (76.9%)6-5-2 (54.5%)8-5 (61.5%)5-6-2 (45.5%)7-2 (77.8%)4-4-1 (50.0%)1-3 (25.0%)1-2-1 (33.3%)2-11-0 (15.4%)
77-5 (58.3%)5-7-0 (41.7%)7-5 (58.3%)7-5-0 (58.3%)6-4 (60.0%)5-5-0 (50.0%)1-1 (50.0%)2-0-0 (100.%)6-6-0 (50.0%)
89-4 (69.2%)6-7-0 (46.2%)6-7 (46.2%)5-8-0 (38.5%)3-1 (75.0%)1-3-0 (25.0%)3-6 (33.3%)4-5-0 (44.4%)5-8-0 (38.5%)
98-6 (57.1%)6-8-0 (42.9%)6-8 (42.9%)6-8-0 (42.9%)5-5 (50.0%)4-6-0 (40.0%)1-3 (25.0%)2-2-0 (50.0%)6-7-1 (46.2%)
1012-2 (85.7%)5-5-4 (50.0%)11-3 (78.6%)6-4-4 (60.0%)9-0 (100.%)3-2-4 (60.0%)2-3 (40.0%)3-2-0 (60.0%)7-7-0 (50.0%)
1114-1 (93.3%)12-3-0 (80.0%)9-6 (60.0%)7-8-0 (46.7%)9-1 (90.0%)7-3-0 (70.0%)0-5 (0.0%)0-5-0 (0.0%)4-11-0 (26.7%)
127-6 (53.8%)5-9-0 (35.7%)11-3 (78.6%)9-6-0 (60.0%)6-1 (85.7%)4-4-0 (50.0%)5-1 (83.3%)5-1-0 (83.3%)7-8-0 (46.7%)
139-5 (64.3%)6-9-0 (40.0%)11-3 (78.6%)8-7-0 (53.3%)8-2 (80.0%)5-6-0 (45.5%)3-1 (75.0%)3-1-0 (75.0%)6-9-0 (40.0%)
148-7 (53.3%)5-10-0 (33.3%)6-9 (40.0%)3-12-0 (20.0%)4-5 (44.4%)1-8-0 (11.1%)2-4 (33.3%)2-4-0 (33.3%)9-6-0 (60.0%)
158-7 (53.3%)7-8-0 (46.7%)7-8 (46.7%)6-9-0 (40.0%)5-5 (50.0%)4-6-0 (40.0%)2-3 (40.0%)2-3-0 (40.0%)9-6-0 (60.0%)
168-6 (57.1%)8-6-0 (57.1%)8-7 (53.3%)8-7-0 (53.3%)5-4 (55.6%)5-4-0 (55.6%)2-3 (40.0%)2-3-0 (40.0%)5-9-1 (35.7%)
179-6 (60.0%)6-9-0 (40.0%)11-4 (73.3%)8-7-0 (53.3%)8-3 (72.7%)5-6-0 (45.5%)3-1 (75.0%)3-1-0 (75.0%)8-7-0 (53.3%)
Playoffs8-2 (80.0%)6-3-1 (66.7%)6-4 (60.0%)4-5-1 (44.4%)6-1 (85.7%)4-2-1 (66.7%)0-2 (0.0%)0-2-0 (0.0%)5-6-0 (45.5%)
+ +


1997 Results by Team

Click on a team to view 1997 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals4-12 (25.0%)8-7-1 (53.3%)0-2 (0.0%)0-2-0 (0.0%)3-5 (37.5%)3-4-1 (42.9%)0-2 (0.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Atlanta Falcons7-9 (43.8%)9-6-1 (60.0%)4-1 (80.0%)3-1-1 (75.0%)3-5 (37.5%)5-2-1 (71.4%)3-0 (100.%)2-0-1 (100.%)10-6-0 (62.5%)
Baltimore Ravens6-9-1 (40.0%)10-6 (62.5%)1-1 (50.0%)1-2-0 (33.3%)3-4 (42.9%)4-4-0 (50.0%)1-1 (50.0%)1-2-0 (33.3%)6-10-0 (37.5%)
Buffalo Bills6-10 (37.5%)6-10 (37.5%)4-2 (66.7%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)6-9-1 (40.0%)
Carolina Panthers7-9 (43.8%)7-9 (43.8%)5-4 (55.6%)4-5-0 (44.4%)2-6 (25.0%)2-6-0 (25.0%)2-4 (33.3%)2-4-0 (33.3%)6-10-0 (37.5%)
Chicago Bears4-12 (25.0%)6-9-1 (40.0%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Cincinnati Bengals7-9 (43.8%)7-9 (43.8%)4-2 (66.7%)2-4-0 (33.3%)6-2 (75.0%)4-4-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)9-7-0 (56.3%)
Dallas Cowboys6-10 (37.5%)3-12-1 (20.0%)6-7 (46.2%)3-10-0 (23.1%)5-3 (62.5%)2-6-0 (25.0%)5-3 (62.5%)2-6-0 (25.0%)6-10-0 (37.5%)
Denver Broncos12-4 (75.0%)9-7 (56.3%)12-2 (85.7%)9-5-0 (64.3%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)11-4-1 (73.3%)
Detroit Lions9-7 (56.3%)9-6-1 (60.0%)4-3 (57.1%)3-4-0 (42.9%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
Green Bay Packers13-3 (81.3%)6-8-2 (42.9%)12-3 (80.0%)5-8-2 (38.5%)8-0 (100.%)2-4-2 (33.3%)8-0 (100.%)2-4-2 (33.3%)7-8-1 (46.7%)
Indianapolis Colts3-13 (18.8%)7-8-1 (46.7%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)7-8-1 (46.7%)
Jacksonville Jaguars11-5 (68.8%)10-6 (62.5%)11-2 (84.6%)9-4-0 (69.2%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)9-7-0 (56.3%)
Kansas City Chiefs13-3 (81.3%)11-3-2 (78.6%)8-0 (100.%)6-1-1 (85.7%)8-0 (100.%)6-1-1 (85.7%)6-0 (100.%)4-1-1 (80.0%)6-10-0 (37.5%)
Miami Dolphins9-7 (56.3%)7-7-2 (50.0%)8-3 (72.7%)4-5-2 (44.4%)6-2 (75.0%)2-4-2 (33.3%)6-2 (75.0%)2-4-2 (33.3%)7-7-2 (50.0%)
Minnesota Vikings9-7 (56.3%)9-6-1 (60.0%)7-3 (70.0%)5-4-1 (55.6%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)10-6-0 (62.5%)
New England Patriots10-6 (62.5%)7-9 (43.8%)8-4 (66.7%)5-7-0 (41.7%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)6-10-0 (37.5%)
New Orleans Saints6-10 (37.5%)6-9-1 (40.0%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)3-5-0 (37.5%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
New York Giants10-5-1 (66.7%)9-6-1 (60.0%)4-2 (66.7%)2-3-1 (40.0%)6-2 (75.0%)4-3-1 (57.1%)4-2 (66.7%)2-3-1 (40.0%)8-8-0 (50.0%)
New York Jets9-7 (56.3%)9-7 (56.3%)4-4 (50.0%)2-6-0 (25.0%)5-3 (62.5%)3-5-0 (37.5%)2-3 (40.0%)0-5-0 (0.0%)5-10-1 (33.3%)
Oakland Raiders4-12 (25.0%)4-12 (25.0%)2-5 (28.6%)2-5-0 (28.6%)2-6 (25.0%)2-6-0 (25.0%)1-4 (20.0%)1-4-0 (20.0%)9-6-1 (60.0%)
Philadelphia Eagles6-9-1 (40.0%)7-9 (43.8%)3-3 (50.0%)1-5-0 (16.7%)6-2 (75.0%)4-4-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Pittsburgh Steelers11-5 (68.8%)9-6-1 (60.0%)10-2 (83.3%)8-4-0 (66.7%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)9-7-0 (56.3%)
San Diego Chargers4-12 (25.0%)6-10 (37.5%)2-1 (66.7%)2-1-0 (66.7%)2-6 (25.0%)2-6-0 (25.0%)2-0 (100.%)2-0-0 (100.%)7-9-0 (43.8%)
San Francisco 49ers13-3 (81.3%)8-7-1 (53.3%)13-3 (81.3%)8-7-1 (53.3%)8-0 (100.%)5-2-1 (71.4%)8-0 (100.%)5-2-1 (71.4%)9-7-0 (56.3%)
Seattle Seahawks8-8 (50.0%)8-8 (50.0%)5-4 (55.6%)3-6-0 (33.3%)4-4 (50.0%)2-6-0 (25.0%)3-3 (50.0%)1-5-0 (16.7%)8-8-0 (50.0%)
St Louis Rams5-11 (31.3%)7-8-1 (46.7%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)9-7-0 (56.3%)
Tampa Bay Buccaneers10-6 (62.5%)9-7 (56.3%)5-4 (55.6%)3-6-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)6-10-0 (37.5%)
Tennessee Oilers8-8 (50.0%)10-6 (62.5%)3-2 (60.0%)3-2-0 (60.0%)6-2 (75.0%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)9-7-0 (56.3%)
Washington Redskins8-7-1 (53.3%)8-8 (50.0%)6-3 (66.7%)4-6-0 (40.0%)5-2 (71.4%)3-5-0 (37.5%)4-2 (66.7%)2-5-0 (28.6%)5-11-0 (31.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1997 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunAug 31, 19971:00@Buffalo BillsL 13-34L -2.5Minnesota VikingsO 37
SunAug 31, 19971:00@Cincinnati BengalsW 24-21L -7.5Arizona CardinalsO 42.5
SunAug 31, 19971:00@Detroit LionsW 28-17W -7.5Atlanta FalconsO 41.5
SunAug 31, 19971:00@Miami DolphinsW 16-10P -6Indianapolis ColtsU 40
SunAug 31, 19971:00@New England PatriotsW 41-7W -6.5San Diego ChargersO 42.5
SunAug 31, 19971:00Philadelphia EaglesL 17-31L -3@New York GiantsO 38
SunAug 31, 19971:00Dallas CowboysW 37-7W -1@Pittsburgh SteelersO 39.5
SunAug 31, 19971:00@St Louis RamsW 38-24W -4.5New Orleans SaintsO 38.5
SunAug 31, 19971:00Oakland RaidersL 21-24 (OT)L -3@Tennessee OilersO 39.5
SunAug 31, 19974:00Jacksonville JaguarsW 28-27L -3@Baltimore RavensO 43
SunAug 31, 19974:00@Denver BroncosW 19-3W -6.5Kansas City ChiefsU 41.5
SunAug 31, 19974:00@Seattle SeahawksL 3-41L -6.5New York JetsO 42
SunAug 31, 19974:00San Francisco 49ersL 6-13L -6.5@Tampa Bay BuccaneersU 37
SunAug 31, 19978:00@Carolina PanthersL 10-24L -3.5Washington RedskinsU 38
MonSep 1, 19979:00@Green Bay PackersW 38-24P -14Chicago BearsO 42
+ + +

+ +

Back to top

1997 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 7, 19971:00Carolina PanthersW 9-6L -3.5@Atlanta FalconsU 38.5
SunSep 7, 19971:00Cincinnati BengalsL 10-23L -1.5@Baltimore RavensU 47
SunSep 7, 19971:00Minnesota VikingsW 27-24W -1@Chicago BearsO 42
SunSep 7, 19971:00@Detroit LionsL 17-24L -5Tampa Bay BuccaneersO 40
SunSep 7, 19971:00New England PatriotsW 31-6W -4.5@Indianapolis ColtsU 43
SunSep 7, 19971:00@Miami DolphinsW 16-13 (OT)L -6.5Tennessee OilersU 40
SunSep 7, 19971:00@New Orleans SaintsL 6-20L -2San Diego ChargersU 40
SunSep 7, 19971:00@New York JetsL 22-28L -4.5Buffalo BillsO 41
SunSep 7, 19971:00@Pittsburgh SteelersW 14-13L -3.5Washington RedskinsU 40.5
SunSep 7, 19971:00San Francisco 49ersW 15-12L -5@St Louis RamsU 40.5
SunSep 7, 19974:00@Jacksonville JaguarsW 40-13W -5.5New York GiantsO 42
SunSep 7, 19974:00Green Bay PackersL 9-10L -7.5@Philadelphia EaglesU 43
SunSep 7, 19974:00Denver BroncosW 35-14W -4.5@Seattle SeahawksO 42
SunSep 7, 19978:00Dallas CowboysL 22-25 (OT)L -9.5@Arizona CardinalsO 41.5
MonSep 8, 19979:00@Oakland RaidersL 27-28L -4.5Kansas City ChiefsO 40.5
+ + +

+ +

Back to top

1997 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 14, 19971:00Oakland RaidersW 36-31W -2.5@Atlanta FalconsO 40
SunSep 14, 19971:00@Chicago BearsL 7-32L -2.5Detroit LionsU 41
SunSep 14, 19971:00@Green Bay PackersW 23-18L -11Miami DolphinsP 41
SunSep 14, 19971:00@Kansas City ChiefsW 22-16W -4.5Buffalo BillsU 40
SunSep 14, 19971:00@Minnesota VikingsL 14-28L -4.5Tampa Bay BuccaneersO 38
SunSep 14, 19971:00@New York GiantsL 23-24L -2.5Baltimore RavensO 44
SunSep 14, 19971:00@Washington RedskinsW 19-13 (OT)L -8Arizona CardinalsU 41
SunSep 14, 19974:00@Denver BroncosW 35-14W -13St Louis RamsO 43
SunSep 14, 19974:00@Indianapolis ColtsL 3-31L -2.5Seattle SeahawksU 40
SunSep 14, 19974:00@San Diego ChargersL 7-26L PKCarolina PanthersU 36.5
SunSep 14, 19974:00@San Francisco 49ersW 33-7W -8New Orleans SaintsO 36.5
SunSep 14, 19978:00@New England PatriotsW 27-24 (OT)L -10New York JetsO 44.5
MonSep 15, 19979:00@Dallas CowboysW 21-20L -9Philadelphia EaglesU 41.5
+ + +

+ +

Back to top

1997 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 19971:00@Carolina PanthersL 14-35L -4.5Kansas City ChiefsO 37.5
SunSep 21, 19971:00@Green Bay PackersW 38-32L -11Minnesota VikingsO 43.5
SunSep 21, 19971:00@New England PatriotsW 31-3W -13Chicago BearsU 45
SunSep 21, 19971:00Detroit LionsL 17-35L -5.5@New Orleans SaintsO 39.5
SunSep 21, 19971:00@New York JetsW 23-22W PKOakland RaidersP 45
SunSep 21, 19971:00@Tennessee OilersL 10-36L -4.5Baltimore RavensO 43.5
SunSep 21, 19974:00@Buffalo BillsW 37-35L -6Indianapolis ColtsO 37.5
SunSep 21, 19974:00@Denver BroncosW 38-20W -12Cincinnati BengalsO 45
SunSep 21, 19974:00@San Francisco 49ersW 34-7W -15Atlanta FalconsO 38.5
SunSep 21, 19974:00@Seattle SeahawksW 26-22L -4.5San Diego ChargersO 41
SunSep 21, 19974:00@St Louis RamsW 13-3W -3.5New York GiantsU 42
SunSep 21, 19978:00@Tampa Bay BuccaneersW 31-21W -3.5Miami DolphinsO 36.5
MonSep 22, 19979:00@Jacksonville JaguarsW 30-21W -3Pittsburgh SteelersO 40.5
+ + +

+ +

Back to top

1997 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 19971:00Denver BroncosW 29-21L -11@Atlanta FalconsO 42
SunSep 28, 19971:00Green Bay PackersL 15-26L -7.5@Detroit LionsU 44.5
SunSep 28, 19971:00@New York GiantsW 14-9P -5New Orleans SaintsU 39.5
SunSep 28, 19971:00@Pittsburgh SteelersW 37-24W -6Tennessee OilersO 41
SunSep 28, 19971:00@Tampa Bay BuccaneersW 19-18L -7.5Arizona CardinalsU 38
SunSep 28, 19971:00@Washington RedskinsW 24-12W -1Jacksonville JaguarsU 43.5
SunSep 28, 19974:00@Cincinnati BengalsL 14-31L -4New York JetsU 45.5
SunSep 28, 19974:00@Dallas CowboysW 27-3W -14Chicago BearsU 41.5
SunSep 28, 19974:00@Kansas City ChiefsW 20-17 (OT)L -4.5Seattle SeahawksU 40.5
SunSep 28, 19974:00@Oakland RaidersW 35-17W -7St Louis RamsO 43.5
SunSep 28, 19974:00@San Diego ChargersW 21-17W -1.5Baltimore RavensU 44.5
SunSep 28, 19978:00@Minnesota VikingsW 28-19W -2.5Philadelphia EaglesO 43
MonSep 29, 19979:00San Francisco 49ersW 34-21W -3.5@Carolina PanthersO 39
+ + +

+ +

Back to top

1997 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 19971:00Pittsburgh SteelersW 42-34W -2@Baltimore RavensO 43.5
SunOct 5, 19971:00@Buffalo BillsW 22-13W -3.5Detroit LionsU 41
SunOct 5, 19971:00@Green Bay PackersW 21-16L -7Tampa Bay BuccaneersU 39.5
SunOct 5, 19971:00@Jacksonville JaguarsW 21-13W -7Cincinnati BengalsU 45
SunOct 5, 19971:00@Miami DolphinsW 17-14P -3Kansas City ChiefsU 40
SunOct 5, 19971:00Dallas CowboysL 17-20L -7.5@New York GiantsU 39
SunOct 5, 19971:00@Philadelphia EaglesW 24-10W -3.5Washington RedskinsU 41.5
SunOct 5, 19974:00Minnesota VikingsW 20-19P -1@Arizona CardinalsU 41
SunOct 5, 19974:00New York JetsW 16-12W -3@Indianapolis ColtsU 42
SunOct 5, 19974:00@Oakland RaidersL 10-25L -7San Diego ChargersU 45
SunOct 5, 19974:00@Seattle SeahawksW 16-13L -5.5Tennessee OilersU 42.5
SunOct 5, 19978:00@Chicago BearsL 17-20L -3New Orleans SaintsU 38
MonOct 6, 19979:00@Denver BroncosW 34-13W -4New England PatriotsO 45
+ + +

+ +

Back to top

1997 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 19971:00Green Bay PackersW 24-23L -11.5@Chicago BearsO 41
SunOct 12, 19971:00@Jacksonville JaguarsW 38-21W -3Philadelphia EaglesO 42
SunOct 12, 19971:00@New England PatriotsW 33-6W -9Buffalo BillsU 42
SunOct 12, 19971:00@New Orleans SaintsL 17-23L -2Atlanta FalconsO 38
SunOct 12, 19971:00@New York JetsL 20-31L -3.5Miami DolphinsO 42.5
SunOct 12, 19971:00@Tampa Bay BuccaneersL 9-27L -5.5Detroit LionsU 39
SunOct 12, 19971:00@Tennessee OilersW 30-7W -2.5Cincinnati BengalsU 42.5
SunOct 12, 19974:00@Arizona CardinalsL 13-27L -3.5New York GiantsO 38.5
SunOct 12, 19974:00@Minnesota VikingsW 21-14W -4Carolina PanthersU 41
SunOct 12, 19974:00@San Francisco 49ersW 30-10W -14St Louis RamsU 41
SunOct 12, 19978:00@Pittsburgh SteelersW 24-22L -10.5Indianapolis ColtsO 41
MonOct 13, 19979:00Dallas CowboysL 16-21L -3@Washington RedskinsU 39.5
+ + +

+ +

Back to top

1997 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 16, 19978:00@Kansas City ChiefsW 31-3W -5.5San Diego ChargersU 41
SunOct 19, 19971:00San Francisco 49ersW 35-28L -10.5@Atlanta FalconsO 40.5
SunOct 19, 19971:00@Dallas CowboysW 26-22L -4.5Jacksonville JaguarsO 43
SunOct 19, 19971:00Carolina PanthersW 13-0W -4.5@New Orleans SaintsU 37
SunOct 19, 19971:00New England PatriotsL 19-24L -3@New York JetsU 45
SunOct 19, 19971:00@Philadelphia EaglesW 13-10 (OT)L -8.5Arizona CardinalsU 38
SunOct 19, 19971:00Seattle SeahawksW 17-9W -1.5@St Louis RamsU 40
SunOct 19, 19971:00Washington RedskinsL 14-28L -2@Tennessee OilersO 41
SunOct 19, 19974:00Miami DolphinsW 24-13W -1@Baltimore RavensU 44
SunOct 19, 19974:00Pittsburgh SteelersW 26-10W -5@Cincinnati BengalsU 43
SunOct 19, 19974:00@Detroit LionsL 20-26 (OT)L -6.5New York GiantsO 39
SunOct 19, 19974:00Denver BroncosL 25-28L -5.5@Oakland RaidersO 46
MonOct 20, 19979:00Buffalo BillsW 9-6W -2.5@Indianapolis ColtsU 38.5
+ + +

+ +

Back to top

1997 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 19971:00Denver BroncosW 23-20 (OT)L -7@Buffalo BillsP 43
SunOct 26, 19971:00San Francisco 49ersW 23-0W -13.5@New Orleans SaintsU 39
SunOct 26, 19971:00@New York GiantsW 29-27L -6Cincinnati BengalsO 40.5
SunOct 26, 19971:00Dallas CowboysL 12-13L -1@Philadelphia EaglesU 41
SunOct 26, 19971:00Kansas City ChiefsW 28-20W -5.5@St Louis RamsO 39
SunOct 26, 19971:00@Washington RedskinsL 17-20L -6.5Baltimore RavensU 44.5
SunOct 26, 19974:00@Arizona CardinalsL 14-41L -2Tennessee OilersO 38
SunOct 26, 19974:00@Pittsburgh SteelersW 23-17 (OT)W -3Jacksonville JaguarsU 44.5
SunOct 26, 19974:00@San Diego ChargersW 35-19W -5.5Indianapolis ColtsO 38
SunOct 26, 19974:00@Seattle SeahawksW 45-34W -1.5Oakland RaidersO 44
SunOct 26, 19974:00@Tampa Bay BuccaneersL 6-10L -2.5Minnesota VikingsU 40
SunOct 26, 19978:00@Carolina PanthersW 21-12W -8.5Atlanta FalconsU 38
MonOct 27, 19979:00@Miami DolphinsL 33-36 (OT)L -9.5Chicago BearsO 40
MonOct 27, 19979:00@New England PatriotsL 10-28L -1Green Bay PackersU 45
+ + +

+ +

Back to top

1997 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 19971:00@Atlanta FalconsW 34-31P -3St Louis RamsO 40.5
SunNov 2, 19971:00@Buffalo BillsW 9-6W -2Miami DolphinsU 40.5
SunNov 2, 19971:00@Carolina PanthersW 38-14W -2.5Oakland RaidersO 43
SunNov 2, 19971:00Washington RedskinsW 31-8W -3@Chicago BearsU 40
SunNov 2, 19971:00San Diego ChargersL 31-38L -1.5@Cincinnati BengalsO 43
SunNov 2, 19971:00Tampa Bay BuccaneersW 31-28L -4.5@Indianapolis ColtsO 37
SunNov 2, 19971:00@Minnesota VikingsW 23-18W -1New England PatriotsU 44
SunNov 2, 19971:00@New York JetsW 19-16 (OT)L -5.5Baltimore RavensU 46
SunNov 2, 19974:00Philadelphia EaglesL 21-31L -4.5@Arizona CardinalsO 37
SunNov 2, 19974:00@Denver BroncosW 30-27L -9.5Seattle SeahawksO 44
SunNov 2, 19974:00@San Francisco 49ersW 17-10P -7Dallas CowboysU 41
SunNov 2, 19974:00Jacksonville JaguarsW 30-24W -1@Tennessee OilersO 43.5
SunNov 2, 19978:00@Green Bay PackersW 20-10P -10Detroit LionsU 43
MonNov 3, 19979:00@Kansas City ChiefsW 13-10P -3Pittsburgh SteelersU 41.5
+ + +

+ +

Back to top

1997 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 19971:00Tampa Bay BuccaneersW 31-10W -3@Atlanta FalconsO 40
SunNov 9, 19971:00@Dallas CowboysW 24-6W -8.5Arizona CardinalsU 38.5
SunNov 9, 19971:00@Green Bay PackersW 17-7L -15St Louis RamsU 42.5
SunNov 9, 19971:00Cincinnati BengalsW 28-13W -2.5@Indianapolis ColtsO 40.5
SunNov 9, 19971:00@Jacksonville JaguarsW 24-10W -5Kansas City ChiefsU 42
SunNov 9, 19971:00@Miami DolphinsW 24-17W -2.5New York JetsU 43
SunNov 9, 19971:00@Minnesota VikingsW 29-22L -9Chicago BearsO 42.5
SunNov 9, 19971:00@Washington RedskinsW 30-7W -4Detroit LionsU 41
SunNov 9, 19974:00New England PatriotsW 31-10W -3@Buffalo BillsU 41.5
SunNov 9, 19974:00@Denver BroncosW 34-0W -8Carolina PanthersU 42
SunNov 9, 19974:00@Oakland RaidersL 10-13L -9.5New Orleans SaintsU 43
SunNov 9, 19974:00Seattle SeahawksW 37-31W -3@San Diego ChargersO 41.5
SunNov 9, 19974:00@Tennessee OilersW 10-6W -2.5New York GiantsU 39
SunNov 9, 19978:00@Pittsburgh SteelersW 37-0W -6.5Baltimore RavensU 45
MonNov 10, 19979:00San Francisco 49ersW 24-12W -3.5@Philadelphia EaglesU 39.5
+ + +

+ +

Back to top

1997 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 19971:00@Baltimore RavensT 10-10 (OT)L -2.5Philadelphia EaglesU 41
SunNov 16, 19971:00Minnesota VikingsL 15-38L -1@Detroit LionsO 43
SunNov 16, 19971:00Green Bay PackersL 38-41L -13@Indianapolis ColtsO 39.5
SunNov 16, 19971:00@Jacksonville JaguarsW 17-9W -6Tennessee OilersU 42.5
SunNov 16, 19971:00Denver BroncosL 22-24L -3@Kansas City ChiefsO 40
SunNov 16, 19971:00Seattle SeahawksL 17-20 (OT)L -6@New Orleans SaintsU 39
SunNov 16, 19971:00@New York GiantsW 19-10W -5.5Arizona CardinalsU 37
SunNov 16, 19971:00@Pittsburgh SteelersW 20-3W -9.5Cincinnati BengalsU 43
SunNov 16, 19971:00@St Louis RamsL 21-27L -3.5Atlanta FalconsO 42.5
SunNov 16, 19971:00New England PatriotsL 7-27L -2@Tampa Bay BuccaneersU 41
SunNov 16, 19974:00New York JetsW 23-15W -3@Chicago BearsU 41
SunNov 16, 19974:00@Dallas CowboysW 17-14L -5.5Washington RedskinsU 38.5
SunNov 16, 19974:00@San Francisco 49ersW 27-19L -10Carolina PanthersO 38.5
SunNov 16, 19978:00@San Diego ChargersL 13-38L PKOakland RaidersO 44
MonNov 17, 19979:00@Miami DolphinsW 30-13W -6Buffalo BillsO 38.5
+ + +

+ +

Back to top

1997 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 19971:00@Atlanta FalconsW 20-3W -4.5New Orleans SaintsU 38
SunNov 23, 19971:00@Baltimore RavensL 13-16L -4Arizona CardinalsU 40
SunNov 23, 19971:00Tampa Bay BuccaneersL 7-13L -5.5@Chicago BearsU 36.5
SunNov 23, 19971:00@Detroit LionsW 32-10W -8.5Indianapolis ColtsU 42.5
SunNov 23, 19971:00@Green Bay PackersW 45-17W -7Dallas CowboysO 38
SunNov 23, 19971:00@New England PatriotsW 27-24L -4Miami DolphinsO 39
SunNov 23, 19971:00@New York JetsW 23-21L -3Minnesota VikingsO 42.5
SunNov 23, 19971:00Pittsburgh SteelersL 20-23L -3@Philadelphia EaglesO 37
SunNov 23, 19971:00@Tennessee OilersW 31-14W -3.5Buffalo BillsO 37
SunNov 23, 19974:00Jacksonville JaguarsL 26-31L -6@Cincinnati BengalsO 40.5
SunNov 23, 19974:00@San Francisco 49ersW 17-10L -14San Diego ChargersU 40
SunNov 23, 19974:00@Seattle SeahawksL 14-19L -3Kansas City ChiefsU 41
SunNov 23, 19974:00Carolina PanthersW 16-10W -3@St Louis RamsU 39
SunNov 23, 19978:00@Washington RedskinsT 7-7 (OT)L -5.5New York GiantsU 36
MonNov 24, 19979:00@Denver BroncosW 31-3W -8.5Oakland RaidersU 45.5
+ + +

+ +

Back to top

1997 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 199712:30@Detroit LionsW 55-20W -8Chicago BearsO 43
ThuNov 27, 19974:00@Dallas CowboysL 14-27L -6.5Tennessee OilersO 38.5
SunNov 30, 19971:00New York JetsL 10-20L -2.5@Buffalo BillsU 38.5
SunNov 30, 19971:00@Carolina PanthersL 13-16L -9New Orleans SaintsU 36
SunNov 30, 19971:00@Jacksonville JaguarsW 29-27L -8Baltimore RavensO 43.5
SunNov 30, 19971:00San Francisco 49ersL 9-44L -4.5@Kansas City ChiefsO 37
SunNov 30, 19971:00@New England PatriotsW 20-17L -11.5Indianapolis ColtsU 40
SunNov 30, 19971:00@Philadelphia EaglesW 44-42L -5Cincinnati BengalsO 39
SunNov 30, 19971:00@Washington RedskinsL 20-23L -8.5St Louis RamsO 36.5
SunNov 30, 19974:00Pittsburgh SteelersW 26-20 (OT)W -5.5@Arizona CardinalsO 38
SunNov 30, 19974:00@New York GiantsL 8-20L -1Tampa Bay BuccaneersU 35
SunNov 30, 19974:00Miami DolphinsW 34-16W -2.5@Oakland RaidersO 44
SunNov 30, 19974:00@Seattle SeahawksL 17-24L -7Atlanta FalconsU 43.5
SunNov 30, 19978:00Denver BroncosW 38-28W -8.5@San Diego ChargersO 43.5
MonDec 1, 19979:00Green Bay PackersW 27-11W -3@Minnesota VikingsU 44
+ + +

+ +

Back to top

1997 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 4, 19978:00Tennessee OilersL 14-41L -3@Cincinnati BengalsO 41.5
SunDec 7, 19971:00@Baltimore RavensW 31-24W -1Seattle SeahawksO 45.5
SunDec 7, 19971:00Buffalo BillsL 3-20L -1.5@Chicago BearsU 37
SunDec 7, 19971:00@Jacksonville JaguarsL 20-26L -3.5New England PatriotsO 44.5
SunDec 7, 19971:00@Kansas City ChiefsW 30-0W -9Oakland RaidersU 42
SunDec 7, 19971:00@New Orleans SaintsL 27-34L -1.5St Louis RamsO 37
SunDec 7, 19971:00@Philadelphia EaglesL 21-31L -4New York GiantsO 35.5
SunDec 7, 19971:00@Pittsburgh SteelersW 35-24W -1Denver BroncosO 43
SunDec 7, 19971:00Green Bay PackersW 17-6W -4@Tampa Bay BuccaneersU 38
SunDec 7, 19974:00Washington RedskinsW 38-28W -2.5@Arizona CardinalsO 38
SunDec 7, 19974:00@New York JetsL 14-22L -8Indianapolis ColtsU 41
SunDec 7, 19974:00Atlanta FalconsW 14-3W -3@San Diego ChargersU 43.5
SunDec 7, 19974:00@San Francisco 49ersW 28-17W -7Minnesota VikingsO 41
SunDec 7, 19978:00@Miami DolphinsW 33-30L -3.5Detroit LionsO 43
MonDec 8, 19979:00@Dallas CowboysL 13-23L -6.5Carolina PanthersU 36.5
+ + +

+ +

Back to top

1997 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 13, 199712:30@New York GiantsW 30-10W -3Washington RedskinsO 36.5
SatDec 13, 19974:00@New England PatriotsL 21-24 (OT)L -2.5Pittsburgh SteelersO 42
SunDec 14, 19971:00@Atlanta FalconsW 20-17W -2Philadelphia EaglesU 42.5
SunDec 14, 19971:00@Baltimore RavensW 21-19W PKTennessee OilersU 43
SunDec 14, 19971:00Jacksonville JaguarsW 20-14W -5@Buffalo BillsU 38.5
SunDec 14, 19971:00@Cincinnati BengalsW 31-24W -3.5Dallas CowboysO 41.5
SunDec 14, 19971:00Miami DolphinsL 0-41L -4@Indianapolis ColtsP 41
SunDec 14, 19971:00@Minnesota VikingsL 13-14L -2.5Detroit LionsU 46
SunDec 14, 19971:00Tampa Bay BuccaneersL 0-31L -2.5@New York JetsU 37
SunDec 14, 19974:00Green Bay PackersW 31-10W -7@Carolina PanthersO 38
SunDec 14, 19974:00@New Orleans SaintsW 27-10W -2Arizona CardinalsU 38.5
SunDec 14, 19974:00@Oakland RaidersL 21-22L -1.5Seattle SeahawksU 46
SunDec 14, 19974:00Kansas City ChiefsW 29-7W -9.5@San Diego ChargersU 41
SunDec 14, 19978:00@St Louis RamsL 10-13L -3Chicago BearsU 41
MonDec 15, 19979:00@San Francisco 49ersW 34-17W -4Denver BroncosO 44
+ + +

+ +

Back to top

1997 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 20, 199712:30@Green Bay PackersW 31-21W -7Buffalo BillsO 37.5
SatDec 20, 19974:00@Carolina PanthersL 18-30L -5St Louis RamsO 38
SunDec 21, 19971:00@Cincinnati BengalsW 16-14L -7Baltimore RavensU 45
SunDec 21, 19971:00@Dallas CowboysL 7-20L -1.5New York GiantsU 38
SunDec 21, 19971:00@Kansas City ChiefsW 25-13W -7New Orleans SaintsO 37
SunDec 21, 19971:00@Minnesota VikingsW 39-28W -6.5Indianapolis ColtsO 42
SunDec 21, 19971:00@Tampa Bay BuccaneersW 31-15W -7.5Chicago BearsO 36.5
SunDec 21, 19971:00Pittsburgh SteelersL 6-16L -1.5@Tennessee OilersU 39.5
SunDec 21, 19971:00@Washington RedskinsW 35-32L -5.5Philadelphia EaglesO 38
SunDec 21, 19974:00Atlanta FalconsL 26-29L -1.5@Arizona CardinalsO 42.5
SunDec 21, 19974:00@Denver BroncosW 38-3W -13San Diego ChargersU 41.5
SunDec 21, 19974:00@Detroit LionsW 13-10L -5.5New York JetsU 43
SunDec 21, 19974:00Jacksonville JaguarsW 20-9W -2.5@Oakland RaidersU 44
SunDec 21, 19978:00San Francisco 49ersL 9-38L -2.5@Seattle SeahawksO 42.5
MonDec 22, 19979:00@Miami DolphinsL 12-14L -2New England PatriotsU 44.5
+ + +

+

Back to top

+

1997 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatDec 27, 199712:30@New York Giants (3)L 22-23L -4.5Minnesota Vikings (6)O 38
AFC Wild CardSatDec 27, 19974:00@Denver Broncos (4)W 42-17W -8Jacksonville Jaguars (5)O 45.5
AFC Wild CardSunDec 28, 199712:30@New England Patriots (3)W 17-3W -5Miami Dolphins (6)U 41.5
NFC Wild CardSunDec 28, 19974:00@Tampa Bay Buccaneers (4)W 20-10W -3Detroit Lions (5)U 38.5
AFC DivisionalSatJan 3, 199812:30@Pittsburgh Steelers (2)W 7-6L -7.5New England Patriots (3)U 42
NFC DivisionalSatJan 3, 19984:00@San Francisco 49ers (1)W 38-22W -14Minnesota Vikings (6)O 42
NFC DivisionalSunJan 4, 199812:30@Green Bay Packers (2)W 21-7P -14Tampa Bay Buccaneers (4)U 38
AFC DivisionalSunJan 4, 19984:00@Kansas City Chiefs (1)L 10-14L PKDenver Broncos (4)U 41
AFC ChampionshipSunJan 11, 199812:30Denver Broncos (4)W 24-21W -2.5@Pittsburgh Steelers (2)O 41
NFC ChampionshipSunJan 11, 19984:00Green Bay Packers (2)W 23-10W -2.5@San Francisco 49ers (1)U 43.5
Super Bowl XXXIISunJan 25, 19986:30NGreen Bay Packers (2)L 24-31L -11.5Denver Broncos (4)O 48.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1998.html b/data/1998.html new file mode 100644 index 0000000..9778d07 --- /dev/null +++ b/data/1998.html @@ -0,0 +1,5092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1998 Season

+ +

Historical NFL Game Odds

1998 Season

<<-- 1997 Season    1999 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1998 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-2 (85.7%)9-5-0 (64.3%)8-7 (53.3%)7-8-0 (46.7%)8-2 (80.0%)6-4-0 (60.0%)0-4 (0.0%)1-3-0 (25.0%)7-7-1 (50.0%)
211-4 (73.3%)7-8-0 (46.7%)10-5 (66.7%)8-7-0 (53.3%)9-3 (75.0%)6-6-0 (50.0%)1-2 (33.3%)2-1-0 (66.7%)5-10-0 (33.3%)
311-2 (84.6%)10-2-1 (83.3%)9-4 (69.2%)9-3-1 (75.0%)9-2 (81.8%)9-2-0 (81.8%)0-2 (0.0%)0-1-1 (0.0%)6-7-0 (46.2%)
49-3 (75.0%)4-5-3 (44.4%)4-9 (30.8%)4-6-3 (40.0%)3-2 (60.0%)1-2-2 (33.3%)1-6 (14.3%)3-3-1 (50.0%)8-5-0 (61.5%)
58-4 (66.7%)7-5-0 (58.3%)8-4 (66.7%)9-3-0 (75.0%)7-3 (70.0%)7-3-0 (70.0%)1-1 (50.0%)2-0-0 (100.%)8-4-0 (66.7%)
68-5 (61.5%)5-7-1 (41.7%)8-5 (61.5%)7-5-1 (58.3%)5-2 (71.4%)3-3-1 (50.0%)3-3 (50.0%)4-2-0 (66.7%)6-7-0 (46.2%)
79-4 (69.2%)6-6-1 (50.0%)12-1 (92.3%)9-3-1 (75.0%)9-1 (90.0%)6-3-1 (66.7%)3-0 (100.%)3-0-0 (100.%)6-7-0 (46.2%)
88-4 (66.7%)8-4-0 (66.7%)6-6 (50.0%)6-6-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)1-3 (25.0%)1-3-0 (25.0%)4-7-1 (36.4%)
98-6 (57.1%)6-8-0 (42.9%)6-8 (42.9%)8-6-0 (57.1%)4-4 (50.0%)4-4-0 (50.0%)2-4 (33.3%)4-2-0 (66.7%)9-4-1 (69.2%)
109-6 (60.0%)6-9-0 (40.0%)12-3 (80.0%)9-6-0 (60.0%)9-3 (75.0%)6-6-0 (50.0%)3-0 (100.%)3-0-0 (100.%)8-7-0 (53.3%)
1111-3 (78.6%)9-4-1 (69.2%)11-4 (73.3%)9-5-1 (64.3%)7-0 (100.%)5-1-1 (83.3%)3-4 (42.9%)3-4-0 (42.9%)4-10-1 (28.6%)
129-6 (60.0%)6-8-1 (42.9%)10-5 (66.7%)7-7-1 (50.0%)9-5 (64.3%)6-7-1 (46.2%)1-0 (100.%)1-0-0 (100.%)10-5-0 (66.7%)
1313-2 (86.7%)11-4-0 (73.3%)9-6 (60.0%)7-8-0 (46.7%)8-1 (88.9%)6-3-0 (66.7%)1-5 (16.7%)1-5-0 (16.7%)11-4-0 (73.3%)
1411-4 (73.3%)6-9-0 (40.0%)10-5 (66.7%)7-8-0 (46.7%)8-2 (80.0%)4-6-0 (40.0%)2-3 (40.0%)3-2-0 (60.0%)11-4-0 (73.3%)
1510-5 (66.7%)7-6-2 (53.8%)9-6 (60.0%)8-5-2 (61.5%)7-3 (70.0%)6-4-0 (60.0%)2-3 (40.0%)2-1-2 (66.7%)8-6-1 (57.1%)
168-6 (57.1%)5-9-0 (35.7%)11-4 (73.3%)8-7-0 (53.3%)7-3 (70.0%)4-6-0 (40.0%)3-1 (75.0%)3-1-0 (75.0%)6-9-0 (40.0%)
1712-3 (80.0%)9-6-0 (60.0%)8-7 (53.3%)7-8-0 (46.7%)7-2 (77.8%)5-4-0 (55.6%)1-5 (16.7%)2-4-0 (33.3%)5-9-1 (35.7%)
Playoffs9-2 (81.8%)7-3-1 (70.0%)8-2 (80.0%)6-3-1 (66.7%)8-2 (80.0%)6-3-1 (66.7%)0-0 0-0-0 5-6-0 (45.5%)
+ +


1998 Results by Team

Click on a team to view 1998 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals9-7 (56.3%)5-10-1 (33.3%)6-2 (75.0%)2-5-1 (28.6%)5-3 (62.5%)2-6-0 (25.0%)5-2 (71.4%)2-5-0 (28.6%)9-7-0 (56.3%)
Atlanta Falcons14-2 (87.5%)11-4-1 (73.3%)10-0 (100.%)7-3-0 (70.0%)8-0 (100.%)5-3-0 (62.5%)7-0 (100.%)4-3-0 (57.1%)9-6-1 (60.0%)
Baltimore Ravens6-10 (37.5%)7-8-1 (46.7%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)4-3-1 (57.1%)3-1 (75.0%)3-1-0 (75.0%)4-12-0 (25.0%)
Buffalo Bills10-6 (62.5%)10-5-1 (66.7%)7-2 (77.8%)6-2-1 (75.0%)6-2 (75.0%)5-2-1 (71.4%)4-2 (66.7%)3-2-1 (60.0%)11-5-0 (68.8%)
Carolina Panthers4-12 (25.0%)7-7-2 (50.0%)2-4 (33.3%)2-4-0 (33.3%)2-6 (25.0%)3-4-1 (42.9%)2-3 (40.0%)2-3-0 (40.0%)10-6-0 (62.5%)
Chicago Bears4-12 (25.0%)10-6 (62.5%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)6-2-0 (75.0%)1-1 (50.0%)1-1-0 (50.0%)8-8-0 (50.0%)
Cincinnati Bengals3-13 (18.8%)4-11-1 (26.7%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)2-5-1 (28.6%)0-1 (0.0%)0-1-0 (0.0%)9-7-0 (56.3%)
Dallas Cowboys10-6 (62.5%)8-7-1 (53.3%)7-3 (70.0%)5-4-1 (55.6%)6-2 (75.0%)4-3-1 (57.1%)5-1 (83.3%)3-2-1 (60.0%)8-8-0 (50.0%)
Denver Broncos14-2 (87.5%)9-7 (56.3%)14-2 (87.5%)9-7-0 (56.3%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)12-4-0 (75.0%)
Detroit Lions5-11 (31.3%)5-11 (31.3%)1-3 (25.0%)1-3-0 (25.0%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)6-8-2 (42.9%)
Green Bay Packers11-5 (68.8%)6-8-2 (42.9%)11-4 (73.3%)6-7-2 (46.2%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Indianapolis Colts3-13 (18.8%)7-9 (43.8%)2-1 (66.7%)2-1-0 (66.7%)3-5 (37.5%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)10-5-1 (66.7%)
Jacksonville Jaguars11-5 (68.8%)9-7 (56.3%)11-2 (84.6%)9-4-0 (69.2%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)10-6-0 (62.5%)
Kansas City Chiefs7-9 (43.8%)7-9 (43.8%)6-3 (66.7%)5-4-0 (55.6%)5-3 (62.5%)5-3-0 (62.5%)5-2 (71.4%)5-2-0 (71.4%)6-9-1 (40.0%)
Miami Dolphins10-6 (62.5%)9-6-1 (60.0%)9-1 (90.0%)8-2-0 (80.0%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)8-7-1 (53.3%)
Minnesota Vikings15-1 (93.8%)11-4-1 (73.3%)14-1 (93.3%)10-4-1 (71.4%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)10-5-1 (66.7%)
New England Patriots9-7 (56.3%)7-7-2 (50.0%)7-3 (70.0%)4-5-1 (44.4%)6-2 (75.0%)5-2-1 (71.4%)5-2 (71.4%)4-2-1 (66.7%)9-6-1 (60.0%)
New Orleans Saints6-10 (37.5%)10-6 (62.5%)1-0 (100.%)1-0-0 (100.%)4-4 (50.0%)5-3-0 (62.5%)1-0 (100.%)1-0-0 (100.%)9-7-0 (56.3%)
New York Giants8-8 (50.0%)8-8 (50.0%)6-3 (66.7%)6-3-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)7-9-0 (43.8%)
New York Jets12-4 (75.0%)12-4 (75.0%)7-3 (70.0%)6-4-0 (60.0%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)6-8-2 (42.9%)
Oakland Raiders8-8 (50.0%)7-9 (43.8%)3-3 (50.0%)2-4-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Philadelphia Eagles3-13 (18.8%)7-7-2 (50.0%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)4-3-1 (57.1%)1-0 (100.%)1-0-0 (100.%)3-13-0 (18.8%)
Pittsburgh Steelers7-9 (43.8%)5-10-1 (33.3%)5-5 (50.0%)3-6-1 (33.3%)5-3 (62.5%)3-4-1 (42.9%)4-3 (57.1%)2-4-1 (33.3%)5-11-0 (31.3%)
San Diego Chargers5-11 (31.3%)6-9-1 (40.0%)2-1 (66.7%)1-1-1 (50.0%)4-4 (50.0%)3-4-1 (42.9%)2-1 (66.7%)1-1-1 (50.0%)6-10-0 (37.5%)
San Francisco 49ers12-4 (75.0%)6-9-1 (40.0%)12-3 (80.0%)6-8-1 (42.9%)8-0 (100.%)3-4-1 (42.9%)8-0 (100.%)3-4-1 (42.9%)11-3-2 (78.6%)
Seattle Seahawks8-8 (50.0%)9-6-1 (60.0%)8-2 (80.0%)6-4-0 (60.0%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)8-8-0 (50.0%)
St Louis Rams4-12 (25.0%)5-11 (31.3%)0-3 (0.0%)0-3-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-3 (0.0%)0-3-0 (0.0%)7-9-0 (43.8%)
Tampa Bay Buccaneers8-8 (50.0%)8-8 (50.0%)6-5 (54.5%)5-6-0 (45.5%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
Tennessee Oilers8-8 (50.0%)8-8 (50.0%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)2-6-0 (25.0%)3-3 (50.0%)2-4-0 (33.3%)7-9-0 (43.8%)
Washington Redskins6-10 (37.5%)7-9 (43.8%)2-4 (33.3%)2-4-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)10-6-0 (62.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1998 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 6, 19981:00Pittsburgh SteelersW 20-13W -3@Baltimore RavensU 42
SunSep 6, 19981:00@Carolina PanthersL 14-19L -4.5Atlanta FalconsU 38.5
SunSep 6, 19981:00Jacksonville JaguarsW 24-23L -10@Chicago BearsO 41
SunSep 6, 19981:00@Cincinnati BengalsL 14-23L PKTennessee OilersU 44
SunSep 6, 19981:00@Green Bay PackersW 38-19W -9.5Detroit LionsO 44.5
SunSep 6, 19981:00@Minnesota VikingsW 31-7W -3Tampa Bay BuccaneersU 39.5
SunSep 6, 19981:00@New York GiantsW 31-24W -2.5Washington RedskinsO 36.5
SunSep 6, 19981:00Seattle SeahawksW 38-0W -4.5@Philadelphia EaglesU 39
SunSep 6, 19981:00@St Louis RamsL 17-24L -4New Orleans SaintsO 36.5
SunSep 6, 19984:05@Dallas CowboysW 38-10W -5.5Arizona CardinalsO 41.5
SunSep 6, 19984:15Miami DolphinsW 24-15W -3.5@Indianapolis ColtsP 39
SunSep 6, 19984:15@San Diego ChargersW 16-14W -1.5Buffalo BillsU 41
SunSep 6, 19984:15@San Francisco 49ersW 36-30 (OT)L -7.5New York JetsO 44
SunSep 6, 19988:20@Kansas City ChiefsW 28-8W -8Oakland RaidersU 41
MonSep 7, 19988:20@Denver BroncosW 27-21L -7New England PatriotsO 45.5
+ + +

+ +

Back to top

1998 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 13, 19981:00@Atlanta FalconsW 17-12L -8.5Philadelphia EaglesU 38.5
SunSep 13, 19981:00@Detroit LionsL 28-34 (OT)L -7Cincinnati BengalsO 44.5
SunSep 13, 19981:00@Green Bay PackersW 23-15W -7.5Tampa Bay BuccaneersU 39
SunSep 13, 19981:00@Jacksonville JaguarsW 21-16W -3.5Kansas City ChiefsU 42.5
SunSep 13, 19981:00@Miami DolphinsW 13-7L -7.5Buffalo BillsU 38
SunSep 13, 19981:00Carolina PanthersL 14-19L -4@New Orleans SaintsU 35
SunSep 13, 19981:00@New York JetsL 10-24L -5.5Baltimore RavensU 44.5
SunSep 13, 19981:00@Pittsburgh SteelersW 17-12L -11.5Chicago BearsU 42
SunSep 13, 19981:00Minnesota VikingsW 38-31L -7.5@St Louis RamsO 43
SunSep 13, 19981:00@Tennessee OilersL 7-13L -7.5San Diego ChargersU 40
SunSep 13, 19984:15@Denver BroncosW 42-23W -7.5Dallas CowboysO 44
SunSep 13, 19984:15@Oakland RaidersW 20-17W -2New York GiantsU 40.5
SunSep 13, 19984:15@Seattle SeahawksW 33-14W -8Arizona CardinalsO 44.5
SunSep 13, 19988:20@New England PatriotsW 29-6W -10.5Indianapolis ColtsU 39.5
MonSep 14, 19988:20San Francisco 49ersW 45-10W -4.5@Washington RedskinsO 43.5
+ + +

+ +

Back to top

1998 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 20, 19981:00@Buffalo BillsL 33-34L -4.5St Louis RamsO 38.5
SunSep 20, 19981:00Green Bay PackersW 13-6P -7@Cincinnati BengalsU 44.5
SunSep 20, 19981:00@Kansas City ChiefsW 23-7W -10San Diego ChargersU 37
SunSep 20, 19981:00@Miami DolphinsW 21-0W -2.5Pittsburgh SteelersU 37.5
SunSep 20, 19981:00@Minnesota VikingsW 29-6W -6.5Detroit LionsU 44
SunSep 20, 19981:00@New England PatriotsW 27-16W -6.5Tennessee OilersO 40
SunSep 20, 19981:00@New York JetsW 44-6W -9Indianapolis ColtsO 40.5
SunSep 20, 19984:05@Seattle SeahawksW 24-14W -8.5Washington RedskinsU 43
SunSep 20, 19984:05@Tampa Bay BuccaneersW 27-15W -7.5Chicago BearsO 37
SunSep 20, 19984:15@Jacksonville JaguarsW 24-10W -7Baltimore RavensU 42
SunSep 20, 19984:15Denver BroncosW 34-17W -7@Oakland RaidersO 45
SunSep 20, 19988:20@Arizona CardinalsW 17-3W -4.5Philadelphia EaglesU 39
MonSep 21, 19988:20@New York GiantsL 7-31L -4Dallas CowboysO 37
+ + +

+ +

Back to top

1998 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 19981:00Green Bay PackersW 37-30P -7@Carolina PanthersO 37.5
SunSep 27, 19981:00@Dallas CowboysL 12-13L -5Oakland RaidersU 41.5
SunSep 27, 19981:00@Indianapolis ColtsL 13-19 (OT)L PKNew Orleans SaintsU 35.5
SunSep 27, 19981:00Kansas City ChiefsW 24-21L -8@Philadelphia EaglesO 36
SunSep 27, 19981:00@St Louis RamsL 17-20L -3Arizona CardinalsU 41
SunSep 27, 19981:00Jacksonville JaguarsW 27-22W -3@Tennessee OilersO 41
SunSep 27, 19981:00Denver BroncosW 38-16W -6.5@Washington RedskinsO 44
SunSep 27, 19984:05@Pittsburgh SteelersW 13-10P -3Seattle SeahawksU 39.5
SunSep 27, 19984:15Minnesota VikingsW 31-28L -6.5@Chicago BearsO 40
SunSep 27, 19984:15New York GiantsW 34-16W -1@San Diego ChargersO 35
SunSep 27, 19984:15@San Francisco 49ersW 31-20P -11Atlanta FalconsO 45
SunSep 27, 19988:20@Baltimore RavensW 31-24W -4.5Cincinnati BengalsO 40.5
MonSep 28, 19988:20Tampa Bay BuccaneersL 6-27L -1.5@Detroit LionsU 39.5
+ + +

+ +

Back to top

1998 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 19981:00@Atlanta FalconsW 51-23W -3Carolina PanthersO 39
SunOct 4, 19981:00San Francisco 49ersL 21-26L -10@Buffalo BillsO 45
SunOct 4, 19981:00@Chicago BearsW 31-27W -2Detroit LionsO 38
SunOct 4, 19981:00@Indianapolis ColtsW 17-12W -1San Diego ChargersU 36.5
SunOct 4, 19981:00New England PatriotsW 30-27L -7@New Orleans SaintsO 36
SunOct 4, 19981:00@New York JetsW 20-9W -2.5Miami DolphinsU 40
SunOct 4, 19981:00@Washington RedskinsL 10-31L -1Dallas CowboysO 38.5
SunOct 4, 19984:05@Arizona CardinalsL 20-23L -2.5Oakland RaidersO 41.5
SunOct 4, 19984:15@Denver BroncosW 41-16W -15.5Philadelphia EaglesO 42.5
SunOct 4, 19984:15@Tampa Bay BuccaneersW 20-3W -4New York GiantsU 35
SunOct 4, 19988:20@Kansas City ChiefsW 17-6W -4Seattle SeahawksU 36.5
MonOct 5, 19988:20@Green Bay PackersL 24-37L -7Minnesota VikingsO 47
+ + +

+ +

Back to top

1998 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 19981:00@Baltimore RavensL 8-12L -3.5Tennessee OilersU 41
SunOct 11, 19981:00Pittsburgh SteelersL 20-25L -2.5@Cincinnati BengalsO 40.5
SunOct 11, 19981:00@Dallas CowboysW 27-20P -7Carolina PanthersO 39
SunOct 11, 19981:00Buffalo BillsW 31-24W -3@Indianapolis ColtsO 37
SunOct 11, 19981:00@New England PatriotsW 40-10W -3Kansas City ChiefsO 37.5
SunOct 11, 19981:00San Francisco 49ersW 31-0W -10.5@New Orleans SaintsU 43
SunOct 11, 19981:00Washington RedskinsL 12-17L -2.5@Philadelphia EaglesU 39
SunOct 11, 19984:05@Arizona CardinalsW 20-7W -3Chicago BearsU 42.5
SunOct 11, 19984:15@Oakland RaidersW 7-6L -5San Diego ChargersU 36.5
SunOct 11, 19984:15Denver BroncosW 21-16L -6.5@Seattle SeahawksU 45
SunOct 11, 19984:15New York JetsL 10-30L -3@St Louis RamsU 43
SunOct 11, 19988:20@New York GiantsL 20-34L -2.5Atlanta FalconsO 37.5
MonOct 12, 19988:20@Jacksonville JaguarsW 28-21W -6.5Miami DolphinsO 40
+ + +

+ +

Back to top

1998 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 15, 19988:15Green Bay PackersL 20-27L -7@Detroit LionsO 44
SunOct 18, 19981:00@Atlanta FalconsW 31-23W -7New Orleans SaintsO 37.5
SunOct 18, 19981:00Jacksonville JaguarsL 16-17L -3@Buffalo BillsU 42.5
SunOct 18, 19981:00@Minnesota VikingsW 41-7W -13.5Washington RedskinsO 46
SunOct 18, 19981:00@New York GiantsW 34-7W -2.5Arizona CardinalsO 37
SunOct 18, 19981:00@Pittsburgh SteelersW 16-6W -6Baltimore RavensU 37
SunOct 18, 19981:00@Tampa Bay BuccaneersW 16-13L -7Carolina PanthersU 37
SunOct 18, 19981:00@Tennessee OilersW 44-14W -3Cincinnati BengalsO 39.5
SunOct 18, 19984:05@San Francisco 49ersW 34-31L -18Indianapolis ColtsO 44.5
SunOct 18, 19984:15Dallas CowboysL 12-13L -3@Chicago BearsU 40.5
SunOct 18, 19984:15@Miami DolphinsW 14-0W -7St Louis RamsU 39.5
SunOct 18, 19984:15@San Diego ChargersW 13-10P -3Philadelphia EaglesU 34
MonOct 19, 19988:20@New England PatriotsL 14-24L -6.5New York JetsU 43.5
+ + +

+ +

Back to top

1998 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 19981:00Minnesota VikingsW 34-13W -5@Detroit LionsP 47
SunOct 25, 19981:00@Green Bay PackersW 28-10W -10.5Baltimore RavensU 41.5
SunOct 25, 19981:00@Miami DolphinsW 12-9 (OT)W -2New England PatriotsU 36.5
SunOct 25, 19981:00Tampa Bay BuccaneersL 3-9L -3@New Orleans SaintsU 35
SunOct 25, 19981:00@New York JetsW 28-3W -6.5Atlanta FalconsU 41.5
SunOct 25, 19981:00San Francisco 49ersW 28-10W -9.5@St Louis RamsU 47
SunOct 25, 19984:05@Tennessee OilersL 20-23L -6Chicago BearsO 40.5
SunOct 25, 19984:15@Denver BroncosW 37-24W -8Jacksonville JaguarsO 48
SunOct 25, 19984:15@Oakland RaidersW 27-10W -2.5Cincinnati BengalsU 39.5
SunOct 25, 19984:15Seattle SeahawksW 27-20W -6.5@San Diego ChargersO 35
SunOct 25, 19988:20@Carolina PanthersL 14-30L -1.5Buffalo BillsO 38
MonOct 26, 19988:20@Kansas City ChiefsL 13-20L -6Pittsburgh SteelersU 36.5
+ + +

+ +

Back to top

1998 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 19981:00@Atlanta FalconsW 37-15W -7St Louis RamsO 41
SunNov 1, 19981:00Jacksonville JaguarsW 45-19W -3.5@Baltimore RavensO 42
SunNov 1, 19981:00@Buffalo BillsW 30-24W -2.5Miami DolphinsO 35
SunNov 1, 19981:00@Carolina PanthersW 31-17W -3New Orleans SaintsO 36
SunNov 1, 19981:00Denver BroncosW 33-26L -11@Cincinnati BengalsO 48.5
SunNov 1, 19981:00@Detroit LionsL 15-17L -6Arizona CardinalsU 42.5
SunNov 1, 19981:00New England PatriotsW 21-16L -5.5@Indianapolis ColtsU 37.5
SunNov 1, 19981:00@Pittsburgh SteelersL 31-41L -5.5Tennessee OilersO 37
SunNov 1, 19981:00Minnesota VikingsL 24-27L -6.5@Tampa Bay BuccaneersO 39.5
SunNov 1, 19981:00New York GiantsL 14-21L -2.5@Washington RedskinsU 38
SunNov 1, 19984:05@Kansas City ChiefsL 17-20L -4.5New York JetsP 37
SunNov 1, 19984:15@Green Bay PackersW 36-22W -3San Francisco 49ersO 49
SunNov 1, 19988:20@Seattle SeahawksL 18-31L -7Oakland RaidersO 40
MonNov 2, 19988:20Dallas CowboysW 34-0W -6.5@Philadelphia EaglesU 37
+ + +

+ +

Back to top

1998 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 19981:00Oakland RaidersL 10-13L -2@Baltimore RavensU 39
SunNov 8, 19981:00@Chicago BearsL 12-20L -3St Louis RamsU 38.5
SunNov 8, 19981:00@Dallas CowboysW 16-6W -8New York GiantsU 37.5
SunNov 8, 19981:00@Jacksonville JaguarsW 24-11W -10.5Cincinnati BengalsU 46.5
SunNov 8, 19981:00@Miami DolphinsW 27-14W -9.5Indianapolis ColtsO 37
SunNov 8, 19981:00@Minnesota VikingsW 31-24L -14New Orleans SaintsO 44
SunNov 8, 19981:00@New England PatriotsL 10-41L -4.5Atlanta FalconsO 41
SunNov 8, 19981:00Detroit LionsL 9-10L -4@Philadelphia EaglesU 36.5
SunNov 8, 19984:05@Arizona CardinalsW 29-27L -4.5Washington RedskinsO 38
SunNov 8, 19984:05@San Francisco 49ersW 25-23L -13.5Carolina PanthersO 43.5
SunNov 8, 19984:15@Denver BroncosW 27-10W -16San Diego ChargersU 44
SunNov 8, 19984:15@New York JetsW 34-12W -4Buffalo BillsO 42
SunNov 8, 19984:15@Seattle SeahawksW 24-12W -3Kansas City ChiefsU 40
SunNov 8, 19988:20@Tampa Bay BuccaneersL 22-31L -3Tennessee OilersO 37
MonNov 9, 19988:20Green Bay PackersL 20-27L -3@Pittsburgh SteelersO 41.5
+ + +

+ +

Back to top

1998 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 15, 19981:00San Francisco 49ersL 19-31L -3@Atlanta FalconsP 50
SunNov 15, 19981:00@Buffalo BillsW 13-10P -3New England PatriotsU 39
SunNov 15, 19981:00Miami DolphinsW 13-9W -3@Carolina PanthersU 38
SunNov 15, 19981:00New York JetsL 23-24L -6.5@Indianapolis ColtsO 41.5
SunNov 15, 19981:00@Minnesota VikingsW 24-3W -11Cincinnati BengalsU 46
SunNov 15, 19981:00@New Orleans SaintsW 24-3W -3St Louis RamsU 37.5
SunNov 15, 19981:00@Tennessee OilersW 23-14W -1.5Pittsburgh SteelersU 38
SunNov 15, 19981:00@Washington RedskinsW 28-3W -4Philadelphia EaglesU 36
SunNov 15, 19984:05Seattle SeahawksL 17-20L -1.5@Oakland RaidersU 38
SunNov 15, 19984:05@San Diego ChargersW 14-13W PKBaltimore RavensU 33.5
SunNov 15, 19984:15Dallas CowboysW 35-28W -3.5@Arizona CardinalsO 38.5
SunNov 15, 19984:15@Jacksonville JaguarsW 29-24L -6.5Tampa Bay BuccaneersO 39.5
SunNov 15, 19984:15Green Bay PackersW 37-3W -7@New York GiantsO 39
SunNov 15, 19988:20@Detroit LionsW 26-3W -6.5Chicago BearsU 39
MonNov 16, 19988:20Denver BroncosW 30-7W -4@Kansas City ChiefsU 40
+ + +

+ +

Back to top

1998 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 22, 19981:00@Atlanta FalconsW 20-13L -12Chicago BearsU 41.5
SunNov 22, 19981:00@Buffalo BillsW 34-11W -7Indianapolis ColtsO 39.5
SunNov 22, 19981:00@Dallas CowboysW 30-22W -5.5Seattle SeahawksO 40
SunNov 22, 19981:00@Minnesota VikingsW 28-14W -3Green Bay PackersU 49.5
SunNov 22, 19981:00@New York GiantsW 20-0W -5.5Philadelphia EaglesU 33.5
SunNov 22, 19981:00@Pittsburgh SteelersW 30-15W -2.5Jacksonville JaguarsO 41
SunNov 22, 19981:00@Tampa Bay BuccaneersL 25-28L -6Detroit LionsO 36
SunNov 22, 19981:01@Washington RedskinsL 42-45L -1Arizona CardinalsO 41
SunNov 22, 19984:05@St Louis RamsL 20-24L -1.5Carolina PanthersO 40
SunNov 22, 19984:15@Cincinnati BengalsL 13-20L -1.5Baltimore RavensU 37
SunNov 22, 19984:15@Denver BroncosW 40-14W -11Oakland RaidersO 44
SunNov 22, 19984:15Kansas City ChiefsL 37-38L -3@San Diego ChargersO 33.5
SunNov 22, 19984:15@Tennessee OilersL 3-24L -2.5New York JetsU 42.5
SunNov 22, 19988:20@San Francisco 49ersW 31-20L -12.5New Orleans SaintsO 44
MonNov 23, 19988:20@New England PatriotsW 26-23P -3Miami DolphinsO 36.5
+ + +

+ +

Back to top

1998 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 199812:30Pittsburgh SteelersL 16-19 (OT)L -2.5@Detroit LionsU 41
ThuNov 26, 19984:15Minnesota VikingsW 46-36W -3@Dallas CowboysO 46.5
SunNov 29, 19981:00@Baltimore RavensW 38-31W -6Indianapolis ColtsO 39
SunNov 29, 19981:00Tampa Bay BuccaneersW 31-17W -3.5@Chicago BearsO 36
SunNov 29, 19981:00Jacksonville JaguarsW 34-17W -7@Cincinnati BengalsO 45
SunNov 29, 19981:00@Kansas City ChiefsW 34-24W -3Arizona CardinalsO 42.5
SunNov 29, 19981:00@New York JetsW 48-21W -9Carolina PanthersO 42
SunNov 29, 19981:00Atlanta FalconsW 21-10W -4@St Louis RamsU 41
SunNov 29, 19984:05@New England PatriotsW 25-21W -1.5Buffalo BillsO 38
SunNov 29, 19984:05@Seattle SeahawksW 20-18L -2.5Tennessee OilersU 41
SunNov 29, 19984:15@Green Bay PackersW 24-16L -18Philadelphia EaglesO 37
SunNov 29, 19984:15@Miami DolphinsW 30-10W -8.5New Orleans SaintsO 37.5
SunNov 29, 19984:15@Oakland RaidersL 19-29L -7Washington RedskinsO 41.5
SunNov 29, 19988:20Denver BroncosW 31-16W -13@San Diego ChargersO 44.5
MonNov 30, 19988:20@San Francisco 49ersW 31-7W -13New York GiantsU 44
+ + +

+ +

Back to top

1998 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 3, 19988:20@Philadelphia EaglesW 17-14W -1St Louis RamsU 35
SunDec 6, 19981:00@Atlanta FalconsW 28-21L -12Indianapolis ColtsO 46
SunDec 6, 19981:00San Francisco 49ersW 31-28 (OT)L -9.5@Carolina PanthersO 48
SunDec 6, 19981:00Buffalo BillsW 33-20W -4.5@Cincinnati BengalsO 43
SunDec 6, 19981:00@Jacksonville JaguarsW 37-22W -7Detroit LionsO 44.5
SunDec 6, 19981:00Dallas CowboysL 3-22L -6.5@New Orleans SaintsU 41
SunDec 6, 19981:00@New York JetsW 32-31L -7Seattle SeahawksO 42.5
SunDec 6, 19981:00@Pittsburgh SteelersL 9-23L -4.5New England PatriotsU 39
SunDec 6, 19981:00@Washington RedskinsW 24-20W -3San Diego ChargersO 41
SunDec 6, 19984:05@Arizona CardinalsL 19-23L -4.5New York GiantsO 41.5
SunDec 6, 19984:15@Denver BroncosW 35-31L -13.5Kansas City ChiefsO 45
SunDec 6, 19984:15Miami DolphinsW 27-17W -2.5@Oakland RaidersO 37
SunDec 6, 19984:15@Tennessee OilersW 16-14L -6Baltimore RavensU 40
SunDec 6, 19988:20@Minnesota VikingsW 48-22W -16Chicago BearsO 46
MonDec 7, 19988:20Green Bay PackersL 22-24L -4@Tampa Bay BuccaneersO 42
+ + +

+ +

Back to top

1998 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 13, 19981:00@Buffalo BillsW 44-21W -8.5Oakland RaidersO 38
SunDec 13, 19981:00@Carolina PanthersL 25-28L -3Washington RedskinsO 45.5
SunDec 13, 19981:00@Green Bay PackersW 26-20L -13.5Chicago BearsO 42
SunDec 13, 19981:00@Indianapolis ColtsW 39-26W -4Cincinnati BengalsO 47
SunDec 13, 19981:00@Jacksonville JaguarsL 13-16L -4Tennessee OilersU 40
SunDec 13, 19981:00Atlanta FalconsW 27-17W -4@New Orleans SaintsO 41.5
SunDec 13, 19981:00Denver BroncosL 16-20L -13@New York GiantsU 45
SunDec 13, 19981:00Arizona CardinalsW 20-17 (OT)P -3@Philadelphia EaglesU 38
SunDec 13, 19981:00New England PatriotsL 18-32L -7@St Louis RamsO 40
SunDec 13, 19981:00@Tampa Bay BuccaneersW 16-3W -3Pittsburgh SteelersU 37.5
SunDec 13, 19984:05@Seattle SeahawksW 38-17W -7San Diego ChargersO 40.5
SunDec 13, 19984:15Minnesota VikingsW 38-28P -10@Baltimore RavensO 46
SunDec 13, 19984:15@Kansas City ChiefsW 20-17W -2.5Dallas CowboysU 44
SunDec 13, 19988:20@Miami DolphinsL 16-21L -3New York JetsU 40
MonDec 14, 19988:20@San Francisco 49ersW 35-13W -10Detroit LionsP 48
+ + +

+ +

Back to top

1998 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 19, 199812:30@Buffalo BillsL 10-17L -2.5New York JetsU 43
SatDec 19, 19984:15Tampa Bay BuccaneersL 16-20L -3@Washington RedskinsU 41
SunDec 20, 19981:00@Carolina PanthersW 20-13W -3St Louis RamsU 44.5
SunDec 20, 19981:00@Chicago BearsW 24-3W PKBaltimore RavensU 37
SunDec 20, 19981:00@Green Bay PackersW 30-22W -6.5Tennessee OilersO 41.5
SunDec 20, 19981:00San Francisco 49ersL 21-24L -7@New England PatriotsO 44
SunDec 20, 19981:00@New York GiantsW 28-7W -1.5Kansas City ChiefsU 38
SunDec 20, 19981:00@Pittsburgh SteelersL 24-25L -10.5Cincinnati BengalsO 40
SunDec 20, 19984:05@San Diego ChargersL 10-17L -3Oakland RaidersU 37
SunDec 20, 19984:05@Seattle SeahawksW 27-23L -7Indianapolis ColtsO 47.5
SunDec 20, 19984:15@Arizona CardinalsW 19-17L -3.5New Orleans SaintsU 41.5
SunDec 20, 19984:15@Dallas CowboysW 13-9L -10.5Philadelphia EaglesU 37
SunDec 20, 19984:15Atlanta FalconsW 24-17W -6.5@Detroit LionsU 45
SunDec 20, 19988:20@Minnesota VikingsW 50-10W -13.5Jacksonville JaguarsO 48
MonDec 21, 19988:20Denver BroncosL 21-31L -4@Miami DolphinsO 44
+ + +

+ +

Back to top

1998 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 26, 199812:30Minnesota VikingsW 26-16W -7@Tennessee OilersU 48
SatDec 26, 19984:00@Oakland RaidersL 24-31L -3Kansas City ChiefsO 39.5
SunDec 27, 19981:00@Atlanta FalconsW 38-16W -3Miami DolphinsO 41.5
SunDec 27, 19981:00@Baltimore RavensW 19-10W -2Detroit LionsU 38.5
SunDec 27, 19981:00Green Bay PackersW 16-13L -7@Chicago BearsU 40.5
SunDec 27, 19981:00Tampa Bay BuccaneersW 35-0W -6.5@Cincinnati BengalsU 42
SunDec 27, 19981:00@Indianapolis ColtsL 19-27L -5Carolina PanthersU 49
SunDec 27, 19981:00Buffalo BillsW 45-33W -2.5@New Orleans SaintsO 41
SunDec 27, 19981:00@New York JetsW 31-10W -6.5New England PatriotsP 41
SunDec 27, 19984:05New York GiantsW 20-10W -4@Philadelphia EaglesU 34
SunDec 27, 19984:05@San Francisco 49ersW 38-19W -12.5St Louis RamsO 45
SunDec 27, 19984:15@Arizona CardinalsW 16-13L -7.5San Diego ChargersU 40
SunDec 27, 19984:15@Denver BroncosW 28-21L -10Seattle SeahawksO 46.5
SunDec 27, 19988:20Washington RedskinsL 7-23L -1.5@Dallas CowboysU 41
MonDec 28, 19988:20@Jacksonville JaguarsW 21-3W -3Pittsburgh SteelersU 41
+ + +

+

Back to top

+

1998 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 2, 199912:30@Miami Dolphins (4)W 24-17W -2.5Buffalo Bills (5)U 43
NFC Wild CardSatJan 2, 19994:00@Dallas Cowboys (3)L 7-20L -7Arizona Cardinals (6)U 42
AFC Wild CardSunJan 3, 199912:40@Jacksonville Jaguars (3)W 25-10W -8.5New England Patriots (6)U 41
NFC Wild CardSunJan 3, 19994:15@San Francisco 49ers (4)W 30-27P -3Green Bay Packers (5)O 49.5
NFC DivisionalSatJan 9, 199912:30@Atlanta Falcons (2)W 20-18L -3.5San Francisco 49ers (4)U 53
AFC DivisionalSatJan 9, 19994:15@Denver Broncos (1)W 38-3W -13.5Miami Dolphins (4)U 48
AFC DivisionalSunJan 10, 199912:40@New York Jets (2)W 34-24W -9Jacksonville Jaguars (3)O 43
NFC DivisionalSunJan 10, 19994:15@Minnesota Vikings (1)W 41-21W -16.5Arizona Cardinals (6)O 52.5
NFC ChampionshipSunJan 17, 199912:30@Minnesota Vikings (1)L 27-30 (OT)L -11Atlanta Falcons (2)O 55.5
AFC ChampionshipSunJan 17, 19994:05@Denver Broncos (1)W 23-10W -9New York Jets (2)U 51
Super Bowl XXXIIISunJan 31, 19996:30NDenver Broncos (1)W 34-19W -7.5Atlanta Falcons (2)O 52
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/1999.html b/data/1999.html new file mode 100644 index 0000000..ef6ccce --- /dev/null +++ b/data/1999.html @@ -0,0 +1,5210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 1999 Season

+ +

Historical NFL Game Odds

1999 Season

<<-- 1998 Season    2000 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

1999 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-7 (50.0%)3-11-0 (21.4%)7-8 (46.7%)7-8-0 (46.7%)4-5 (44.4%)2-7-0 (22.2%)2-3 (40.0%)4-1-0 (80.0%)8-7-0 (53.3%)
210-5 (66.7%)5-10-0 (33.3%)8-7 (53.3%)7-8-0 (46.7%)6-3 (66.7%)3-6-0 (33.3%)2-4 (33.3%)4-2-0 (66.7%)5-10-0 (33.3%)
310-3 (76.9%)7-5-1 (58.3%)9-5 (64.3%)6-7-1 (46.2%)7-2 (77.8%)4-4-1 (50.0%)1-3 (25.0%)1-3-0 (25.0%)6-8-0 (42.9%)
410-4 (71.4%)5-7-2 (41.7%)8-6 (57.1%)4-8-2 (33.3%)7-3 (70.0%)3-6-1 (33.3%)1-3 (25.0%)1-2-1 (33.3%)5-9-0 (35.7%)
59-5 (64.3%)4-10-0 (28.6%)7-7 (50.0%)4-10-0 (28.6%)6-4 (60.0%)2-8-0 (20.0%)1-3 (25.0%)2-2-0 (50.0%)6-8-0 (42.9%)
66-8 (42.9%)4-9-1 (30.8%)5-9 (35.7%)4-9-1 (30.8%)1-4 (20.0%)0-5-0 (0.0%)4-5 (44.4%)4-4-1 (50.0%)7-7-0 (50.0%)
713-1 (92.9%)8-6-0 (57.1%)11-3 (78.6%)6-8-0 (42.9%)11-1 (91.7%)6-6-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)6-7-1 (46.2%)
89-5 (64.3%)8-6-0 (57.1%)6-8 (42.9%)7-7-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)2-5 (28.6%)3-4-0 (42.9%)7-7-0 (50.0%)
99-4 (69.2%)8-5-0 (61.5%)7-7 (50.0%)6-8-0 (42.9%)6-3 (66.7%)5-4-0 (55.6%)1-3 (25.0%)1-3-0 (25.0%)7-7-0 (50.0%)
109-6 (60.0%)5-9-1 (35.7%)10-5 (66.7%)9-5-1 (64.3%)6-2 (75.0%)4-4-0 (50.0%)4-3 (57.1%)5-1-1 (83.3%)7-8-0 (46.7%)
1111-3 (78.6%)10-4-0 (71.4%)9-6 (60.0%)10-5-0 (66.7%)7-1 (87.5%)7-1-0 (87.5%)2-4 (33.3%)3-3-0 (50.0%)9-6-0 (60.0%)
1211-4 (73.3%)6-7-2 (46.2%)8-7 (53.3%)4-9-2 (30.8%)8-4 (66.7%)4-7-1 (36.4%)0-3 (0.0%)0-2-1 (0.0%)8-7-0 (53.3%)
1310-5 (66.7%)9-6-0 (60.0%)11-4 (73.3%)10-5-0 (66.7%)8-2 (80.0%)7-3-0 (70.0%)3-2 (60.0%)3-2-0 (60.0%)11-4-0 (73.3%)
149-6 (60.0%)7-8-0 (46.7%)10-5 (66.7%)8-7-0 (53.3%)8-4 (66.7%)6-6-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)7-8-0 (46.7%)
1511-4 (73.3%)7-8-0 (46.7%)12-3 (80.0%)10-5-0 (66.7%)9-1 (90.0%)6-4-0 (60.0%)3-2 (60.0%)4-1-0 (80.0%)8-7-0 (53.3%)
169-6 (60.0%)6-8-1 (42.9%)9-6 (60.0%)11-3-1 (78.6%)5-2 (71.4%)5-2-0 (71.4%)4-4 (50.0%)6-1-1 (85.7%)9-6-0 (60.0%)
1710-5 (66.7%)8-6-1 (57.1%)11-4 (73.3%)9-5-1 (64.3%)8-2 (80.0%)6-3-1 (66.7%)3-2 (60.0%)3-2-0 (60.0%)7-8-0 (46.7%)
Playoffs8-3 (72.7%)5-5-1 (50.0%)7-3 (70.0%)5-5-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)0-0 0-0-0 3-8-0 (27.3%)
+ +


1999 Results by Team

Click on a team to view 1999 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals6-10 (37.5%)6-10 (37.5%)3-0 (100.%)1-2-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)2-0 (100.%)1-1-0 (50.0%)7-9-0 (43.8%)
Atlanta Falcons5-11 (31.3%)6-10 (37.5%)4-3 (57.1%)3-4-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)9-7-0 (56.3%)
Baltimore Ravens8-8 (50.0%)9-6-1 (60.0%)5-1 (83.3%)3-3-0 (50.0%)4-4 (50.0%)4-3-1 (57.1%)3-0 (100.%)2-1-0 (66.7%)7-9-0 (43.8%)
Buffalo Bills11-5 (68.8%)8-7-1 (53.3%)8-4 (66.7%)5-6-1 (45.5%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)5-11-0 (31.3%)
Carolina Panthers8-8 (50.0%)10-6 (62.5%)6-2 (75.0%)6-2-0 (75.0%)5-3 (62.5%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)11-5-0 (68.8%)
Chicago Bears6-10 (37.5%)10-5-1 (66.7%)0-1 (0.0%)0-1-0 (0.0%)3-5 (37.5%)5-3-0 (62.5%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
Cincinnati Bengals4-12 (25.0%)5-10-1 (33.3%)3-1 (75.0%)2-2-0 (50.0%)2-6 (25.0%)3-4-1 (42.9%)2-1 (66.7%)2-1-0 (66.7%)9-7-0 (56.3%)
Cleveland Browns2-14 (12.5%)7-8-1 (46.7%)0-0 0-0-0 0-8 (0.0%)3-4-1 (42.9%)0-0 0-0-0 7-9-0 (43.8%)
Dallas Cowboys8-8 (50.0%)8-8 (50.0%)6-5 (54.5%)6-5-0 (54.5%)7-1 (87.5%)7-1-0 (87.5%)6-1 (85.7%)6-1-0 (85.7%)7-9-0 (43.8%)
Denver Broncos6-10 (37.5%)9-7 (56.3%)2-5 (28.6%)2-5-0 (28.6%)3-5 (37.5%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)7-9-0 (43.8%)
Detroit Lions8-8 (50.0%)7-8-1 (46.7%)2-4 (33.3%)1-5-0 (16.7%)6-2 (75.0%)5-3-0 (62.5%)2-2 (50.0%)1-3-0 (25.0%)9-7-0 (56.3%)
Green Bay Packers8-8 (50.0%)7-9 (43.8%)7-6 (53.8%)5-8-0 (38.5%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)9-7-0 (56.3%)
Indianapolis Colts13-3 (81.3%)10-5-1 (66.7%)11-1 (91.7%)7-4-1 (63.6%)7-1 (87.5%)4-3-1 (57.1%)6-0 (100.%)3-2-1 (60.0%)8-8-0 (50.0%)
Jacksonville Jaguars14-2 (87.5%)8-7-1 (53.3%)14-2 (87.5%)8-7-1 (53.3%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)5-11-0 (31.3%)
Kansas City Chiefs9-7 (56.3%)8-8 (50.0%)6-3 (66.7%)5-4-0 (55.6%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)7-9-0 (43.8%)
Miami Dolphins9-7 (56.3%)6-10 (37.5%)6-4 (60.0%)3-7-0 (30.0%)5-3 (62.5%)2-6-0 (25.0%)5-3 (62.5%)2-6-0 (25.0%)8-8-0 (50.0%)
Minnesota Vikings10-6 (62.5%)4-10-2 (28.6%)10-4 (71.4%)4-8-2 (33.3%)6-2 (75.0%)2-4-2 (33.3%)6-2 (75.0%)2-4-2 (33.3%)8-8-0 (50.0%)
New England Patriots8-8 (50.0%)6-8-2 (42.9%)6-3 (66.7%)2-6-1 (25.0%)5-3 (62.5%)2-5-1 (28.6%)4-2 (66.7%)1-5-0 (16.7%)6-10-0 (37.5%)
New Orleans Saints3-13 (18.8%)4-11-1 (26.7%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)3-4-1 (42.9%)1-2 (33.3%)1-2-0 (33.3%)10-5-1 (66.7%)
New York Giants7-9 (43.8%)7-9 (43.8%)3-2 (60.0%)2-3-0 (40.0%)4-4 (50.0%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)7-8-1 (46.7%)
New York Jets8-8 (50.0%)8-7-1 (53.3%)2-2 (50.0%)1-3-0 (25.0%)4-4 (50.0%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)8-8-0 (50.0%)
Oakland Raiders8-8 (50.0%)8-7-1 (53.3%)4-4 (50.0%)2-5-1 (28.6%)5-3 (62.5%)3-4-1 (42.9%)4-3 (57.1%)2-4-1 (33.3%)11-5-0 (68.8%)
Philadelphia Eagles5-11 (31.3%)10-6 (62.5%)0-0 0-0-0 4-4 (50.0%)5-3-0 (62.5%)0-0 0-0-0 8-8-0 (50.0%)
Pittsburgh Steelers6-10 (37.5%)6-10 (37.5%)4-4 (50.0%)3-5-0 (37.5%)2-6 (25.0%)1-7-0 (12.5%)1-4 (20.0%)0-5-0 (0.0%)9-7-0 (56.3%)
San Diego Chargers8-8 (50.0%)10-6 (62.5%)2-0 (100.%)2-0-0 (100.%)4-4 (50.0%)4-4-0 (50.0%)2-0 (100.%)2-0-0 (100.%)7-9-0 (43.8%)
San Francisco 49ers4-12 (25.0%)5-11 (31.3%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Seattle Seahawks9-7 (56.3%)6-10 (37.5%)6-4 (60.0%)3-7-0 (30.0%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)8-8-0 (50.0%)
St Louis Rams13-3 (81.3%)13-3 (81.3%)11-3 (78.6%)11-3-0 (78.6%)8-0 (100.%)8-0-0 (100.%)6-0 (100.%)6-0-0 (100.%)9-7-0 (56.3%)
Tampa Bay Buccaneers11-5 (68.8%)11-4-1 (73.3%)9-3 (75.0%)8-4-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)6-10-0 (37.5%)
Tennessee Titans13-3 (81.3%)9-5-2 (64.3%)10-1 (90.9%)6-3-2 (66.7%)8-0 (100.%)6-2-0 (75.0%)6-0 (100.%)4-2-0 (66.7%)9-7-0 (56.3%)
Washington Redskins10-6 (62.5%)8-8 (50.0%)9-3 (75.0%)6-6-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)9-7-0 (56.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

1999 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 12, 19991:00@Washington RedskinsL 35-41 (OT)L -2.5Dallas CowboysO 42
SunSep 12, 19991:02Kansas City ChiefsL 17-20L -3@Chicago BearsU 38
SunSep 12, 19991:02@Green Bay PackersW 28-24L -9Oakland RaidersO 43
SunSep 12, 19991:02Buffalo BillsL 14-31L -3@Indianapolis ColtsU 45.5
SunSep 12, 19991:02@New Orleans SaintsW 19-10W -3.5Carolina PanthersU 38
SunSep 12, 19991:02@New York JetsL 28-30L -7New England PatriotsO 44.5
SunSep 12, 19991:02@St Louis RamsW 27-10W PKBaltimore RavensU 39
SunSep 12, 19991:03@Tennessee TitansW 36-35L -9Cincinnati BengalsO 42
SunSep 12, 19991:04Arizona CardinalsW 25-24L -3@Philadelphia EaglesO 37
SunSep 12, 19994:15Minnesota VikingsW 17-14L -4@Atlanta FalconsU 49
SunSep 12, 19994:15@Seattle SeahawksL 20-28L -9.5Detroit LionsO 42
SunSep 12, 19994:15@Tampa Bay BuccaneersL 13-17L -5.5New York GiantsU 37.5
SunSep 12, 19994:16@Jacksonville JaguarsW 41-3W -5.5San Francisco 49ersU 49
SunSep 12, 19998:26Pittsburgh SteelersW 43-0W -6@Cleveland BrownsO 37
MonSep 13, 19999:07@Denver BroncosL 21-38L -6Miami DolphinsO 43
+ + +

+ +

Back to top

1999 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 19991:00@Cincinnati BengalsL 7-34L -1San Diego ChargersO 40.5
SunSep 19, 19991:00@Minnesota VikingsL 17-22L -11Oakland RaidersU 47.5
SunSep 19, 19991:01Pittsburgh SteelersW 23-20W -2.5@Baltimore RavensO 38
SunSep 19, 19991:01Jacksonville JaguarsW 22-20L -9.5@Carolina PanthersU 44
SunSep 19, 19991:01Green Bay PackersL 15-23L -6.5@Detroit LionsU 43
SunSep 19, 19991:01@Miami DolphinsW 19-16L -9Arizona CardinalsU 41
SunSep 19, 19991:02@New England PatriotsW 31-28L -4.5Indianapolis ColtsO 45
SunSep 19, 19991:03Seattle SeahawksW 14-13L -3.5@Chicago BearsU 39
SunSep 19, 19991:03@New York GiantsL 21-50L -2.5Washington RedskinsO 41
SunSep 19, 19991:03Tampa Bay BuccaneersW 19-5W -6.5@Philadelphia EaglesU 36.5
SunSep 19, 19994:05@San Francisco 49ersW 28-21L -11New Orleans SaintsO 42.5
SunSep 19, 19994:15@Tennessee TitansW 26-9W -16Cleveland BrownsU 40
SunSep 19, 19994:16Denver BroncosL 10-26L -3.5@Kansas City ChiefsU 40.5
SunSep 19, 19998:22@Buffalo BillsW 17-3W -4New York JetsU 42
MonSep 20, 19999:07@Dallas CowboysW 24-7W -6.5Atlanta FalconsU 42
+ + +

+ +

Back to top

1999 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 19991:00@Carolina PanthersW 27-3W -7Cincinnati BengalsU 39.5
SunSep 26, 19991:00Atlanta FalconsL 7-35L -1.5@St Louis RamsO 40.5
SunSep 26, 19991:01@Baltimore RavensW 17-10L -12Cleveland BrownsU 36.5
SunSep 26, 19991:01@Buffalo BillsW 26-0W -11.5Philadelphia EaglesU 38
SunSep 26, 19991:01@Kansas City ChiefsW 31-21W -3.5Detroit LionsO 39.5
SunSep 26, 19991:01@Pittsburgh SteelersL 10-29L -4Seattle SeahawksO 38
SunSep 26, 19991:01@Tampa Bay BuccaneersW 13-10W -2.5Denver BroncosU 38
SunSep 26, 19991:02Washington RedskinsW 27-20W -1@New York JetsO 43.5
SunSep 26, 19994:05@Jacksonville JaguarsL 19-20L -9.5Tennessee TitansU 45
SunSep 26, 19994:05Indianapolis ColtsW 27-19W -1@San Diego ChargersO 44
SunSep 26, 19994:15@Green Bay PackersW 23-20W PKMinnesota VikingsU 47.5
SunSep 26, 19994:16@Oakland RaidersW 24-17P -7Chicago BearsO 38
SunSep 26, 19998:23@New England PatriotsW 16-14L -6New York GiantsU 43.5
MonSep 27, 19998:08San Francisco 49ersW 24-10W -2.5@Arizona CardinalsU 45.5
+ + +

+ +

Back to top

1999 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 19991:00St Louis RamsW 38-10W -3.5@Cincinnati BengalsO 44
SunOct 3, 19991:00@Minnesota VikingsW 21-14P -7Tampa Bay BuccaneersU 40.5
SunOct 3, 19991:00@Washington RedskinsW 38-36L -8.5Carolina PanthersO 45.5
SunOct 3, 19991:01Jacksonville JaguarsW 17-3W -3@Pittsburgh SteelersU 42
SunOct 3, 19991:02@Atlanta FalconsL 13-19 (OT)L -2.5Baltimore RavensU 36.5
SunOct 3, 19991:02New Orleans SaintsL 10-14L -1@Chicago BearsU 37
SunOct 3, 19991:02New England PatriotsW 19-7P -12@Cleveland BrownsU 38
SunOct 3, 19991:03@New York GiantsW 16-15L -9.5Philadelphia EaglesU 35.5
SunOct 3, 19991:05@Dallas CowboysW 35-7W -7Arizona CardinalsU 42.5
SunOct 3, 19994:15@Denver BroncosL 13-21L -5.5New York JetsU 40
SunOct 3, 19994:15@San Diego ChargersW 21-14W -1Kansas City ChiefsU 38.5
SunOct 3, 19994:18@San Francisco 49ersW 24-22W -1.5Tennessee TitansO 40.5
SunOct 3, 19998:24@Seattle SeahawksW 22-21L -3.5Oakland RaidersO 40.5
MonOct 4, 19999:07@Miami DolphinsL 18-23L -4.5Buffalo BillsO 40.5
+ + +

+ +

Back to top

1999 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 19991:00@Minnesota VikingsL 22-24L -13Chicago BearsO 43.5
SunOct 10, 19991:01@Buffalo BillsW 24-21L -6.5Pittsburgh SteelersO 38
SunOct 10, 19991:01@Detroit LionsL 10-20L -3.5San Diego ChargersU 40
SunOct 10, 19991:01@Kansas City ChiefsW 16-14L -2.5New England PatriotsU 41
SunOct 10, 19991:02Cincinnati BengalsW 18-17L -3@Cleveland BrownsU 36
SunOct 10, 19991:02@St Louis RamsW 42-20W -3San Francisco 49ersO 45.5
SunOct 10, 19991:03@New Orleans SaintsL 17-20L -3Atlanta FalconsO 35.5
SunOct 10, 19991:03Dallas CowboysL 10-13L -9.5@Philadelphia EaglesU 37
SunOct 10, 19994:06@Arizona CardinalsW 14-3W -3New York GiantsU 37.5
SunOct 10, 19994:15Miami DolphinsW 34-31W -1.5@Indianapolis ColtsO 44.5
SunOct 10, 19994:15@Tennessee TitansW 14-11L -7Baltimore RavensU 38.5
SunOct 10, 19994:17@Oakland RaidersL 13-16L -7Denver BroncosU 38
SunOct 10, 19998:22@Green Bay PackersW 26-23L -6Tampa Bay BuccaneersO 40.5
MonOct 11, 19999:07Jacksonville JaguarsW 16-6W -3@New York JetsU 40
+ + +

+ +

Back to top

1999 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 19991:00Pittsburgh SteelersW 17-3W -5@Cincinnati BengalsU 37.5
SunOct 17, 19991:01@Buffalo BillsL 14-20L -3.5Oakland RaidersU 40.5
SunOct 17, 19991:01Minnesota VikingsL 23-25L -3.5@Detroit LionsO 45
SunOct 17, 19991:02St Louis RamsW 41-13W -6@Atlanta FalconsO 45
SunOct 17, 19991:02@Chicago BearsL 16-20L -6.5Philadelphia EaglesO 35
SunOct 17, 19991:02@New England PatriotsL 30-31L -2.5Miami DolphinsO 42.5
SunOct 17, 19991:02Tennessee TitansW 24-21P -3@New Orleans SaintsO 36.5
SunOct 17, 19991:02Indianapolis ColtsW 16-13W -2.5@New York JetsU 42.5
SunOct 17, 19991:05@Jacksonville JaguarsW 24-7L -17.5Cleveland BrownsU 37.5
SunOct 17, 19994:05Seattle SeahawksL 10-13L -1.5@San Diego ChargersU 37.5
SunOct 17, 19994:15Green Bay PackersL 10-31L -3.5@Denver BroncosO 40
SunOct 17, 19994:15@San Francisco 49ersL 29-31L -5Carolina PanthersO 44
SunOct 17, 19998:22Washington RedskinsW 24-10W -3.5@Arizona CardinalsU 45.5
MonOct 18, 19999:09Dallas CowboysL 10-13L -3@New York GiantsU 37
+ + +

+ +

Back to top

1999 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 21, 19998:21Kansas City ChiefsW 35-8W -1@Baltimore RavensO 36
SunOct 24, 19991:00@Indianapolis ColtsW 31-10W -11Cincinnati BengalsU 44
SunOct 24, 19991:00@Minnesota VikingsW 40-16W -7San Francisco 49ersO 48.5
SunOct 24, 19991:00@Tampa Bay BuccaneersW 6-3L -8Chicago BearsU 36.5
SunOct 24, 19991:01@Miami DolphinsW 16-13L -9Philadelphia EaglesU 34
SunOct 24, 19991:02@Carolina PanthersL 9-24L -4.5Detroit LionsU 43.5
SunOct 24, 19991:02@New England PatriotsW 24-23L -3.5Denver BroncosO 40.5
SunOct 24, 19991:02@St Louis RamsW 34-3W -18.5Cleveland BrownsU 43.5
SunOct 24, 19991:03@New York GiantsW 31-3W -3New Orleans SaintsP 34
SunOct 24, 19991:05@Dallas CowboysW 38-20W -2Washington RedskinsO 44
SunOct 24, 19994:05Green Bay PackersW 31-3W -3@San Diego ChargersU 37.5
SunOct 24, 19994:15@Oakland RaidersW 24-23L -6.5New York JetsO 37
SunOct 24, 19994:15@Seattle SeahawksW 26-16W -2.5Buffalo BillsO 38
MonOct 25, 19999:07@Pittsburgh SteelersW 13-9L -5.5Atlanta FalconsU 37
+ + +

+ +

Back to top

1999 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 19991:00Jacksonville JaguarsW 41-10W -12.5@Cincinnati BengalsO 38
SunOct 31, 19991:01Buffalo BillsW 13-10L -3.5@Baltimore RavensU 36.5
SunOct 31, 19991:01@Kansas City ChiefsW 34-0W -6San Diego ChargersU 35
SunOct 31, 19991:01@Washington RedskinsW 48-22W -8.5Chicago BearsO 44
SunOct 31, 19991:02@New Orleans SaintsL 16-21L -9.5Cleveland BrownsO 33.5
SunOct 31, 19991:02New York GiantsW 23-17 (OT)W -2.5@Philadelphia EaglesO 33.5
SunOct 31, 19991:03@Atlanta FalconsW 27-20W -2Carolina PanthersO 40
SunOct 31, 19991:03St Louis RamsL 21-24L -3@Tennessee TitansO 44.5
SunOct 31, 19991:06@Oakland RaidersL 9-16L -3Miami DolphinsU 37
SunOct 31, 19994:05New England PatriotsW 27-3W -3@Arizona CardinalsU 40.5
SunOct 31, 19994:15Minnesota VikingsW 23-20W -2.5@Denver BroncosU 45
SunOct 31, 19995:15@Indianapolis ColtsW 34-24W -3Dallas CowboysO 46
SunOct 31, 19998:21Tampa Bay BuccaneersL 3-20L -2.5@Detroit LionsU 35
MonNov 1, 19999:07@Green Bay PackersL 7-27L -5.5Seattle SeahawksU 42.5
+ + +

+ +

Back to top

1999 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 19991:01St Louis RamsL 27-31L -4@Detroit LionsO 45
SunNov 7, 19991:03Jacksonville JaguarsW 30-7W -6@Atlanta FalconsU 41
SunNov 7, 19991:03@Carolina PanthersW 33-7W -5Philadelphia EaglesO 36
SunNov 7, 19991:03@Green Bay PackersL 13-14L -9Chicago BearsU 40.5
SunNov 7, 19991:04Baltimore RavensW 41-9W -3.5@Cleveland BrownsO 32.5
SunNov 7, 19991:04@New York JetsW 12-7L -7Arizona CardinalsU 35
SunNov 7, 19992:00@Indianapolis ColtsW 25-17W -4Kansas City ChiefsU 45
SunNov 7, 19992:55@Washington RedskinsL 17-34L -4Buffalo BillsO 47
SunNov 7, 19994:06Tampa Bay BuccaneersW 31-16W -3.5@New Orleans SaintsO 33.5
SunNov 7, 19994:15@San Diego ChargersL 17-33L PKDenver BroncosO 35.5
SunNov 7, 19994:15@San Francisco 49ersL 6-27L -2.5Pittsburgh SteelersU 41.5
SunNov 7, 19994:16@Seattle SeahawksW 37-20W -14Cincinnati BengalsO 40
SunNov 7, 19998:20@Miami DolphinsW 17-0W -3Tennessee TitansU 37
MonNov 8, 19999:10@Minnesota VikingsW 27-17W -6.5Dallas CowboysU 47.5
+ + +

+ +

Back to top

1999 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 199912:00@St Louis RamsW 35-10W -10Carolina PanthersU 48
SunNov 14, 199912:03Minnesota VikingsW 27-24 (OT)L -6.5@Chicago BearsO 43
SunNov 14, 19991:01@Buffalo BillsW 23-3W -3Miami DolphinsU 37
SunNov 14, 19991:01@Pittsburgh SteelersL 15-16L -14.5Cleveland BrownsU 34.5
SunNov 14, 19991:01@Tampa Bay BuccaneersW 17-10W -3Kansas City ChiefsU 34.5
SunNov 14, 19991:02Tennessee TitansW 24-14P -10@Cincinnati BengalsU 41
SunNov 14, 19991:02San Francisco 49ersL 6-24L -1@New Orleans SaintsU 38.5
SunNov 14, 19991:02Washington RedskinsL 28-35L -6@Philadelphia EaglesO 42
SunNov 14, 19991:04Indianapolis ColtsW 27-19W -3@New York GiantsO 41.5
SunNov 14, 19991:06@Oakland RaidersW 28-9W -7San Diego ChargersO 36
SunNov 14, 19994:05@Jacksonville JaguarsW 6-3L -13Baltimore RavensU 37
SunNov 14, 19994:15Detroit LionsL 19-23L -5.5@Arizona CardinalsO 35.5
SunNov 14, 19994:15Green Bay PackersL 13-27L -3@Dallas CowboysO 38
SunNov 14, 19998:21@Seattle SeahawksW 20-17L -5.5Denver BroncosU 41
MonNov 15, 19999:08@New England PatriotsL 17-24L -6New York JetsO 37
+ + +

+ +

Back to top

1999 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 19991:01@Kansas City ChiefsL 19-31L -3Seattle SeahawksO 37.5
SunNov 21, 19991:01@Miami DolphinsW 27-17W -3.5New England PatriotsO 37.5
SunNov 21, 19991:01Buffalo BillsL 7-17L -2.5@New York JetsU 36
SunNov 21, 19991:01@Tampa Bay BuccaneersW 19-10W -7Atlanta FalconsU 34.5
SunNov 21, 19991:02Carolina PanthersW 31-17W -5.5@Cleveland BrownsO 35.5
SunNov 21, 19991:02@Green Bay PackersW 26-17W -4Detroit LionsO 39
SunNov 21, 19991:02Indianapolis ColtsW 44-17W -7@Philadelphia EaglesO 41
SunNov 21, 19991:03@Tennessee TitansW 16-10W -5.5Pittsburgh SteelersU 36.5
SunNov 21, 19994:15@San Diego ChargersL 20-23 (OT)L PKChicago BearsO 36
SunNov 21, 19994:15St Louis RamsW 23-7W -7.5@San Francisco 49ersU 47.5
SunNov 21, 19994:15@Washington RedskinsW 23-13W -5.5New York GiantsU 44.5
SunNov 21, 19994:16Dallas CowboysL 9-13L -1.5@Arizona CardinalsU 35
SunNov 21, 19995:05Baltimore RavensW 34-31L -5@Cincinnati BengalsO 34.5
SunNov 21, 19998:20@Jacksonville JaguarsW 41-23W -12.5New Orleans SaintsO 35
MonNov 22, 199911:07@Denver BroncosW 27-21 (OT)W -1.5Oakland RaidersO 37
+ + +

+ +

Back to top

1999 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 199912:35@Detroit LionsW 21-17L -6Chicago BearsU 44
ThuNov 25, 19994:15@Dallas CowboysW 20-0W -1.5Miami DolphinsU 38
SunNov 28, 19991:00@Carolina PanthersW 34-28W -4.5Atlanta FalconsO 40
SunNov 28, 19991:00@Washington RedskinsW 20-17 (OT)L -10Philadelphia EaglesU 42.5
SunNov 28, 19991:01Jacksonville JaguarsW 30-23P -7@Baltimore RavensO 36.5
SunNov 28, 19991:01@Pittsburgh SteelersL 20-27L -11Cincinnati BengalsO 36
SunNov 28, 19991:02@Buffalo BillsW 17-7W -4New England PatriotsU 38
SunNov 28, 19991:02Tennessee TitansW 33-21W -10.5@Cleveland BrownsO 35.5
SunNov 28, 19991:02@St Louis RamsW 43-12W -14New Orleans SaintsO 47
SunNov 28, 19991:03@New York GiantsL 24-34L -4.5Arizona CardinalsO 34.5
SunNov 28, 19991:10@Minnesota VikingsW 35-27L -13.5San Diego ChargersO 43.5
SunNov 28, 19994:07@Seattle SeahawksL 3-16L -6Tampa Bay BuccaneersU 37
SunNov 28, 19994:16@Oakland RaidersL 34-37L -3.5Kansas City ChiefsO 37
SunNov 28, 19995:15@Indianapolis ColtsW 13-6P -7New York JetsU 44
MonNov 29, 19999:08Green Bay PackersW 20-3W -6@San Francisco 49ersU 40.5
+ + +

+ +

Back to top

1999 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 2, 19998:20@Jacksonville JaguarsW 20-6W -10.5Pittsburgh SteelersU 37
SunDec 5, 19991:00@Cincinnati BengalsW 44-30W -3San Francisco 49ersO 39
SunDec 5, 19991:01@Detroit LionsW 33-17W -3.5Washington RedskinsO 49.5
SunDec 5, 19991:01@Miami DolphinsL 34-37L -2Indianapolis ColtsO 43
SunDec 5, 19991:02Tennessee TitansL 14-41L -3.5@Baltimore RavensO 36.5
SunDec 5, 19991:02St Louis RamsW 34-21W -7@Carolina PanthersO 49
SunDec 5, 19991:02Green Bay PackersW 35-19W -3.5@Chicago BearsO 39
SunDec 5, 19991:03@Atlanta FalconsW 35-12W -4New Orleans SaintsO 39.5
SunDec 5, 19991:03New York JetsL 28-41L -2.5@New York GiantsO 34
SunDec 5, 19991:15@Oakland RaidersW 30-21W -1Seattle SeahawksO 41
SunDec 5, 19991:15@San Diego ChargersW 23-10W -7.5Cleveland BrownsU 36
SunDec 5, 19994:06@Arizona CardinalsW 21-17L -7Philadelphia EaglesO 37
SunDec 5, 19994:15@Denver BroncosL 10-16L -3.5Kansas City ChiefsU 38.5
SunDec 5, 19998:23@New England PatriotsW 13-6W -2Dallas CowboysU 38
MonDec 6, 19999:05Minnesota VikingsL 17-24L -2.5@Tampa Bay BuccaneersO 39
+ + +

+ +

Back to top

1999 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 9, 19998:20@Tennessee TitansW 21-14W -3Oakland RaidersU 40
SunDec 12, 19991:00@Cincinnati BengalsW 44-28W -7Cleveland BrownsO 41
SunDec 12, 19991:00@Dallas CowboysW 20-10W -9Philadelphia EaglesU 36.5
SunDec 12, 19991:00St Louis RamsW 30-14W -10.5@New Orleans SaintsU 49
SunDec 12, 19991:01@Pittsburgh SteelersL 24-31L -1.5Baltimore RavensO 36
SunDec 12, 19991:01@Washington RedskinsW 28-3W -5.5Arizona CardinalsU 46.5
SunDec 12, 19991:02@Buffalo BillsL 17-19L -8New York GiantsU 36.5
SunDec 12, 19991:02@Green Bay PackersL 31-33L -8Carolina PanthersO 42
SunDec 12, 19992:05@Indianapolis ColtsW 20-15L -7New England PatriotsU 46.5
SunDec 12, 19994:05Miami DolphinsL 20-28L -3@New York JetsO 37
SunDec 12, 19994:05@Seattle SeahawksL 16-19L -9.5San Diego ChargersU 42.5
SunDec 12, 19994:15Atlanta FalconsL 7-26L -3@San Francisco 49ersU 41
SunDec 12, 19994:15@Tampa Bay BuccaneersW 23-16W -4Detroit LionsO 36
SunDec 12, 19998:21@Kansas City ChiefsW 31-28W -1Minnesota VikingsO 42
MonDec 13, 19999:09@Jacksonville JaguarsW 27-24L -9Denver BroncosO 37.5
+ + +

+ +

Back to top

1999 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 199912:41@Kansas City ChiefsW 35-19W -8.5Pittsburgh SteelersO 37
SatDec 18, 19994:15@Carolina PanthersW 41-24W -7.5San Francisco 49ersO 46
SunDec 19, 199912:03@Tennessee TitansW 30-17W -10Atlanta FalconsO 37
SunDec 19, 19991:00@Indianapolis ColtsW 24-21L -6.5Washington RedskinsU 51
SunDec 19, 19991:00@St Louis RamsW 31-10W -10.5New York GiantsU 46.5
SunDec 19, 19991:01@Miami DolphinsW 12-9L -7.5San Diego ChargersU 37
SunDec 19, 19991:02@Baltimore RavensW 31-8W -8.5New Orleans SaintsU 41.5
SunDec 19, 19991:02Detroit LionsL 10-28L -3@Chicago BearsO 37
SunDec 19, 19991:02Jacksonville JaguarsW 24-14L -14.5@Cleveland BrownsU 39
SunDec 19, 19991:03New England PatriotsL 9-24L -3.5@Philadelphia EaglesU 37
SunDec 19, 19991:05Tampa Bay BuccaneersL 0-45L -1@Oakland RaidersO 36
SunDec 19, 19992:15@Denver BroncosW 36-30 (OT)W -1.5Seattle SeahawksO 39
SunDec 19, 19994:15@Dallas CowboysL 21-22L -6New York JetsO 35.5
SunDec 19, 19996:23Buffalo BillsW 31-21W -3@Arizona CardinalsO 37.5
MonDec 20, 19999:15@Minnesota VikingsW 24-20L -4.5Green Bay PackersU 49
+ + +

+ +

Back to top

1999 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 24, 19993:00Dallas CowboysL 24-31L -8.5@New Orleans SaintsO 38.5
SatDec 25, 19994:16@Detroit LionsL 7-17L -4.5Denver BroncosU 43.5
SunDec 26, 199912:03Jacksonville JaguarsL 14-41L -3@Tennessee TitansO 39
SunDec 26, 19991:01Carolina PanthersL 20-30L -3.5@Pittsburgh SteelersO 42.5
SunDec 26, 19991:02@Baltimore RavensW 22-0W -7Cincinnati BengalsU 45.5
SunDec 26, 19991:02Indianapolis ColtsW 29-28L -13.5@Cleveland BrownsO 41.5
SunDec 26, 19991:02Minnesota VikingsW 34-17W -2.5@New York GiantsO 43
SunDec 26, 19991:02@St Louis RamsW 34-12W -10Chicago BearsU 46.5
SunDec 26, 19991:03@Atlanta FalconsW 37-14W -2Arizona CardinalsO 38
SunDec 26, 19991:03Buffalo BillsW 13-10 (OT)P -3@New England PatriotsU 37.5
SunDec 26, 19991:05Oakland RaidersL 20-23L -3@San Diego ChargersO 38
SunDec 26, 19994:05@Seattle SeahawksW 23-14W -3Kansas City ChiefsU 43
SunDec 26, 19994:15@Tampa Bay BuccaneersW 29-10W -3.5Green Bay PackersO 37
SunDec 26, 19998:20Washington RedskinsW 26-20 (OT)L -7@San Francisco 49ersU 47.5
MonDec 27, 19999:07@Miami DolphinsL 31-38L -3.5New York JetsO 37
+ + +

+ +

Back to top

1999 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 2, 20001:00@Jacksonville JaguarsW 24-7W -9Cincinnati BengalsU 39.5
SunJan 2, 20001:01@Kansas City ChiefsL 38-41 (OT)L -5Oakland RaidersO 39
SunJan 2, 20001:02Indianapolis ColtsL 6-31L -1.5@Buffalo BillsU 42
SunJan 2, 20001:02@Carolina PanthersW 45-13W -8.5New Orleans SaintsO 46.5
SunJan 2, 20001:02Tampa Bay BuccaneersW 20-6W -3.5@Chicago BearsU 34
SunJan 2, 20001:02@Green Bay PackersW 49-24W -7.5Arizona CardinalsO 38
SunJan 2, 20001:03Baltimore RavensL 3-20L -1@New England PatriotsU 37.5
SunJan 2, 20001:03@New York JetsW 19-9W -1Seattle SeahawksU 38
SunJan 2, 20001:03St Louis RamsL 31-38L -8@Philadelphia EaglesO 42
SunJan 2, 20001:05@Minnesota VikingsW 24-17P -7Detroit LionsU 48.5
SunJan 2, 20004:05@Dallas CowboysW 26-18W -6.5New York GiantsO 37.5
SunJan 2, 20004:15@Denver BroncosL 6-12L -7San Diego ChargersU 37.5
SunJan 2, 20004:15Tennessee TitansW 47-36W -4@Pittsburgh SteelersO 38
SunJan 2, 20004:15@Washington RedskinsW 21-10W -3Miami DolphinsU 44
MonJan 3, 20009:07@Atlanta FalconsW 34-29L -6.5San Francisco 49ersO 46.5
+ + +

+

Back to top

+

1999 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 8, 200012:32@Tennessee Titans (4)W 22-16W -4.5Buffalo Bills (5)U 39
NFC Wild CardSatJan 8, 20004:05@Washington Redskins (3)W 27-13W -6.5Detroit Lions (6)U 46
NFC Wild CardSunJan 9, 200012:35@Minnesota Vikings (4)W 27-10W -7Dallas Cowboys (5)U 46.5
AFC Wild CardSunJan 9, 20004:06@Seattle Seahawks (3)L 17-20L -3.5Miami Dolphins (6)U 39
AFC DivisionalSatJan 15, 200012:35@Jacksonville Jaguars (1)W 62-7W -8Miami Dolphins (6)O 37.5
NFC DivisionalSatJan 15, 20004:15@Tampa Bay Buccaneers (2)W 14-13L -5Washington Redskins (3)U 38
NFC DivisionalSunJan 16, 200012:35@St Louis Rams (1)W 49-37W -7Minnesota Vikings (4)O 52
AFC DivisionalSunJan 16, 20004:05@Indianapolis Colts (2)L 16-19L -5.5Tennessee Titans (4)U 46.5
AFC ChampionshipSunJan 23, 200012:42@Jacksonville Jaguars (1)L 14-33L -7Tennessee Titans (4)O 39.5
NFC ChampionshipSunJan 23, 20004:22@St Louis Rams (1)W 11-6L -14Tampa Bay Buccaneers (2)U 46
Super Bowl XXXIVSunJan 30, 20006:25NSt Louis Rams (1)W 23-16P -7Tennessee Titans (4)U 48
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2000.html b/data/2000.html new file mode 100644 index 0000000..0e639e9 --- /dev/null +++ b/data/2000.html @@ -0,0 +1,5210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2000 Season

+ +

Historical NFL Game Odds

2000 Season

<<-- 1999 Season    2001 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2000 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-2 (85.7%)7-7-0 (50.0%)8-7 (53.3%)3-12-0 (20.0%)8-2 (80.0%)3-7-0 (30.0%)0-4 (0.0%)0-4-0 (0.0%)5-10-0 (33.3%)
210-5 (66.7%)5-9-1 (35.7%)9-6 (60.0%)6-8-1 (42.9%)8-4 (66.7%)4-7-1 (36.4%)1-2 (33.3%)2-1-0 (66.7%)10-5-0 (66.7%)
37-7 (50.0%)4-8-2 (33.3%)8-6 (57.1%)5-7-2 (41.7%)6-5 (54.5%)3-6-2 (33.3%)2-1 (66.7%)2-1-0 (66.7%)7-7-0 (50.0%)
47-7 (50.0%)6-8-0 (42.9%)4-10 (28.6%)5-9-0 (35.7%)4-7 (36.4%)4-7-0 (36.4%)0-3 (0.0%)1-2-0 (33.3%)7-7-0 (50.0%)
58-6 (57.1%)8-6-0 (57.1%)6-8 (42.9%)6-8-0 (42.9%)6-6 (50.0%)6-6-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)9-5-0 (64.3%)
69-5 (64.3%)7-7-0 (50.0%)6-8 (42.9%)8-6-0 (57.1%)5-4 (55.6%)5-4-0 (55.6%)1-4 (20.0%)3-2-0 (60.0%)6-8-0 (42.9%)
711-2 (84.6%)8-5-0 (61.5%)9-5 (64.3%)6-8-0 (42.9%)8-2 (80.0%)5-5-0 (50.0%)0-3 (0.0%)0-3-0 (0.0%)8-5-1 (61.5%)
810-4 (71.4%)6-7-1 (46.2%)10-4 (71.4%)6-7-1 (46.2%)8-2 (80.0%)4-5-1 (44.4%)2-2 (50.0%)2-2-0 (50.0%)8-4-2 (66.7%)
910-4 (71.4%)8-6-0 (57.1%)6-8 (42.9%)6-8-0 (42.9%)5-3 (62.5%)4-4-0 (50.0%)1-5 (16.7%)2-4-0 (33.3%)5-8-1 (38.5%)
108-7 (53.3%)5-9-1 (35.7%)8-7 (53.3%)5-9-1 (35.7%)5-4 (55.6%)2-6-1 (25.0%)3-3 (50.0%)3-3-0 (50.0%)5-10-0 (33.3%)
1110-5 (66.7%)7-7-1 (50.0%)9-6 (60.0%)6-8-1 (42.9%)7-3 (70.0%)4-5-1 (44.4%)2-3 (40.0%)2-3-0 (40.0%)5-10-0 (33.3%)
128-7 (53.3%)5-10-0 (33.3%)9-6 (60.0%)6-9-0 (40.0%)7-5 (58.3%)4-8-0 (33.3%)2-1 (66.7%)2-1-0 (66.7%)7-8-0 (46.7%)
139-5 (64.3%)8-5-1 (61.5%)8-7 (53.3%)7-7-1 (50.0%)5-3 (62.5%)4-3-1 (57.1%)2-4 (33.3%)2-4-0 (33.3%)9-6-0 (60.0%)
149-4 (69.2%)7-6-0 (53.8%)8-7 (53.3%)8-7-0 (53.3%)6-2 (75.0%)5-3-0 (62.5%)2-3 (40.0%)3-2-0 (60.0%)5-9-1 (35.7%)
1512-3 (80.0%)9-6-0 (60.0%)12-3 (80.0%)11-4-0 (73.3%)11-2 (84.6%)9-4-0 (69.2%)1-1 (50.0%)2-0-0 (100.%)10-5-0 (66.7%)
166-9 (40.0%)3-12-0 (20.0%)8-7 (53.3%)9-6-0 (60.0%)3-4 (42.9%)2-5-0 (28.6%)5-3 (62.5%)7-1-0 (87.5%)4-11-0 (26.7%)
1712-3 (80.0%)9-6-0 (60.0%)10-5 (66.7%)9-6-0 (60.0%)9-2 (81.8%)7-4-0 (63.6%)1-3 (25.0%)2-2-0 (50.0%)8-7-0 (53.3%)
Playoffs5-6 (45.5%)5-6-0 (45.5%)8-2 (80.0%)8-2-0 (80.0%)4-2 (66.7%)4-2-0 (66.7%)4-0 (100.%)4-0-0 (100.%)3-7-1 (30.0%)
+ +


2000 Results by Team

Click on a team to view 2000 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals3-13 (18.8%)4-12 (25.0%)2-1 (66.7%)1-2-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)6-10-0 (37.5%)
Atlanta Falcons4-12 (25.0%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)8-7-1 (53.3%)
Baltimore Ravens12-4 (75.0%)10-5-1 (66.7%)10-3 (76.9%)8-4-1 (66.7%)6-2 (75.0%)5-2-1 (71.4%)6-2 (75.0%)5-2-1 (71.4%)5-11-0 (31.3%)
Buffalo Bills8-8 (50.0%)7-9 (43.8%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)10-6-0 (62.5%)
Carolina Panthers7-9 (43.8%)8-8 (50.0%)4-3 (57.1%)3-4-0 (42.9%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)5-10-1 (33.3%)
Chicago Bears5-11 (31.3%)7-8-1 (46.7%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)3-5-0 (37.5%)1-3 (25.0%)1-3-0 (25.0%)7-8-1 (46.7%)
Cincinnati Bengals4-12 (25.0%)7-8-1 (46.7%)2-1 (66.7%)2-1-0 (66.7%)3-5 (37.5%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)5-11-0 (31.3%)
Cleveland Browns3-13 (18.8%)5-11 (31.3%)0-0 0-0-0 2-6 (25.0%)3-5-0 (37.5%)0-0 0-0-0 7-9-0 (43.8%)
Dallas Cowboys5-11 (31.3%)7-8-1 (46.7%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)6-10-0 (37.5%)
Denver Broncos11-5 (68.8%)9-6-1 (60.0%)8-4 (66.7%)5-6-1 (45.5%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)13-3-0 (81.3%)
Detroit Lions9-7 (56.3%)9-7 (56.3%)3-3 (50.0%)2-4-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)8-8-0 (50.0%)
Green Bay Packers9-7 (56.3%)8-8 (50.0%)5-2 (71.4%)3-4-0 (42.9%)6-2 (75.0%)4-4-0 (50.0%)4-2 (66.7%)2-4-0 (33.3%)8-8-0 (50.0%)
Indianapolis Colts10-6 (62.5%)9-7 (56.3%)8-5 (61.5%)7-6-0 (53.8%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)8-7-1 (53.3%)
Jacksonville Jaguars7-9 (43.8%)7-7-2 (50.0%)4-4 (50.0%)3-4-1 (42.9%)4-4 (50.0%)3-4-1 (42.9%)3-3 (50.0%)2-3-1 (40.0%)9-7-0 (56.3%)
Kansas City Chiefs7-9 (43.8%)7-9 (43.8%)4-5 (44.4%)3-6-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)7-8-1 (46.7%)
Miami Dolphins11-5 (68.8%)10-5-1 (66.7%)7-3 (70.0%)6-4-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)6-10-0 (37.5%)
Minnesota Vikings11-5 (68.8%)8-8 (50.0%)9-2 (81.8%)6-5-0 (54.5%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)8-7-1 (53.3%)
New England Patriots5-11 (31.3%)7-9 (43.8%)2-4 (33.3%)1-5-0 (16.7%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)1-4-0 (20.0%)8-8-0 (50.0%)
New Orleans Saints10-6 (62.5%)10-6 (62.5%)5-1 (83.3%)5-1-0 (83.3%)3-5 (37.5%)3-5-0 (37.5%)2-1 (66.7%)2-1-0 (66.7%)6-9-1 (40.0%)
New York Giants12-4 (75.0%)9-7 (56.3%)8-2 (80.0%)5-5-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)6-10-0 (37.5%)
New York Jets9-7 (56.3%)7-7-2 (50.0%)5-3 (62.5%)2-4-2 (33.3%)5-3 (62.5%)2-4-2 (33.3%)5-3 (62.5%)2-4-2 (33.3%)7-8-1 (46.7%)
Oakland Raiders12-4 (75.0%)10-5-1 (66.7%)10-3 (76.9%)8-5-0 (61.5%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)10-6-0 (62.5%)
Philadelphia Eagles11-5 (68.8%)10-5-1 (66.7%)7-1 (87.5%)3-4-1 (42.9%)5-3 (62.5%)4-3-1 (57.1%)5-1 (83.3%)2-3-1 (40.0%)8-8-0 (50.0%)
Pittsburgh Steelers9-7 (56.3%)11-5 (68.8%)4-3 (57.1%)4-3-0 (57.1%)4-4 (50.0%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)7-9-0 (43.8%)
San Diego Chargers1-15 (6.3%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
San Francisco 49ers6-10 (37.5%)7-8-1 (46.7%)4-1 (80.0%)4-1-0 (80.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)8-7-1 (53.3%)
Seattle Seahawks6-10 (37.5%)7-9 (43.8%)3-1 (75.0%)2-2-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)8-7-1 (53.3%)
St Louis Rams10-6 (62.5%)6-9-1 (40.0%)10-6 (62.5%)6-9-1 (40.0%)5-3 (62.5%)2-5-1 (28.6%)5-3 (62.5%)2-5-1 (28.6%)11-5-0 (68.8%)
Tampa Bay Buccaneers10-6 (62.5%)9-7 (56.3%)8-3 (72.7%)7-4-0 (63.6%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)11-5-0 (68.8%)
Tennessee Titans13-3 (81.3%)7-9 (43.8%)11-2 (84.6%)5-8-0 (38.5%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)6-10-0 (37.5%)
Washington Redskins8-8 (50.0%)6-10 (37.5%)6-8 (42.9%)4-10-0 (28.6%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)6-10-0 (37.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2000 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 3, 20001:00Indianapolis ColtsW 27-14W -3.5@Kansas City ChiefsU 44
SunSep 3, 20001:00@Minnesota VikingsW 30-27L -4.5Chicago BearsO 46.5
SunSep 3, 20001:01@Washington RedskinsW 20-17L -10.5Carolina PanthersU 47.5
SunSep 3, 20001:02@Atlanta FalconsW 36-28W -6.5San Francisco 49ersO 46.5
SunSep 3, 20001:02Jacksonville JaguarsW 27-7W -10.5@Cleveland BrownsU 38.5
SunSep 3, 20001:02Tampa Bay BuccaneersW 21-16W -3@New England PatriotsO 36
SunSep 3, 20001:02Baltimore RavensW 16-0W -2.5@Pittsburgh SteelersU 37
SunSep 3, 20001:03@New Orleans SaintsL 10-14L PKDetroit LionsU 40.5
SunSep 3, 20001:04@New York GiantsW 21-16L -6.5Arizona CardinalsU 40
SunSep 3, 20004:05@Dallas CowboysL 14-41L -6Philadelphia EaglesO 39.5
SunSep 3, 20004:15@Oakland RaidersW 9-6L -6.5San Diego ChargersU 39.5
SunSep 3, 20004:16@Miami DolphinsW 23-0W -2Seattle SeahawksU 36
SunSep 3, 20004:20@Green Bay PackersL 16-20L -2.5New York JetsU 44
SunSep 3, 20008:35@Buffalo BillsW 16-13W -1Tennessee TitansU 40
MonSep 4, 20009:07@St Louis RamsW 41-36L -6.5Denver BroncosO 48.5
+ + +

+ +

Back to top

2000 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 10, 200012:00@Minnesota VikingsW 13-7W -3Miami DolphinsU 42.5
SunSep 10, 20001:00@Cincinnati BengalsL 7-24L -6Cleveland BrownsU 40.5
SunSep 10, 20001:00@Indianapolis ColtsL 31-38L -6.5Oakland RaidersO 44
SunSep 10, 20001:01@Buffalo BillsW 27-18W -6Green Bay PackersO 38.5
SunSep 10, 20001:01@Tampa Bay BuccaneersW 41-0W -7Chicago BearsO 36.5
SunSep 10, 20001:02@Baltimore RavensW 39-36P -3Jacksonville JaguarsO 36.5
SunSep 10, 20001:02@Philadelphia EaglesL 18-33L -3New York GiantsO 39.5
SunSep 10, 20001:03@Tennessee TitansW 17-14 (OT)L -8.5Kansas City ChiefsU 38.5
SunSep 10, 20004:15@San Diego ChargersL 27-28L -5.5New Orleans SaintsO 35.5
SunSep 10, 20004:15Carolina PanthersW 38-22W -3@San Francisco 49ersO 48
SunSep 10, 20004:15St Louis RamsW 37-34L -7.5@Seattle SeahawksO 46
SunSep 10, 20004:16@Denver BroncosW 42-14W -4.5Atlanta FalconsO 47
SunSep 10, 20004:16Washington RedskinsL 10-15L -5.5@Detroit LionsU 43
SunSep 10, 20008:35@Arizona CardinalsW 32-31L -3Dallas CowboysO 38.5
MonSep 11, 20009:09@New York JetsW 20-19L -6.5New England PatriotsU 39.5
+ + +

+ +

Back to top

2000 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 20001:02@Carolina PanthersL 10-15L -6Atlanta FalconsU 48.5
SunSep 17, 20001:02Pittsburgh SteelersL 20-23L -2.5@Cleveland BrownsO 35.5
SunSep 17, 20001:02@Green Bay PackersW 6-3L -4Philadelphia EaglesU 42.5
SunSep 17, 20001:02@Jacksonville JaguarsW 13-0P -13Cincinnati BengalsU 41
SunSep 17, 20001:02@St Louis RamsW 41-24P -17San Francisco 49ersO 55.5
SunSep 17, 20001:03@New York JetsW 27-14W -1Buffalo BillsO 38.5
SunSep 17, 20001:06Tampa Bay BuccaneersW 31-10W -3@Detroit LionsO 34.5
SunSep 17, 20003:16@Chicago BearsL 7-14L -2New York GiantsU 42
SunSep 17, 20004:05@Kansas City ChiefsW 42-10W -4.5San Diego ChargersO 35.5
SunSep 17, 20004:05@Oakland RaidersL 24-33L -3Denver BroncosO 44
SunSep 17, 20004:15@New England PatriotsL 13-21L -1.5Minnesota VikingsU 42.5
SunSep 17, 20004:15@Seattle SeahawksW 20-10W -6New Orleans SaintsU 40
SunSep 17, 20008:36Baltimore RavensL 6-19L -1.5@Miami DolphinsU 34.5
MonSep 18, 20009:01@Washington RedskinsL 21-27L -10.5Dallas CowboysO 44
+ + +

+ +

Back to top

2000 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 20001:01Tennessee TitansW 23-20L -7@Pittsburgh SteelersO 36
SunSep 24, 20001:02St Louis RamsW 41-20W -6.5@Atlanta FalconsO 55
SunSep 24, 20001:02@Baltimore RavensW 37-0W -11.5Cincinnati BengalsU 38
SunSep 24, 20001:02@Chicago BearsL 14-21L -1Detroit LionsU 37.5
SunSep 24, 20001:02@New Orleans SaintsL 7-21L -1.5Philadelphia EaglesU 38
SunSep 24, 20001:03@Miami DolphinsW 10-3W -4.5New England PatriotsU 34.5
SunSep 24, 20001:05@Dallas CowboysL 24-41L -6.5San Francisco 49ersO 47
SunSep 24, 20004:06@Arizona CardinalsL 3-29L -1Green Bay PackersU 42
SunSep 24, 20004:15Seattle SeahawksW 20-12W -2.5@San Diego ChargersU 36
SunSep 24, 20004:15@Tampa Bay BuccaneersL 17-21L -7New York JetsO 36
SunSep 24, 20004:16@Denver BroncosL 22-23L -7Kansas City ChiefsO 43
SunSep 24, 20004:17@Oakland RaidersW 36-10W -10.5Cleveland BrownsO 40.5
SunSep 24, 20008:37@New York GiantsL 6-16L -1Washington RedskinsU 42
MonSep 25, 20009:00@Indianapolis ColtsW 43-14W -3.5Jacksonville JaguarsO 45
+ + +

+ +

Back to top

2000 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 20001:01@Buffalo BillsL 16-18L -1.5Indianapolis ColtsU 44
SunOct 1, 20001:01@Detroit LionsL 24-31L -1Minnesota VikingsO 42.5
SunOct 1, 20001:02@Carolina PanthersL 13-16 (OT)L -6.5Dallas CowboysU 47.5
SunOct 1, 20001:02@St Louis RamsW 57-31W -17San Diego ChargersO 53.5
SunOct 1, 20001:03Baltimore RavensW 12-0W -8.5@Cleveland BrownsU 37
SunOct 1, 20001:03@Jacksonville JaguarsL 13-24L -11Pittsburgh SteelersU 38.5
SunOct 1, 20001:03@Tennessee TitansW 28-14W -5New York GiantsO 38
SunOct 1, 20004:05Miami DolphinsW 31-16W -7@Cincinnati BengalsO 33
SunOct 1, 20004:06@Denver BroncosL 19-28L -8.5New England PatriotsO 41
SunOct 1, 20004:15@Green Bay PackersL 24-27L -5.5Chicago BearsO 41
SunOct 1, 20004:15@San Francisco 49ersW 27-20W -3.5Arizona CardinalsU 47.5
SunOct 1, 20004:15@Washington RedskinsW 20-17 (OT)W -1.5Tampa Bay BuccaneersO 36
SunOct 1, 20008:36@Philadelphia EaglesW 38-10W -3Atlanta FalconsO 41.5
MonOct 2, 20009:00@Kansas City ChiefsW 24-17W -4Seattle SeahawksO 38.5
+ + +

+ +

Back to top

2000 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 20001:00Tennessee TitansW 23-14L -10@Cincinnati BengalsU 38
SunOct 8, 20001:01@Detroit LionsW 31-24W -3Green Bay PackersO 43
SunOct 8, 20001:01@New York JetsL 3-20L -8Pittsburgh SteelersU 37.5
SunOct 8, 20001:02@Miami DolphinsW 22-13W -2Buffalo BillsO 34.5
SunOct 8, 20001:02Indianapolis ColtsL 16-24L -3.5@New England PatriotsU 43.5
SunOct 8, 20001:02Washington RedskinsW 17-14L -3.5@Philadelphia EaglesU 37.5
SunOct 8, 20001:03@Chicago BearsL 10-31L -5.5New Orleans SaintsO 40
SunOct 8, 20004:00Oakland RaidersW 34-28 (OT)W -4.5@San Francisco 49ersO 48.5
SunOct 8, 20004:05@Atlanta FalconsL 6-13L -1New York GiantsU 42
SunOct 8, 20004:15@Arizona CardinalsW 29-21W -4.5Cleveland BrownsO 40.5
SunOct 8, 20004:15@Carolina PanthersW 26-3W -3.5Seattle SeahawksU 43
SunOct 8, 20004:15Denver BroncosW 21-7W -6.5@San Diego ChargersU 43
SunOct 8, 20008:35@Jacksonville JaguarsL 10-15L -2.5Baltimore RavensU 37.5
MonOct 9, 20009:10@Minnesota VikingsW 30-23W -1Tampa Bay BuccaneersO 39
+ + +

+ +

Back to top

2000 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 20001:00@Kansas City ChiefsL 17-20L -3Oakland RaidersU 43.5
SunOct 15, 20001:01@Buffalo BillsW 27-24 (OT)L -10San Diego ChargersO 36.5
SunOct 15, 20001:01@Pittsburgh SteelersW 15-0W -8.5Cincinnati BengalsU 37
SunOct 15, 20001:01@Washington RedskinsW 10-3W -3.5Baltimore RavensU 34.5
SunOct 15, 20001:02@St Louis RamsW 45-29L -18Atlanta FalconsO 58.5
SunOct 15, 20001:03@New York GiantsW 19-14W -4Dallas CowboysU 40.5
SunOct 15, 20001:04@New Orleans SaintsW 24-6W PKCarolina PanthersU 40.5
SunOct 15, 20004:05@New England PatriotsL 17-34L -3New York JetsO 37
SunOct 15, 20004:05Indianapolis ColtsW 37-24W -5.5@Seattle SeahawksO 44
SunOct 15, 20004:06@Denver BroncosW 44-10W -12.5Cleveland BrownsO 44
SunOct 15, 20004:15Philadelphia EaglesW 33-14W -2.5@Arizona CardinalsO 39
SunOct 15, 20004:15@Green Bay PackersW 31-28L -4.5San Francisco 49ersO 49.5
SunOct 15, 20008:35Minnesota VikingsW 28-16W -6@Chicago BearsP 44
MonOct 16, 20009:10@Tennessee TitansW 27-13W -6Jacksonville JaguarsO 38
+ + +

+ +

Back to top

2000 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 19, 20008:35@Tampa Bay BuccaneersL 14-28L -8Detroit LionsO 37.5
SunOct 22, 20001:00Denver BroncosL 21-31L -10@Cincinnati BengalsO 43
SunOct 22, 20001:00@Dallas CowboysW 48-7W -7Arizona CardinalsO 41.5
SunOct 22, 20001:00@Indianapolis ColtsW 30-23L -8.5New England PatriotsO 47
SunOct 22, 20001:00St Louis RamsL 34-54L -7@Kansas City ChiefsO 56
SunOct 22, 20001:02@Baltimore RavensL 6-14L -1Tennessee TitansU 35
SunOct 22, 20001:02@Carolina PanthersW 34-16W -3San Francisco 49ersP 50
SunOct 22, 20001:02@Minnesota VikingsW 31-27L -6.5Buffalo BillsO 44.5
SunOct 22, 20001:03@Philadelphia EaglesW 13-9L -6.5Chicago BearsU 41
SunOct 22, 20001:05New Orleans SaintsW 21-19W -1.5@Atlanta FalconsP 40
SunOct 22, 20004:05@Oakland RaidersW 31-3W -7.5Seattle SeahawksU 44
SunOct 22, 20004:05@Pittsburgh SteelersW 22-0W -9Cleveland BrownsU 37.5
SunOct 22, 20004:15Washington RedskinsW 35-16W -4@Jacksonville JaguarsO 36
MonOct 23, 20009:10@New York JetsW 40-37 (OT)P -3Miami DolphinsO 35
+ + +

+ +

Back to top

2000 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 20001:01@Buffalo BillsW 23-20L -3.5New York JetsO 41
SunOct 29, 20001:01@Tampa Bay BuccaneersW 41-13W -3Minnesota VikingsO 41
SunOct 29, 20001:02Carolina PanthersL 12-13L -3@Atlanta FalconsU 45.5
SunOct 29, 20001:02@Baltimore RavensL 6-9L -4.5Pittsburgh SteelersU 33
SunOct 29, 20001:02@Miami DolphinsW 28-20W -4.5Green Bay PackersO 38.5
SunOct 29, 20001:03Cincinnati BengalsW 12-3W -3@Cleveland BrownsU 35.5
SunOct 29, 20002:00@Indianapolis ColtsW 30-18W -7Detroit LionsO 47
SunOct 29, 20004:05New Orleans SaintsW 21-10W -6@Arizona CardinalsU 41
SunOct 29, 20004:05St Louis RamsW 34-24W -7@San Francisco 49ersU 63
SunOct 29, 20004:07@New York GiantsW 24-7W -3.5Philadelphia EaglesU 37
SunOct 29, 20004:15@Dallas CowboysL 17-23 (OT)L -4Jacksonville JaguarsU 44.5
SunOct 29, 20004:16Kansas City ChiefsW 24-19W -4@Seattle SeahawksP 43
SunOct 29, 20008:35Oakland RaidersW 15-13L -6.5@San Diego ChargersU 42.5
MonOct 30, 20009:01@Washington RedskinsL 21-27L -4Tennessee TitansO 37.5
+ + +

+ +

Back to top

2000 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 20001:01@Detroit LionsL 8-23L -2.5Miami DolphinsU 39
SunNov 5, 20001:02Tampa Bay BuccaneersW 27-14W -7@Atlanta FalconsO 40
SunNov 5, 20001:02Indianapolis ColtsL 24-27L -7@Chicago BearsO 45
SunNov 5, 20001:02@New England PatriotsL 13-16 (OT)L -2Buffalo BillsU 39
SunNov 5, 20001:02@New Orleans SaintsW 31-15W -5.5San Francisco 49ersU 48
SunNov 5, 20001:03Baltimore RavensW 27-7W -6@Cincinnati BengalsO 32.5
SunNov 5, 20001:03New York GiantsW 24-3W -10@Cleveland BrownsU 33.5
SunNov 5, 20001:03@Philadelphia EaglesW 16-13 (OT)P -3Dallas CowboysU 40
SunNov 5, 20001:03@Tennessee TitansW 9-7L -8Pittsburgh SteelersU 36.5
SunNov 5, 20001:15@Oakland RaidersW 49-31W -3.5Kansas City ChiefsO 44
SunNov 5, 20004:05Washington RedskinsL 15-16L -10@Arizona CardinalsU 40
SunNov 5, 20004:15@New York JetsL 23-30L -3Denver BroncosO 45.5
SunNov 5, 20004:15@Seattle SeahawksW 17-15L -4.5San Diego ChargersU 39.5
SunNov 5, 20008:35@St Louis RamsL 24-27L -13.5Carolina PanthersU 59.5
MonNov 6, 20009:09Minnesota VikingsL 20-26 (OT)L -3.5@Green Bay PackersU 47.5
+ + +

+ +

Back to top

2000 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 20001:00@Dallas CowboysW 23-6W -8.5Cincinnati BengalsU 39
SunNov 12, 20001:00@Minnesota VikingsW 31-14W -12.5Arizona CardinalsU 46
SunNov 12, 20001:01@Detroit LionsW 13-10L -8.5Atlanta FalconsU 40
SunNov 12, 20001:01@Pittsburgh SteelersL 23-26 (OT)L -3.5Philadelphia EaglesO 33
SunNov 12, 20001:02@Buffalo BillsW 20-3W -7Chicago BearsU 39.5
SunNov 12, 20001:02New Orleans SaintsW 20-10W -2@Carolina PanthersU 37.5
SunNov 12, 20001:02@Jacksonville JaguarsL 21-28L -7.5Seattle SeahawksO 40.5
SunNov 12, 20001:03New England PatriotsL 11-19L -7@Cleveland BrownsU 32
SunNov 12, 20001:03@Tennessee TitansL 23-24L -4Baltimore RavensO 33
SunNov 12, 20004:00Kansas City ChiefsL 7-21L -3.5@San Francisco 49ersU 52
SunNov 12, 20004:05Miami DolphinsW 17-7W -5@San Diego ChargersU 33.5
SunNov 12, 20004:15St Louis RamsW 38-24W -2@New York GiantsO 48.5
SunNov 12, 20004:15@Tampa Bay BuccaneersW 20-15L -9Green Bay PackersU 42
SunNov 12, 20008:35@Indianapolis ColtsW 23-15W -6New York JetsU 52.5
MonNov 13, 20009:09@Denver BroncosW 27-24P -3Oakland RaidersO 50
+ + +

+ +

Back to top

2000 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 20001:00@Kansas City ChiefsL 17-21L -3Buffalo BillsU 42
SunNov 19, 20001:00@Minnesota VikingsW 31-17W -9.5Carolina PanthersO 46.5
SunNov 19, 20001:02Indianapolis ColtsL 24-26L -6@Green Bay PackersO 46
SunNov 19, 20001:02@New England PatriotsW 16-13L -7Cincinnati BengalsU 36
SunNov 19, 20001:02Oakland RaidersW 31-22W -3@New Orleans SaintsO 43
SunNov 19, 20001:02@Philadelphia EaglesW 34-9W -7Arizona CardinalsO 38
SunNov 19, 20001:03@New York GiantsL 21-31L -5Detroit LionsO 36.5
SunNov 19, 20001:03@Tennessee TitansW 24-10L -16Cleveland BrownsU 35.5
SunNov 19, 20001:04Tampa Bay BuccaneersL 10-13L -8@Chicago BearsU 36
SunNov 19, 20004:05@Denver BroncosW 38-37L -9.5San Diego ChargersO 42.5
SunNov 19, 20004:05@Miami DolphinsL 3-20L -3.5New York JetsU 38.5
SunNov 19, 20004:15@Baltimore RavensW 27-0W -7Dallas CowboysU 36
SunNov 19, 20004:16@San Francisco 49ersW 16-6W -5.5Atlanta FalconsU 47.5
SunNov 19, 20008:35@Pittsburgh SteelersL 24-34L -3Jacksonville JaguarsO 37
MonNov 20, 20009:08@St Louis RamsL 20-33L -5.5Washington RedskinsU 56
+ + +

+ +

Back to top

2000 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 200012:36@Detroit LionsW 34-9W -6.5New England PatriotsO 38
ThuNov 23, 20004:08Minnesota VikingsW 27-15W -7@Dallas CowboysU 48
SunNov 26, 20001:00@Tampa Bay BuccaneersW 31-17W -4Buffalo BillsO 37
SunNov 26, 20001:01@Baltimore RavensW 44-7W -15Cleveland BrownsO 34
SunNov 26, 20001:01@Washington RedskinsL 20-23L -7Philadelphia EaglesO 37
SunNov 26, 20001:02Pittsburgh SteelersW 48-28W -4@Cincinnati BengalsO 34
SunNov 26, 20001:02@New York JetsW 17-10P -7Chicago BearsU 39.5
SunNov 26, 20001:02@St Louis RamsL 24-31L -13.5New Orleans SaintsO 53.5
SunNov 26, 20004:05@Oakland RaidersW 41-14W -11Atlanta FalconsO 44
SunNov 26, 20004:15@Indianapolis ColtsL 14-17L -5.5Miami DolphinsU 44.5
SunNov 26, 20004:15Tennessee TitansL 13-16L -3@Jacksonville JaguarsU 41.5
SunNov 26, 20004:15Kansas City ChiefsL 16-17L -3@San Diego ChargersU 41
SunNov 26, 20004:16Denver BroncosW 38-31W -3@Seattle SeahawksO 45.5
SunNov 26, 20008:35New York GiantsW 31-7W -6@Arizona CardinalsU 39
MonNov 27, 20009:12@Carolina PanthersW 31-14W PKGreen Bay PackersO 44
+ + +

+ +

Back to top

2000 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 30, 20008:35@Minnesota VikingsW 24-17L -9Detroit LionsU 48.5
SunDec 3, 20001:01Oakland RaidersL 20-21L -3@Pittsburgh SteelersU 42
SunDec 3, 20001:01@Tampa Bay BuccaneersW 27-7W -10Dallas CowboysU 37
SunDec 3, 20001:01@Washington RedskinsL 7-9L -6New York GiantsU 38
SunDec 3, 20001:02@Buffalo BillsL 6-33L -3.5Miami DolphinsO 36
SunDec 3, 20001:02@Cincinnati BengalsW 24-13W -4Arizona CardinalsU 38.5
SunDec 3, 20001:02@New Orleans SaintsL 23-38L PKDenver BroncosO 45
SunDec 3, 20001:03Tennessee TitansW 15-13L -3@Philadelphia EaglesU 36.5
SunDec 3, 20001:04St Louis RamsL 3-16L -8@Carolina PanthersU 58
SunDec 3, 20001:05@Atlanta FalconsL 10-30L PKSeattle SeahawksU 42
SunDec 3, 20004:05San Francisco 49ersW 45-17W -2.5@San Diego ChargersO 44
SunDec 3, 20004:15@New York JetsW 27-17W -2.5Indianapolis ColtsP 44
SunDec 3, 20004:16@Jacksonville JaguarsW 48-0W -14.5Cleveland BrownsO 39
SunDec 3, 20008:35Green Bay PackersW 28-6W -2.5@Chicago BearsU 39
MonDec 4, 20009:09@New England PatriotsW 30-24W -1Kansas City ChiefsO 41
+ + +

+ +

Back to top

2000 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 10, 20001:00@Kansas City ChiefsW 15-14L -2.5Carolina PanthersU 42
SunDec 10, 20001:02@Baltimore RavensW 24-3W -13.5San Diego ChargersU 36.5
SunDec 10, 20001:02@Chicago BearsW 24-17W -2New England PatriotsO 36.5
SunDec 10, 20001:02@Green Bay PackersW 26-13W -3.5Detroit LionsU 41
SunDec 10, 20001:02@Jacksonville JaguarsW 44-10W -15Arizona CardinalsO 42
SunDec 10, 20001:02@Miami DolphinsL 13-16L -2.5Tampa Bay BuccaneersU 34.5
SunDec 10, 20001:03Philadelphia EaglesW 35-24L -14@Cleveland BrownsO 35.5
SunDec 10, 20001:03@New York GiantsW 30-10W -3.5Pittsburgh SteelersO 35.5
SunDec 10, 20001:03@Tennessee TitansW 35-3W -13Cincinnati BengalsO 36
SunDec 10, 20004:05@Denver BroncosW 31-24L -10Seattle SeahawksO 48
SunDec 10, 20004:15Washington RedskinsL 13-32L -6@Dallas CowboysO 39
SunDec 10, 20004:15@San Francisco 49ersL 27-31L -3New Orleans SaintsO 47.5
SunDec 10, 20004:15@St Louis RamsW 40-29W -3.5Minnesota VikingsO 56.5
SunDec 10, 20008:35@Oakland RaidersW 31-7W -3.5New York JetsU 47
MonDec 11, 20009:00@Indianapolis ColtsW 44-20W -6Buffalo BillsO 45
+ + +

+ +

Back to top

2000 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 16, 200012:37Washington RedskinsL 3-24L -1@Pittsburgh SteelersU 37.5
SatDec 16, 20004:06Oakland RaidersL 24-27L -6@Seattle SeahawksO 47.5
SunDec 17, 20001:00Denver BroncosL 7-20L -3@Kansas City ChiefsU 47
SunDec 17, 20001:00@Minnesota VikingsL 28-33L -7.5Green Bay PackersO 49
SunDec 17, 20001:02@Buffalo BillsL 10-13 (OT)L -4.5New England PatriotsU 39
SunDec 17, 20001:02Jacksonville JaguarsL 14-17L -10.5@Cincinnati BengalsU 42.5
SunDec 17, 20001:02@New York JetsL 7-10L -6.5Detroit LionsU 39.5
SunDec 17, 20001:03Tennessee TitansW 24-0W -16@Cleveland BrownsU 37
SunDec 17, 20001:03@New Orleans SaintsW 23-7W -10Atlanta FalconsU 41
SunDec 17, 20001:04@Carolina PanthersW 30-22L -8.5San Diego ChargersO 38.5
SunDec 17, 20004:00@San Francisco 49ersW 17-0W -6Chicago BearsU 45.5
SunDec 17, 20004:15Baltimore RavensW 13-7L -15@Arizona CardinalsU 37.5
SunDec 17, 20004:16@Miami DolphinsL 13-20L -3Indianapolis ColtsU 42
SunDec 17, 20008:20New York GiantsW 17-13L -6.5@Dallas CowboysU 36
MonDec 18, 20009:00St Louis RamsL 35-38L -1@Tampa Bay BuccaneersO 49
+ + +

+ +

Back to top

2000 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 23, 200012:37@New York GiantsW 28-25L -4Jacksonville JaguarsO 37.5
SatDec 23, 20004:17@Denver BroncosW 38-9W -7San Francisco 49ersU 48.5
SatDec 23, 20008:36@Seattle SeahawksL 23-42L -3Buffalo BillsO 42.5
SunDec 24, 20001:01@Washington RedskinsW 20-3W -7Arizona CardinalsU 38.5
SunDec 24, 20001:02@Baltimore RavensW 34-20W -6New York JetsO 35.5
SunDec 24, 20001:02@Detroit LionsL 20-23L -10Chicago BearsO 37
SunDec 24, 20001:02@Green Bay PackersW 17-14 (OT)W -2.5Tampa Bay BuccaneersU 38
SunDec 24, 20001:02Miami DolphinsW 27-24L -4@New England PatriotsO 35
SunDec 24, 20001:02St Louis RamsW 26-21W -3.5@New Orleans SaintsU 56
SunDec 24, 20001:03@Philadelphia EaglesW 16-7L -10.5Cincinnati BengalsU 35
SunDec 24, 20001:05Kansas City ChiefsL 13-29L -4.5@Atlanta FalconsO 40.5
SunDec 24, 20004:05Pittsburgh SteelersW 34-21W -3@San Diego ChargersO 37.5
SunDec 24, 20004:15@Indianapolis ColtsW 31-10W -3Minnesota VikingsU 53.5
SunDec 24, 20004:15@Oakland RaidersW 52-9W -9Carolina PanthersO 45.5
MonDec 25, 20009:10@Tennessee TitansW 31-0W -13.5Dallas CowboysU 37.5
+ + +

+

Back to top

+

2000 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatDec 30, 200012:33Indianapolis Colts (6)L 17-23 (OT)L -1.5@Miami Dolphins (3)U 42
NFC Wild CardSatDec 30, 20004:05St Louis Rams (6)L 28-31L -6.5@New Orleans Saints (3)O 55
AFC Wild CardSunDec 31, 200012:35@Baltimore Ravens (4)W 21-3W -3.5Denver Broncos (5)U 41
NFC Wild CardSunDec 31, 20004:16Tampa Bay Buccaneers (5)L 3-21L -3@Philadelphia Eagles (4)U 34
NFC DivisionalSatJan 6, 200112:30@Minnesota Vikings (2)W 34-16W -8New Orleans Saints (3)P 50
AFC DivisionalSatJan 6, 20014:05@Oakland Raiders (2)W 27-0W -9Miami Dolphins (3)U 42
AFC DivisionalSunJan 7, 200112:35@Tennessee Titans (1)L 10-24L -6Baltimore Ravens (4)O 33.5
NFC DivisionalSunJan 7, 20014:15@New York Giants (1)W 20-10W -4.5Philadelphia Eagles (4)U 33.5
NFC ChampionshipSunJan 14, 200112:37Minnesota Vikings (2)L 0-41L -2.5@New York Giants (1)U 41.5
AFC ChampionshipSunJan 14, 20014:05@Oakland Raiders (2)L 3-16L -6Baltimore Ravens (4)U 38
Super Bowl XXXVSunJan 28, 20016:28NBaltimore Ravens (4)W 34-7W -3New York Giants (1)O 33
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2001.html b/data/2001.html new file mode 100644 index 0000000..75dc0db --- /dev/null +++ b/data/2001.html @@ -0,0 +1,5210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2001 Season

+ +

Historical NFL Game Odds

2001 Season

<<-- 2000 Season    2002 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2001 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-2 (85.7%)7-5-2 (58.3%)7-8 (46.7%)8-5-2 (61.5%)6-2 (75.0%)5-3-0 (62.5%)0-6 (0.0%)2-2-2 (50.0%)5-10-0 (33.3%)
210-4 (71.4%)9-5-0 (64.3%)8-6 (57.1%)9-5-0 (64.3%)5-1 (83.3%)5-1-0 (83.3%)3-5 (37.5%)4-4-0 (50.0%)5-9-0 (35.7%)
39-5 (64.3%)9-5-0 (64.3%)7-7 (50.0%)7-7-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)2-4 (33.3%)2-4-0 (33.3%)8-6-0 (57.1%)
411-4 (73.3%)9-5-1 (64.3%)11-4 (73.3%)9-5-1 (64.3%)9-2 (81.8%)7-3-1 (70.0%)2-2 (50.0%)2-2-0 (50.0%)5-9-1 (35.7%)
58-5 (61.5%)2-9-2 (18.2%)10-4 (71.4%)6-6-2 (50.0%)6-2 (75.0%)1-5-2 (16.7%)3-2 (60.0%)4-1-0 (80.0%)9-4-1 (69.2%)
62-11 (15.4%)1-12-0 (7.7%)5-8 (38.5%)6-7-0 (46.2%)0-6 (0.0%)0-6-0 (0.0%)5-2 (71.4%)6-1-0 (85.7%)5-8-0 (38.5%)
79-5 (64.3%)6-8-0 (42.9%)8-6 (57.1%)7-7-0 (50.0%)6-3 (66.7%)4-5-0 (44.4%)2-3 (40.0%)3-2-0 (60.0%)11-3-0 (78.6%)
89-5 (64.3%)6-8-0 (42.9%)8-6 (57.1%)5-9-0 (35.7%)7-4 (63.6%)4-7-0 (36.4%)1-2 (33.3%)1-2-0 (33.3%)7-7-0 (50.0%)
913-2 (86.7%)10-4-1 (71.4%)9-6 (60.0%)9-5-1 (64.3%)8-1 (88.9%)7-2-0 (77.8%)1-5 (16.7%)2-3-1 (40.0%)6-9-0 (40.0%)
109-6 (60.0%)6-9-0 (40.0%)5-10 (33.3%)8-7-0 (53.3%)5-6 (45.5%)5-6-0 (45.5%)0-4 (0.0%)3-1-0 (75.0%)9-5-1 (64.3%)
118-6 (57.1%)4-8-2 (33.3%)3-12 (20.0%)5-8-2 (38.5%)2-6 (25.0%)2-6-0 (25.0%)0-6 (0.0%)2-2-2 (50.0%)7-8-0 (46.7%)
1211-4 (73.3%)6-8-1 (42.9%)7-8 (46.7%)4-10-1 (28.6%)7-4 (63.6%)3-7-1 (30.0%)0-4 (0.0%)1-3-0 (25.0%)5-10-0 (33.3%)
1311-4 (73.3%)8-7-0 (53.3%)12-3 (80.0%)9-6-0 (60.0%)10-2 (83.3%)7-5-0 (58.3%)2-1 (66.7%)2-1-0 (66.7%)6-9-0 (40.0%)
1410-5 (66.7%)7-8-0 (46.7%)9-6 (60.0%)8-7-0 (53.3%)6-2 (75.0%)4-4-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)6-9-0 (40.0%)
1511-4 (73.3%)7-7-1 (50.0%)10-5 (66.7%)8-6-1 (57.1%)10-4 (71.4%)7-6-1 (53.8%)0-1 (0.0%)1-0-0 (100.%)7-7-1 (50.0%)
167-8 (46.7%)4-10-1 (28.6%)8-7 (53.3%)5-9-1 (35.7%)6-6 (50.0%)3-8-1 (27.3%)2-1 (66.7%)2-1-0 (66.7%)8-7-0 (53.3%)
1711-4 (73.3%)9-6-0 (60.0%)9-6 (60.0%)7-8-0 (46.7%)8-3 (72.7%)6-5-0 (54.5%)1-3 (25.0%)1-3-0 (25.0%)8-7-0 (53.3%)
Playoffs7-4 (63.6%)5-5-1 (50.0%)7-3 (70.0%)5-4-1 (55.6%)7-3 (70.0%)5-4-1 (55.6%)0-0 0-0-0 7-4-0 (63.6%)
+ +


2001 Results by Team

Click on a team to view 2001 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals7-9 (43.8%)9-6-1 (60.0%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)2-1 (66.7%)2-1-0 (66.7%)5-10-1 (33.3%)
Atlanta Falcons7-9 (43.8%)6-8-2 (42.9%)5-2 (71.4%)3-3-1 (50.0%)3-5 (37.5%)2-6-0 (25.0%)3-2 (60.0%)2-3-0 (40.0%)5-11-0 (31.3%)
Baltimore Ravens10-6 (62.5%)8-7-1 (53.3%)8-4 (66.7%)6-5-1 (54.5%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)7-9-0 (43.8%)
Buffalo Bills3-13 (18.8%)6-10 (37.5%)1-0 (100.%)0-1-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)1-0 (100.%)0-1-0 (0.0%)8-8-0 (50.0%)
Carolina Panthers1-15 (6.3%)7-8-1 (46.7%)0-2 (0.0%)0-2-0 (0.0%)0-8 (0.0%)4-3-1 (57.1%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Chicago Bears13-3 (81.3%)11-4-1 (73.3%)7-0 (100.%)5-1-1 (83.3%)7-1 (87.5%)5-2-1 (71.4%)6-0 (100.%)4-1-1 (80.0%)5-11-0 (31.3%)
Cincinnati Bengals6-10 (37.5%)8-8 (50.0%)1-3 (25.0%)1-3-0 (25.0%)4-4 (50.0%)5-3-0 (62.5%)1-3 (25.0%)1-3-0 (25.0%)7-9-0 (43.8%)
Cleveland Browns7-9 (43.8%)8-7-1 (53.3%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)5-2-1 (71.4%)1-2 (33.3%)1-2-0 (33.3%)11-4-1 (73.3%)
Dallas Cowboys5-11 (31.3%)8-8 (50.0%)1-1 (50.0%)0-2-0 (0.0%)4-4 (50.0%)5-3-0 (62.5%)1-0 (100.%)0-1-0 (0.0%)7-9-0 (43.8%)
Denver Broncos8-8 (50.0%)7-9 (43.8%)8-5 (61.5%)7-6-0 (53.8%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)7-9-0 (43.8%)
Detroit Lions2-14 (12.5%)9-7 (56.3%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)5-3-0 (62.5%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
Green Bay Packers12-4 (75.0%)9-7 (56.3%)11-3 (78.6%)8-6-0 (57.1%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)8-7-1 (53.3%)
Indianapolis Colts6-10 (37.5%)6-10 (37.5%)6-6 (50.0%)6-6-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)3-5-0 (37.5%)13-3-0 (81.3%)
Jacksonville Jaguars6-10 (37.5%)7-8-1 (46.7%)3-4 (42.9%)3-4-0 (42.9%)3-5 (37.5%)3-4-1 (42.9%)3-3 (50.0%)3-3-0 (50.0%)9-7-0 (56.3%)
Kansas City Chiefs6-10 (37.5%)7-8-1 (46.7%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)2-5-1 (28.6%)2-2 (50.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Miami Dolphins11-5 (68.8%)10-5-1 (66.7%)9-2 (81.8%)8-2-1 (80.0%)7-1 (87.5%)6-1-1 (85.7%)7-1 (87.5%)6-1-1 (85.7%)8-7-1 (53.3%)
Minnesota Vikings5-11 (31.3%)6-10 (37.5%)2-5 (28.6%)1-6-0 (14.3%)5-3 (62.5%)4-4-0 (50.0%)2-3 (40.0%)1-4-0 (20.0%)6-9-1 (40.0%)
New England Patriots11-5 (68.8%)11-5 (68.8%)5-0 (100.%)4-1-0 (80.0%)6-2 (75.0%)7-1-0 (87.5%)3-0 (100.%)3-0-0 (100.%)9-7-0 (56.3%)
New Orleans Saints7-9 (43.8%)6-10 (37.5%)6-3 (66.7%)4-5-0 (44.4%)3-5 (37.5%)2-6-0 (25.0%)3-3 (50.0%)2-4-0 (33.3%)9-7-0 (56.3%)
New York Giants7-9 (43.8%)5-9-2 (35.7%)6-3 (66.7%)2-5-2 (28.6%)5-3 (62.5%)1-5-2 (16.7%)5-1 (83.3%)1-3-2 (25.0%)6-9-1 (40.0%)
New York Jets10-6 (62.5%)8-8 (50.0%)5-3 (62.5%)3-5-0 (37.5%)3-5 (37.5%)2-6-0 (25.0%)2-3 (40.0%)1-4-0 (20.0%)5-10-1 (33.3%)
Oakland Raiders10-6 (62.5%)7-8-1 (46.7%)8-4 (66.7%)5-6-1 (45.5%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)9-7-0 (56.3%)
Philadelphia Eagles11-5 (68.8%)10-5-1 (66.7%)9-3 (75.0%)8-4-0 (66.7%)4-4 (50.0%)3-4-1 (42.9%)4-3 (57.1%)3-4-0 (42.9%)5-10-1 (33.3%)
Pittsburgh Steelers13-3 (81.3%)11-4-1 (73.3%)9-2 (81.8%)7-3-1 (70.0%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-9-0 (43.8%)
San Diego Chargers5-11 (31.3%)5-10-1 (33.3%)4-5 (44.4%)3-6-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)9-7-0 (56.3%)
San Francisco 49ers12-4 (75.0%)9-7 (56.3%)10-1 (90.9%)6-5-0 (54.5%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)4-3-0 (57.1%)7-9-0 (43.8%)
Seattle Seahawks9-7 (56.3%)5-9-2 (35.7%)5-1 (83.3%)1-4-1 (20.0%)6-2 (75.0%)4-3-1 (57.1%)3-0 (100.%)1-1-1 (50.0%)9-7-0 (56.3%)
St Louis Rams14-2 (87.5%)9-6-1 (60.0%)14-2 (87.5%)9-6-1 (60.0%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)8-8-0 (50.0%)
Tampa Bay Buccaneers9-7 (56.3%)6-9-1 (40.0%)8-4 (66.7%)4-8-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-11-0 (31.3%)
Tennessee Titans7-9 (43.8%)5-10-1 (33.3%)3-5 (37.5%)1-6-1 (14.3%)3-5 (37.5%)2-5-1 (28.6%)2-4 (33.3%)1-4-1 (20.0%)11-5-0 (68.8%)
Washington Redskins8-8 (50.0%)8-7-1 (53.3%)1-2 (33.3%)0-3-0 (0.0%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)6-10-0 (37.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2001 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 9, 200112:01Oakland RaidersW 27-24P -3@Kansas City ChiefsO 43
SunSep 9, 200112:02@Green Bay PackersW 28-6W -5.5Detroit LionsU 41.5
SunSep 9, 200112:03Tampa Bay BuccaneersW 10-6L -9@Dallas CowboysU 34
SunSep 9, 20011:00@Minnesota VikingsL 13-24L -10Carolina PanthersU 45
SunSep 9, 20011:02@Baltimore RavensW 17-6W -10.5Chicago BearsU 33.5
SunSep 9, 20011:02Seattle SeahawksW 9-6L -4@Cleveland BrownsU 38.5
SunSep 9, 20011:03@Cincinnati BengalsW 23-17W PKNew England PatriotsO 36
SunSep 9, 20011:03Indianapolis ColtsW 45-24W -1.5@New York JetsO 44.5
SunSep 9, 20011:05New Orleans SaintsW 24-6W -1.5@Buffalo BillsU 37.5
SunSep 9, 20011:05@Jacksonville JaguarsW 21-3W -3Pittsburgh SteelersU 37.5
SunSep 9, 20011:15@San Francisco 49ersW 16-13 (OT)L -3.5Atlanta FalconsU 46
SunSep 9, 20014:15@San Diego ChargersW 30-3W -2.5Washington RedskinsU 36.5
SunSep 9, 20014:16St Louis RamsW 20-17 (OT)P -3@Philadelphia EaglesU 46
SunSep 9, 20018:36@Tennessee TitansL 23-31L -6.5Miami DolphinsO 34
MonSep 10, 20017:07@Denver BroncosW 31-20W -7New York GiantsO 43.5
+ + +

+ +

Back to top

2001 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 200112:00@Kansas City ChiefsL 3-13L -1.5New York GiantsU 39
SunSep 23, 200112:12Minnesota VikingsL 10-17L -3@Chicago BearsU 43.5
SunSep 23, 20011:00@Indianapolis ColtsW 42-26W -10Buffalo BillsO 44.5
SunSep 23, 20011:10@Jacksonville JaguarsW 13-6W -2Tennessee TitansU 36
SunSep 23, 20011:10@Miami DolphinsW 18-15W -1.5Oakland RaidersU 40
SunSep 23, 20011:11Baltimore RavensL 10-21L -7@Cincinnati BengalsU 33.5
SunSep 23, 20011:12@Atlanta FalconsW 24-16W -3.5Carolina PanthersU 41
SunSep 23, 20011:12San Diego ChargersW 32-21W -3.5@Dallas CowboysO 34
SunSep 23, 20011:13Detroit LionsL 14-24L -1.5@Cleveland BrownsO 33
SunSep 23, 20014:15New York JetsW 10-3W -1.5@New England PatriotsU 38.5
SunSep 23, 20014:27Philadelphia EaglesW 27-3W -2.5@Seattle SeahawksU 37
SunSep 23, 20014:29St Louis RamsW 30-26L -6@San Francisco 49ersO 50
SunSep 23, 20018:37Denver BroncosW 38-17W -8.5@Arizona CardinalsO 45
MonSep 24, 20019:08@Green Bay PackersW 37-0W -8.5Washington RedskinsU 41
+ + +

+ +

Back to top

2001 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 200112:03@St Louis RamsW 42-10W -6Miami DolphinsO 44
SunSep 30, 20011:00Tampa Bay BuccaneersL 16-20L -2.5@Minnesota VikingsU 39
SunSep 30, 20011:01Kansas City ChiefsW 45-13W -3@Washington RedskinsO 35.5
SunSep 30, 20011:03Pittsburgh SteelersW 20-3W -3@Buffalo BillsU 36
SunSep 30, 20011:03Green Bay PackersW 28-7W -3.5@Carolina PanthersU 41
SunSep 30, 20011:03Indianapolis ColtsL 13-44L -11.5@New England PatriotsO 45
SunSep 30, 20011:06@New York GiantsW 21-13W -3New Orleans SaintsU 37
SunSep 30, 20014:05Atlanta FalconsW 34-14W -3@Arizona CardinalsO 42
SunSep 30, 20014:10@Oakland RaidersW 38-14W -10.5Seattle SeahawksO 39
SunSep 30, 20014:15@Denver BroncosL 13-20L -4.5Baltimore RavensU 41
SunSep 30, 20014:15@Jacksonville JaguarsL 14-23L -8.5Cleveland BrownsO 35.5
SunSep 30, 20014:15@San Diego ChargersW 28-14W -6.5Cincinnati BengalsO 39
SunSep 30, 20018:38@Philadelphia EaglesW 40-18W -13.5Dallas CowboysO 34.5
MonOct 1, 20019:10@New York JetsL 17-19L -3San Francisco 49ersU 44.5
+ + +

+ +

Back to top

2001 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 200112:05@New Orleans SaintsW 28-15W -3.5Minnesota VikingsU 44
SunOct 7, 20011:02@Baltimore RavensW 26-7W -3.5Tennessee TitansU 33.5
SunOct 7, 20011:02San Diego ChargersL 16-20L -3@Cleveland BrownsO 35
SunOct 7, 20011:02@Pittsburgh SteelersW 16-7W -5Cincinnati BengalsU 35.5
SunOct 7, 20011:03@Miami DolphinsW 30-10W -9.5New England PatriotsO 35
SunOct 7, 20011:04@New York GiantsW 23-9P -14Washington RedskinsU 36
SunOct 7, 20011:05@Atlanta FalconsL 3-31L -3.5Chicago BearsU 39.5
SunOct 7, 20011:09@Philadelphia EaglesL 20-21L -14.5Arizona CardinalsP 41
SunOct 7, 20011:15@Oakland RaidersW 28-21L -18Dallas CowboysO 41.5
SunOct 7, 20012:05@Denver BroncosW 20-6W -10Kansas City ChiefsU 48
SunOct 7, 20014:05New York JetsW 42-36W -4.5@Buffalo BillsO 36
SunOct 7, 20014:05Jacksonville JaguarsL 15-24L -3.5@Seattle SeahawksO 35
SunOct 7, 20014:15@Tampa Bay BuccaneersW 14-10W -3Green Bay PackersU 36.5
SunOct 7, 20018:38@San Francisco 49ersW 24-14W -6.5Carolina PanthersU 45
MonOct 8, 20019:07St Louis RamsW 35-0W -12.5@Detroit LionsU 48.5
+ + +

+ +

Back to top

2001 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 200112:00@Kansas City ChiefsL 17-20L -2.5Pittsburgh SteelersO 36
SunOct 14, 200112:02@St Louis RamsW 15-14L -10.5New York GiantsU 45
SunOct 14, 200112:03@Chicago BearsW 20-13P -7Arizona CardinalsU 39.5
SunOct 14, 20011:00@Minnesota VikingsW 31-26L -10Detroit LionsO 44
SunOct 14, 20011:02New Orleans SaintsW 27-25L -5@Carolina PanthersO 39.5
SunOct 14, 20011:02@Cincinnati BengalsW 24-14W -1.5Cleveland BrownsO 35
SunOct 14, 20011:02@Green Bay PackersW 31-23W PKBaltimore RavensO 34
SunOct 14, 20011:03San Diego ChargersL 26-29 (OT)L -3@New England PatriotsO 36
SunOct 14, 20011:04San Francisco 49ersW 37-31 (OT)W -3@Atlanta FalconsO 43.5
SunOct 14, 20011:04@Tennessee TitansW 31-28 (OT)P -3Tampa Bay BuccaneersO 33
SunOct 14, 20014:15Miami DolphinsL 17-21L -3@New York JetsP 38
SunOct 14, 20014:16Denver BroncosL 21-34L -6@Seattle SeahawksO 44
SunOct 14, 20018:30@Indianapolis ColtsL 18-23L -3.5Oakland RaidersU 52
MonOct 15, 20018:08@Dallas CowboysW 9-7L -3Washington RedskinsU 37
+ + +

+ +

Back to top

2001 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 18, 20018:35@Jacksonville JaguarsL 10-13L -9Buffalo BillsU 38.5
SunOct 21, 200112:03@New Orleans SaintsL 13-20L -8Atlanta FalconsU 42
SunOct 21, 20011:00Tennessee TitansW 27-24L -5.5@Detroit LionsO 38.5
SunOct 21, 20011:00@Indianapolis ColtsL 17-38L -10.5New England PatriotsO 48
SunOct 21, 20011:01@Tampa Bay BuccaneersL 10-17L -5Pittsburgh SteelersU 33.5
SunOct 21, 20011:01Carolina PanthersL 14-17 (OT)L -3.5@Washington RedskinsU 36
SunOct 21, 20011:02@Cincinnati BengalsL 0-24L -1Chicago BearsU 36
SunOct 21, 20011:02Baltimore RavensL 14-24L -7.5@Cleveland BrownsO 33
SunOct 21, 20011:02St Louis RamsW 34-14W -7@New York JetsO 46.5
SunOct 21, 20011:05Denver BroncosL 10-27L -2.5@San Diego ChargersU 43.5
SunOct 21, 20013:15Green Bay PackersL 13-35L -3@Minnesota VikingsO 47.5
SunOct 21, 20014:05Kansas City ChiefsL 16-24L -2@Arizona CardinalsU 41
MonOct 22, 20019:09@New York GiantsL 9-10L -3Philadelphia EaglesU 35.5
+ + +

+ +

Back to top

2001 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 25, 20017:30Indianapolis ColtsW 35-28W -3@Kansas City ChiefsO 47.5
SunOct 28, 20011:00@Detroit LionsL 27-31L -3Cincinnati BengalsO 39.5
SunOct 28, 20011:01@Baltimore RavensW 18-17L -7.5Jacksonville JaguarsO 33
SunOct 28, 20011:01@Tampa Bay BuccaneersW 41-14W -3Minnesota VikingsO 38.5
SunOct 28, 20011:02New York JetsW 13-12L -2.5@Carolina PanthersU 39
SunOct 28, 20011:02@St Louis RamsL 31-34L -12New Orleans SaintsO 48.5
SunOct 28, 20011:03@Chicago BearsW 37-31 (OT)W -2San Francisco 49ersO 39
SunOct 28, 20011:15@San Diego ChargersW 27-24L -7.5Buffalo BillsO 39
SunOct 28, 20012:15@Denver BroncosW 31-20W -7New England PatriotsO 43
SunOct 28, 20013:05Arizona CardinalsL 3-17L -3@Dallas CowboysU 38
SunOct 28, 20014:05New York GiantsL 21-35L -7.5@Washington RedskinsO 33.5
SunOct 28, 20014:15@Philadelphia EaglesL 10-20L -1Oakland RaidersU 39
SunOct 28, 20014:15Miami DolphinsW 24-20W -2.5@Seattle SeahawksO 36.5
MonOct 29, 20019:05@Pittsburgh SteelersW 34-7W -3Tennessee TitansO 36
+ + +

+ +

Back to top

2001 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 20011:01@Atlanta FalconsL 10-24L -3New England PatriotsU 42.5
SunNov 4, 20011:01Indianapolis ColtsW 30-14W -3@Buffalo BillsU 44.5
SunNov 4, 20011:01@Miami DolphinsW 23-6W -10Carolina PanthersU 34.5
SunNov 4, 20011:01@Pittsburgh SteelersL 10-13L -2Baltimore RavensU 33
SunNov 4, 20011:02@Green Bay PackersW 21-20L -5Tampa Bay BuccaneersO 37
SunNov 4, 20011:03@Tennessee TitansW 28-24W -3Jacksonville JaguarsO 37.5
SunNov 4, 20011:04@New York GiantsW 27-24 (OT)L -10.5Dallas CowboysO 35.5
SunNov 4, 20014:05Philadelphia EaglesW 21-7W -7@Arizona CardinalsU 39.5
SunNov 4, 20014:05@San Francisco 49ersW 21-13L -8.5Detroit LionsU 47
SunNov 4, 20014:15@Chicago BearsW 27-21 (OT)W -4.5Cleveland BrownsO 34
SunNov 4, 20014:15@San Diego ChargersL 20-25L -5.5Kansas City ChiefsO 41
SunNov 4, 20014:15Seattle SeahawksL 14-27L -2.5@Washington RedskinsO 37
SunNov 4, 20018:37@New Orleans SaintsL 9-16L -6.5New York JetsU 42.5
MonNov 5, 20019:05@Oakland RaidersW 38-28W -5.5Denver BroncosO 45.5
+ + +

+ +

Back to top

2001 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 20011:00@Indianapolis ColtsL 24-27L -3Miami DolphinsO 44
SunNov 11, 20011:02Green Bay PackersW 20-12W -2.5@Chicago BearsU 37.5
SunNov 11, 20011:02@New England PatriotsW 21-11W -6Buffalo BillsU 40
SunNov 11, 20011:02@New York JetsW 27-7W -4.5Kansas City ChiefsU 40.5
SunNov 11, 20011:02@St Louis RamsW 48-14W -18Carolina PanthersO 47
SunNov 11, 20011:03Pittsburgh SteelersW 15-12 (OT)P -3@Cleveland BrownsU 33
SunNov 11, 20011:03Tampa Bay BuccaneersW 20-17L -5@Detroit LionsU 40
SunNov 11, 20011:03@Jacksonville JaguarsW 30-13W -4Cincinnati BengalsO 39.5
SunNov 11, 20011:05@Atlanta FalconsW 20-13W -6Dallas CowboysU 37
SunNov 11, 20014:05@Denver BroncosW 26-16W -5.5San Diego ChargersU 45
SunNov 11, 20014:15@Philadelphia EaglesW 48-17W -4.5Minnesota VikingsO 41
SunNov 11, 20014:15@San Francisco 49ersW 28-27L -3New Orleans SaintsO 45
SunNov 11, 20014:17New York GiantsW 17-10W -5.5@Arizona CardinalsU 37.5
SunNov 11, 20018:36Oakland RaidersL 27-34L -6@Seattle SeahawksO 43.5
MonNov 12, 20019:08Baltimore RavensW 16-10W -1.5@Tennessee TitansU 35
+ + +

+ +

Back to top

2001 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 20011:01@Baltimore RavensL 17-27L -8Cleveland BrownsO 33
SunNov 18, 20011:02Seattle SeahawksW 23-20L -3.5@Buffalo BillsO 39
SunNov 18, 20011:02San Francisco 49ersW 25-22 (OT)L -7@Carolina PanthersO 43
SunNov 18, 20011:02@Cincinnati BengalsL 7-20L -1.5Tennessee TitansU 39.5
SunNov 18, 20011:02@Green Bay PackersL 20-23L -10Atlanta FalconsO 39.5
SunNov 18, 20011:02@Miami DolphinsL 0-24L -5.5New York JetsU 37.5
SunNov 18, 20011:02@New Orleans SaintsW 34-20W -5.5Indianapolis ColtsO 47.5
SunNov 18, 20011:03Philadelphia EaglesW 36-3W -7@Dallas CowboysO 37
SunNov 18, 20014:05@Oakland RaidersW 34-24W -9San Diego ChargersO 45
SunNov 18, 20014:05@Pittsburgh SteelersW 20-7W -5.5Jacksonville JaguarsU 36
SunNov 18, 20014:15@Arizona CardinalsW 45-38W -2Detroit LionsO 39.5
SunNov 18, 20014:15@Denver BroncosL 10-17L -8.5Washington RedskinsU 43
SunNov 18, 20014:15@Tampa Bay BuccaneersL 24-27L -5Chicago BearsO 35
SunNov 18, 20018:35St Louis RamsW 24-17L -8.5@New England PatriotsU 46.5
MonNov 19, 20019:10@Minnesota VikingsW 28-16W -2New York GiantsP 44
+ + +

+ +

Back to top

2001 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 200112:36Green Bay PackersW 29-27L -7@Detroit LionsO 47
ThuNov 22, 20014:15Denver BroncosW 26-24L -7@Dallas CowboysO 40.5
SunNov 25, 20011:00@Indianapolis ColtsL 21-40L -2.5San Francisco 49ersO 52.5
SunNov 25, 20011:00@Kansas City ChiefsW 19-7W -1.5Seattle SeahawksU 41
SunNov 25, 20011:02Miami DolphinsW 34-27W -5@Buffalo BillsO 36
SunNov 25, 20011:02Atlanta FalconsW 10-7P -3@Carolina PanthersU 40
SunNov 25, 20011:03@Cleveland BrownsW 18-0W -6Cincinnati BengalsU 35.5
SunNov 25, 20011:03@Philadelphia EaglesL 3-13L -8Washington RedskinsU 37.5
SunNov 25, 20011:05@Tennessee TitansL 24-34L -2Pittsburgh SteelersO 34.5
SunNov 25, 20014:05@New England PatriotsW 34-17W PKNew Orleans SaintsO 42
SunNov 25, 20014:05@San Diego ChargersL 17-20L -7Arizona CardinalsU 44
SunNov 25, 20014:15Baltimore RavensW 24-21P -3@Jacksonville JaguarsO 34
SunNov 25, 20014:15Oakland RaidersW 28-10W -2.5@New York GiantsU 39
SunNov 25, 20018:35@Minnesota VikingsL 6-13L -3Chicago BearsU 45
MonNov 26, 20019:10@St Louis RamsL 17-24L -9.5Tampa Bay BuccaneersU 46
+ + +

+ +

Back to top

2001 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 20018:30Philadelphia EaglesW 23-10W -3@Kansas City ChiefsU 37
SunDec 2, 20011:01@Pittsburgh SteelersW 21-16L -7Minnesota VikingsU 41
SunDec 2, 20011:02@Baltimore RavensW 39-27W -7Indianapolis ColtsO 43
SunDec 2, 20011:02Tampa Bay BuccaneersW 16-13 (OT)L -5@Cincinnati BengalsU 35
SunDec 2, 20011:02@Cleveland BrownsL 15-31L -1.5Tennessee TitansO 35.5
SunDec 2, 20011:02@Miami DolphinsW 21-10W -3Denver BroncosU 39.5
SunDec 2, 20011:02@New York JetsL 16-17L -3New England PatriotsU 38
SunDec 2, 20011:03@Chicago BearsW 13-10L -7Detroit LionsU 38
SunDec 2, 20011:03@New Orleans SaintsW 27-23L -10Carolina PanthersO 41
SunDec 2, 20014:05@Seattle SeahawksW 13-10 (OT)P -3San Diego ChargersU 43
SunDec 2, 20014:15St Louis RamsW 35-6W -8@Atlanta FalconsU 47
SunDec 2, 20014:15@Oakland RaidersL 31-34 (OT)L -13Arizona CardinalsO 44
SunDec 2, 20014:15@Washington RedskinsL 14-20L -8.5Dallas CowboysU 35.5
SunDec 2, 20018:36@San Francisco 49ersW 35-0W -8.5Buffalo BillsU 44.5
MonDec 3, 20019:07Green Bay PackersW 28-21W -3@Jacksonville JaguarsO 43
+ + +

+ +

Back to top

2001 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 9, 20011:00Tennessee TitansL 24-42L -2.5@Minnesota VikingsO 42.5
SunDec 9, 20011:01@Tampa Bay BuccaneersW 15-12L -8Detroit LionsU 36.5
SunDec 9, 20011:02@Buffalo BillsW 25-24L -3.5Carolina PanthersO 36.5
SunDec 9, 20011:02@Cincinnati BengalsL 10-14L -1Jacksonville JaguarsU 36.5
SunDec 9, 20011:02New York GiantsL 13-20L -3.5@Dallas CowboysU 35.5
SunDec 9, 20011:02@Green Bay PackersW 17-7W -5.5Chicago BearsU 37.5
SunDec 9, 20011:02@New England PatriotsW 27-16W -5Cleveland BrownsO 36.5
SunDec 9, 20011:02@St Louis RamsW 27-14W -7San Francisco 49ersU 55
SunDec 9, 20011:03@Philadelphia EaglesW 24-14W -7San Diego ChargersO 37.5
SunDec 9, 20011:05New Orleans SaintsW 28-10W -3@Atlanta FalconsU 39
SunDec 9, 20014:04@Arizona CardinalsL 10-20L -2Washington RedskinsU 38.5
SunDec 9, 20014:15@Oakland RaidersW 28-26L -9Kansas City ChiefsO 44.5
SunDec 9, 20014:15@Pittsburgh SteelersW 18-7W -3.5New York JetsU 34.5
SunDec 9, 20018:35@Denver BroncosW 20-7W -6Seattle SeahawksU 41
MonDec 10, 20019:08@Miami DolphinsW 41-6W -5Indianapolis ColtsO 45
+ + +

+ +

Back to top

2001 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 15, 20011:37@New York GiantsW 17-13L -5Arizona CardinalsU 37.5
SatDec 15, 20015:15Oakland RaidersW 13-6W -4@San Diego ChargersU 46.5
SunDec 16, 20011:00@Indianapolis ColtsW 41-27W -4Atlanta FalconsO 46.5
SunDec 16, 20011:00Denver BroncosL 23-26 (OT)L -2.5@Kansas City ChiefsO 37.5
SunDec 16, 20011:02New England PatriotsW 12-9 (OT)L -4@Buffalo BillsU 38
SunDec 16, 20011:02@Chicago BearsW 27-3W -2.5Tampa Bay BuccaneersU 33
SunDec 16, 20011:02Minnesota VikingsL 24-27L -3@Detroit LionsO 46.5
SunDec 16, 20011:02@New York JetsW 15-14L -8.5Cincinnati BengalsU 35
SunDec 16, 20011:03@Cleveland BrownsL 10-15L -2Jacksonville JaguarsU 36.5
SunDec 16, 20014:07@San Francisco 49ersW 21-0W -3.5Miami DolphinsU 43
SunDec 16, 20014:15Green Bay PackersL 20-26L -2.5@Tennessee TitansO 42.5
SunDec 16, 20014:15Philadelphia EaglesW 20-6W -2.5@Washington RedskinsU 34.5
SunDec 16, 20014:17@Seattle SeahawksW 29-3W -5.5Dallas CowboysU 36.5
SunDec 16, 20018:35@Baltimore RavensL 21-26L -3Pittsburgh SteelersO 33.5
MonDec 17, 20019:09St Louis RamsW 34-21W -6@New Orleans SaintsO 51
+ + +

+ +

Back to top

2001 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 22, 20011:35@New England PatriotsW 20-13W -3Miami DolphinsU 37
SatDec 22, 20015:15@San Francisco 49ersW 13-3W -3Philadelphia EaglesU 40
SatDec 22, 20019:00@Oakland RaidersL 10-13L -6Tennessee TitansU 45.5
SunDec 23, 20011:00@Kansas City ChiefsW 20-17L -3.5San Diego ChargersU 40
SunDec 23, 20011:00@Minnesota VikingsL 3-33L -2.5Jacksonville JaguarsU 45.5
SunDec 23, 20011:01@Pittsburgh SteelersW 47-14W -10Detroit LionsO 36
SunDec 23, 20011:01@Tampa Bay BuccaneersW 48-21W -2.5New Orleans SaintsO 38
SunDec 23, 20011:01@Washington RedskinsL 15-20L -1Chicago BearsO 33
SunDec 23, 20011:02@Baltimore RavensW 16-0W -10.5Cincinnati BengalsU 33.5
SunDec 23, 20011:02St Louis RamsW 38-32L -12.5@Carolina PanthersO 46.5
SunDec 23, 20011:03@New York GiantsW 27-24P -3Seattle SeahawksO 34
SunDec 23, 20011:05@Atlanta FalconsW 33-30L -4Buffalo BillsO 41
SunDec 23, 20014:06@Arizona CardinalsW 17-10W -3.5Dallas CowboysU 37
SunDec 23, 20014:15@Green Bay PackersW 30-7W -7.5Cleveland BrownsP 37
SunDec 23, 20018:30@Indianapolis ColtsL 28-29L -1New York JetsO 47
+ + +

+ +

Back to top

2001 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 29, 20019:07@Tampa Bay BuccaneersW 22-10W -1.5Baltimore RavensU 34
SunDec 30, 20011:02@Carolina PanthersL 7-30L -1Arizona CardinalsU 39.5
SunDec 30, 20011:02Pittsburgh SteelersL 23-26 (OT)L -8@Cincinnati BengalsO 33.5
SunDec 30, 20011:02@Green Bay PackersW 24-13L -12Minnesota VikingsU 40
SunDec 30, 20011:02@Miami DolphinsW 21-14P -7Atlanta FalconsU 38.5
SunDec 30, 20011:02@St Louis RamsW 42-17W -13Indianapolis ColtsO 58.5
SunDec 30, 20011:03San Francisco 49ersL 21-27L -6.5@Dallas CowboysO 39.5
SunDec 30, 20011:03Chicago BearsW 24-0W -5.5@Detroit LionsU 38.5
SunDec 30, 20011:03@New York JetsL 9-14L -7Buffalo BillsU 37
SunDec 30, 20011:03@Tennessee TitansL 38-41L -5Cleveland BrownsO 37.5
SunDec 30, 20011:05@Jacksonville JaguarsL 26-30L -4.5Kansas City ChiefsO 40
SunDec 30, 20014:06@Philadelphia EaglesW 24-21L -5New York GiantsO 34.5
SunDec 30, 20014:15@Denver BroncosW 23-17W -1Oakland RaidersU 41
SunDec 30, 20014:15@San Diego ChargersL 22-25L -1.5Seattle SeahawksO 39
SunDec 30, 20018:36@New Orleans SaintsL 10-40L -5Washington RedskinsO 39.5
+ + +

+ +

Back to top

2001 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 6, 200212:03San Francisco 49ersW 38-0W -2.5@New Orleans SaintsU 46.5
SunJan 6, 20021:00@Indianapolis ColtsW 29-10W -2Denver BroncosU 51
SunJan 6, 20021:01@Pittsburgh SteelersW 28-7W -7Cleveland BrownsO 34.5
SunJan 6, 20021:01@Washington RedskinsW 20-17L -3.5Arizona CardinalsO 36.5
SunJan 6, 20021:02New England PatriotsW 38-6W -6.5@Carolina PanthersO 36
SunJan 6, 20021:02@Chicago BearsW 33-13W -6Jacksonville JaguarsO 33.5
SunJan 6, 20021:03Dallas CowboysL 10-15L -3@Detroit LionsU 36
SunJan 6, 20021:03@Tennessee TitansL 21-23L -5.5Cincinnati BengalsO 37.5
SunJan 6, 20021:04Green Bay PackersW 34-25W -3@New York GiantsO 36.5
SunJan 6, 20024:05@St Louis RamsW 31-13W -14.5Atlanta FalconsU 48
SunJan 6, 20024:15@Oakland RaidersL 22-24L -4.5New York JetsO 41.5
SunJan 6, 20024:16@Seattle SeahawksW 21-18L -3.5Kansas City ChiefsU 40
SunJan 6, 20024:17@Miami DolphinsW 34-7W -6.5Buffalo BillsO 36.5
SunJan 6, 20028:30@Tampa Bay BuccaneersL 13-17L -3Philadelphia EaglesU 33
MonJan 7, 20029:07@Baltimore RavensW 19-3W -10Minnesota VikingsU 37.5
+ + +

+

Back to top

+

2001 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 12, 20024:39@Philadelphia Eagles (3)W 31-9W -3.5Tampa Bay Buccaneers (6)O 33
AFC Wild CardSatJan 12, 20028:07@Oakland Raiders (3)W 38-24W -4.5New York Jets (6)O 42
NFC Wild CardSunJan 13, 200212:35@Green Bay Packers (4)W 25-15W -3.5San Francisco 49ers (5)U 42
AFC Wild CardSunJan 13, 20024:05@Miami Dolphins (4)L 3-20L -2.5Baltimore Ravens (5)U 33
NFC DivisionalSatJan 19, 20024:37@Chicago Bears (2)L 19-33L -3Philadelphia Eagles (3)O 32.5
AFC DivisionalSatJan 19, 20028:05@New England Patriots (2)W 16-13 (OT)P -3Oakland Raiders (3)U 38
AFC DivisionalSunJan 20, 200212:40@Pittsburgh Steelers (1)W 27-10W -5.5Baltimore Ravens (5)O 32
NFC DivisionalSunJan 20, 20024:15@St Louis Rams (1)W 45-17W -11Green Bay Packers (4)O 54.5
AFC ChampionshipSunJan 27, 200212:40@Pittsburgh Steelers (1)L 17-24L -10New England Patriots (2)O 35.5
NFC ChampionshipSunJan 27, 20024:27@St Louis Rams (1)W 29-24L -11Philadelphia Eagles (3)O 49
Super Bowl XXXVISunFeb 3, 20026:40NSt Louis Rams (1)L 17-20L -14New England Patriots (2)U 53
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2002.html b/data/2002.html new file mode 100644 index 0000000..dbadcf9 --- /dev/null +++ b/data/2002.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2002 Season

+ +

Historical NFL Game Odds

2002 Season

<<-- 2001 Season    2003 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2002 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-6 (60.0%)5-10-0 (33.3%)10-6 (62.5%)10-6-0 (62.5%)6-3 (66.7%)4-5-0 (44.4%)3-3 (50.0%)5-1-0 (83.3%)12-4-0 (75.0%)
25-10 (33.3%)5-10-0 (33.3%)5-11 (31.3%)5-11-0 (31.3%)3-8 (27.3%)3-8-0 (27.3%)2-2 (50.0%)2-2-0 (50.0%)6-9-1 (40.0%)
311-3 (78.6%)6-7-1 (46.2%)8-6 (57.1%)5-8-1 (38.5%)7-2 (77.8%)3-5-1 (37.5%)1-4 (20.0%)2-3-0 (40.0%)6-8-0 (42.9%)
48-6 (57.1%)5-9-0 (35.7%)12-2 (85.7%)9-5-0 (64.3%)7-1 (87.5%)4-4-0 (50.0%)5-1 (83.3%)5-1-0 (83.3%)8-6-0 (57.1%)
58-6 (57.1%)6-7-1 (46.2%)6-8 (42.9%)4-9-1 (30.8%)5-5 (50.0%)3-6-1 (33.3%)1-3 (25.0%)1-3-0 (25.0%)10-4-0 (71.4%)
69-5 (64.3%)5-8-1 (38.5%)7-7 (50.0%)4-9-1 (30.8%)5-3 (62.5%)2-6-0 (25.0%)2-4 (33.3%)2-3-1 (40.0%)7-6-1 (53.8%)
710-4 (71.4%)8-5-1 (61.5%)11-3 (78.6%)10-3-1 (76.9%)9-2 (81.8%)8-3-0 (72.7%)2-1 (66.7%)2-0-1 (100.%)5-9-0 (35.7%)
88-6 (57.1%)6-8-0 (42.9%)6-8 (42.9%)6-8-0 (42.9%)5-5 (50.0%)4-6-0 (40.0%)1-3 (25.0%)2-2-0 (50.0%)7-7-0 (50.0%)
98-6 (57.1%)4-10-0 (28.6%)5-9 (35.7%)5-9-0 (35.7%)5-6 (45.5%)3-8-0 (27.3%)0-3 (0.0%)2-1-0 (66.7%)4-10-0 (28.6%)
1010-3 (76.9%)6-8-0 (42.9%)7-6 (53.8%)5-9-0 (35.7%)7-3 (70.0%)4-7-0 (36.4%)0-3 (0.0%)1-2-0 (33.3%)8-6-0 (57.1%)
1113-3 (81.3%)9-7-0 (56.3%)12-4 (75.0%)10-6-0 (62.5%)9-0 (100.%)6-3-0 (66.7%)3-4 (42.9%)4-3-0 (57.1%)7-9-0 (43.8%)
128-8 (50.0%)5-11-0 (31.3%)11-5 (68.8%)8-8-0 (50.0%)6-3 (66.7%)3-6-0 (33.3%)5-2 (71.4%)5-2-0 (71.4%)6-9-1 (40.0%)
139-7 (56.3%)6-9-1 (40.0%)10-6 (62.5%)9-6-1 (60.0%)5-2 (71.4%)3-3-1 (50.0%)5-4 (55.6%)6-3-0 (66.7%)11-5-0 (68.8%)
1410-6 (62.5%)8-8-0 (50.0%)9-7 (56.3%)9-7-0 (56.3%)6-3 (66.7%)5-4-0 (55.6%)3-4 (42.9%)4-3-0 (57.1%)10-6-0 (62.5%)
1512-4 (75.0%)10-6-0 (62.5%)9-7 (56.3%)9-7-0 (56.3%)8-3 (72.7%)7-4-0 (63.6%)1-4 (20.0%)2-3-0 (40.0%)10-6-0 (62.5%)
1610-6 (62.5%)9-7-0 (56.3%)9-7 (56.3%)10-6-0 (62.5%)7-4 (63.6%)7-4-0 (63.6%)2-3 (40.0%)3-2-0 (60.0%)5-11-0 (31.3%)
1711-5 (68.8%)7-9-0 (43.8%)11-5 (68.8%)9-7-0 (56.3%)8-2 (80.0%)5-5-0 (50.0%)3-3 (50.0%)4-2-0 (66.7%)7-9-0 (43.8%)
Playoffs8-3 (72.7%)5-6-0 (45.5%)8-2 (80.0%)5-5-0 (50.0%)8-2 (80.0%)5-5-0 (50.0%)0-0 0-0-0 6-5-0 (54.5%)
+ +


2002 Results by Team

Click on a team to view 2002 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-11 (31.3%)6-10 (37.5%)1-1 (50.0%)0-2-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Atlanta Falcons9-6-1 (60.0%)10-6 (62.5%)7-4 (63.6%)6-5-0 (54.5%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)8-8-0 (50.0%)
Baltimore Ravens7-9 (43.8%)10-6 (62.5%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)8-7-1 (53.3%)
Buffalo Bills8-8 (50.0%)8-7-1 (53.3%)5-1 (83.3%)3-2-1 (60.0%)5-3 (62.5%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)7-9-0 (43.8%)
Carolina Panthers7-9 (43.8%)10-6 (62.5%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)6-10-0 (37.5%)
Chicago Bears4-12 (25.0%)5-11 (31.3%)2-2 (50.0%)0-4-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)2-1 (66.7%)0-3-0 (0.0%)7-9-0 (43.8%)
Cincinnati Bengals2-14 (12.5%)4-12 (25.0%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)0-1 (0.0%)0-1-0 (0.0%)11-5-0 (68.8%)
Cleveland Browns9-7 (56.3%)11-5 (68.8%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Dallas Cowboys5-11 (31.3%)8-8 (50.0%)1-2 (33.3%)0-3-0 (0.0%)4-4 (50.0%)4-4-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)6-10-0 (37.5%)
Denver Broncos9-7 (56.3%)7-8-1 (46.7%)6-6 (50.0%)4-7-1 (36.4%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)7-8-1 (46.7%)
Detroit Lions3-13 (18.8%)7-9 (43.8%)1-1 (50.0%)0-2-0 (0.0%)3-5 (37.5%)5-3-0 (62.5%)1-0 (100.%)0-1-0 (0.0%)11-5-0 (68.8%)
Green Bay Packers12-4 (75.0%)8-8 (50.0%)9-3 (75.0%)5-7-0 (41.7%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)9-7-0 (56.3%)
Houston Texans4-12 (25.0%)7-8-1 (46.7%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)3-4-1 (42.9%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Indianapolis Colts10-6 (62.5%)6-10 (37.5%)8-3 (72.7%)4-7-0 (36.4%)5-3 (62.5%)2-6-0 (25.0%)5-2 (71.4%)2-5-0 (28.6%)7-7-2 (50.0%)
Jacksonville Jaguars6-10 (37.5%)8-8 (50.0%)4-5 (44.4%)3-6-0 (33.3%)3-5 (37.5%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)7-9-0 (43.8%)
Kansas City Chiefs8-8 (50.0%)10-5-1 (66.7%)5-2 (71.4%)4-3-0 (57.1%)6-2 (75.0%)5-2-1 (71.4%)4-1 (80.0%)3-2-0 (60.0%)11-5-0 (68.8%)
Miami Dolphins9-7 (56.3%)9-7 (56.3%)7-5 (58.3%)7-5-0 (58.3%)7-1 (87.5%)7-1-0 (87.5%)7-1 (87.5%)7-1-0 (87.5%)5-11-0 (31.3%)
Minnesota Vikings6-10 (37.5%)8-8 (50.0%)3-2 (60.0%)2-3-0 (40.0%)4-4 (50.0%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)11-5-0 (68.8%)
New England Patriots9-7 (56.3%)6-10 (37.5%)5-4 (55.6%)2-7-0 (22.2%)5-3 (62.5%)3-5-0 (37.5%)3-3 (50.0%)1-5-0 (16.7%)6-10-0 (37.5%)
New Orleans Saints9-7 (56.3%)8-7-1 (53.3%)6-6 (50.0%)5-6-1 (45.5%)4-4 (50.0%)3-4-1 (42.9%)2-4 (33.3%)1-4-1 (20.0%)12-4-0 (75.0%)
New York Giants10-6 (62.5%)9-7 (56.3%)7-4 (63.6%)5-6-0 (45.5%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)3-4-0 (42.9%)9-7-0 (56.3%)
New York Jets9-7 (56.3%)9-6-1 (60.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)8-8-0 (50.0%)
Oakland Raiders11-5 (68.8%)10-5-1 (66.7%)9-4 (69.2%)8-4-1 (66.7%)6-2 (75.0%)5-2-1 (71.4%)6-2 (75.0%)5-2-1 (71.4%)6-10-0 (37.5%)
Philadelphia Eagles12-4 (75.0%)10-6 (62.5%)10-2 (83.3%)8-4-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)9-6-1 (60.0%)
Pittsburgh Steelers10-5-1 (66.7%)5-10-1 (33.3%)9-4 (69.2%)4-10-0 (28.6%)5-2 (71.4%)2-6-0 (25.0%)5-2 (71.4%)2-6-0 (25.0%)11-5-0 (68.8%)
San Diego Chargers8-8 (50.0%)8-8 (50.0%)3-2 (60.0%)2-3-0 (40.0%)5-3 (62.5%)4-4-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)8-8-0 (50.0%)
San Francisco 49ers10-6 (62.5%)4-11-1 (26.7%)9-4 (69.2%)3-9-1 (25.0%)5-3 (62.5%)2-5-1 (28.6%)5-3 (62.5%)2-5-1 (28.6%)8-8-0 (50.0%)
Seattle Seahawks7-9 (43.8%)9-7 (56.3%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)9-7-0 (56.3%)
St Louis Rams7-9 (43.8%)4-12 (25.0%)6-6 (50.0%)3-9-0 (25.0%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)7-9-0 (43.8%)
Tampa Bay Buccaneers12-4 (75.0%)10-6 (62.5%)10-3 (76.9%)8-5-0 (61.5%)6-2 (75.0%)6-2-0 (75.0%)5-2 (71.4%)5-2-0 (71.4%)6-10-0 (37.5%)
Tennessee Titans11-5 (68.8%)10-6 (62.5%)6-4 (60.0%)5-5-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Washington Redskins7-9 (43.8%)7-8-1 (46.7%)4-2 (66.7%)3-3-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)8-7-1 (53.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2002 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 5, 20028:38San Francisco 49ersW 16-13L -4@New York GiantsU 39
SunSep 8, 20021:04New York JetsW 37-31 (OT)W -3@Buffalo BillsO 43
SunSep 8, 20021:04@Carolina PanthersW 10-7W PKBaltimore RavensU 33
SunSep 8, 20021:04@Chicago BearsW 27-23L -4.5Minnesota VikingsO 41
SunSep 8, 20021:04@Cincinnati BengalsL 6-34L -3San Diego ChargersO 37
SunSep 8, 20021:04@Cleveland BrownsL 39-40L -2Kansas City ChiefsO 36
SunSep 8, 20021:04@Green Bay PackersW 37-34 (OT)L -7Atlanta FalconsO 42.5
SunSep 8, 20021:04Indianapolis ColtsW 28-25L -3.5@Jacksonville JaguarsO 44
SunSep 8, 20021:04@Miami DolphinsW 49-21W -9.5Detroit LionsO 35.5
SunSep 8, 20021:05@Washington RedskinsW 31-23W -6Arizona CardinalsO 44.5
SunSep 8, 20021:06@Tennessee TitansW 27-24W -2Philadelphia EaglesO 37
SunSep 8, 20024:15@Tampa Bay BuccaneersL 20-26 (OT)L -6New Orleans SaintsO 37.5
SunSep 8, 20024:17St Louis RamsL 16-23L -3@Denver BroncosU 51
SunSep 8, 20024:17@Oakland RaidersW 31-17W -7.5Seattle SeahawksO 40
SunSep 8, 20028:36Dallas CowboysL 10-19L -8.5@Houston TexansU 33.5
MonSep 9, 20029:12Pittsburgh SteelersL 14-30L -2.5@New England PatriotsO 37.5
+ + +

+ +

Back to top

2002 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 15, 20021:00@Indianapolis ColtsL 13-21L PKMiami DolphinsU 47
SunSep 15, 20021:00@Kansas City ChiefsL 16-23L -3.5Jacksonville JaguarsU 46
SunSep 15, 20021:02Tampa Bay BuccaneersW 25-0W -4.5@Baltimore RavensU 32
SunSep 15, 20021:02Tennessee TitansL 13-21L -3.5@Dallas CowboysU 37.5
SunSep 15, 20021:03@Cleveland BrownsW 20-7W -3.5Cincinnati BengalsU 39
SunSep 15, 20021:03@New York JetsL 7-44L -1New England PatriotsO 41
SunSep 15, 20021:04@Atlanta FalconsL 13-14L -2.5Chicago BearsU 45
SunSep 15, 20021:04@Carolina PanthersW 31-7W -3Detroit LionsO 35.5
SunSep 15, 20021:04Green Bay PackersL 20-35L -2.5@New Orleans SaintsO 45.5
SunSep 15, 20023:05@St Louis RamsL 21-26L -12New York GiantsO 46
SunSep 15, 20024:00@San Francisco 49ersL 14-24L -3.5Denver BroncosU 44
SunSep 15, 20024:05@Seattle SeahawksL 13-24L -4Arizona CardinalsU 40.5
SunSep 15, 20024:15@Minnesota VikingsL 39-45 (OT)L -3.5Buffalo BillsO 49
SunSep 15, 20024:15@San Diego ChargersW 24-3W -13.5Houston TexansU 34
SunSep 15, 20028:35@Pittsburgh SteelersL 17-30L -4Oakland RaidersO 39.5
MonSep 16, 20029:05Philadelphia EaglesW 37-7W -3@Washington RedskinsP 44
+ + +

+ +

Back to top

2002 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 22, 20021:00@Minnesota VikingsL 14-21L -6.5Carolina PanthersU 44.5
SunSep 22, 20021:01Indianapolis ColtsW 23-3W -10.5@Houston TexansU 38
SunSep 22, 20021:02@Miami DolphinsW 30-3W -6New York JetsU 40.5
SunSep 22, 20021:02@New England PatriotsW 41-38 (OT)L -8.5Kansas City ChiefsO 43.5
SunSep 22, 20021:02@Philadelphia EaglesW 44-13W -10Dallas CowboysO 36.5
SunSep 22, 20021:03@Tennessee TitansL 28-31 (OT)L -4.5Cleveland BrownsO 40.5
SunSep 22, 20021:05New Orleans SaintsW 29-23W -2@Chicago BearsO 40.5
SunSep 22, 20024:05San Diego ChargersW 23-15W -2.5@Arizona CardinalsU 39
SunSep 22, 20024:05@Denver BroncosW 28-23L -7.5Buffalo BillsO 47
SunSep 22, 20024:14@New York GiantsW 9-6L -5.5Seattle SeahawksU 39
SunSep 22, 20024:15@San Francisco 49ersW 20-10P -10Washington RedskinsU 44
SunSep 22, 20024:17Green Bay PackersW 37-31L -7.5@Detroit LionsO 44
SunSep 22, 20028:35@Atlanta FalconsW 30-3W -7Cincinnati BengalsU 42.5
MonSep 23, 20029:07St Louis RamsL 14-26L -1.5@Tampa Bay BuccaneersU 44
+ + +

+ +

Back to top

2002 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 29, 20021:00Miami DolphinsL 30-48L -3@Kansas City ChiefsO 44.5
SunSep 29, 20021:01@Pittsburgh SteelersW 16-13 (OT)L -6Cleveland BrownsU 44
SunSep 29, 20021:02@Green Bay PackersW 17-14L -6.5Carolina PanthersU 41.5
SunSep 29, 20021:02@Jacksonville JaguarsW 28-3W -3.5New York JetsU 41.5
SunSep 29, 20021:02@Philadelphia EaglesW 35-17L -19Houston TexansO 36
SunSep 29, 20021:02@St Louis RamsL 10-13L -12Dallas CowboysU 44
SunSep 29, 20021:03New Orleans SaintsL 21-26L -9@Detroit LionsO 45
SunSep 29, 20021:04@Buffalo BillsW 33-27 (OT)W -3Chicago BearsO 46.5
SunSep 29, 20024:04New York GiantsL 7-21L -3@Arizona CardinalsU 38.5
SunSep 29, 20024:05Tampa Bay BuccaneersW 35-7W -6.5@Cincinnati BengalsO 33.5
SunSep 29, 20024:15@Oakland RaidersW 52-25W -6.5Tennessee TitansO 45
SunSep 29, 20024:15New England PatriotsL 14-21L -3@San Diego ChargersU 40.5
SunSep 29, 20028:35@Seattle SeahawksW 48-23W -3Minnesota VikingsO 44
MonSep 30, 20029:08Denver BroncosL 23-34L -9@Baltimore RavensO 35
+ + +

+ +

Back to top

2002 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 6, 200212:00@Indianapolis ColtsW 28-21L -13.5Cincinnati BengalsO 43
SunOct 6, 20021:02Oakland RaidersW 49-31W -3@Buffalo BillsO 53.5
SunOct 6, 20021:02@Carolina PanthersL 13-16L -5Arizona CardinalsU 35
SunOct 6, 20021:02@Miami DolphinsW 26-13W -3New England PatriotsU 43.5
SunOct 6, 20021:02@New Orleans SaintsW 32-29P -3Pittsburgh SteelersO 43.5
SunOct 6, 20021:03@Atlanta FalconsL 6-20L -2.5Tampa Bay BuccaneersU 38.5
SunOct 6, 20021:03New York GiantsW 21-17W -1.5@Dallas CowboysO 34.5
SunOct 6, 20021:03@Tennessee TitansL 14-31L -3.5Washington RedskinsO 43.5
SunOct 6, 20024:05@Denver BroncosW 26-9W -6.5San Diego ChargersU 39.5
SunOct 6, 20024:06Kansas City ChiefsW 29-25W -3@New York JetsO 46.5
SunOct 6, 20024:14Philadelphia EaglesL 25-28L -3@Jacksonville JaguarsO 42.5
SunOct 6, 20024:15@San Francisco 49ersW 37-13W -6St Louis RamsO 41.5
SunOct 6, 20028:36@Cleveland BrownsL 21-26L -6Baltimore RavensO 36.5
MonOct 7, 20029:08@Chicago BearsL 21-34L -1Green Bay PackersO 44
+ + +

+ +

Back to top

2002 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 13, 200212:00@Indianapolis ColtsW 22-20L -6.5Baltimore RavensP 42
SunOct 13, 20021:00@Minnesota VikingsW 31-24W -4.5Detroit LionsO 49
SunOct 13, 20021:01@Tampa Bay BuccaneersW 17-3W -7.5Cleveland BrownsU 36.5
SunOct 13, 20021:01New Orleans SaintsW 43-27W -1.5@Washington RedskinsO 45.5
SunOct 13, 20021:02Pittsburgh SteelersW 34-7W -6.5@Cincinnati BengalsO 40.5
SunOct 13, 20021:02Buffalo BillsW 31-24P -7@Houston TexansO 44
SunOct 13, 20021:02@New England PatriotsL 10-28L -4.5Green Bay PackersU 47
SunOct 13, 20021:03@Dallas CowboysW 14-13L -2Carolina PanthersU 35
SunOct 13, 20021:03@New York GiantsL 10-17L -6Atlanta FalconsU 35.5
SunOct 13, 20024:03Jacksonville JaguarsL 14-23L -1.5@Tennessee TitansU 44
SunOct 13, 20024:15@San Diego ChargersW 35-34L -3Kansas City ChiefsO 46.5
SunOct 13, 20024:15Oakland RaidersL 13-28L -7@St Louis RamsU 49
SunOct 13, 20028:35@Denver BroncosL 22-24L -3.5Miami DolphinsO 41
MonOct 14, 20029:09San Francisco 49ersW 28-21W -3@Seattle SeahawksO 43.5
+ + +

+ +

Back to top

2002 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 20, 20021:00Denver BroncosW 37-34 (OT)P -3@Kansas City ChiefsO 50.5
SunOct 20, 20021:02Jacksonville JaguarsL 10-17L -1.5@Baltimore RavensU 38
SunOct 20, 20021:02@New York JetsW 20-7W -3Minnesota VikingsU 49
SunOct 20, 20021:02@St Louis RamsW 37-20W -6.5Seattle SeahawksO 44.5
SunOct 20, 20021:03Chicago BearsL 20-23 (OT)L -3@Detroit LionsU 44.5
SunOct 20, 20021:03@Miami DolphinsL 10-23L -6Buffalo BillsU 45.5
SunOct 20, 20021:03@New Orleans SaintsW 35-27W -1.5San Francisco 49ersO 48.5
SunOct 20, 20021:05@Atlanta FalconsW 30-0W -4Carolina PanthersU 35.5
SunOct 20, 20024:05@Cleveland BrownsW 34-17W -8.5Houston TexansO 36.5
SunOct 20, 20024:05@Oakland RaidersL 21-27 (OT)L -7San Diego ChargersO 47
SunOct 20, 20024:15@Arizona CardinalsW 9-6 (OT)L -3.5Dallas CowboysU 36.5
SunOct 20, 20024:15@Green Bay PackersW 30-9W -7Washington RedskinsU 48
SunOct 20, 20024:15@Philadelphia EaglesW 20-10W -3Tampa Bay BuccaneersU 37
MonOct 21, 20029:08@Pittsburgh SteelersW 28-10W -4.5Indianapolis ColtsU 46
+ + +

+ +

Back to top

2002 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 27, 20021:00Oakland RaidersL 10-20L -2.5@Kansas City ChiefsU 55.5
SunOct 27, 20021:00@Minnesota VikingsW 25-7W -2Chicago BearsU 46
SunOct 27, 20021:02Pittsburgh SteelersW 31-18W -3@Baltimore RavensO 37.5
SunOct 27, 20021:02@Buffalo BillsW 24-17L -7.5Detroit LionsU 50
SunOct 27, 20021:02Tampa Bay BuccaneersW 12-9L -8@Carolina PanthersU 31.5
SunOct 27, 20021:02Tennessee TitansW 30-24W -4.5@Cincinnati BengalsO 42
SunOct 27, 20021:02@New York JetsL 21-24L -3Cleveland BrownsO 44
SunOct 27, 20021:03@New Orleans SaintsL 35-37L -3.5Atlanta FalconsO 47
SunOct 27, 20021:04@Dallas CowboysL 14-17L -2Seattle SeahawksU 37
SunOct 27, 20024:05@San Francisco 49ersW 38-28W -8.5Arizona CardinalsO 40.5
SunOct 27, 20024:15@Jacksonville JaguarsL 19-21L -11Houston TexansO 38
SunOct 27, 20024:15@New England PatriotsL 16-24L -3Denver BroncosU 46
SunOct 27, 20028:35@Washington RedskinsW 26-21W -1Indianapolis ColtsO 46
MonOct 28, 20029:08@Philadelphia EaglesW 17-3W -7New York GiantsU 38.5
+ + +

+ +

Back to top

2002 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 3, 20021:00@Indianapolis ColtsL 15-23L -3Tennessee TitansU 47
SunNov 3, 20021:01@Houston TexansL 3-38L -2.5Cincinnati BengalsO 36.5
SunNov 3, 20021:01@Tampa Bay BuccaneersW 38-24W -7.5Minnesota VikingsO 37
SunNov 3, 20021:02@Buffalo BillsL 7-38L -3New England PatriotsU 47.5
SunNov 3, 20021:03Pittsburgh SteelersW 23-20L -3.5@Cleveland BrownsU 44
SunNov 3, 20021:04@Detroit LionsW 9-7L -3Dallas CowboysU 37
SunNov 3, 20021:05@Atlanta FalconsW 20-17L -7Baltimore RavensU 40.5
SunNov 3, 20021:05Philadelphia EaglesW 19-13L -7@Chicago BearsU 37.5
SunNov 3, 20024:05@San Diego ChargersL 13-44L -8.5New York JetsO 41
SunNov 3, 20024:15St Louis RamsW 27-14W -5@Arizona CardinalsU 43.5
SunNov 3, 20024:15@Oakland RaidersL 20-23 (OT)L -3San Francisco 49ersU 49.5
SunNov 3, 20024:15@Seattle SeahawksL 3-14L -2Washington RedskinsU 41.5
SunNov 3, 20028:39@New York GiantsW 24-17W -3Jacksonville JaguarsO 35.5
MonNov 4, 20029:08@Green Bay PackersW 24-10W -4.5Miami DolphinsU 41.5
+ + +

+ +

Back to top

2002 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 10, 20021:00New York GiantsW 27-20W -1.5@Minnesota VikingsO 45
SunNov 10, 20021:01@Pittsburgh SteelersT 34-34 (OT)L -5.5Atlanta FalconsO 42.5
SunNov 10, 20021:02@Baltimore RavensW 38-27W -4Cincinnati BengalsO 37
SunNov 10, 20021:02New Orleans SaintsW 34-24W -4@Carolina PanthersO 39.5
SunNov 10, 20021:02@Green Bay PackersW 40-14W -10.5Detroit LionsO 42
SunNov 10, 20021:02@St Louis RamsW 28-24L -6San Diego ChargersO 44
SunNov 10, 20021:03@Philadelphia EaglesL 13-35L -9.5Indianapolis ColtsO 41.5
SunNov 10, 20021:03@Tennessee TitansW 17-10L -9Houston TexansU 39.5
SunNov 10, 20024:05@Jacksonville JaguarsW 26-7W -1.5Washington RedskinsU 39.5
SunNov 10, 20024:06@Arizona CardinalsL 6-27L -3Seattle SeahawksU 37
SunNov 10, 20024:15New England PatriotsW 33-30L -5@Chicago BearsO 39
SunNov 10, 20024:15@San Francisco 49ersW 17-13L -5Kansas City ChiefsU 49
SunNov 10, 20028:35@New York JetsW 13-10W -2.5Miami DolphinsU 39.5
MonNov 11, 20029:09@Denver BroncosL 10-34L -6Oakland RaidersU 45.5
+ + +

+ +

Back to top

2002 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 17, 200212:00Green Bay PackersL 21-31L -6.5@Minnesota VikingsO 50.5
SunNov 17, 20021:00@Indianapolis ColtsW 20-3W -6.5Dallas CowboysU 39.5
SunNov 17, 20021:00@Kansas City ChiefsW 17-16L -3.5Buffalo BillsU 52.5
SunNov 17, 20021:02Cleveland BrownsW 27-20W -3@Cincinnati BengalsO 41.5
SunNov 17, 20021:02Jacksonville JaguarsW 24-21L -6.5@Houston TexansO 36.5
SunNov 17, 20021:03@Philadelphia EaglesW 38-14W -12Arizona CardinalsO 37.5
SunNov 17, 20021:03Pittsburgh SteelersL 23-31L -3@Tennessee TitansO 44
SunNov 17, 20021:04@New York GiantsW 19-17L -3.5Washington RedskinsO 34.5
SunNov 17, 20021:05@Atlanta FalconsW 24-17W -1.5New Orleans SaintsU 51
SunNov 17, 20024:05San Francisco 49ersL 17-20 (OT)L -2.5@San Diego ChargersU 43
SunNov 17, 20024:05@Tampa Bay BuccaneersW 23-10W -8Carolina PanthersU 34.5
SunNov 17, 20024:16New York JetsW 31-14W -3@Detroit LionsO 43
SunNov 17, 20024:16@Miami DolphinsW 26-7W -5Baltimore RavensU 34.5
SunNov 17, 20024:16Denver BroncosW 31-9W -5.5@Seattle SeahawksU 42.5
SunNov 17, 20028:36@Oakland RaidersW 27-20W -4.5New England PatriotsU 48
MonNov 18, 20029:07@St Louis RamsW 21-16L -10.5Chicago BearsU 43.5
+ + +

+ +

Back to top

2002 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 24, 20021:01@Pittsburgh SteelersW 29-21L -10.5Cincinnati BengalsO 44
SunNov 24, 20021:01St Louis RamsL 17-20L -3.5@Washington RedskinsU 41
SunNov 24, 20021:02Tennessee TitansL 12-13L -2.5@Baltimore RavensU 38.5
SunNov 24, 20021:02Atlanta FalconsW 41-0W -3.5@Carolina PanthersO 37
SunNov 24, 20021:02@Miami DolphinsW 30-3W -4San Diego ChargersU 36.5
SunNov 24, 20021:02@New England PatriotsW 24-17L -8Minnesota VikingsU 47
SunNov 24, 20021:02@New Orleans SaintsL 15-24L -5.5Cleveland BrownsU 48.5
SunNov 24, 20021:02@New York JetsW 31-13W -3Buffalo BillsU 45.5
SunNov 24, 20021:03@Chicago BearsW 20-17 (OT)L -5Detroit LionsU 37.5
SunNov 24, 20021:03Jacksonville JaguarsL 19-21L -2.5@Dallas CowboysO 34
SunNov 24, 20024:05Oakland RaidersW 41-20W -9.5@Arizona CardinalsO 44
SunNov 24, 20024:05Kansas City ChiefsL 32-39L -3.5@Seattle SeahawksO 44
SunNov 24, 20024:15New York GiantsL 14-16L -5.5@Houston TexansU 34
SunNov 24, 20024:15@Tampa Bay BuccaneersW 21-7W -3Green Bay PackersU 38.5
SunNov 24, 20028:36@Denver BroncosL 20-23 (OT)L -6Indianapolis ColtsP 43
MonNov 25, 20029:00@San Francisco 49ersL 17-38L -7Philadelphia EaglesO 37.5
+ + +

+ +

Back to top

2002 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 200212:38New England PatriotsW 20-12W -6@Detroit LionsU 46
ThuNov 28, 20024:17Washington RedskinsL 20-27L -1@Dallas CowboysO 36.5
SunDec 1, 200212:00Atlanta FalconsW 30-24 (OT)W -3.5@Minnesota VikingsO 47.5
SunDec 1, 20021:00@Kansas City ChiefsW 49-0W -9Arizona CardinalsO 47
SunDec 1, 20021:02Miami DolphinsL 21-38L -2@Buffalo BillsO 37
SunDec 1, 20021:02Baltimore RavensW 27-23W -2.5@Cincinnati BengalsO 37.5
SunDec 1, 20021:02@Green Bay PackersW 30-20W -9.5Chicago BearsO 37.5
SunDec 1, 20021:03@New York GiantsL 29-32 (OT)L -3Tennessee TitansO 34
SunDec 1, 20021:04@Cleveland BrownsL 6-13L -7.5Carolina PanthersU 34.5
SunDec 1, 20021:05Pittsburgh SteelersW 25-23L -3@Jacksonville JaguarsO 44
SunDec 1, 20024:00@Indianapolis ColtsW 19-3W -11.5Houston TexansU 39.5
SunDec 1, 20024:05Denver BroncosL 27-30 (OT)L -3@San Diego ChargersO 40
SunDec 1, 20024:15St Louis RamsL 3-10L -2@Philadelphia EaglesU 38
SunDec 1, 20024:15@San Francisco 49ersW 31-24L -8.5Seattle SeahawksO 43.5
SunDec 1, 20028:37Tampa Bay BuccaneersL 20-23L -1.5@New Orleans SaintsO 40
MonDec 2, 20029:08@Oakland RaidersW 26-20P -6New York JetsU 47.5
+ + +

+ +

Back to top

2002 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 8, 20021:00@Kansas City ChiefsW 49-10W -4.5St Louis RamsO 45.5
SunDec 8, 20021:01@Pittsburgh SteelersL 6-24L -14Houston TexansU 37.5
SunDec 8, 20021:01@Tampa Bay BuccaneersW 34-10W -3.5Atlanta FalconsO 37
SunDec 8, 20021:02@Carolina PanthersW 52-31W -3Cincinnati BengalsO 37.5
SunDec 8, 20021:02San Francisco 49ersW 31-27L -4.5@Dallas CowboysO 40
SunDec 8, 20021:02@New England PatriotsW 27-17W -3.5Buffalo BillsU 45
SunDec 8, 20021:02@Washington RedskinsL 21-27L -3New York GiantsO 37.5
SunDec 8, 20021:03@Jacksonville JaguarsL 20-21L -2.5Cleveland BrownsU 41.5
SunDec 8, 20021:03Indianapolis ColtsL 17-27L -1@Tennessee TitansO 43
SunDec 8, 20024:05New Orleans SaintsW 37-25W -2@Baltimore RavensO 42.5
SunDec 8, 20024:05Philadelphia EaglesW 27-20W -3@Seattle SeahawksO 37.5
SunDec 8, 20024:06Detroit LionsL 20-23 (OT)L -1@Arizona CardinalsO 39.5
SunDec 8, 20024:15Oakland RaidersW 27-7W -3.5@San Diego ChargersU 45.5
SunDec 8, 20024:16Denver BroncosL 13-19L -1.5@New York JetsU 43
SunDec 8, 20028:35@Green Bay PackersW 26-22L -9.5Minnesota VikingsO 43.5
MonDec 9, 20029:09@Miami DolphinsW 27-9W -10.5Chicago BearsU 37
+ + +

+ +

Back to top

2002 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 15, 20021:01@Pittsburgh SteelersW 30-14W -9Carolina PanthersO 39
SunDec 15, 20021:02@Buffalo BillsW 20-13W -3San Diego ChargersU 42.5
SunDec 15, 20021:02Jacksonville JaguarsW 29-15W -3@Cincinnati BengalsU 45
SunDec 15, 20021:02Indianapolis ColtsW 28-23W -2@Cleveland BrownsO 41.5
SunDec 15, 20021:02Baltimore RavensW 23-19W -3@Houston TexansO 35
SunDec 15, 20021:02@Miami DolphinsW 23-17W -1.5Oakland RaidersU 43.5
SunDec 15, 20021:02@Philadelphia EaglesW 34-21W -7.5Washington RedskinsO 38
SunDec 15, 20021:03@Atlanta FalconsL 24-30 (OT)L -9.5Seattle SeahawksO 46
SunDec 15, 20021:04Tampa Bay BuccaneersW 23-20L -9.5@Detroit LionsO 37
SunDec 15, 20021:04@New Orleans SaintsL 31-32L -7Minnesota VikingsO 51
SunDec 15, 20021:05New York JetsL 13-20L -6.5@Chicago BearsU 38
SunDec 15, 20024:05@Denver BroncosW 31-24W -3.5Kansas City ChiefsO 47.5
SunDec 15, 20024:15@San Francisco 49ersL 14-20L -3Green Bay PackersU 42.5
SunDec 15, 20024:16@New York GiantsW 37-7W -5Dallas CowboysO 35
SunDec 15, 20028:35@St Louis RamsW 30-28L -11Arizona CardinalsO 43
MonDec 16, 20029:08@Tennessee TitansW 24-7W -2.5New England PatriotsU 43.5
+ + +

+ +

Back to top

2002 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 21, 20021:30Miami DolphinsL 17-20L -3@Minnesota VikingsU 45
SatDec 21, 20025:05San Francisco 49ersW 17-14L -3.5@Arizona CardinalsU 41
SatDec 21, 20028:39Philadelphia EaglesW 27-3W -7@Dallas CowboysU 36.5
SunDec 22, 20021:00@Indianapolis ColtsL 27-44L -4.5New York GiantsO 41
SunDec 22, 20021:00@Kansas City ChiefsW 24-22W -1.5San Diego ChargersO 44
SunDec 22, 20021:02@Carolina PanthersW 24-14W -4Chicago BearsO 36.5
SunDec 22, 20021:02New Orleans SaintsL 13-20L -7@Cincinnati BengalsU 49
SunDec 22, 20021:02@Green Bay PackersW 10-0W -6.5Buffalo BillsU 43.5
SunDec 22, 20021:02@Washington RedskinsW 26-10W -6.5Houston TexansU 36.5
SunDec 22, 20021:03@Atlanta FalconsW 36-15W -10.5Detroit LionsO 44
SunDec 22, 20021:03Tennessee TitansW 28-10W -3@Jacksonville JaguarsU 41.5
SunDec 22, 20024:05@Seattle SeahawksW 30-10W -2.5St Louis RamsU 48
SunDec 22, 20024:15@Baltimore RavensL 13-14L -2.5Cleveland BrownsU 39.5
SunDec 22, 20024:15@Oakland RaidersW 28-16W -3.5Denver BroncosU 46.5
SunDec 22, 20028:36@New England PatriotsL 17-30L -3.5New York JetsO 41
MonDec 23, 20029:05@Tampa Bay BuccaneersL 7-17L -4.5Pittsburgh SteelersU 38
+ + +

+ +

Back to top

2002 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 28, 20021:36@New York GiantsW 10-7 (OT)W -1Philadelphia EaglesU 37.5
SatDec 28, 20025:15@Oakland RaidersW 24-0W -8.5Kansas City ChiefsU 44.5
SunDec 29, 20021:02@Buffalo BillsW 27-9W -7.5Cincinnati BengalsU 45
SunDec 29, 20021:02Atlanta FalconsL 16-24L -2.5@Cleveland BrownsU 41
SunDec 29, 20021:02Minnesota VikingsW 38-36L -3.5@Detroit LionsO 47
SunDec 29, 20021:02Miami DolphinsL 24-27 (OT)L -2@New England PatriotsO 38
SunDec 29, 20021:02@New Orleans SaintsL 6-10L -6Carolina PanthersU 43.5
SunDec 29, 20021:02@Pittsburgh SteelersW 34-31L -8Baltimore RavensO 39
SunDec 29, 20021:02@Washington RedskinsW 20-14L -7.5Dallas CowboysU 36.5
SunDec 29, 20021:03Tennessee TitansW 13-3W -9.5@Houston TexansU 35.5
SunDec 29, 20024:05@Indianapolis ColtsW 20-13L -8.5Jacksonville JaguarsU 40.5
SunDec 29, 20024:15@San Diego ChargersL 28-31 (OT)L -3Seattle SeahawksO 42.5
SunDec 29, 20024:16@Denver BroncosW 37-7W -13.5Arizona CardinalsO 42
SunDec 29, 20024:16Green Bay PackersL 17-42L -1.5@New York JetsO 39.5
SunDec 29, 20028:36Tampa Bay BuccaneersW 15-0W -7@Chicago BearsU 32
MonDec 30, 20029:07@St Louis RamsW 31-20W -2San Francisco 49ersO 39.5
+ + +

+

Back to top

+

2002 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 4, 20034:39@New York Jets (4)W 41-0W -6Indianapolis Colts (5)U 42
NFC Wild CardSatJan 4, 20038:08@Green Bay Packers (3)L 7-27L -6.5Atlanta Falcons (6)U 40.5
AFC Wild CardSunJan 5, 20031:01@Pittsburgh Steelers (3)W 36-33L -8Cleveland Browns (6)O 41
NFC Wild CardSunJan 5, 20034:47@San Francisco 49ers (4)W 39-38L -3New York Giants (5)O 41
AFC DivisionalSatJan 11, 20034:36@Tennessee Titans (2)W 34-31 (OT)L -4.5Pittsburgh Steelers (3)O 44
NFC DivisionalSatJan 11, 20038:21@Philadelphia Eagles (1)W 20-6W -7.5Atlanta Falcons (6)U 38.5
NFC DivisionalSunJan 12, 20031:01@Tampa Bay Buccaneers (2)W 31-6W -6San Francisco 49ers (4)U 39.5
AFC DivisionalSunJan 12, 20034:45@Oakland Raiders (1)W 30-10W -5.5New York Jets (4)U 47
NFC ChampionshipSunJan 19, 20033:08@Philadelphia Eagles (1)L 10-27L -4Tampa Bay Buccaneers (2)O 33.5
AFC ChampionshipSunJan 19, 20036:47@Oakland Raiders (1)W 41-24W -9Tennessee Titans (2)O 46
Super Bowl XXXVIISunJan 26, 20036:26NOakland Raiders (1)L 21-48L -3.5Tampa Bay Buccaneers (2)O 44
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2003.html b/data/2003.html new file mode 100644 index 0000000..ca19db7 --- /dev/null +++ b/data/2003.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2003 Season

+ +

Historical NFL Game Odds

2003 Season

<<-- 2002 Season    2004 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2003 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-5 (68.8%)9-6-1 (60.0%)10-6 (62.5%)8-7-1 (53.3%)9-4 (69.2%)7-5-1 (58.3%)1-2 (33.3%)1-2-0 (33.3%)7-9-0 (43.8%)
212-4 (75.0%)10-5-1 (66.7%)8-8 (50.0%)6-9-1 (40.0%)8-4 (66.7%)6-5-1 (54.5%)0-4 (0.0%)0-4-0 (0.0%)9-7-0 (56.3%)
310-4 (71.4%)9-5-0 (64.3%)7-7 (50.0%)6-8-0 (42.9%)6-3 (66.7%)5-4-0 (55.6%)1-4 (20.0%)1-4-0 (20.0%)4-9-1 (30.8%)
48-5 (61.5%)5-8-0 (38.5%)7-7 (50.0%)4-10-0 (28.6%)5-4 (55.6%)2-7-0 (22.2%)1-3 (25.0%)1-3-0 (25.0%)5-9-0 (35.7%)
510-4 (71.4%)5-9-0 (35.7%)10-4 (71.4%)5-9-0 (35.7%)9-3 (75.0%)4-8-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)9-5-0 (64.3%)
611-3 (78.6%)9-5-0 (64.3%)9-5 (64.3%)7-7-0 (50.0%)8-2 (80.0%)6-4-0 (60.0%)1-3 (25.0%)1-3-0 (25.0%)6-8-0 (42.9%)
78-5 (61.5%)7-6-0 (53.8%)6-8 (42.9%)5-9-0 (35.7%)4-3 (57.1%)3-4-0 (42.9%)2-4 (33.3%)2-4-0 (33.3%)7-7-0 (50.0%)
89-5 (64.3%)8-6-0 (57.1%)9-5 (64.3%)8-6-0 (57.1%)7-3 (70.0%)6-4-0 (60.0%)2-2 (50.0%)2-2-0 (50.0%)8-6-0 (57.1%)
96-8 (42.9%)4-9-1 (30.8%)8-6 (57.1%)8-5-1 (61.5%)4-4 (50.0%)3-4-1 (42.9%)4-2 (66.7%)5-1-0 (83.3%)5-9-0 (35.7%)
107-6 (53.8%)5-6-2 (45.5%)11-3 (78.6%)10-2-2 (83.3%)6-2 (75.0%)5-2-1 (71.4%)4-1 (80.0%)4-0-1 (100.%)9-5-0 (64.3%)
1112-4 (75.0%)7-9-0 (43.8%)13-3 (81.3%)10-6-0 (62.5%)11-2 (84.6%)7-6-0 (53.8%)2-1 (66.7%)3-0-0 (100.%)6-7-3 (46.2%)
1214-2 (87.5%)5-8-3 (38.5%)9-7 (56.3%)5-8-3 (38.5%)9-2 (81.8%)3-6-2 (33.3%)0-5 (0.0%)2-2-1 (50.0%)9-7-0 (56.3%)
138-8 (50.0%)7-9-0 (43.8%)8-8 (50.0%)9-7-0 (56.3%)5-5 (50.0%)5-5-0 (50.0%)3-3 (50.0%)4-2-0 (66.7%)8-8-0 (50.0%)
1410-6 (62.5%)10-6-0 (62.5%)11-5 (68.8%)11-5-0 (68.8%)9-4 (69.2%)9-4-0 (69.2%)2-1 (66.7%)2-1-0 (66.7%)7-9-0 (43.8%)
1513-3 (81.3%)8-7-1 (53.3%)12-4 (75.0%)9-6-1 (60.0%)10-1 (90.9%)6-4-1 (60.0%)2-3 (40.0%)3-2-0 (60.0%)8-8-0 (50.0%)
1611-5 (68.8%)7-9-0 (43.8%)8-8 (50.0%)6-10-0 (37.5%)7-4 (63.6%)4-7-0 (36.4%)1-4 (20.0%)2-3-0 (40.0%)8-8-0 (50.0%)
1711-5 (68.8%)8-8-0 (50.0%)11-5 (68.8%)10-6-0 (62.5%)8-2 (80.0%)6-4-0 (60.0%)3-3 (50.0%)4-2-0 (66.7%)4-12-0 (25.0%)
Playoffs8-3 (72.7%)4-7-0 (36.4%)6-4 (60.0%)3-7-0 (30.0%)6-3 (66.7%)3-6-0 (33.3%)0-1 (0.0%)0-1-0 (0.0%)6-5-0 (54.5%)
+ +


2003 Results by Team

Click on a team to view 2003 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals4-12 (25.0%)6-10 (37.5%)0-0 0-0-0 4-4 (50.0%)6-2-0 (75.0%)0-0 0-0-0 7-9-0 (43.8%)
Atlanta Falcons5-11 (31.3%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)2-6-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
Baltimore Ravens10-6 (62.5%)8-6-2 (57.1%)9-2 (81.8%)6-3-2 (66.7%)7-1 (87.5%)4-2-2 (66.7%)7-0 (100.%)4-1-2 (80.0%)9-7-0 (56.3%)
Buffalo Bills6-10 (37.5%)6-8-2 (42.9%)5-4 (55.6%)4-5-0 (44.4%)4-4 (50.0%)3-4-1 (42.9%)4-3 (57.1%)3-4-0 (42.9%)2-14-0 (12.5%)
Carolina Panthers11-5 (68.8%)6-10 (37.5%)7-3 (70.0%)2-8-0 (20.0%)6-2 (75.0%)2-6-0 (25.0%)5-1 (83.3%)1-5-0 (16.7%)8-7-1 (53.3%)
Chicago Bears7-9 (43.8%)8-8 (50.0%)4-0 (100.%)3-1-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)4-0 (100.%)3-1-0 (75.0%)7-9-0 (43.8%)
Cincinnati Bengals8-8 (50.0%)9-6-1 (60.0%)3-2 (60.0%)2-2-1 (50.0%)5-3 (62.5%)4-3-1 (57.1%)2-1 (66.7%)1-1-1 (50.0%)7-9-0 (43.8%)
Cleveland Browns5-11 (31.3%)6-10 (37.5%)2-3 (40.0%)2-3-0 (40.0%)2-6 (25.0%)2-6-0 (25.0%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Dallas Cowboys10-6 (62.5%)9-6-1 (60.0%)8-3 (72.7%)7-3-1 (70.0%)6-2 (75.0%)5-2-1 (71.4%)6-2 (75.0%)5-2-1 (71.4%)7-9-0 (43.8%)
Denver Broncos10-6 (62.5%)8-8 (50.0%)9-2 (81.8%)6-5-0 (54.5%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)7-9-0 (43.8%)
Detroit Lions5-11 (31.3%)9-7 (56.3%)1-1 (50.0%)1-1-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)1-1 (50.0%)1-1-0 (50.0%)6-10-0 (37.5%)
Green Bay Packers10-6 (62.5%)10-6 (62.5%)8-5 (61.5%)8-5-0 (61.5%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)9-7-0 (56.3%)
Houston Texans5-11 (31.3%)9-7 (56.3%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)6-2-0 (75.0%)1-0 (100.%)1-0-0 (100.%)9-7-0 (56.3%)
Indianapolis Colts12-4 (75.0%)9-6-1 (60.0%)9-4 (69.2%)6-6-1 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)9-7-0 (56.3%)
Jacksonville Jaguars5-11 (31.3%)7-8-1 (46.7%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-0 (100.%)2-1-0 (66.7%)8-8-0 (50.0%)
Kansas City Chiefs13-3 (81.3%)10-6 (62.5%)12-2 (85.7%)9-5-0 (64.3%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)10-6-0 (62.5%)
Miami Dolphins10-6 (62.5%)7-9 (43.8%)7-4 (63.6%)4-7-0 (36.4%)4-4 (50.0%)1-7-0 (12.5%)4-4 (50.0%)1-7-0 (12.5%)6-10-0 (37.5%)
Minnesota Vikings9-7 (56.3%)8-8 (50.0%)5-6 (45.5%)4-7-0 (36.4%)6-2 (75.0%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)8-7-1 (53.3%)
New England Patriots14-2 (87.5%)14-2 (87.5%)10-0 (100.%)9-1-0 (90.0%)8-0 (100.%)8-0-0 (100.%)8-0 (100.%)8-0-0 (100.%)8-8-0 (50.0%)
New Orleans Saints8-8 (50.0%)9-7 (56.3%)6-2 (75.0%)5-3-0 (62.5%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
New York Giants4-12 (25.0%)3-12-1 (20.0%)1-6 (14.3%)0-7-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)0-6 (0.0%)0-6-0 (0.0%)6-9-1 (40.0%)
New York Jets6-10 (37.5%)6-8-2 (42.9%)4-1 (80.0%)2-2-1 (50.0%)4-4 (50.0%)4-4-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
Oakland Raiders4-12 (25.0%)3-12-1 (20.0%)2-2 (50.0%)0-4-0 (0.0%)4-4 (50.0%)2-5-1 (28.6%)2-0 (100.%)0-2-0 (0.0%)5-10-1 (33.3%)
Philadelphia Eagles12-4 (75.0%)11-5 (68.8%)7-3 (70.0%)6-4-0 (60.0%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)9-6-1 (60.0%)
Pittsburgh Steelers6-10 (37.5%)8-8 (50.0%)5-4 (55.6%)5-4-0 (55.6%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)8-8-0 (50.0%)
San Diego Chargers4-12 (25.0%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)10-6-0 (62.5%)
San Francisco 49ers7-9 (43.8%)7-7-2 (50.0%)4-3 (57.1%)3-4-0 (42.9%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
Seattle Seahawks10-6 (62.5%)8-7-1 (53.3%)9-3 (75.0%)6-6-0 (50.0%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)5-10-1 (33.3%)
St Louis Rams12-4 (75.0%)9-6-1 (60.0%)11-3 (78.6%)7-6-1 (53.8%)8-0 (100.%)6-1-1 (85.7%)8-0 (100.%)6-1-1 (85.7%)10-5-1 (66.7%)
Tampa Bay Buccaneers7-9 (43.8%)6-9-1 (40.0%)5-8 (38.5%)4-8-1 (33.3%)3-5 (37.5%)2-5-1 (28.6%)3-5 (37.5%)2-5-1 (28.6%)6-10-0 (37.5%)
Tennessee Titans12-4 (75.0%)9-7 (56.3%)10-2 (83.3%)7-5-0 (58.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)9-7-0 (56.3%)
Washington Redskins5-11 (31.3%)7-8-1 (46.7%)2-1 (66.7%)0-2-1 (0.0%)3-5 (37.5%)1-6-1 (14.3%)2-1 (66.7%)0-2-1 (0.0%)8-7-1 (53.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2003 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 4, 20039:09@Washington RedskinsW 16-13P -3New York JetsU 40
SunSep 7, 20031:00@Kansas City ChiefsW 27-14W -4.5San Diego ChargersU 47
SunSep 7, 20031:04@Buffalo BillsW 31-0W -1New England PatriotsU 44.5
SunSep 7, 20031:04@Carolina PanthersW 24-23L -4Jacksonville JaguarsO 34.5
SunSep 7, 20031:04@Green Bay PackersL 25-30L -4Minnesota VikingsO 47
SunSep 7, 20031:04@Pittsburgh SteelersW 34-15W -4Baltimore RavensO 38.5
SunSep 7, 20031:05St Louis RamsL 13-23L -1@New York GiantsU 46.5
SunSep 7, 20031:06Denver BroncosW 30-10W -6@Cincinnati BengalsU 43.5
SunSep 7, 20031:06Indianapolis ColtsW 9-6W -2@Cleveland BrownsU 48
SunSep 7, 20031:06@Detroit LionsW 42-24W -3.5Arizona CardinalsO 39
SunSep 7, 20031:06@Miami DolphinsL 20-21L -14Houston TexansO 34.5
SunSep 7, 20034:18@Seattle SeahawksW 27-10W -3New Orleans SaintsU 48.5
SunSep 7, 20034:19@Dallas CowboysL 13-27L -2Atlanta FalconsO 36.5
SunSep 7, 20034:19@San Francisco 49ersW 49-7W -6.5Chicago BearsO 40.5
SunSep 7, 20038:51@Tennessee TitansW 25-20W -3.5Oakland RaidersU 46
MonSep 8, 20039:09@Philadelphia EaglesL 0-17L -3Tampa Bay BuccaneersU 36
+ + +

+ +

Back to top

2003 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 14, 20031:00@Indianapolis ColtsW 33-7W -2.5Tennessee TitansU 44
SunSep 14, 20031:00@Kansas City ChiefsW 41-20W -3.5Pittsburgh SteelersO 48
SunSep 14, 20031:02@Baltimore RavensW 33-13W -2.5Cleveland BrownsO 39
SunSep 14, 20031:02@Green Bay PackersW 31-6W -7Detroit LionsU 45.5
SunSep 14, 20031:02@New Orleans SaintsW 31-10W -8Houston TexansO 40.5
SunSep 14, 20031:02Miami DolphinsW 21-10W -3@New York JetsU 37
SunSep 14, 20031:02@St Louis RamsW 27-24 (OT)P -3San Francisco 49ersO 47.5
SunSep 14, 20031:03@Atlanta FalconsL 31-33L -3Washington RedskinsO 39.5
SunSep 14, 20031:03Buffalo BillsW 38-17W -3@Jacksonville JaguarsO 42
SunSep 14, 20034:05@Tampa Bay BuccaneersL 9-12 (OT)L -9Carolina PanthersU 34.5
SunSep 14, 20034:06Seattle SeahawksW 38-0W -5@Arizona CardinalsU 44.5
SunSep 14, 20034:15@Oakland RaidersW 23-20L -12Cincinnati BengalsU 45
SunSep 14, 20034:15@Philadelphia EaglesL 10-31L -4New England PatriotsO 38
SunSep 14, 20034:15Denver BroncosW 37-13W -3@San Diego ChargersO 43
SunSep 14, 20038:30@Minnesota VikingsW 24-13W -9Chicago BearsU 44.5
MonSep 15, 20039:08@New York GiantsL 32-35 (OT)L -7.5Dallas CowboysO 36.5
+ + +

+ +

Back to top

2003 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 20031:00@Indianapolis ColtsW 23-13W -7.5Jacksonville JaguarsU 42
SunSep 21, 20031:02Pittsburgh SteelersW 17-10W -4.5@Cincinnati BengalsU 44.5
SunSep 21, 20031:02Kansas City ChiefsW 42-14W -7.5@Houston TexansO 44
SunSep 21, 20031:02@New England PatriotsW 23-16W -6New York JetsO 38
SunSep 21, 20031:03Tampa Bay BuccaneersW 31-10W -6.5@Atlanta FalconsO 35.5
SunSep 21, 20031:03Minnesota VikingsW 23-13W -4@Detroit LionsU 47.5
SunSep 21, 20031:03@Tennessee TitansW 27-12W -4.5New Orleans SaintsU 43.5
SunSep 21, 20034:05@Washington RedskinsL 21-24 (OT)L -1.5New York GiantsO 43.5
SunSep 21, 20034:06Green Bay PackersL 13-20L -7.5@Arizona CardinalsU 42.5
SunSep 21, 20034:06@Seattle SeahawksW 24-23L -3St Louis RamsP 47
SunSep 21, 20034:15@San Diego ChargersL 10-24L -1.5Baltimore RavensU 38.5
SunSep 21, 20034:15@San Francisco 49ersL 12-13L -7Cleveland BrownsU 44.5
SunSep 21, 20038:36@Miami DolphinsW 17-7W -3Buffalo BillsU 40.5
MonSep 22, 20039:09@Denver BroncosW 31-10W -5.5Oakland RaidersU 45
+ + +

+ +

Back to top

2003 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 20031:01@Pittsburgh SteelersL 13-30L -3.5Tennessee TitansU 44
SunSep 28, 20031:02@Buffalo BillsL 13-23L -3Philadelphia EaglesU 39.5
SunSep 28, 20031:02@St Louis RamsW 37-13W -11.5Arizona CardinalsO 45.5
SunSep 28, 20031:03@Cleveland BrownsL 14-21L -4.5Cincinnati BengalsU 40
SunSep 28, 20031:03@Minnesota VikingsW 35-7W PKSan Francisco 49ersU 43
SunSep 28, 20031:03@Washington RedskinsW 20-17L -3.5New England PatriotsU 43
SunSep 28, 20031:05Jacksonville JaguarsL 20-24L -2.5@Houston TexansO 37.5
SunSep 28, 20034:05Kansas City ChiefsW 17-10W -3@Baltimore RavensU 43.5
SunSep 28, 20034:05@Oakland RaidersW 34-31 (OT)L -7San Diego ChargersO 41.5
SunSep 28, 20034:15@Carolina PanthersW 23-3W -6Atlanta FalconsU 35.5
SunSep 28, 20034:15@Denver BroncosW 20-16L -12Detroit LionsU 44
SunSep 28, 20034:15@New York JetsL 6-17L -3Dallas CowboysU 37
SunSep 28, 20038:37Indianapolis ColtsW 55-21W -1.5@New Orleans SaintsO 42
MonSep 29, 20039:09Green Bay PackersW 38-23W -4@Chicago BearsO 41.5
+ + +

+ +

Back to top

2003 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 20031:00@Kansas City ChiefsW 24-23L -3.5Denver BroncosO 46.5
SunOct 5, 20031:02@Buffalo BillsW 22-16 (OT)L -7Cincinnati BengalsU 40
SunOct 5, 20031:02@Carolina PanthersW 19-13L -7New Orleans SaintsU 37.5
SunOct 5, 20031:02Oakland RaidersL 21-24L -3.5@Chicago BearsO 43.5
SunOct 5, 20031:02@Dallas CowboysW 24-7W -7.5Arizona CardinalsU 39.5
SunOct 5, 20031:02@Green Bay PackersW 35-13W -1Seattle SeahawksO 45
SunOct 5, 20031:02@New England PatriotsW 38-30W -1Tennessee TitansO 40.5
SunOct 5, 20031:03@New York GiantsL 10-23L -1.5Miami DolphinsU 38
SunOct 5, 20031:05Minnesota VikingsW 39-26W -4.5@Atlanta FalconsO 43.5
SunOct 5, 20034:05@Jacksonville JaguarsW 27-21W -3San Diego ChargersO 42.5
SunOct 5, 20034:15@Philadelphia EaglesW 27-25L -4.5Washington RedskinsO 40.5
SunOct 5, 20034:15@San Francisco 49ersW 24-17L -7.5Detroit LionsU 42.5
SunOct 5, 20038:35@Pittsburgh SteelersL 13-33L -7Cleveland BrownsO 42
MonOct 6, 20039:15@Tampa Bay BuccaneersL 35-38 (OT)L -4.5Indianapolis ColtsO 37.5
+ + +

+ +

Back to top

2003 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 20031:00@Indianapolis ColtsL 20-23 (OT)L -4Carolina PanthersO 37.5
SunOct 12, 20031:01Miami DolphinsW 24-10W -3.5@Jacksonville JaguarsU 38
SunOct 12, 20031:02@Green Bay PackersL 34-40 (OT)L -2.5Kansas City ChiefsO 47.5
SunOct 12, 20031:02@New England PatriotsW 17-6W -2.5New York GiantsU 42.5
SunOct 12, 20031:03@Cleveland BrownsW 13-7W -3.5Oakland RaidersU 43.5
SunOct 12, 20031:03@Dallas CowboysW 23-21W -1Philadelphia EaglesO 37.5
SunOct 12, 20031:03@New Orleans SaintsW 20-13W -6.5Chicago BearsU 43
SunOct 12, 20031:03@Tennessee TitansW 38-17W -8.5Houston TexansO 39.5
SunOct 12, 20031:03Tampa Bay BuccaneersW 35-13W -3.5@Washington RedskinsO 37
SunOct 12, 20034:15@Denver BroncosW 17-14L -6.5Pittsburgh SteelersU 45
SunOct 12, 20034:15Buffalo BillsL 3-30L -1@New York JetsU 36.5
SunOct 12, 20034:16Baltimore RavensW 26-18W -6.5@Arizona CardinalsO 37
SunOct 12, 20038:37@Seattle SeahawksW 20-19L -3.5San Francisco 49ersU 44.5
MonOct 13, 20039:00@St Louis RamsW 36-0W -10Atlanta FalconsU 46
+ + +

+ +

Back to top

2003 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 20031:00@Minnesota VikingsW 28-20W -4Denver BroncosO 44
SunOct 19, 20031:02@Carolina PanthersL 17-37L PKTennessee TitansO 37.5
SunOct 19, 20031:02Baltimore RavensL 26-34L -1@Cincinnati BengalsO 36
SunOct 19, 20031:02@Cleveland BrownsL 20-26L -3.5San Diego ChargersO 41
SunOct 19, 20031:02@St Louis RamsW 34-24W -4Green Bay PackersO 48.5
SunOct 19, 20031:03New Orleans SaintsW 45-17W -3@Atlanta FalconsO 42
SunOct 19, 20031:03Dallas CowboysW 38-7W -3@Detroit LionsO 39
SunOct 19, 20031:03@Miami DolphinsL 13-19 (OT)L -6.5New England PatriotsU 37
SunOct 19, 20031:03@New York GiantsL 10-14L -3Philadelphia EaglesU 37
SunOct 19, 20034:05New York JetsW 19-14W -3.5@Houston TexansU 38
SunOct 19, 20034:15@Buffalo BillsW 24-7W -3Washington RedskinsU 38
SunOct 19, 20034:15Tampa Bay BuccaneersL 7-24L -5@San Francisco 49ersU 39
SunOct 19, 20034:15@Seattle SeahawksW 24-17L -11Chicago BearsU 41.5
MonOct 20, 20039:05Kansas City ChiefsW 17-10W -4.5@Oakland RaidersU 47.5
+ + +

+ +

Back to top

2003 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 20031:00@Minnesota VikingsL 17-29L -5.5New York GiantsO 44.5
SunOct 26, 20031:01Tennessee TitansW 30-17W -4.5@Jacksonville JaguarsO 43.5
SunOct 26, 20031:01@Tampa Bay BuccaneersW 16-0W -6Dallas CowboysU 37
SunOct 26, 20031:02@Baltimore RavensW 26-6W -2.5Denver BroncosU 36.5
SunOct 26, 20031:02Seattle SeahawksL 24-27L -3@Cincinnati BengalsO 41.5
SunOct 26, 20031:02@New England PatriotsW 9-3W -4.5Cleveland BrownsU 37.5
SunOct 26, 20031:02@Pittsburgh SteelersL 21-33L -1St Louis RamsO 45.5
SunOct 26, 20031:03@Chicago BearsW 24-16W -3Detroit LionsO 37.5
SunOct 26, 20031:03@New Orleans SaintsL 20-23 (OT)L -3Carolina PanthersO 39.5
SunOct 26, 20034:06San Francisco 49ersL 13-16 (OT)L -7@Arizona CardinalsU 41
SunOct 26, 20034:13@Philadelphia EaglesW 24-17W -3New York JetsO 36
SunOct 26, 20034:15@Indianapolis ColtsW 30-21L -13Houston TexansO 44
SunOct 26, 20038:30@Kansas City ChiefsW 38-5W -5.5Buffalo BillsU 43.5
MonOct 27, 20039:09Miami DolphinsW 26-10W -6.5@San Diego ChargersU 38.5at Tempe
+ + +

+ +

Back to top

2003 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 20031:02@Baltimore RavensW 24-17P -7Jacksonville JaguarsO 37.5
SunNov 2, 20031:02Carolina PanthersL 10-14L -6@Houston TexansU 37
SunNov 2, 20031:03Oakland RaidersL 13-23L -3.5@Detroit LionsU 39.5
SunNov 2, 20031:03New York GiantsW 31-28 (OT)L -3.5@New York JetsO 40
SunNov 2, 20031:04@Miami DolphinsL 17-23L -3Indianapolis ColtsO 39.5
SunNov 2, 20031:05@Chicago BearsW 20-7W -1San Diego ChargersU 39
SunNov 2, 20031:05@Tampa Bay BuccaneersL 14-17L -8New Orleans SaintsU 39
SunNov 2, 20034:05Cincinnati BengalsL 14-17L -3@Arizona CardinalsU 39
SunNov 2, 20034:06@Seattle SeahawksW 23-16W -5Pittsburgh SteelersU 44
SunNov 2, 20034:15Philadelphia EaglesW 23-16W -6@Atlanta FalconsU 39.5
SunNov 2, 20034:15@Dallas CowboysW 21-14W -6Washington RedskinsU 38.5
SunNov 2, 20034:17St Louis RamsL 10-30L -5@San Francisco 49ersU 44
SunNov 2, 20038:35@Minnesota VikingsL 27-30L -5.5Green Bay PackersO 49
MonNov 3, 20039:09@Denver BroncosL 26-30L -2New England PatriotsO 36
+ + +

+ +

Back to top

2003 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 9, 20031:00@Kansas City ChiefsW 41-20W -9Cleveland BrownsO 43.5
SunNov 9, 20031:02Tampa Bay BuccaneersL 24-27L -3.5@Carolina PanthersO 34.5
SunNov 9, 20031:02Indianapolis ColtsL 23-28L -6@Jacksonville JaguarsO 44
SunNov 9, 20031:02@Pittsburgh SteelersW 28-15W -7Arizona CardinalsO 40.5
SunNov 9, 20031:02@Tennessee TitansW 31-7W -5.5Miami DolphinsU 39.5
SunNov 9, 20031:02Seattle SeahawksL 20-27L -3@Washington RedskinsO 41
SunNov 9, 20031:03@Cincinnati BengalsW 34-27W -4Houston TexansO 40
SunNov 9, 20031:03@Detroit LionsW 12-10W PKChicago BearsU 37.5
SunNov 9, 20031:04@New York GiantsL 7-27L -11.5Atlanta FalconsU 41
SunNov 9, 20034:05Minnesota VikingsL 28-42L -5.5@San Diego ChargersO 45
SunNov 9, 20034:15@Dallas CowboysW 10-6P -4Buffalo BillsU 37
SunNov 9, 20034:15New York JetsW 27-24 (OT)P -3@Oakland RaidersO 38
SunNov 9, 20038:38@St Louis RamsW 33-22W -6.5Baltimore RavensO 43
MonNov 10, 20039:08@Green Bay PackersL 14-17L -4.5Philadelphia EaglesU 43
+ + +

+ +

Back to top

2003 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 16, 20031:01@Buffalo BillsL 10-12L -7Houston TexansU 37.5
SunNov 16, 20031:01@Philadelphia EaglesW 28-10W -3New York GiantsP 38
SunNov 16, 20031:02@Tennessee TitansW 10-3L -9Jacksonville JaguarsU 44.5
SunNov 16, 20031:03@Carolina PanthersW 20-17L -6Washington RedskinsP 37
SunNov 16, 20031:03St Louis RamsW 23-21L -6@Chicago BearsO 41
SunNov 16, 20031:03Kansas City ChiefsL 19-24L -6@Cincinnati BengalsU 48
SunNov 16, 20031:03@Cleveland BrownsW 44-6W -5Arizona CardinalsO 37.5
SunNov 16, 20031:03@Miami DolphinsW 9-6 (OT)L -5Baltimore RavensU 33
SunNov 16, 20031:04@New Orleans SaintsW 23-20 (OT)L -9Atlanta FalconsU 44
SunNov 16, 20034:05@Denver BroncosW 37-8W -8.5San Diego ChargersO 44
SunNov 16, 20034:05@Indianapolis ColtsW 38-31W -6New York JetsO 43.5
SunNov 16, 20034:15Minnesota VikingsL 18-28L -4.5@Oakland RaidersP 46
SunNov 16, 20034:15@Tampa Bay BuccaneersL 13-20L -3.5Green Bay PackersU 41
SunNov 16, 20034:16@Seattle SeahawksW 35-14W -11Detroit LionsO 39.5
SunNov 16, 20038:37@New England PatriotsW 12-0W -4Dallas CowboysU 35
MonNov 17, 20039:09@San Francisco 49ersW 30-14W -4Pittsburgh SteelersO 41.5
+ + +

+ +

Back to top

2003 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 23, 20031:00@Minnesota VikingsW 24-14L -10.5Detroit LionsU 47.5
SunNov 23, 20031:02@Baltimore RavensW 44-41 (OT)P -3Seattle SeahawksO 36
SunNov 23, 20031:02Indianapolis ColtsW 17-14P -3@Buffalo BillsU 38.5
SunNov 23, 20031:02@Cleveland BrownsL 6-13L -3Pittsburgh SteelersU 40.5
SunNov 23, 20031:02@Dallas CowboysW 24-20W -3Carolina PanthersO 33
SunNov 23, 20031:02@Green Bay PackersW 20-10W -3.5San Francisco 49ersU 40
SunNov 23, 20031:02New England PatriotsW 23-20 (OT)L -5@Houston TexansO 37
SunNov 23, 20031:02@Philadelphia EaglesW 33-20W -5.5New Orleans SaintsO 39.5
SunNov 23, 20031:03@New York JetsW 13-10L -4Jacksonville JaguarsU 43
SunNov 23, 20034:05@Denver BroncosL 10-19L -10.5Chicago BearsU 38.5
SunNov 23, 20034:06St Louis RamsW 30-27 (OT)L -7@Arizona CardinalsO 44
SunNov 23, 20034:15Tennessee TitansW 38-31W -6.5@Atlanta FalconsO 44
SunNov 23, 20034:15@Kansas City ChiefsW 27-24L -11Oakland RaidersO 44.5
SunNov 23, 20034:15Cincinnati BengalsW 34-27W -3@San Diego ChargersO 43
SunNov 23, 20038:37@Miami DolphinsW 24-23L -7Washington RedskinsO 35
MonNov 24, 20039:10@Tampa Bay BuccaneersW 19-13P -6New York GiantsU 38
+ + +

+ +

Back to top

2003 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 200312:37Green Bay PackersL 14-22L -6.5@Detroit LionsU 44
ThuNov 27, 20034:16@Dallas CowboysL 21-40L -3Miami DolphinsO 34.5
SunNov 30, 20031:00@Indianapolis ColtsL 34-38L -3.5New England PatriotsO 43.5
SunNov 30, 20031:01@Pittsburgh SteelersL 20-24L -3Cincinnati BengalsO 42
SunNov 30, 20031:02@Baltimore RavensW 44-6W -3San Francisco 49ersO 37
SunNov 30, 20031:02@Carolina PanthersL 16-25L -1.5Philadelphia EaglesO 37
SunNov 30, 20031:02@New York GiantsL 7-24L -3Buffalo BillsU 35.5
SunNov 30, 20031:02@St Louis RamsW 48-17W -6Minnesota VikingsO 51
SunNov 30, 20031:03@Chicago BearsW 28-3W -4.5Arizona CardinalsU 36
SunNov 30, 20031:03@Houston TexansW 17-13W -3Atlanta FalconsU 42.5
SunNov 30, 20034:05New Orleans SaintsW 24-20W -1@Washington RedskinsO 42.5
SunNov 30, 20034:15Denver BroncosW 22-8W -3@Oakland RaidersU 42
SunNov 30, 20034:15Kansas City ChiefsW 28-24L -7.5@San Diego ChargersO 48.5
SunNov 30, 20034:15@Seattle SeahawksW 34-7W -6.5Cleveland BrownsU 42
SunNov 30, 20038:36Tampa Bay BuccaneersL 10-17L -3@Jacksonville JaguarsU 37
MonDec 1, 20039:09Tennessee TitansL 17-24L -3@New York JetsU 42
+ + +

+ +

Back to top

2003 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 7, 20031:00Seattle SeahawksL 7-34L -1@Minnesota VikingsU 52.5
SunDec 7, 20031:01@Pittsburgh SteelersW 27-7W -5.5Oakland RaidersU 40.5
SunDec 7, 20031:02@Baltimore RavensW 31-13W -5Cincinnati BengalsO 38.5
SunDec 7, 20031:02@Green Bay PackersW 34-21W -7.5Chicago BearsO 39
SunDec 7, 20031:02@Jacksonville JaguarsW 27-0W -9.5Houston TexansU 37.5
SunDec 7, 20031:02@New York GiantsL 7-20L -3Washington RedskinsU 36
SunDec 7, 20031:03@Detroit LionsL 7-14L -3San Diego ChargersU 43.5
SunDec 7, 20031:03@New Orleans SaintsL 7-14L -3Tampa Bay BuccaneersU 40.5
SunDec 7, 20031:03@Philadelphia EaglesW 36-10W -5.5Dallas CowboysO 35.5
SunDec 7, 20031:03@Tennessee TitansL 27-29L -3.5Indianapolis ColtsO 46.5
SunDec 7, 20034:05@San Francisco 49ersW 50-14W -10.5Arizona CardinalsO 40.5
SunDec 7, 20034:15@Buffalo BillsW 17-6W -3New York JetsU 37
SunDec 7, 20034:15@Denver BroncosW 45-27W -3Kansas City ChiefsO 46.5
SunDec 7, 20034:15@New England PatriotsW 12-0W -3Miami DolphinsU 33.5
SunDec 7, 20038:37Carolina PanthersL 14-20 (OT)L -1@Atlanta FalconsU 41
MonDec 8, 20039:09St Louis RamsW 26-20W -5.5@Cleveland BrownsO 43.5
+ + +

+ +

Back to top

2003 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 14, 20031:00@Indianapolis ColtsW 38-7W -7.5Atlanta FalconsU 48
SunDec 14, 20031:00@Kansas City ChiefsW 45-17W -14.5Detroit LionsO 45
SunDec 14, 20031:01@Tampa Bay BuccaneersW 16-3W -11.5Houston TexansU 36
SunDec 14, 20031:02@New England PatriotsW 27-13W -6Jacksonville JaguarsO 33
SunDec 14, 20031:02@St Louis RamsW 27-22L -7Seattle SeahawksU 52
SunDec 14, 20031:03Minnesota VikingsL 10-13L -3@Chicago BearsU 39.5
SunDec 14, 20031:03@Cincinnati BengalsW 41-38P -3San Francisco 49ersO 42
SunDec 14, 20031:03@New York JetsW 6-0W -3Pittsburgh SteelersU 36
SunDec 14, 20031:03@Tennessee TitansW 28-26L -5Buffalo BillsO 37
SunDec 14, 20034:05@Denver BroncosW 23-20 (OT)L -11.5Cleveland BrownsO 42
SunDec 14, 20034:05Baltimore RavensL 12-20L -7@Oakland RaidersU 38
SunDec 14, 20034:15Green Bay PackersW 38-21W -5@San Diego ChargersO 45.5
SunDec 14, 20034:16Carolina PanthersW 20-17L -7@Arizona CardinalsU 38.5
SunDec 14, 20034:17Dallas CowboysW 27-0W -3@Washington RedskinsU 34
SunDec 14, 20038:36@New Orleans SaintsW 45-7W -7.5New York GiantsO 40.5
MonDec 15, 20039:09@Miami DolphinsL 27-34L -3Philadelphia EaglesO 37
+ + +

+ +

Back to top

2003 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 20, 20031:32@Tampa Bay BuccaneersL 28-30L -6.5Atlanta FalconsO 38.5
SatDec 20, 20035:15Kansas City ChiefsL 20-45L -3@Minnesota VikingsO 54
SatDec 20, 20038:37New England PatriotsW 21-16W -3@New York JetsO 35
SunDec 21, 20031:02@Buffalo BillsL 3-20L -3Miami DolphinsU 33
SunDec 21, 20031:02@Dallas CowboysW 19-3W -12.5New York GiantsU 35.5
SunDec 21, 20031:02@Jacksonville JaguarsW 20-19L -3New Orleans SaintsU 42
SunDec 21, 20031:02@St Louis RamsW 27-10W -7Cincinnati BengalsU 54
SunDec 21, 20031:03@Carolina PanthersW 20-14L -7.5Detroit LionsU 37
SunDec 21, 20031:03@Chicago BearsW 27-24L -4Washington RedskinsO 35
SunDec 21, 20031:03Baltimore RavensW 35-0W -3@Cleveland BrownsU 35.5
SunDec 21, 20031:03Tennessee TitansW 27-24L -5.5@Houston TexansO 39
SunDec 21, 20034:05@Pittsburgh SteelersW 40-24W -6.5San Diego ChargersO 42
SunDec 21, 20034:15@Philadelphia EaglesL 28-31 (OT)L -7San Francisco 49ersO 44
SunDec 21, 20034:15@Seattle SeahawksW 28-10W -15.5Arizona CardinalsU 44.5
SunDec 21, 20038:35@Indianapolis ColtsL 17-31L -6.5Denver BroncosU 48.5
MonDec 22, 20039:05Green Bay PackersW 41-7W -5.5@Oakland RaidersO 44
+ + +

+ +

Back to top

2003 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 27, 20031:35@New England PatriotsW 31-0W -9.5Buffalo BillsU 34.5
SatDec 27, 20035:15@San Francisco 49ersL 17-24L -2.5Seattle SeahawksU 46.5
SatDec 27, 20038:36Philadelphia EaglesW 31-7W -9@Washington RedskinsU 42
SunDec 28, 20031:00@Kansas City ChiefsW 31-3W -7.5Chicago BearsU 43.5
SunDec 28, 20031:02@Cincinnati BengalsL 14-22L -8.5Cleveland BrownsU 42
SunDec 28, 20031:03@Atlanta FalconsW 21-14W -2.5Jacksonville JaguarsU 44
SunDec 28, 20031:03St Louis RamsL 20-30L -12@Detroit LionsO 45
SunDec 28, 20031:03Indianapolis ColtsW 20-17L -9@Houston TexansU 46.5
SunDec 28, 20031:03@Miami DolphinsW 23-21L -3.5New York JetsO 37.5
SunDec 28, 20031:03Dallas CowboysL 7-13L -1@New Orleans SaintsU 38
SunDec 28, 20031:03@Tennessee TitansW 33-13W -4Tampa Bay BuccaneersO 39
SunDec 28, 20034:05Minnesota VikingsL 17-18L -7.5@Arizona CardinalsU 45.5
SunDec 28, 20034:05Carolina PanthersW 37-24W -4.5@New York GiantsO 34.5
SunDec 28, 20034:15@Green Bay PackersW 31-3W -10Denver BroncosU 41.5
SunDec 28, 20034:15@San Diego ChargersW 21-14W -6Oakland RaidersU 46
SunDec 28, 20038:36@Baltimore RavensW 13-10 (OT)L -6Pittsburgh SteelersU 37.5
+ + +

+

Back to top

+

2003 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 3, 20044:37Tennessee Titans (5)W 20-17W -1@Baltimore Ravens (4)U 38
NFC Wild CardSatJan 3, 20048:09@Carolina Panthers (3)W 29-10W -3Dallas Cowboys (6)O 34
NFC Wild CardSunJan 4, 20041:04@Green Bay Packers (4)W 33-27 (OT)L -7.5Seattle Seahawks (5)O 43.5
AFC Wild CardSunJan 4, 20044:42@Indianapolis Colts (3)W 41-10W -3Denver Broncos (6)O 49
NFC DivisionalSatJan 10, 20044:30@St Louis Rams (2)L 23-29 (2OT)L -7Carolina Panthers (3)O 46
AFC DivisionalSatJan 10, 20048:15@New England Patriots (1)W 17-14L -6Tennessee Titans (5)U 34
AFC DivisionalSunJan 11, 20041:00@Kansas City Chiefs (2)L 31-38L -3Indianapolis Colts (3)O 53
NFC DivisionalSunJan 11, 20044:46@Philadelphia Eagles (1)W 20-17 (OT)L -4Green Bay Packers (4)U 43
AFC ChampionshipSunJan 18, 20043:06@New England Patriots (1)W 24-14W -3.5Indianapolis Colts (3)U 42
NFC ChampionshipSunJan 18, 20046:50@Philadelphia Eagles (1)L 3-14L -4Carolina Panthers (3)U 36.5
Super Bowl XXXVIIISunFeb 1, 20046:25NNew England Patriots (1)W 32-29L -7Carolina Panthers (3)O 38
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2004.html b/data/2004.html new file mode 100644 index 0000000..8bd360e --- /dev/null +++ b/data/2004.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2004 Season

+ +

Historical NFL Game Odds

2004 Season

<<-- 2003 Season    2005 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2004 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-5 (68.8%)7-8-1 (46.7%)9-7 (56.3%)7-8-1 (46.7%)8-4 (66.7%)5-6-1 (45.5%)1-3 (25.0%)2-2-0 (50.0%)7-9-0 (43.8%)
212-4 (75.0%)9-7-0 (56.3%)10-6 (62.5%)7-9-0 (43.8%)8-2 (80.0%)5-5-0 (50.0%)2-4 (33.3%)2-4-0 (33.3%)6-10-0 (37.5%)
39-5 (64.3%)7-7-0 (50.0%)7-7 (50.0%)5-9-0 (35.7%)7-5 (58.3%)5-7-0 (41.7%)0-2 (0.0%)0-2-0 (0.0%)5-9-0 (35.7%)
47-7 (50.0%)6-7-1 (46.2%)5-9 (35.7%)5-8-1 (38.5%)1-3 (25.0%)1-3-0 (25.0%)4-6 (40.0%)4-5-1 (44.4%)6-8-0 (42.9%)
57-6 (53.8%)5-8-0 (38.5%)7-7 (50.0%)5-9-0 (35.7%)6-5 (54.5%)4-7-0 (36.4%)1-1 (50.0%)1-1-0 (50.0%)6-7-1 (46.2%)
69-5 (64.3%)7-7-0 (50.0%)8-6 (57.1%)6-8-0 (42.9%)7-4 (63.6%)5-6-0 (45.5%)1-2 (33.3%)1-2-0 (33.3%)7-7-0 (50.0%)
77-7 (50.0%)5-8-1 (38.5%)9-5 (64.3%)9-4-1 (69.2%)6-4 (60.0%)5-4-1 (55.6%)3-1 (75.0%)4-0-0 (100.%)8-6-0 (57.1%)
810-4 (71.4%)8-6-0 (57.1%)11-3 (78.6%)9-5-0 (64.3%)9-2 (81.8%)7-4-0 (63.6%)2-1 (66.7%)2-1-0 (66.7%)11-3-0 (78.6%)
95-8 (38.5%)4-9-0 (30.8%)8-6 (57.1%)7-7-0 (50.0%)4-5 (44.4%)3-6-0 (33.3%)3-1 (75.0%)3-1-0 (75.0%)10-3-1 (76.9%)
109-5 (64.3%)8-6-0 (57.1%)8-6 (57.1%)7-7-0 (50.0%)6-3 (66.7%)5-4-0 (55.6%)2-3 (40.0%)2-3-0 (40.0%)7-7-0 (50.0%)
1115-1 (93.8%)12-3-1 (80.0%)7-9 (43.8%)5-10-1 (33.3%)7-1 (87.5%)5-3-0 (62.5%)0-8 (0.0%)0-7-1 (0.0%)5-11-0 (31.3%)
1211-4 (73.3%)9-6-0 (60.0%)9-7 (56.3%)7-9-0 (43.8%)8-3 (72.7%)6-5-0 (54.5%)1-3 (25.0%)1-3-0 (25.0%)7-9-0 (43.8%)
1313-3 (81.3%)10-5-1 (66.7%)9-7 (56.3%)8-7-1 (53.3%)8-2 (80.0%)6-3-1 (66.7%)1-5 (16.7%)2-4-0 (33.3%)10-6-0 (62.5%)
1413-3 (81.3%)8-8-0 (50.0%)10-6 (62.5%)9-7-0 (56.3%)10-3 (76.9%)7-6-0 (53.8%)0-3 (0.0%)2-1-0 (66.7%)6-10-0 (37.5%)
1510-6 (62.5%)6-10-0 (37.5%)8-8 (50.0%)8-8-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)3-5 (37.5%)5-3-0 (62.5%)10-6-0 (62.5%)
1611-4 (73.3%)5-9-1 (35.7%)10-6 (62.5%)4-11-1 (26.7%)9-3 (75.0%)3-8-1 (27.3%)1-2 (33.3%)1-2-0 (33.3%)7-9-0 (43.8%)
178-8 (50.0%)6-10-0 (37.5%)10-6 (62.5%)8-8-0 (50.0%)6-4 (60.0%)4-6-0 (40.0%)4-2 (66.7%)4-2-0 (66.7%)8-8-0 (50.0%)
Playoffs8-3 (72.7%)6-5-0 (54.5%)6-4 (60.0%)5-5-0 (50.0%)6-3 (66.7%)5-4-0 (55.6%)0-1 (0.0%)0-1-0 (0.0%)4-6-1 (40.0%)
+ +


2004 Results by Team

Click on a team to view 2004 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals6-10 (37.5%)9-7 (56.3%)2-1 (66.7%)2-1-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)2-1 (66.7%)2-1-0 (66.7%)9-7-0 (56.3%)
Atlanta Falcons11-5 (68.8%)7-9 (43.8%)9-1 (90.0%)4-6-0 (40.0%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)5-11-0 (31.3%)
Baltimore Ravens9-7 (56.3%)9-7 (56.3%)8-3 (72.7%)7-4-0 (63.6%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)8-8-0 (50.0%)
Buffalo Bills9-7 (56.3%)11-5 (68.8%)7-2 (77.8%)7-2-0 (77.8%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)11-5-0 (68.8%)
Carolina Panthers7-9 (43.8%)10-6 (62.5%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)3-5-0 (37.5%)2-5 (28.6%)2-5-0 (28.6%)7-9-0 (43.8%)
Chicago Bears5-11 (31.3%)6-9-1 (40.0%)1-4 (20.0%)1-4-0 (20.0%)2-6 (25.0%)2-6-0 (25.0%)1-4 (20.0%)1-4-0 (20.0%)6-10-0 (37.5%)
Cincinnati Bengals8-8 (50.0%)7-9 (43.8%)4-0 (100.%)2-2-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)3-0 (100.%)1-2-0 (33.3%)9-7-0 (56.3%)
Cleveland Browns4-12 (25.0%)6-10 (37.5%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)4-4-0 (50.0%)1-0 (100.%)1-0-0 (100.%)7-9-0 (43.8%)
Dallas Cowboys6-10 (37.5%)7-9 (43.8%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)9-7-0 (56.3%)
Denver Broncos10-6 (62.5%)7-7-2 (50.0%)10-5 (66.7%)7-7-1 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-9-1 (40.0%)
Detroit Lions6-10 (37.5%)8-7-1 (53.3%)3-3 (50.0%)2-3-1 (40.0%)3-5 (37.5%)3-4-1 (42.9%)3-2 (60.0%)2-2-1 (50.0%)7-9-0 (43.8%)
Green Bay Packers10-6 (62.5%)7-8-1 (46.7%)6-4 (60.0%)3-6-1 (33.3%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)2-6-0 (25.0%)11-5-0 (68.8%)
Houston Texans7-9 (43.8%)8-7-1 (53.3%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)4-3-1 (57.1%)2-2 (50.0%)2-2-0 (50.0%)6-9-1 (40.0%)
Indianapolis Colts12-4 (75.0%)9-6-1 (60.0%)12-2 (85.7%)9-5-0 (64.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Jacksonville Jaguars9-7 (56.3%)10-6 (62.5%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)5-3-0 (62.5%)2-2 (50.0%)2-2-0 (50.0%)4-12-0 (25.0%)
Kansas City Chiefs7-9 (43.8%)6-10 (37.5%)4-7 (36.4%)3-8-0 (27.3%)4-4 (50.0%)3-5-0 (37.5%)2-3 (40.0%)1-4-0 (20.0%)10-6-0 (62.5%)
Miami Dolphins4-12 (25.0%)7-9 (43.8%)1-2 (33.3%)0-3-0 (0.0%)3-5 (37.5%)2-6-0 (25.0%)1-2 (33.3%)0-3-0 (0.0%)9-6-1 (60.0%)
Minnesota Vikings8-8 (50.0%)7-9 (43.8%)8-5 (61.5%)5-8-0 (38.5%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)8-8-0 (50.0%)
New England Patriots14-2 (87.5%)11-3-2 (78.6%)12-2 (85.7%)9-3-2 (75.0%)8-0 (100.%)5-1-2 (83.3%)8-0 (100.%)5-1-2 (83.3%)8-7-1 (53.3%)
New Orleans Saints8-8 (50.0%)8-8 (50.0%)2-2 (50.0%)1-3-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
New York Giants6-10 (37.5%)8-8 (50.0%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)7-9-0 (43.8%)
New York Jets10-6 (62.5%)8-7-1 (53.3%)10-2 (83.3%)8-4-0 (66.7%)6-2 (75.0%)4-4-0 (50.0%)6-0 (100.%)4-2-0 (66.7%)7-9-0 (43.8%)
Oakland Raiders5-11 (31.3%)6-10 (37.5%)3-2 (60.0%)2-3-0 (40.0%)3-5 (37.5%)2-6-0 (25.0%)3-1 (75.0%)2-2-0 (50.0%)10-6-0 (62.5%)
Philadelphia Eagles13-3 (81.3%)9-7 (56.3%)13-1 (92.9%)9-5-0 (64.3%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)5-11-0 (31.3%)
Pittsburgh Steelers15-1 (93.8%)11-5 (68.8%)10-0 (100.%)6-4-0 (60.0%)8-0 (100.%)6-2-0 (75.0%)6-0 (100.%)4-2-0 (66.7%)8-8-0 (50.0%)
San Diego Chargers12-4 (75.0%)13-2-1 (86.7%)6-0 (100.%)5-0-1 (100.%)7-1 (87.5%)6-1-1 (85.7%)4-0 (100.%)3-0-1 (100.%)9-7-0 (56.3%)
San Francisco 49ers2-14 (12.5%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)1-7 (12.5%)2-6-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)9-7-0 (56.3%)
Seattle Seahawks9-7 (56.3%)5-11 (31.3%)8-5 (61.5%)4-9-0 (30.8%)5-3 (62.5%)1-7-0 (12.5%)5-3 (62.5%)1-7-0 (12.5%)11-5-0 (68.8%)
St Louis Rams8-8 (50.0%)6-10 (37.5%)5-4 (55.6%)3-6-0 (33.3%)6-2 (75.0%)4-4-0 (50.0%)4-2 (66.7%)2-4-0 (33.3%)9-7-0 (56.3%)
Tampa Bay Buccaneers5-11 (31.3%)5-10-1 (33.3%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)4-3-1 (57.1%)3-2 (60.0%)3-2-0 (60.0%)5-11-0 (31.3%)
Tennessee Titans5-11 (31.3%)5-11 (31.3%)2-4 (33.3%)2-4-0 (33.3%)2-6 (25.0%)2-6-0 (25.0%)1-3 (25.0%)1-3-0 (25.0%)10-6-0 (62.5%)
Washington Redskins6-10 (37.5%)8-8 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)4-12-0 (25.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2004 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 9, 20049:08@New England PatriotsW 27-24P -3Indianapolis ColtsO 44.5
SatSep 11, 20041:07Tennessee TitansW 17-7W -3@Miami DolphinsU 38
SunSep 12, 20041:04@Buffalo BillsL 10-13L -3Jacksonville JaguarsU 35
SunSep 12, 20041:04@Pittsburgh SteelersW 24-21L -3.5Oakland RaidersO 41.5
SunSep 12, 20041:04@St Louis RamsW 17-10L -11Arizona CardinalsU 46
SunSep 12, 20041:05@Chicago BearsL 16-20L -1.5Detroit LionsU 38.5
SunSep 12, 20041:05@Houston TexansL 20-27L -4.5San Diego ChargersO 44
SunSep 12, 20041:06Seattle SeahawksW 21-7W -2.5@New Orleans SaintsU 45
SunSep 12, 20041:06@Washington RedskinsW 16-10W -2.5Tampa Bay BuccaneersU 38.5
SunSep 12, 20041:07@New York JetsW 31-24W -5.5Cincinnati BengalsO 42
SunSep 12, 20041:08Baltimore RavensL 3-20L -3.5@Cleveland BrownsU 37
SunSep 12, 20044:15@Minnesota VikingsW 35-17W -6.5Dallas CowboysO 44
SunSep 12, 20044:19Atlanta FalconsW 21-19L -3@San Francisco 49ersU 44.5
SunSep 12, 20044:21@Philadelphia EaglesW 31-17W -9.5New York GiantsO 41.5
SunSep 12, 20048:39@Denver BroncosW 34-24W -3Kansas City ChiefsO 48.5
MonSep 13, 20049:09@Carolina PanthersL 14-24L -3Green Bay PackersU 43.5
+ + +

+ +

Back to top

2004 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 20041:00@Kansas City ChiefsL 17-28L -7Carolina PanthersU 46
SunSep 19, 20041:02@Baltimore RavensW 30-13W -4Pittsburgh SteelersO 35.5
SunSep 19, 20041:02@Green Bay PackersL 10-21L -9Chicago BearsU 41
SunSep 19, 20041:02Denver BroncosL 6-7L -3@Jacksonville JaguarsU 38
SunSep 19, 20041:02Indianapolis ColtsW 31-17W -1.5@Tennessee TitansO 47
SunSep 19, 20041:03@Atlanta FalconsW 34-17W -2St Louis RamsO 46
SunSep 19, 20041:03@New Orleans SaintsW 30-27L -7.5San Francisco 49ersO 42
SunSep 19, 20041:04@Detroit LionsW 28-16W -3Houston TexansO 43.5
SunSep 19, 20041:04Washington RedskinsL 14-20L -3@New York GiantsU 40
SunSep 19, 20044:05Seattle SeahawksW 10-6W -3@Tampa Bay BuccaneersU 37
SunSep 19, 20044:15@Dallas CowboysW 19-12W -4.5Cleveland BrownsU 38
SunSep 19, 20044:15@Oakland RaidersW 13-10L -3.5Buffalo BillsU 37.5
SunSep 19, 20044:15New York JetsW 34-28W -3@San Diego ChargersO 47
SunSep 19, 20044:16New England PatriotsW 23-12W -8@Arizona CardinalsU 41.5
SunSep 19, 20048:36@Cincinnati BengalsW 16-13L -5.5Miami DolphinsU 40
MonSep 20, 20049:09@Philadelphia EaglesW 27-16W -3Minnesota VikingsU 51
+ + +

+ +

Back to top

2004 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 20041:00@Kansas City ChiefsL 21-24L -7.5Houston TexansU 48
SunSep 26, 20041:00@Minnesota VikingsW 27-22L -12Chicago BearsO 45
SunSep 26, 20041:02Baltimore RavensW 23-9W -1.5@Cincinnati BengalsU 35
SunSep 26, 20041:02@New York GiantsW 27-10W -3Cleveland BrownsU 38
SunSep 26, 20041:02@St Louis RamsL 25-28 (OT)L -6New Orleans SaintsO 49
SunSep 26, 20041:02@Tennessee TitansL 12-15L -6Jacksonville JaguarsU 34.5
SunSep 26, 20041:03Philadelphia EaglesW 30-13W -4.5@Detroit LionsU 44
SunSep 26, 20041:05@Atlanta FalconsW 6-3L -11Arizona CardinalsU 44
SunSep 26, 20044:05@Denver BroncosW 23-13W -9.5San Diego ChargersU 46
SunSep 26, 20044:15@Indianapolis ColtsW 45-31W -6Green Bay PackersO 50
SunSep 26, 20044:16@Seattle SeahawksW 34-0W -10San Francisco 49ersU 41.5
SunSep 26, 20048:35@Oakland RaidersW 30-20W -3Tampa Bay BuccaneersO 35.5
SunSep 26, 20048:36@Miami DolphinsL 3-13L -2.5Pittsburgh SteelersU 31
MonSep 27, 20049:10@Washington RedskinsL 18-21L -1.5Dallas CowboysO 35.5
+ + +

+ +

Back to top

2004 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 20041:01@Pittsburgh SteelersW 28-17W -4Cincinnati BengalsO 39.5
SunOct 3, 20041:02New England PatriotsW 31-17W -5.5@Buffalo BillsO 35
SunOct 3, 20041:02Washington RedskinsL 13-17L -2.5@Cleveland BrownsU 36
SunOct 3, 20041:02@Green Bay PackersL 7-14L -7New York GiantsU 44
SunOct 3, 20041:02Oakland RaidersL 17-30L -2@Houston TexansO 42
SunOct 3, 20041:02Indianapolis ColtsW 24-17W -4@Jacksonville JaguarsU 42
SunOct 3, 20041:05Philadelphia EaglesW 19-9W -8.5@Chicago BearsU 40.5
SunOct 3, 20044:05New Orleans SaintsL 10-34L -3.5@Arizona CardinalsO 40
SunOct 3, 20044:05@Carolina PanthersL 10-27L -3.5Atlanta FalconsU 39
SunOct 3, 20044:15New York JetsW 17-9W -5.5@Miami DolphinsU 36
SunOct 3, 20044:15Tennessee TitansL 17-38L -3@San Diego ChargersO 41
SunOct 3, 20044:15Denver BroncosW 16-13P -3@Tampa Bay BuccaneersU 35
SunOct 3, 20048:38St Louis RamsW 24-14W -4@San Francisco 49ersU 44
MonOct 4, 20049:08@Baltimore RavensL 24-27L -6Kansas City ChiefsO 41.5
+ + +

+ +

Back to top

2004 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 20041:00@Indianapolis ColtsW 35-14W -8.5Oakland RaidersU 52
SunOct 10, 20041:02Minnesota VikingsW 34-28 (OT)W -3.5@Houston TexansO 50
SunOct 10, 20041:02@New England PatriotsW 24-10W -11Miami DolphinsP 34
SunOct 10, 20041:02@Pittsburgh SteelersW 34-23W -4.5Cleveland BrownsO 36
SunOct 10, 20041:03@Dallas CowboysL 10-26L -3.5New York GiantsU 38.5
SunOct 10, 20041:03@New Orleans SaintsL 17-20L -3Tampa Bay BuccaneersU 38.5
SunOct 10, 20041:05@Atlanta FalconsL 10-17L -6.5Detroit LionsU 41
SunOct 10, 20044:05Jacksonville JaguarsL 21-34L -2.5@San Diego ChargersO 37
SunOct 10, 20044:06@New York JetsW 16-14L -6.5Buffalo BillsU 37
SunOct 10, 20044:15@Denver BroncosW 20-17L -4Carolina PanthersU 38
SunOct 10, 20044:15@San Francisco 49ersW 31-28 (OT)W -1Arizona CardinalsO 36.5
SunOct 10, 20044:15@Seattle SeahawksL 27-33 (OT)L -8St Louis RamsO 44
SunOct 10, 20048:36@Washington RedskinsL 10-17L PKBaltimore RavensU 34
MonOct 11, 20049:09@Green Bay PackersL 27-48L -3Tennessee TitansO 44
+ + +

+ +

Back to top

2004 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 20041:01@Buffalo BillsW 20-13W -4.5Miami DolphinsO 30
SunOct 17, 20041:02@Atlanta FalconsW 21-20L -5.5San Diego ChargersU 43
SunOct 17, 20041:02Kansas City ChiefsL 16-22L -2.5@Jacksonville JaguarsU 44
SunOct 17, 20041:02@New England PatriotsW 30-20W -3.5Seattle SeahawksO 42
SunOct 17, 20041:02@Tennessee TitansL 10-20L -5.5Houston TexansU 46
SunOct 17, 20041:03@Chicago BearsL 10-13L -1.5Washington RedskinsU 33.5
SunOct 17, 20041:03@Cleveland BrownsW 34-17W -3Cincinnati BengalsO 40
SunOct 17, 20041:03@Detroit LionsL 10-38L -3Green Bay PackersO 45
SunOct 17, 20041:03@New York JetsW 22-14L -9.5San Francisco 49ersU 43
SunOct 17, 20041:04@Philadelphia EaglesW 30-8W -10Carolina PanthersU 42
SunOct 17, 20044:15@Dallas CowboysL 20-24L -3Pittsburgh SteelersO 39
SunOct 17, 20044:15Denver BroncosW 31-3W -2.5@Oakland RaidersU 42
SunOct 17, 20048:36Minnesota VikingsW 38-31W -3.5@New Orleans SaintsO 53
MonOct 18, 20049:09@St Louis RamsW 28-21W -6.5Tampa Bay BuccaneersO 42.5
+ + +

+ +

Back to top

2004 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 24, 20041:00@Indianapolis ColtsL 24-27L -9Jacksonville JaguarsO 47
SunOct 24, 20041:00@Kansas City ChiefsW 56-10W -3.5Atlanta FalconsO 44.5
SunOct 24, 20041:00@Minnesota VikingsW 20-3W -6Tennessee TitansU 53
SunOct 24, 20041:02@Baltimore RavensW 20-6W -4.5Buffalo BillsU 31
SunOct 24, 20041:02@Carolina PanthersL 6-17L -3San Diego ChargersU 42
SunOct 24, 20041:02St Louis RamsL 14-31L -5@Miami DolphinsO 37.5
SunOct 24, 20041:02@Tampa Bay BuccaneersW 19-7W -7Chicago BearsU 32
SunOct 24, 20041:03Philadelphia EaglesW 34-31 (OT)L -7@Cleveland BrownsO 41.5
SunOct 24, 20041:03@New York GiantsL 13-28L -7Detroit LionsO 40
SunOct 24, 20044:05@New England PatriotsW 13-7P -6New York JetsU 43.5
SunOct 24, 20044:15@Green Bay PackersW 41-20W -4Dallas CowboysO 44
SunOct 24, 20044:15@Oakland RaidersL 26-31L -3New Orleans SaintsO 45.5
SunOct 24, 20044:16Seattle SeahawksL 17-25L -6.5@Arizona CardinalsO 40
MonOct 25, 20049:09Denver BroncosL 10-23L -7@Cincinnati BengalsU 42.5
+ + +

+ +

Back to top

2004 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 20041:00Indianapolis ColtsL 35-45L -1@Kansas City ChiefsO 56.5
SunOct 31, 20041:00@Minnesota VikingsL 13-34L -6.5New York GiantsU 48.5
SunOct 31, 20041:02@Buffalo BillsW 38-14W -4.5Arizona CardinalsO 33.5
SunOct 31, 20041:02@Houston TexansW 20-6W -2Jacksonville JaguarsU 42
SunOct 31, 20041:03@Dallas CowboysW 31-21W -3Detroit LionsO 40
SunOct 31, 20041:03@Philadelphia EaglesW 15-10L -7.5Baltimore RavensU 37
SunOct 31, 20041:03@Tennessee TitansW 27-20W -3Cincinnati BengalsO 39.5
SunOct 31, 20041:03Green Bay PackersW 28-14W -1@Washington RedskinsO 40.5
SunOct 31, 20044:05@Denver BroncosL 28-41L -7Atlanta FalconsO 39.5
SunOct 31, 20044:06@Seattle SeahawksW 23-17L -8Carolina PanthersO 39
SunOct 31, 20044:15New England PatriotsL 20-34L -3@Pittsburgh SteelersO 42
SunOct 31, 20044:15@San Diego ChargersW 42-14W -6Oakland RaidersO 46
SunOct 31, 20048:36@Chicago BearsW 23-13W -2San Francisco 49ersO 35.5
MonNov 1, 20049:08@New York JetsW 41-14W -7Miami DolphinsO 35.5
+ + +

+ +

Back to top

2004 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 20041:00Kansas City ChiefsL 31-34L -3@Tampa Bay BuccaneersO 45.5
SunNov 7, 20041:02New York JetsL 17-22L -3@Buffalo BillsO 34
SunNov 7, 20041:02@Carolina PanthersL 24-27L -6Oakland RaidersO 41
SunNov 7, 20041:02@Cincinnati BengalsW 26-3W PKDallas CowboysU 44
SunNov 7, 20041:02@Miami DolphinsL 23-24L -3Arizona CardinalsO 34.5
SunNov 7, 20041:02Philadelphia EaglesL 3-27L -1.5@Pittsburgh SteelersU 44.5
SunNov 7, 20041:04@Detroit LionsL 10-17L -3.5Washington RedskinsU 37
SunNov 7, 20044:05@San Diego ChargersW 43-17W -6.5New Orleans SaintsO 49.5
SunNov 7, 20044:05Seattle SeahawksW 42-27W -7@San Francisco 49ersO 40.5
SunNov 7, 20044:06@New York GiantsL 21-28L -9Chicago BearsO 34.5
SunNov 7, 20044:15@Denver BroncosW 31-13W -7Houston TexansP 44
SunNov 7, 20044:15@St Louis RamsL 22-40L -2.5New England PatriotsO 49.5
SunNov 7, 20048:36@Baltimore RavensW 27-13W -6Cleveland BrownsO 35
MonNov 8, 20049:00@Indianapolis ColtsW 31-28L -7Minnesota VikingsO 58
+ + +

+ +

Back to top

2004 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 14, 20041:00@Indianapolis ColtsW 49-14W -8.5Houston TexansO 54.5
SunNov 14, 20041:02Kansas City ChiefsL 20-27L -3.5@New Orleans SaintsU 56.5
SunNov 14, 20041:02Baltimore RavensW 20-17 (OT)W -1@New York JetsO 32
SunNov 14, 20041:02Seattle SeahawksL 12-23L -2.5@St Louis RamsU 50.5
SunNov 14, 20041:03Pittsburgh SteelersW 24-10W -3.5@Cleveland BrownsU 41
SunNov 14, 20041:03@Tennessee TitansL 17-19 (OT)L -5.5Chicago BearsO 34
SunNov 14, 20041:04@Jacksonville JaguarsW 23-17 (OT)W -3.5Detroit LionsO 34.5
SunNov 14, 20041:05@Atlanta FalconsW 24-14W -3.5Tampa Bay BuccaneersU 41
SunNov 14, 20044:06@Washington RedskinsL 10-17L -4Cincinnati BengalsU 36.5
SunNov 14, 20044:15@Arizona CardinalsW 17-14W -1New York GiantsU 39
SunNov 14, 20044:15@Green Bay PackersW 34-31L -4.5Minnesota VikingsO 50
SunNov 14, 20044:15@San Francisco 49ersL 27-37L -1.5Carolina PanthersO 41.5
SunNov 14, 20048:36@New England PatriotsW 29-6W -7Buffalo BillsU 38
MonNov 15, 20049:09Philadelphia EaglesW 49-21W -7@Dallas CowboysO 43
+ + +

+ +

Back to top

2004 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 21, 20041:00@Minnesota VikingsW 22-19L -8Detroit LionsU 48
SunNov 21, 20041:01@Tampa Bay BuccaneersW 35-3W -8San Francisco 49ersU 42
SunNov 21, 20041:02@Baltimore RavensW 30-10W -7.5Dallas CowboysO 36
SunNov 21, 20041:02@Buffalo BillsW 37-17W -2St Louis RamsO 40
SunNov 21, 20041:02Indianapolis ColtsW 41-10W -8@Chicago BearsO 44.5
SunNov 21, 20041:02New York JetsW 10-7W -1.5@Cleveland BrownsU 38
SunNov 21, 20041:02@Jacksonville JaguarsL 15-18L -3Tennessee TitansU 36
SunNov 21, 20041:03Pittsburgh SteelersW 19-14W -4@Cincinnati BengalsU 40.5
SunNov 21, 20041:03Denver BroncosW 34-13W -6@New Orleans SaintsU 48.5
SunNov 21, 20041:04@Carolina PanthersW 35-10W -3Arizona CardinalsO 38
SunNov 21, 20044:05San Diego ChargersW 23-17W -4.5@Oakland RaidersU 47.5
SunNov 21, 20044:06@Seattle SeahawksW 24-17L -9.5Miami DolphinsO 37
SunNov 21, 20044:15Atlanta FalconsW 14-10W -3@New York GiantsU 40
SunNov 21, 20044:16@Philadelphia EaglesW 28-6W -10Washington RedskinsU 38.5
SunNov 21, 20048:35Green Bay PackersW 16-13P -3@Houston TexansU 51
MonNov 22, 20049:00New England PatriotsW 27-19W -3@Kansas City ChiefsU 52
+ + +

+ +

Back to top

2004 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 200412:38Indianapolis ColtsW 41-9W -8.5@Detroit LionsU 54
ThuNov 25, 20044:36@Dallas CowboysW 21-7W -3.5Chicago BearsU 36
SunNov 28, 20041:00@Kansas City ChiefsL 31-34L -3San Diego ChargersO 54
SunNov 28, 20041:00@Minnesota VikingsW 27-16W -6Jacksonville JaguarsU 45.5
SunNov 28, 20041:02@Cincinnati BengalsW 58-48W -6Cleveland BrownsO 37.5
SunNov 28, 20041:02@Pittsburgh SteelersW 16-7L -10Washington RedskinsU 34.5
SunNov 28, 20041:03Philadelphia EaglesW 27-6W -7@New York GiantsU 35.5
SunNov 28, 20041:04Tampa Bay BuccaneersL 14-21L -3@Carolina PanthersU 39
SunNov 28, 20041:05@Houston TexansW 31-21W -2Tennessee TitansO 43
SunNov 28, 20044:05@Atlanta FalconsW 24-21L -9New Orleans SaintsU 47.5
SunNov 28, 20044:15@San Francisco 49ersL 17-24L PKMiami DolphinsO 37.5
SunNov 28, 20044:16New York JetsW 13-3W -3@Arizona CardinalsU 36.5
SunNov 28, 20044:16@New England PatriotsW 24-3W -7Baltimore RavensU 34.5
SunNov 28, 20044:16@Seattle SeahawksL 9-38L -4Buffalo BillsO 38
SunNov 28, 20048:36@Denver BroncosL 24-25L -11.5Oakland RaidersO 42.5
MonNov 29, 20049:09@Green Bay PackersW 45-17W -7St Louis RamsO 51
+ + +

+ +

Back to top

2004 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 5, 20041:02@Baltimore RavensL 26-27L -6.5Cincinnati BengalsO 37
SunDec 5, 20041:02New England PatriotsW 42-15W -11@Cleveland BrownsO 41
SunDec 5, 20041:02@Indianapolis ColtsW 51-24W -12Tennessee TitansO 54
SunDec 5, 20041:02@St Louis RamsW 16-6L -11San Francisco 49ersU 49
SunDec 5, 20041:02@Tampa Bay BuccaneersW 27-0W -2Atlanta FalconsU 39.5
SunDec 5, 20041:03Minnesota VikingsL 14-24L -7@Chicago BearsU 40.5
SunDec 5, 20041:03@Detroit LionsW 26-12W -6Arizona CardinalsO 37
SunDec 5, 20041:03Buffalo BillsW 42-32W -5@Miami DolphinsO 34
SunDec 5, 20041:03Carolina PanthersW 32-21W -2@New Orleans SaintsO 46.5
SunDec 5, 20041:03@New York JetsW 29-7W -7Houston TexansU 42
SunDec 5, 20044:05Kansas City ChiefsW 34-27W -1@Oakland RaidersO 52
SunDec 5, 20044:05@San Diego ChargersW 20-17P -3Denver BroncosU 46.5
SunDec 5, 20044:15@Philadelphia EaglesW 47-17W -5.5Green Bay PackersO 48.5
SunDec 5, 20044:16@Washington RedskinsW 31-7W -3New York GiantsO 33
SunDec 5, 20048:35Pittsburgh SteelersW 17-16L -3@Jacksonville JaguarsU 35.5
MonDec 6, 20049:09@Seattle SeahawksL 39-43L -7Dallas CowboysO 42
+ + +

+ +

Back to top

2004 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 12, 20041:00@Minnesota VikingsL 23-27L -6.5Seattle SeahawksU 54
SunDec 12, 20041:01@Baltimore RavensW 37-14W -10New York GiantsO 34
SunDec 12, 20041:02@Buffalo BillsW 37-7W -11Cleveland BrownsO 38.5
SunDec 12, 20041:02Indianapolis ColtsW 23-14L -10@Houston TexansU 57
SunDec 12, 20041:02@New England PatriotsW 35-28L -10.5Cincinnati BengalsO 47
SunDec 12, 20041:03@Atlanta FalconsW 35-10W -7.5Oakland RaidersU 46
SunDec 12, 20041:03@Jacksonville JaguarsW 22-3W -7Chicago BearsU 34
SunDec 12, 20041:05@Dallas CowboysL 13-27L -7New Orleans SaintsU 49
SunDec 12, 20044:05@Denver BroncosW 20-17L -11.5Miami DolphinsU 41
SunDec 12, 20044:05@Pittsburgh SteelersW 17-6W -4.5New York JetsU 35
SunDec 12, 20044:15@Arizona CardinalsL 28-31 (OT)L -7San Francisco 49ersO 36
SunDec 12, 20044:15@Carolina PanthersW 20-7W -7St Louis RamsU 44.5
SunDec 12, 20044:15@Green Bay PackersW 16-13L -9Detroit LionsU 41
SunDec 12, 20044:15@San Diego ChargersW 31-24W -4Tampa Bay BuccaneersO 42.5
SunDec 12, 20048:37Philadelphia EaglesW 17-14L -8@Washington RedskinsU 38.5
MonDec 13, 20049:08Kansas City ChiefsW 49-38W -2.5@Tennessee TitansO 53
+ + +

+ +

Back to top

2004 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 18, 20041:37Pittsburgh SteelersW 33-30L -10@New York GiantsO 36.5
SatDec 18, 20045:16Washington RedskinsW 26-16W -6.5@San Francisco 49ersO 36.5
SatDec 18, 20048:36@Atlanta FalconsW 34-31 (OT)L -3.5Carolina PanthersO 41
SunDec 19, 20041:00Denver BroncosL 17-45L -3@Kansas City ChiefsO 52.5
SunDec 19, 20041:02@Chicago BearsL 5-24L -1Houston TexansU 34
SunDec 19, 20041:02@New York JetsW 37-14W -6.5Seattle SeahawksO 41.5
SunDec 19, 20041:02@Philadelphia EaglesW 12-7L -11.5Dallas CowboysU 45
SunDec 19, 20041:03Buffalo BillsW 33-17W -3@Cincinnati BengalsO 41
SunDec 19, 20041:03San Diego ChargersW 21-0W -8@Cleveland BrownsU 35
SunDec 19, 20041:03Minnesota VikingsW 28-27L -3@Detroit LionsO 48.5
SunDec 19, 20044:05St Louis RamsL 7-31L -3@Arizona CardinalsU 41.5
SunDec 19, 20044:05@Tampa Bay BuccaneersL 17-21L -7.5New Orleans SaintsU 43.5
SunDec 19, 20044:15@Green Bay PackersL 25-28L -3.5Jacksonville JaguarsO 37
SunDec 19, 20044:15@Oakland RaidersW 40-35W -3.5Tennessee TitansO 49.5
SunDec 19, 20048:36@Indianapolis ColtsW 20-10W -7.5Baltimore RavensU 48.5
MonDec 20, 20049:09New England PatriotsL 28-29L -10@Miami DolphinsO 44
+ + +

+ +

Back to top

2004 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 24, 20043:00@Minnesota VikingsL 31-34L -3.5Green Bay PackersO 56
SatDec 25, 20045:00@Kansas City ChiefsW 31-30L -9.5Oakland RaidersO 60
SatDec 25, 20048:35Denver BroncosW 37-16W -4@Tennessee TitansO 50.5
SunDec 26, 20041:00@Indianapolis ColtsW 34-31 (OT)L -7San Diego ChargersO 56
SunDec 26, 20041:01@Pittsburgh SteelersW 20-7W -5Baltimore RavensU 34
SunDec 26, 20041:03@Cincinnati BengalsW 23-22L -6.5New York GiantsU 46.5
SunDec 26, 20041:03@Detroit LionsW 19-13P -6Chicago BearsU 37
SunDec 26, 20041:03@Jacksonville JaguarsL 0-21L -6.5Houston TexansU 36.5
SunDec 26, 20041:03@New Orleans SaintsW 26-13W -6.5Atlanta FalconsU 44
SunDec 26, 20044:05@New York JetsL 7-23L PKNew England PatriotsU 41.5
SunDec 26, 20044:06Buffalo BillsW 41-7W -10@San Francisco 49ersO 41.5
SunDec 26, 20044:15Washington RedskinsL 10-13L -2.5@Dallas CowboysU 35
SunDec 26, 20044:15@Tampa Bay BuccaneersL 20-37L -1.5Carolina PanthersO 39
SunDec 26, 20044:16@Seattle SeahawksW 24-21L -7Arizona CardinalsO 44
SunDec 26, 20048:37@Miami DolphinsW 10-7L -9Cleveland BrownsU 40.5
MonDec 27, 20049:09@St Louis RamsW 20-7W -4Philadelphia EaglesU 42.5
+ + +

+ +

Back to top

2004 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 2, 20051:02@Baltimore RavensW 30-23L -11Miami DolphinsO 33
SunJan 2, 20051:02@Buffalo BillsL 24-29L -9.5Pittsburgh SteelersO 33
SunJan 2, 20051:02@Carolina PanthersL 18-21L -7New Orleans SaintsU 46
SunJan 2, 20051:02@Houston TexansL 14-22L -10Cleveland BrownsU 41
SunJan 2, 20051:02@New England PatriotsW 21-7W -13San Francisco 49ersU 37
SunJan 2, 20051:02New York JetsL 29-32 (OT)L -3.5@St Louis RamsO 46
SunJan 2, 20051:03@Chicago BearsL 14-31L -3Green Bay PackersO 34
SunJan 2, 20051:03Detroit LionsL 19-24L -2.5@Tennessee TitansU 45.5
SunJan 2, 20051:04Minnesota VikingsL 18-21L -4@Washington RedskinsU 41
SunJan 2, 20051:05Cincinnati BengalsW 38-10W -4@Philadelphia EaglesO 37.5
SunJan 2, 20054:06@Arizona CardinalsW 12-7W -4Tampa Bay BuccaneersU 38.5
SunJan 2, 20054:06@Seattle SeahawksW 28-26L -5.5Atlanta FalconsO 41
SunJan 2, 20054:15@Denver BroncosW 33-14W -10Indianapolis ColtsO 44
SunJan 2, 20054:15Jacksonville JaguarsW 13-6W -2.5@Oakland RaidersU 43
SunJan 2, 20054:15Kansas City ChiefsL 17-24L -6.5@San Diego ChargersU 51.5
SunJan 2, 20058:36@New York GiantsW 28-24W -1Dallas CowboysO 38.5
+ + +

+

Back to top

+

2004 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 8, 20054:37@Seattle Seahawks (4)L 20-27L -4St Louis Rams (5)U 51
AFC Wild CardSatJan 8, 20058:14@San Diego Chargers (3)L 17-20 (OT)L -6.5New York Jets (6)U 42.5
AFC Wild CardSunJan 9, 20051:07@Indianapolis Colts (4)W 49-24W -10Denver Broncos (5)O 56
NFC Wild CardSunJan 9, 20054:39@Green Bay Packers (3)L 17-31L -6Minnesota Vikings (6)U 52.5
AFC DivisionalSatJan 15, 20054:36@Pittsburgh Steelers (1)W 20-17 (OT)L -9New York Jets (6)O 35.5
NFC DivisionalSatJan 15, 20058:22@Atlanta Falcons (2)W 47-17W -6.5St Louis Rams (5)O 49
NFC DivisionalSunJan 16, 20051:06@Philadelphia Eagles (1)W 27-14W -8Minnesota Vikings (6)U 47
AFC DivisionalSunJan 16, 20054:45@New England Patriots (2)W 20-3W -1Indianapolis Colts (4)U 51
NFC ChampionshipSunJan 23, 20053:08@Philadelphia Eagles (1)W 27-10W -6Atlanta Falcons (2)P 37
AFC ChampionshipSunJan 23, 20056:36New England Patriots (2)W 41-27W -3@Pittsburgh Steelers (1)O 36.5
Super Bowl XXXIXSunFeb 6, 20056:38NNew England Patriots (2)W 24-21L -7Philadelphia Eagles (1)U 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2005.html b/data/2005.html new file mode 100644 index 0000000..7699481 --- /dev/null +++ b/data/2005.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2005 Season

+ +

Historical NFL Game Odds

2005 Season

<<-- 2004 Season    2006 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2005 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-6 (62.5%)9-7-0 (56.3%)11-5 (68.8%)10-6-0 (62.5%)8-3 (72.7%)7-4-0 (63.6%)3-2 (60.0%)3-2-0 (60.0%)5-9-2 (35.7%)
211-5 (68.8%)9-6-1 (60.0%)10-6 (62.5%)8-7-1 (53.3%)7-2 (77.8%)5-3-1 (62.5%)3-4 (42.9%)3-4-0 (42.9%)3-12-1 (20.0%)
310-4 (71.4%)5-9-0 (35.7%)8-6 (57.1%)7-7-0 (50.0%)7-3 (70.0%)4-6-0 (40.0%)1-3 (25.0%)3-1-0 (75.0%)9-5-0 (64.3%)
410-4 (71.4%)7-6-1 (53.8%)9-4 (69.2%)6-6-1 (50.0%)8-3 (72.7%)5-5-1 (50.0%)1-1 (50.0%)1-1-0 (50.0%)5-8-1 (38.5%)
58-6 (57.1%)6-7-1 (46.2%)8-6 (57.1%)6-7-1 (46.2%)6-4 (60.0%)4-5-1 (44.4%)2-2 (50.0%)2-2-0 (50.0%)10-4-0 (71.4%)
611-1 (91.7%)9-3-0 (75.0%)9-5 (64.3%)9-5-0 (64.3%)9-1 (90.0%)8-2-0 (80.0%)0-2 (0.0%)1-1-0 (50.0%)9-5-0 (64.3%)
712-2 (85.7%)9-4-1 (69.2%)10-4 (71.4%)7-6-1 (53.8%)10-2 (83.3%)7-4-1 (63.6%)0-2 (0.0%)0-2-0 (0.0%)5-8-1 (38.5%)
810-4 (71.4%)7-6-1 (53.8%)11-3 (78.6%)8-5-1 (61.5%)9-2 (81.8%)6-4-1 (60.0%)2-1 (66.7%)2-1-0 (66.7%)6-8-0 (42.9%)
911-1 (91.7%)8-4-0 (66.7%)5-9 (35.7%)4-10-0 (28.6%)3-0 (100.%)1-2-0 (33.3%)1-8 (11.1%)2-7-0 (22.2%)6-8-0 (42.9%)
1010-4 (71.4%)8-6-0 (57.1%)9-5 (64.3%)7-7-0 (50.0%)8-3 (72.7%)6-5-0 (54.5%)1-2 (33.3%)1-2-0 (33.3%)7-6-1 (53.8%)
1110-6 (62.5%)7-9-0 (43.8%)8-8 (50.0%)9-7-0 (56.3%)6-4 (60.0%)5-5-0 (50.0%)2-4 (33.3%)4-2-0 (66.7%)8-8-0 (50.0%)
1213-3 (81.3%)11-4-1 (73.3%)7-9 (43.8%)6-9-1 (40.0%)7-3 (70.0%)6-4-0 (60.0%)0-6 (0.0%)0-5-1 (0.0%)6-10-0 (37.5%)
1314-1 (93.3%)12-3-0 (80.0%)9-7 (56.3%)7-9-0 (43.8%)8-1 (88.9%)6-3-0 (66.7%)0-6 (0.0%)0-6-0 (0.0%)3-13-0 (18.8%)
1413-3 (81.3%)7-7-2 (50.0%)10-6 (62.5%)5-9-2 (35.7%)9-2 (81.8%)4-6-1 (40.0%)1-4 (20.0%)1-3-1 (25.0%)6-10-0 (37.5%)
1512-4 (75.0%)9-7-0 (56.3%)8-8 (50.0%)7-9-0 (43.8%)7-3 (70.0%)5-5-0 (50.0%)1-5 (16.7%)2-4-0 (33.3%)7-9-0 (43.8%)
1612-4 (75.0%)10-4-2 (71.4%)8-8 (50.0%)7-7-2 (50.0%)8-4 (66.7%)7-4-1 (63.6%)0-4 (0.0%)0-3-1 (0.0%)11-5-0 (68.8%)
1711-5 (68.8%)9-7-0 (56.3%)10-6 (62.5%)8-8-0 (50.0%)8-3 (72.7%)6-5-0 (54.5%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
Playoffs6-5 (54.5%)6-5-0 (54.5%)4-6 (40.0%)4-6-0 (40.0%)4-5 (44.4%)4-5-0 (44.4%)0-1 (0.0%)0-1-0 (0.0%)4-7-0 (36.4%)
+ +


2005 Results by Team

Click on a team to view 2005 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-11 (31.3%)6-10 (37.5%)4-1 (80.0%)4-1-0 (80.0%)2-5 (28.6%)2-5-0 (28.6%)2-0 (100.%)2-0-0 (100.%)10-6-0 (62.5%)
Atlanta Falcons8-8 (50.0%)7-8-1 (46.7%)6-3 (66.7%)5-4-0 (55.6%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)8-7-1 (53.3%)
Baltimore Ravens6-10 (37.5%)7-9 (43.8%)5-2 (71.4%)4-3-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)5-0 (100.%)4-1-0 (80.0%)5-11-0 (31.3%)
Buffalo Bills5-11 (31.3%)7-8-1 (46.7%)4-2 (66.7%)4-2-0 (66.7%)4-4 (50.0%)4-3-1 (57.1%)4-1 (80.0%)4-1-0 (80.0%)10-6-0 (62.5%)
Carolina Panthers11-5 (68.8%)9-5-2 (64.3%)8-5 (61.5%)6-5-2 (54.5%)5-3 (62.5%)4-3-1 (57.1%)4-3 (57.1%)3-3-1 (50.0%)7-8-1 (46.7%)
Chicago Bears11-5 (68.8%)10-5-1 (66.7%)7-0 (100.%)5-1-1 (83.3%)7-1 (87.5%)6-2-0 (75.0%)5-0 (100.%)4-1-0 (80.0%)4-12-0 (25.0%)
Cincinnati Bengals11-5 (68.8%)8-6-2 (57.1%)10-2 (83.3%)7-4-1 (63.6%)5-3 (62.5%)2-5-1 (28.6%)5-2 (71.4%)2-4-1 (33.3%)8-8-0 (50.0%)
Cleveland Browns6-10 (37.5%)8-8 (50.0%)3-1 (75.0%)3-1-0 (75.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)4-12-0 (25.0%)
Dallas Cowboys9-7 (56.3%)6-8-2 (42.9%)5-3 (62.5%)2-5-1 (28.6%)5-3 (62.5%)3-4-1 (42.9%)4-3 (57.1%)2-4-1 (33.3%)8-8-0 (50.0%)
Denver Broncos13-3 (81.3%)11-4-1 (73.3%)10-1 (90.9%)7-3-1 (70.0%)8-0 (100.%)5-2-1 (71.4%)8-0 (100.%)5-2-1 (71.4%)9-7-0 (56.3%)
Detroit Lions5-11 (31.3%)8-8 (50.0%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-1 (75.0%)3-1-0 (75.0%)6-10-0 (37.5%)
Green Bay Packers4-12 (25.0%)4-9-3 (30.8%)3-2 (60.0%)2-3-0 (40.0%)3-5 (37.5%)3-4-1 (42.9%)3-2 (60.0%)2-3-0 (40.0%)6-10-0 (37.5%)
Houston Texans2-14 (12.5%)7-9 (43.8%)1-2 (33.3%)1-2-0 (33.3%)2-6 (25.0%)2-6-0 (25.0%)1-1 (50.0%)1-1-0 (50.0%)8-8-0 (50.0%)
Indianapolis Colts14-2 (87.5%)10-6 (62.5%)14-1 (93.3%)10-5-0 (66.7%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)6-10-0 (37.5%)
Jacksonville Jaguars12-4 (75.0%)9-6-1 (60.0%)10-2 (83.3%)6-5-1 (54.5%)6-2 (75.0%)3-4-1 (42.9%)6-1 (85.7%)3-3-1 (50.0%)8-7-1 (53.3%)
Kansas City Chiefs10-6 (62.5%)9-6-1 (60.0%)9-1 (90.0%)8-2-0 (80.0%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)6-10-0 (37.5%)
Miami Dolphins9-7 (56.3%)7-9 (43.8%)3-0 (100.%)1-2-0 (33.3%)5-3 (62.5%)3-5-0 (37.5%)3-0 (100.%)1-2-0 (33.3%)9-7-0 (56.3%)
Minnesota Vikings9-7 (56.3%)9-7 (56.3%)6-1 (85.7%)6-1-0 (85.7%)6-2 (75.0%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)5-10-1 (33.3%)
New England Patriots10-6 (62.5%)8-8 (50.0%)8-3 (72.7%)6-5-0 (54.5%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)8-6-2 (57.1%)
New Orleans Saints3-13 (18.8%)5-11 (31.3%)1-2 (33.3%)1-2-0 (33.3%)1-7 (12.5%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
New York Giants11-5 (68.8%)11-4-1 (73.3%)11-1 (91.7%)9-2-1 (81.8%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)8-7-1 (53.3%)
New York Jets4-12 (25.0%)6-10 (37.5%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)5-3-0 (62.5%)2-1 (66.7%)2-1-0 (66.7%)7-8-1 (46.7%)
Oakland Raiders4-12 (25.0%)6-10 (37.5%)3-3 (50.0%)3-3-0 (50.0%)2-6 (25.0%)2-6-0 (25.0%)2-2 (50.0%)2-2-0 (50.0%)5-10-1 (33.3%)
Philadelphia Eagles6-10 (37.5%)4-11-1 (26.7%)4-3 (57.1%)2-5-0 (28.6%)4-4 (50.0%)2-5-1 (28.6%)4-1 (80.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Pittsburgh Steelers11-5 (68.8%)9-7 (56.3%)9-4 (69.2%)7-6-0 (53.8%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)9-7-0 (56.3%)
San Diego Chargers9-7 (56.3%)9-6-1 (60.0%)6-4 (60.0%)5-5-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)6-10-0 (37.5%)
San Francisco 49ers4-12 (25.0%)8-8 (50.0%)0-0 0-0-0 3-5 (37.5%)5-3-0 (62.5%)0-0 0-0-0 8-8-0 (50.0%)
Seattle Seahawks13-3 (81.3%)9-6-1 (60.0%)12-0 (100.%)8-3-1 (72.7%)8-0 (100.%)6-1-1 (85.7%)8-0 (100.%)6-1-1 (85.7%)6-8-2 (42.9%)
St Louis Rams6-10 (37.5%)5-11 (31.3%)4-5 (44.4%)3-6-0 (33.3%)3-5 (37.5%)2-6-0 (25.0%)2-4 (33.3%)1-5-0 (16.7%)9-7-0 (56.3%)
Tampa Bay Buccaneers11-5 (68.8%)8-7-1 (53.3%)7-3 (70.0%)4-5-1 (44.4%)6-2 (75.0%)4-3-1 (57.1%)5-1 (83.3%)3-2-1 (60.0%)6-10-0 (37.5%)
Tennessee Titans4-12 (25.0%)6-10 (37.5%)2-0 (100.%)1-1-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-0 (100.%)1-1-0 (50.0%)9-7-0 (56.3%)
Washington Redskins10-6 (62.5%)10-6 (62.5%)8-2 (80.0%)7-3-0 (70.0%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)7-8-1 (46.7%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2005 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 8, 20059:07@New England PatriotsW 30-20W -7.5Oakland RaidersP 50
SunSep 11, 20051:00@Kansas City ChiefsW 27-7W -3New York JetsU 48.5
SunSep 11, 20051:05@Buffalo BillsW 22-7W -4.5Houston TexansU 39
SunSep 11, 20051:05@Minnesota VikingsL 13-24L -6Tampa Bay BuccaneersU 43.5
SunSep 11, 20051:05@Pittsburgh SteelersW 34-7W -7Tennessee TitansO 40.5
SunSep 11, 20051:06@Carolina PanthersL 20-23L -6.5New Orleans SaintsU 45.5
SunSep 11, 20051:06@Washington RedskinsW 9-7L -6Chicago BearsU 33
SunSep 11, 20051:07Cincinnati BengalsW 27-13W -3.5@Cleveland BrownsU 44.5
SunSep 11, 20051:07@Jacksonville JaguarsW 26-14W -3Seattle SeahawksP 40
SunSep 11, 20051:07Denver BroncosL 10-34L -4.5@Miami DolphinsO 38.5
SunSep 11, 20054:15@San Diego ChargersL 24-28L -5Dallas CowboysO 41
SunSep 11, 20054:15St Louis RamsL 25-28L -4.5@San Francisco 49ersO 46
SunSep 11, 20054:18@New York GiantsW 42-19W -1.5Arizona CardinalsO 37.5
SunSep 11, 20054:19@Detroit LionsW 17-3W -3Green Bay PackersU 46
SunSep 11, 20058:38Indianapolis ColtsW 24-7W -3@Baltimore RavensU 47
MonSep 12, 20059:05Philadelphia EaglesL 10-14L -2@Atlanta FalconsU 41.5
+ + +

+ +

Back to top

2005 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 200512:03@Indianapolis ColtsW 10-3L -9Jacksonville JaguarsU 46
SunSep 18, 20051:02New England PatriotsL 17-27L -3@Carolina PanthersP 44
SunSep 18, 20051:02Detroit LionsL 6-38L -2.5@Chicago BearsO 34
SunSep 18, 20051:02Pittsburgh SteelersW 27-7W -4.5@Houston TexansU 39.5
SunSep 18, 20051:02@Tampa Bay BuccaneersW 19-3W -2.5Buffalo BillsU 35
SunSep 18, 20051:03@Cincinnati BengalsW 37-8W -3Minnesota VikingsU 47
SunSep 18, 20051:03@Philadelphia EaglesW 42-3W -11.5San Francisco 49ersO 43
SunSep 18, 20051:03Baltimore RavensL 10-25L -3.5@Tennessee TitansU 36
SunSep 18, 20054:05St Louis RamsW 17-12W -1@Arizona CardinalsU 44
SunSep 18, 20054:06@Seattle SeahawksW 21-18W -1Atlanta FalconsU 41.5
SunSep 18, 20054:15@Denver BroncosW 20-17P -3San Diego ChargersU 44
SunSep 18, 20054:15@Green Bay PackersL 24-26L -7Cleveland BrownsO 43
SunSep 18, 20054:16@New York JetsW 17-7W -6Miami DolphinsU 37
SunSep 18, 20058:30Kansas City ChiefsW 23-17W -1.5@Oakland RaidersU 53
MonSep 19, 20057:36New York GiantsW 27-10W -3@New Orleans SaintsU 43at Giants Stadium
MonSep 19, 20059:07@Dallas CowboysL 13-14L -6Washington RedskinsU 36
+ + +

+ +

Back to top

2005 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 200512:03@Indianapolis ColtsW 13-6L -13.5Cleveland BrownsU 47
SunSep 25, 20051:00@Minnesota VikingsW 33-16W -3.5New Orleans SaintsO 44.5
SunSep 25, 20051:02@Buffalo BillsL 16-24L -3Atlanta FalconsO 36
SunSep 25, 20051:02Cincinnati BengalsW 24-7W -3@Chicago BearsU 39
SunSep 25, 20051:02Tampa Bay BuccaneersW 17-16L -3@Green Bay PackersU 38
SunSep 25, 20051:02Carolina PanthersL 24-27L -3.5@Miami DolphinsO 37.5
SunSep 25, 20051:02@St Louis RamsW 31-27L -6.5Tennessee TitansO 46
SunSep 25, 20051:03@New York JetsL 20-26 (OT)L -2.5Jacksonville JaguarsO 34.5
SunSep 25, 20051:03@Philadelphia EaglesW 23-20L -8.5Oakland RaidersU 47
SunSep 25, 20054:05Dallas CowboysW 34-31L -6.5@San Francisco 49ersO 41
SunSep 25, 20054:06@Seattle SeahawksW 37-12W -6.5Arizona CardinalsO 42
SunSep 25, 20054:15@Pittsburgh SteelersL 20-23L -3New England PatriotsO 41.5
SunSep 25, 20058:30@San Diego ChargersW 45-23W -5.5New York GiantsO 42.5
MonSep 26, 20059:07@Denver BroncosW 30-10W -2.5Kansas City ChiefsU 49
+ + +

+ +

Back to top

2005 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 20051:02@Cincinnati BengalsW 16-10L -9.5Houston TexansU 41.5
SunOct 2, 20051:02@Jacksonville JaguarsL 7-20L -4Denver BroncosU 37.5
SunOct 2, 20051:02@New England PatriotsL 17-41L -5.5San Diego ChargersO 47
SunOct 2, 20051:02@Tampa Bay BuccaneersW 17-13L -6.5Detroit LionsU 35
SunOct 2, 20051:02Indianapolis ColtsW 31-10W -7@Tennessee TitansU 45
SunOct 2, 20051:03Buffalo BillsL 7-19L -1@New Orleans SaintsU 38.5at San Antonio
SunOct 2, 20051:03@New York GiantsW 44-24W -3St Louis RamsO 46
SunOct 2, 20051:03@Washington RedskinsW 20-17 (OT)W -2Seattle SeahawksP 37
SunOct 2, 20054:05@Baltimore RavensW 13-3W -7.5New York JetsU 31.5
SunOct 2, 20054:15@Kansas City ChiefsL 31-37L -2.5Philadelphia EaglesO 46.5
SunOct 2, 20054:15@Oakland RaidersW 19-13W -3Dallas CowboysU 46
SunOct 2, 20054:17@Atlanta FalconsW 30-10W -6Minnesota VikingsU 44.5
SunOct 2, 20058:36NArizona CardinalsW 31-14W -3San Francisco 49ersO 42at Mexico City
MonOct 3, 20059:07@Carolina PanthersW 32-29P -3Green Bay PackersO 43
+ + +

+ +

Back to top

2005 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 20051:02@Buffalo BillsW 20-14W -2.5Miami DolphinsO 33
SunOct 9, 20051:02@Detroit LionsW 35-17W -2Baltimore RavensO 33
SunOct 9, 20051:02@Green Bay PackersW 52-3W -3New Orleans SaintsO 41
SunOct 9, 20051:02@Houston TexansL 20-34L -1.5Tennessee TitansO 40.5
SunOct 9, 20051:02@St Louis RamsL 31-37L -3Seattle SeahawksO 48
SunOct 9, 20051:03@Cleveland BrownsW 20-10W -3Chicago BearsU 35
SunOct 9, 20051:03Tampa Bay BuccaneersL 12-14L -3.5@New York JetsU 32
SunOct 9, 20051:05@Atlanta FalconsL 28-31L -2.5New England PatriotsO 43.5
SunOct 9, 20054:05Indianapolis ColtsW 28-3W -14@San Francisco 49ersU 47
SunOct 9, 20054:15Carolina PanthersW 24-20W -3@Arizona CardinalsO 42
SunOct 9, 20054:15Philadelphia EaglesL 10-33L -3.5@Dallas CowboysU 44
SunOct 9, 20054:15@Denver BroncosW 21-19L -7Washington RedskinsO 34.5
SunOct 9, 20058:36@Jacksonville JaguarsW 23-20P -3Cincinnati BengalsO 38
MonOct 10, 20059:00@San Diego ChargersL 22-24L -3Pittsburgh SteelersO 45.5
+ + +

+ +

Back to top

2005 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 20051:00@Kansas City ChiefsW 28-21W -6.5Washington RedskinsO 42.5
SunOct 16, 20051:02@Baltimore RavensW 16-3W -4Cleveland BrownsU 33.5
SunOct 16, 20051:02@Dallas CowboysW 16-13 (OT)L -3.5New York GiantsU 45.5
SunOct 16, 20051:02@Detroit LionsL 20-21L PKCarolina PanthersU 42
SunOct 16, 20051:02@Pittsburgh SteelersL 17-23 (OT)L -5Jacksonville JaguarsO 36
SunOct 16, 20051:02@Tampa Bay BuccaneersW 27-13W -4.5Miami DolphinsO 33
SunOct 16, 20051:03@Chicago BearsW 28-3W -2Minnesota VikingsU 37.5
SunOct 16, 20051:03Atlanta FalconsW 34-31L -4@New Orleans SaintsO 42at San Antonio
SunOct 16, 20051:03Cincinnati BengalsW 31-23W -3@Tennessee TitansO 44.5
SunOct 16, 20054:15@Buffalo BillsW 27-17W -3New York JetsO 33
SunOct 16, 20054:15@Oakland RaidersL 14-27L PKSan Diego ChargersU 50.5
SunOct 16, 20054:16@Denver BroncosW 28-20W -3New England PatriotsO 44
SunOct 16, 20058:38@Seattle SeahawksW 42-10W -8.5Houston TexansO 45.5
MonOct 17, 20058:08@Indianapolis ColtsW 45-28W -13St Louis RamsO 50.5
+ + +

+ +

Back to top

2005 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriOct 21, 20057:05Kansas City ChiefsW 30-20W -1@Miami DolphinsO 42.5
SunOct 23, 20051:00@Minnesota VikingsW 23-20W -2Green Bay PackersU 46
SunOct 23, 20051:02@Cincinnati BengalsL 13-27L -3Pittsburgh SteelersU 43
SunOct 23, 20051:02@Philadelphia EaglesW 20-17L -4San Diego ChargersU 47
SunOct 23, 20051:02@St Louis RamsW 28-17W -5New Orleans SaintsU 50
SunOct 23, 20051:03Indianapolis ColtsW 38-20W -14.5@Houston TexansO 44.5
SunOct 23, 20051:03@Washington RedskinsW 52-17W -11.5San Francisco 49ersO 38
SunOct 23, 20051:04@Cleveland BrownsL 10-13L -3Detroit LionsU 36
SunOct 23, 20054:06@Seattle SeahawksW 13-10P -3Dallas CowboysU 45.5
SunOct 23, 20054:15@Arizona CardinalsW 20-10W -3Tennessee TitansU 45
SunOct 23, 20054:15@Chicago BearsW 10-6W -1Baltimore RavensU 32
SunOct 23, 20054:15@New York GiantsW 24-23L -2Denver BroncosO 46.5
SunOct 23, 20054:15@Oakland RaidersW 38-17W -3Buffalo BillsO 42
MonOct 24, 20059:07@Atlanta FalconsW 27-14W -7.5New York JetsP 41
+ + +

+ +

Back to top

2005 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 20051:02@Carolina PanthersW 38-13W -8Minnesota VikingsO 44
SunOct 30, 20051:02@Cincinnati BengalsW 21-14P -7Green Bay PackersU 46
SunOct 30, 20051:02@Dallas CowboysW 34-13W -7Arizona CardinalsO 41
SunOct 30, 20051:02@Houston TexansW 19-16W -2Cleveland BrownsU 37.5
SunOct 30, 20051:02Jacksonville JaguarsL 21-24L -3@St Louis RamsO 43
SunOct 30, 20051:02Oakland RaidersW 34-25W -2@Tennessee TitansO 46
SunOct 30, 20051:04@Detroit LionsL 13-19 (OT)L -3Chicago BearsU 32.5
SunOct 30, 20051:06@New York GiantsW 36-0W -3Washington RedskinsU 41
SunOct 30, 20054:05@New Orleans SaintsL 6-21L -2Miami DolphinsU 41at Baton Rouge
SunOct 30, 20054:05@San Diego ChargersW 28-20W -5Kansas City ChiefsU 51
SunOct 30, 20054:15@Denver BroncosW 49-21W -3Philadelphia EaglesO 44
SunOct 30, 20054:15Tampa Bay BuccaneersL 10-15L -11.5@San Francisco 49ersU 37
SunOct 30, 20058:37@New England PatriotsW 21-16L -7Buffalo BillsU 43.5
MonOct 31, 20059:07@Pittsburgh SteelersW 20-19L -8.5Baltimore RavensO 33
+ + +

+ +

Back to top

2005 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 20051:00@Kansas City ChiefsW 27-23L -4.5Oakland RaidersU 51.5
SunNov 6, 20051:01@Jacksonville JaguarsW 21-14L -11Houston TexansU 37.5
SunNov 6, 20051:02Cincinnati BengalsW 21-9W -3.5@Baltimore RavensU 36
SunNov 6, 20051:02San Diego ChargersW 31-26L -5.5@New York JetsO 41.5
SunNov 6, 20051:02@Tampa Bay BuccaneersL 14-34L PKCarolina PanthersO 36.5
SunNov 6, 20051:03@Cleveland BrownsW 20-14W -3Tennessee TitansU 39
SunNov 6, 20051:03Atlanta FalconsW 17-10W -2@Miami DolphinsU 39.5
SunNov 6, 20051:05Detroit LionsL 14-27L -1.5@Minnesota VikingsO 37.5
SunNov 6, 20054:05Seattle SeahawksW 33-19W -4.5@Arizona CardinalsO 44
SunNov 6, 20054:05Chicago BearsW 20-17W -2.5@New Orleans SaintsO 34.5at Baton Rouge
SunNov 6, 20054:06New York GiantsW 24-6W -9.5@San Francisco 49ersU 42
SunNov 6, 20054:15Pittsburgh SteelersW 20-10W -6.5@Green Bay PackersU 42
SunNov 6, 20058:37@Washington RedskinsW 17-10W PKPhiladelphia EaglesU 41
MonNov 7, 20059:08Indianapolis ColtsW 40-21W -3@New England PatriotsO 46.5
+ + +

+ +

Back to top

2005 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 13, 20051:01@Jacksonville JaguarsW 30-3W -8Baltimore RavensU 34
SunNov 13, 20051:02@Buffalo BillsW 14-3W -2.5Kansas City ChiefsU 42.5
SunNov 13, 20051:03@Chicago BearsW 17-9L -12San Francisco 49ersU 33
SunNov 13, 20051:03@Detroit LionsW 29-21W -4Arizona CardinalsO 40
SunNov 13, 20051:03@Indianapolis ColtsW 31-17L -17Houston TexansO 45
SunNov 13, 20051:03New England PatriotsW 23-16W -2.5@Miami DolphinsU 40
SunNov 13, 20051:03@New York GiantsL 21-24L -10Minnesota VikingsP 45
SunNov 13, 20054:05@Carolina PanthersW 30-3W -9.5New York JetsU 40.5
SunNov 13, 20054:05Denver BroncosW 31-17W -2.5@Oakland RaidersO 47
SunNov 13, 20054:15@Atlanta FalconsL 25-33L -9.5Green Bay PackersO 42
SunNov 13, 20054:15Washington RedskinsL 35-36L -1@Tampa Bay BuccaneersO 34
SunNov 13, 20054:16@Seattle SeahawksW 31-16W -7St Louis RamsU 48.5
SunNov 13, 20058:36@Pittsburgh SteelersW 34-21W -7.5Cleveland BrownsO 34.5
MonNov 14, 20059:08@Philadelphia EaglesL 20-21L -3Dallas CowboysO 40
+ + +

+ +

Back to top

2005 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 20, 20051:02Pittsburgh SteelersL 13-16 (OT)L -4@Baltimore RavensU 34.5
SunNov 20, 20051:02Carolina PanthersL 3-13L -3@Chicago BearsU 34.5
SunNov 20, 20051:02@Dallas CowboysW 20-7W -8Detroit LionsU 39
SunNov 20, 20051:02@New England PatriotsW 24-17L -10New Orleans SaintsU 45
SunNov 20, 20051:02@St Louis RamsL 28-38L -9Arizona CardinalsO 48
SunNov 20, 20051:02Jacksonville JaguarsW 31-28L -4@Tennessee TitansO 38
SunNov 20, 20051:02@Washington RedskinsL 13-16L -6Oakland RaidersU 42
SunNov 20, 20051:03@Cleveland BrownsW 22-0W -2.5Miami DolphinsU 34.5
SunNov 20, 20051:04@New York GiantsW 27-17W -3.5Philadelphia EaglesO 43
SunNov 20, 20051:05@Atlanta FalconsL 27-30L -6Tampa Bay BuccaneersO 38
SunNov 20, 20054:05Seattle SeahawksW 27-25L -12@San Francisco 49ersO 42.5
SunNov 20, 20054:15Indianapolis ColtsW 45-37W -4.5@Cincinnati BengalsO 48.5
SunNov 20, 20054:15@Denver BroncosW 27-0W -13New York JetsU 41
SunNov 20, 20054:15@San Diego ChargersW 48-10W -9Buffalo BillsO 42
SunNov 20, 20058:37Kansas City ChiefsW 45-17W -6.5@Houston TexansO 44.5
MonNov 21, 20059:07@Green Bay PackersL 17-20L -3.5Minnesota VikingsU 45
+ + +

+ +

Back to top

2005 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 200512:40Atlanta FalconsW 27-7W -3@Detroit LionsU 40.5
ThuNov 24, 20054:17@Dallas CowboysL 21-24 (OT)L -1.5Denver BroncosO 41
SunNov 27, 20051:00@Kansas City ChiefsW 26-16W -3New England PatriotsU 51
SunNov 27, 20051:02Carolina PanthersW 13-9P -4@Buffalo BillsU 36.5
SunNov 27, 20051:02@Minnesota VikingsW 24-12W -3.5Cleveland BrownsU 40
SunNov 27, 20051:02@Tampa Bay BuccaneersL 10-13L -3Chicago BearsU 33
SunNov 27, 20051:02San Diego ChargersW 23-17 (OT)W -3@Washington RedskinsU 44
SunNov 27, 20051:03@Cincinnati BengalsW 42-29W -9Baltimore RavensO 36.5
SunNov 27, 20051:03St Louis RamsW 33-27 (OT)W -3.5@Houston TexansO 44.5
SunNov 27, 20051:03@Tennessee TitansW 33-22W -7San Francisco 49ersO 42.5
SunNov 27, 20054:05@Oakland RaidersL 21-33L -7Miami DolphinsO 42.5
SunNov 27, 20054:06Jacksonville JaguarsW 24-17W -3.5@Arizona CardinalsU 41.5
SunNov 27, 20054:16@Philadelphia EaglesW 19-14W -3.5Green Bay PackersU 41.5
SunNov 27, 20054:16@Seattle SeahawksW 24-21 (OT)L -5.5New York GiantsU 47.5
SunNov 27, 20058:37New Orleans SaintsW 21-19W -1@New York JetsO 37
MonNov 28, 20059:08@Indianapolis ColtsW 26-7W -8Pittsburgh SteelersU 47
+ + +

+ +

Back to top

2005 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 4, 20051:02@Baltimore RavensW 16-15L -7Houston TexansU 37
SunDec 4, 20051:02Minnesota VikingsW 21-16W -3@Detroit LionsU 38
SunDec 4, 20051:02@Indianapolis ColtsW 35-3W -14Tennessee TitansU 47.5
SunDec 4, 20051:02@Pittsburgh SteelersL 31-38L -4Cincinnati BengalsO 43
SunDec 4, 20051:03@Carolina PanthersW 24-6W -3Atlanta FalconsU 43.5
SunDec 4, 20051:03Jacksonville JaguarsW 20-14W -3@Cleveland BrownsU 36.5
SunDec 4, 20051:03@Miami DolphinsW 24-23L -3Buffalo BillsO 35.5
SunDec 4, 20051:03@New York GiantsW 17-10W -3Dallas CowboysU 41
SunDec 4, 20051:05@Chicago BearsW 19-7W -7Green Bay PackersU 32
SunDec 4, 20051:05Tampa Bay BuccaneersW 10-3W -3.5@New Orleans SaintsU 39at Baton Rouge
SunDec 4, 20054:05Arizona CardinalsW 17-10W -3@San Francisco 49ersU 43.5
SunDec 4, 20054:05Washington RedskinsW 24-9W -3@St Louis RamsU 45
SunDec 4, 20054:15@Kansas City ChiefsW 31-27W PKDenver BroncosO 47
SunDec 4, 20054:15@New England PatriotsW 16-3W -7.5New York JetsU 42.5
SunDec 4, 20058:35@San Diego ChargersW 34-10W -10Oakland RaidersU 50.5
MonDec 5, 20059:07Seattle SeahawksW 42-0W -3@Philadelphia EaglesU 44
+ + +

+ +

Back to top

2005 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 11, 20051:01Indianapolis ColtsW 26-18W -7.5@Jacksonville JaguarsO 43
SunDec 11, 20051:02New England PatriotsW 35-7W -3.5@Buffalo BillsO 38
SunDec 11, 20051:02Oakland RaidersL 10-26L -3@New York JetsU 37.5
SunDec 11, 20051:02@Pittsburgh SteelersW 21-9W -4Chicago BearsU 32
SunDec 11, 20051:03@Carolina PanthersL 10-20L -5.5Tampa Bay BuccaneersU 37
SunDec 11, 20051:03@Cincinnati BengalsW 23-20L -12.5Cleveland BrownsO 41.5
SunDec 11, 20051:03@Tennessee TitansW 13-10L -6.5Houston TexansU 44
SunDec 11, 20051:05@Minnesota VikingsW 27-13W -7St Louis RamsU 45.5
SunDec 11, 20054:05Washington RedskinsW 17-13W -3@Arizona CardinalsU 41.5
SunDec 11, 20054:05New York GiantsW 26-23 (OT)P -3@Philadelphia EaglesO 40
SunDec 11, 20054:06@Seattle SeahawksW 41-3W -15.5San Francisco 49ersU 45
SunDec 11, 20054:15@Dallas CowboysW 31-28P -3Kansas City ChiefsO 44
SunDec 11, 20054:15@Denver BroncosW 12-10L -14Baltimore RavensU 40.5
SunDec 11, 20054:15@San Diego ChargersL 21-23L -13.5Miami DolphinsU 45
SunDec 11, 20058:36@Green Bay PackersW 16-13 (OT)L -5.5Detroit LionsU 37
MonDec 12, 20059:05@Atlanta FalconsW 36-17W -10New Orleans SaintsO 44
+ + +

+ +

Back to top

2005 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 17, 20051:33@New England PatriotsW 28-0W -4.5Tampa Bay BuccaneersU 36
SatDec 17, 20055:11@New York GiantsW 27-17W -3Kansas City ChiefsU 45.5
SatDec 17, 20058:36Denver BroncosW 28-17W -8@Buffalo BillsO 35
SunDec 18, 20051:02Arizona CardinalsL 19-30L -1@Houston TexansO 43.5
SunDec 18, 20051:02@Indianapolis ColtsL 17-26L -7.5San Diego ChargersU 51
SunDec 18, 20051:02@Jacksonville JaguarsW 10-9L -14.5San Francisco 49ersU 39.5
SunDec 18, 20051:02@St Louis RamsL 16-17L -3Philadelphia EaglesU 44
SunDec 18, 20051:03@Miami DolphinsW 24-20L -7.5New York JetsO 35.5
SunDec 18, 20051:03Carolina PanthersW 27-10W -7@New Orleans SaintsU 40.5at Baton Rouge
SunDec 18, 20051:03Seattle SeahawksW 28-24L -7.5@Tennessee TitansO 45
SunDec 18, 20051:05Pittsburgh SteelersW 18-3W -3@Minnesota VikingsU 41.5
SunDec 18, 20054:05Cincinnati BengalsW 41-17W -7.5@Detroit LionsO 44
SunDec 18, 20054:05@Oakland RaidersL 7-9L -3Cleveland BrownsU 40.5
SunDec 18, 20054:16@Washington RedskinsW 35-7W -3Dallas CowboysO 36
SunDec 18, 20058:37@Chicago BearsW 16-3W -3Atlanta FalconsU 30.5
MonDec 19, 20059:07@Baltimore RavensW 48-3W -3.5Green Bay PackersO 33
+ + +

+ +

Back to top

2005 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 24, 20051:00@Kansas City ChiefsW 20-7W -1San Diego ChargersU 49.5
SatDec 24, 20051:02@St Louis RamsL 20-24L -9San Francisco 49ersO 42
SatDec 24, 20051:02@Tampa Bay BuccaneersW 27-24 (OT)P -3Atlanta FalconsO 37.5
SatDec 24, 20051:03@Carolina PanthersL 20-24L -5.5Dallas CowboysO 38.5
SatDec 24, 20051:03@Cincinnati BengalsL 27-37L -13Buffalo BillsO 44
SatDec 24, 20051:03Pittsburgh SteelersW 41-0W -7@Cleveland BrownsO 33
SatDec 24, 20051:03Jacksonville JaguarsW 38-20W -6@Houston TexansO 38
SatDec 24, 20051:03@Miami DolphinsW 24-10W -5.5Tennessee TitansU 43
SatDec 24, 20051:03@Washington RedskinsW 35-20W -3New York GiantsO 38
SatDec 24, 20051:06@New Orleans SaintsL 12-13L -3Detroit LionsU 37.5at San Antonio
SatDec 24, 20054:05@Arizona CardinalsW 27-21W -1Philadelphia EaglesO 39.5
SatDec 24, 20054:15@Denver BroncosW 22-3W -12.5Oakland RaidersU 42.5
SatDec 24, 20054:17@Seattle SeahawksW 28-13W -7Indianapolis ColtsU 47
SunDec 25, 20055:11Chicago BearsW 24-17P -7@Green Bay PackersO 31
SunDec 25, 20058:36@Baltimore RavensW 30-23W -2.5Minnesota VikingsO 34
MonDec 26, 20059:09New England PatriotsW 31-21W -4@New York JetsO 37.5
+ + +

+ +

Back to top

2005 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 31, 20054:35@San Diego ChargersL 7-23L -7Denver BroncosU 44
SatDec 31, 20058:05New York GiantsW 30-21W -7.5@Oakland RaidersO 44
SunJan 1, 20061:00@Kansas City ChiefsW 37-3W -7.5Cincinnati BengalsU 47
SunJan 1, 20061:01@New York JetsW 30-26W -1.5Buffalo BillsO 37.5
SunJan 1, 20061:02Baltimore RavensL 16-20L -3@Cleveland BrownsU 37
SunJan 1, 20061:02@Green Bay PackersW 23-17W -3Seattle SeahawksU 40.5
SunJan 1, 20061:02@Indianapolis ColtsW 17-13L -6Arizona CardinalsU 43.5
SunJan 1, 20061:02@New England PatriotsL 26-28L -3Miami DolphinsO 37
SunJan 1, 20061:02@Pittsburgh SteelersW 35-21L -15.5Detroit LionsO 35.5
SunJan 1, 20061:02@Tampa Bay BuccaneersW 27-13W -13New Orleans SaintsO 37.5
SunJan 1, 20061:05Carolina PanthersW 44-11W -3.5@Atlanta FalconsO 42
SunJan 1, 20064:05@Jacksonville JaguarsW 40-13W -4Tennessee TitansO 38
SunJan 1, 20064:05Houston TexansL 17-20 (OT)L -1@San Francisco 49ersU 37.5
SunJan 1, 20064:15@Minnesota VikingsW 34-10W -3Chicago BearsO 35
SunJan 1, 20064:16Washington RedskinsW 31-20W -7@Philadelphia EaglesO 37
SunJan 1, 20068:36@Dallas CowboysL 10-20L -12.5St Louis RamsU 43
+ + +

+

Back to top

+

2005 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 7, 20064:34@Tampa Bay Buccaneers (3)L 10-17L -2.5Washington Redskins (6)U 37.5
AFC Wild CardSatJan 7, 20068:08@New England Patriots (4)W 28-3W -8Jacksonville Jaguars (5)U 37.5
NFC Wild CardSunJan 8, 20061:04@New York Giants (4)L 0-23L -3Carolina Panthers (5)U 43.5
AFC Wild CardSunJan 8, 20064:36Pittsburgh Steelers (6)W 31-17W -3@Cincinnati Bengals (3)O 44
NFC DivisionalSatJan 14, 20064:35@Seattle Seahawks (1)W 20-10W -9.5Washington Redskins (6)U 41
AFC DivisionalSatJan 14, 20068:16@Denver Broncos (2)W 27-13W -3New England Patriots (4)U 44
AFC DivisionalSunJan 15, 20061:04@Indianapolis Colts (1)L 18-21L -9.5Pittsburgh Steelers (6)U 46.5
NFC DivisionalSunJan 15, 20064:41@Chicago Bears (2)L 21-29L -3Carolina Panthers (5)O 31
AFC ChampionshipSunJan 22, 20063:08@Denver Broncos (2)L 17-34L -3.5Pittsburgh Steelers (6)O 41
NFC ChampionshipSunJan 22, 20066:47@Seattle Seahawks (1)W 34-14W -3.5Carolina Panthers (5)O 43
Super Bowl XLSunFeb 5, 20066:27NPittsburgh Steelers (6)W 21-10W -4Seattle Seahawks (1)U 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2006.html b/data/2006.html new file mode 100644 index 0000000..be80371 --- /dev/null +++ b/data/2006.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2006 Season

+ +

Historical NFL Game Odds

2006 Season

<<-- 2005 Season    2007 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2006 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-7 (56.3%)6-10-0 (37.5%)5-11 (31.3%)4-12-0 (25.0%)3-5 (37.5%)1-7-0 (12.5%)2-6 (25.0%)3-5-0 (37.5%)4-12-0 (25.0%)
212-4 (75.0%)11-5-0 (68.8%)12-4 (75.0%)11-5-0 (68.8%)10-2 (83.3%)9-3-0 (75.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-2 (50.0%)
38-6 (57.1%)4-10-0 (28.6%)4-10 (28.6%)6-8-0 (42.9%)3-5 (37.5%)2-6-0 (25.0%)1-5 (16.7%)4-2-0 (66.7%)7-6-1 (53.8%)
410-4 (71.4%)8-6-0 (57.1%)10-4 (71.4%)10-4-0 (71.4%)7-1 (87.5%)6-2-0 (75.0%)3-3 (50.0%)4-2-0 (66.7%)8-5-1 (61.5%)
514-0 (100.%)11-3-0 (78.6%)12-2 (85.7%)11-3-0 (78.6%)12-0 (100.%)10-2-0 (83.3%)0-2 (0.0%)1-1-0 (50.0%)7-7-0 (50.0%)
67-6 (53.8%)4-9-0 (30.8%)7-6 (53.8%)8-5-0 (61.5%)4-3 (57.1%)3-4-0 (42.9%)3-3 (50.0%)5-1-0 (83.3%)8-5-0 (61.5%)
75-8 (38.5%)4-8-1 (33.3%)8-5 (61.5%)7-5-1 (58.3%)3-3 (50.0%)2-3-1 (40.0%)5-2 (71.4%)5-2-0 (71.4%)8-5-0 (61.5%)
88-6 (57.1%)8-6-0 (57.1%)8-6 (57.1%)8-6-0 (57.1%)7-5 (58.3%)7-5-0 (58.3%)1-1 (50.0%)1-1-0 (50.0%)8-6-0 (57.1%)
97-7 (50.0%)5-9-0 (35.7%)9-5 (64.3%)7-7-0 (50.0%)7-5 (58.3%)5-7-0 (41.7%)2-0 (100.%)2-0-0 (100.%)7-7-0 (50.0%)
1010-6 (62.5%)6-10-0 (37.5%)6-10 (37.5%)6-10-0 (37.5%)6-6 (50.0%)4-8-0 (33.3%)0-4 (0.0%)2-2-0 (50.0%)5-11-0 (31.3%)
1110-6 (62.5%)7-7-2 (50.0%)9-7 (56.3%)7-7-2 (50.0%)7-4 (63.6%)5-5-1 (50.0%)2-3 (40.0%)2-2-1 (50.0%)6-10-0 (37.5%)
1212-4 (75.0%)8-7-1 (53.3%)13-3 (81.3%)9-6-1 (60.0%)10-1 (90.9%)6-4-1 (60.0%)3-2 (60.0%)3-2-0 (60.0%)5-10-1 (33.3%)
137-7 (50.0%)4-10-0 (28.6%)8-8 (50.0%)9-7-0 (56.3%)5-4 (55.6%)4-5-0 (44.4%)3-2 (60.0%)5-0-0 (100.%)9-7-0 (56.3%)
147-9 (43.8%)6-9-1 (40.0%)6-10 (37.5%)6-9-1 (40.0%)3-6 (33.3%)3-6-0 (33.3%)3-4 (42.9%)3-3-1 (50.0%)10-6-0 (62.5%)
1510-6 (62.5%)8-8-0 (50.0%)8-8 (50.0%)6-10-0 (37.5%)7-5 (58.3%)5-7-0 (41.7%)1-3 (25.0%)1-3-0 (25.0%)7-7-2 (50.0%)
166-10 (37.5%)2-14-0 (12.5%)4-12 (25.0%)4-12-0 (25.0%)3-9 (25.0%)1-11-0 (8.3%)1-3 (25.0%)3-1-0 (75.0%)8-8-0 (50.0%)
1710-6 (62.5%)7-9-0 (43.8%)7-9 (43.8%)4-12-0 (25.0%)7-6 (53.8%)4-9-0 (30.8%)0-3 (0.0%)0-3-0 (0.0%)9-7-0 (56.3%)
Playoffs9-2 (81.8%)5-6-0 (45.5%)8-2 (80.0%)4-6-0 (40.0%)8-2 (80.0%)4-6-0 (40.0%)0-0 0-0-0 5-6-0 (45.5%)
+ +


2006 Results by Team

Click on a team to view 2006 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-11 (31.3%)8-8 (50.0%)2-2 (50.0%)1-3-0 (25.0%)3-5 (37.5%)4-4-0 (50.0%)2-1 (66.7%)1-2-0 (33.3%)9-6-1 (60.0%)
Atlanta Falcons7-9 (43.8%)8-8 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-5 (37.5%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)3-12-1 (20.0%)
Baltimore Ravens13-3 (81.3%)10-6 (62.5%)8-1 (88.9%)5-4-0 (55.6%)7-1 (87.5%)6-2-0 (75.0%)6-1 (85.7%)5-2-0 (71.4%)6-9-1 (40.0%)
Buffalo Bills7-9 (43.8%)10-6 (62.5%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)7-9-0 (43.8%)
Carolina Panthers8-8 (50.0%)6-9-1 (40.0%)6-4 (60.0%)4-6-0 (40.0%)4-4 (50.0%)3-5-0 (37.5%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
Chicago Bears13-3 (81.3%)9-7 (56.3%)12-2 (85.7%)8-6-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)11-4-1 (73.3%)
Cincinnati Bengals8-8 (50.0%)8-7-1 (53.3%)6-4 (60.0%)5-4-1 (55.6%)4-4 (50.0%)3-4-1 (42.9%)4-3 (57.1%)3-3-1 (50.0%)7-9-0 (43.8%)
Cleveland Browns4-12 (25.0%)7-8-1 (46.7%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-4-1 (42.9%)1-2 (33.3%)1-2-0 (33.3%)6-10-0 (37.5%)
Dallas Cowboys9-7 (56.3%)8-8 (50.0%)7-6 (53.8%)6-7-0 (46.2%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)10-5-1 (66.7%)
Denver Broncos9-7 (56.3%)5-11 (31.3%)7-5 (58.3%)3-9-0 (25.0%)4-4 (50.0%)1-7-0 (12.5%)4-4 (50.0%)1-7-0 (12.5%)8-8-0 (50.0%)
Detroit Lions3-13 (18.8%)6-10 (37.5%)1-3 (25.0%)1-3-0 (25.0%)2-6 (25.0%)4-4-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)9-7-0 (56.3%)
Green Bay Packers8-8 (50.0%)7-8-1 (46.7%)3-0 (100.%)2-1-0 (66.7%)3-5 (37.5%)2-6-0 (25.0%)3-0 (100.%)2-1-0 (66.7%)6-10-0 (37.5%)
Houston Texans6-10 (37.5%)7-9 (43.8%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)8-8-0 (50.0%)
Indianapolis Colts12-4 (75.0%)8-8 (50.0%)10-4 (71.4%)6-8-0 (42.9%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)8-8-0 (50.0%)
Jacksonville Jaguars8-8 (50.0%)8-8 (50.0%)3-6 (33.3%)3-6-0 (33.3%)6-2 (75.0%)6-2-0 (75.0%)3-2 (60.0%)3-2-0 (60.0%)8-7-1 (53.3%)
Kansas City Chiefs9-7 (56.3%)8-8 (50.0%)7-2 (77.8%)5-4-0 (55.6%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)7-9-0 (43.8%)
Miami Dolphins6-10 (37.5%)6-10 (37.5%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)6-10-0 (37.5%)
Minnesota Vikings6-10 (37.5%)7-9 (43.8%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)7-8-1 (46.7%)
New England Patriots12-4 (75.0%)10-6 (62.5%)9-4 (69.2%)7-6-0 (53.8%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)6-10-0 (37.5%)
New Orleans Saints10-6 (62.5%)10-6 (62.5%)3-3 (50.0%)2-4-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)2-3 (40.0%)1-4-0 (20.0%)8-8-0 (50.0%)
New York Giants8-8 (50.0%)8-8 (50.0%)5-4 (55.6%)4-5-0 (44.4%)3-5 (37.5%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)7-8-1 (46.7%)
New York Jets10-6 (62.5%)11-5 (68.8%)4-1 (80.0%)4-1-0 (80.0%)4-4 (50.0%)5-3-0 (62.5%)4-1 (80.0%)4-1-0 (80.0%)9-7-0 (56.3%)
Oakland Raiders2-14 (12.5%)6-10 (37.5%)0-2 (0.0%)0-2-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)3-12-1 (20.0%)
Philadelphia Eagles10-6 (62.5%)8-7-1 (53.3%)7-5 (58.3%)5-6-1 (45.5%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)9-7-0 (56.3%)
Pittsburgh Steelers8-8 (50.0%)7-8-1 (46.7%)7-6 (53.8%)6-6-1 (50.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)9-7-0 (56.3%)
San Diego Chargers14-2 (87.5%)9-7 (56.3%)13-2 (86.7%)8-7-0 (53.3%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)10-6-0 (62.5%)
San Francisco 49ers7-9 (43.8%)9-7 (56.3%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)9-6-1 (60.0%)
Seattle Seahawks9-7 (56.3%)6-9-1 (40.0%)7-4 (63.6%)3-7-1 (30.0%)5-3 (62.5%)4-3-1 (57.1%)5-2 (71.4%)3-3-1 (50.0%)9-6-1 (60.0%)
St Louis Rams8-8 (50.0%)9-7 (56.3%)5-3 (62.5%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Tampa Bay Buccaneers4-12 (25.0%)6-9-1 (40.0%)1-3 (25.0%)0-3-1 (0.0%)3-5 (37.5%)3-4-1 (42.9%)1-3 (25.0%)0-3-1 (0.0%)7-9-0 (43.8%)
Tennessee Titans8-8 (50.0%)11-5 (68.8%)1-2 (33.3%)1-2-0 (33.3%)4-4 (50.0%)5-3-0 (62.5%)1-2 (33.3%)1-2-0 (33.3%)11-3-2 (78.6%)
Washington Redskins5-11 (31.3%)5-9-2 (35.7%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)3-4-1 (42.9%)0-3 (0.0%)0-3-0 (0.0%)8-7-1 (53.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2006 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 7, 20068:37@Pittsburgh SteelersW 28-17W -1.5Miami DolphinsO 34.5
SunSep 10, 20061:00Cincinnati BengalsW 23-10W -1.5@Kansas City ChiefsU 49.5
SunSep 10, 20061:01@Tampa Bay BuccaneersL 0-27L -3Baltimore RavensU 33
SunSep 10, 20061:02Philadelphia EaglesW 24-10W -6@Houston TexansU 37
SunSep 10, 20061:02@New England PatriotsW 19-17L -10Buffalo BillsU 41
SunSep 10, 20061:02Denver BroncosL 10-18L -3.5@St Louis RamsU 46
SunSep 10, 20061:03@Carolina PanthersL 6-20L -4.5Atlanta FalconsU 39
SunSep 10, 20061:03@Tennessee TitansL 16-23L -2.5New York JetsO 35
SunSep 10, 20061:04@Cleveland BrownsL 14-19L -3New Orleans SaintsU 36
SunSep 10, 20061:04Seattle SeahawksW 9-6L -6@Detroit LionsU 44
SunSep 10, 20064:15@Arizona CardinalsW 34-27L -9.5San Francisco 49ersO 44
SunSep 10, 20064:15Chicago BearsW 26-0W -3.5@Green Bay PackersU 35
SunSep 10, 20064:15Dallas CowboysL 17-24L -2.5@Jacksonville JaguarsO 36.5
SunSep 10, 20068:24Indianapolis ColtsW 26-21W -3@New York GiantsU 47.5
MonSep 11, 20067:11@Washington RedskinsL 16-19L -4Minnesota VikingsU 35.5
MonSep 11, 200610:25San Diego ChargersW 27-0W -3@Oakland RaidersU 41.5
+ + +

+ +

Back to top

2006 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 17, 20061:02@Baltimore RavensW 28-6W -13Oakland RaidersP 34
SunSep 17, 20061:02New Orleans SaintsW 34-27W -1@Green Bay PackersO 40.5
SunSep 17, 20061:02@Philadelphia EaglesL 24-30 (OT)L -3New York GiantsO 42
SunSep 17, 20061:03@Chicago BearsW 34-7W -7Detroit LionsO 32
SunSep 17, 20061:03@Cincinnati BengalsW 34-17W -10.5Cleveland BrownsO 40.5
SunSep 17, 20061:03@Indianapolis ColtsW 43-24W -12.5Houston TexansO 47
SunSep 17, 20061:03@Miami DolphinsL 6-16L -6.5Buffalo BillsU 37
SunSep 17, 20061:03@Minnesota VikingsW 16-13 (OT)W -2Carolina PanthersU 37.5
SunSep 17, 20061:05@Atlanta FalconsW 14-3W -4.5Tampa Bay BuccaneersU 36
SunSep 17, 20064:06St Louis RamsL 13-20L -3@San Francisco 49ersU 44.5
SunSep 17, 20064:06@Seattle SeahawksW 21-10W -7Arizona CardinalsU 48
SunSep 17, 20064:15New England PatriotsW 24-17W -6@New York JetsO 38.5
SunSep 17, 20064:15@San Diego ChargersW 40-7W -12Tennessee TitansO 38.5
SunSep 17, 20064:16@Denver BroncosW 9-6 (OT)L -11Kansas City ChiefsU 38
SunSep 17, 20068:20@Dallas CowboysW 27-10W -7Washington RedskinsP 37
MonSep 18, 20068:40Pittsburgh SteelersL 0-9L -2.5@Jacksonville JaguarsU 36.5
+ + +

+ +

Back to top

2006 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 24, 20061:02@Buffalo BillsL 20-28L -6New York JetsO 33
SunSep 24, 20061:02@Detroit LionsL 24-31L -6.5Green Bay PackersO 41
SunSep 24, 20061:02@Indianapolis ColtsW 21-14W -6.5Jacksonville JaguarsU 41.5
SunSep 24, 20061:02@Miami DolphinsW 13-10L -10.5Tennessee TitansU 36
SunSep 24, 20061:02@Pittsburgh SteelersL 20-28L -2Cincinnati BengalsO 42
SunSep 24, 20061:03Washington RedskinsW 31-15W -3.5@Houston TexansO 37.5
SunSep 24, 20061:03Carolina PanthersW 26-24L -3@Tampa Bay BuccaneersO 33.5
SunSep 24, 20061:05Chicago BearsW 19-16L -3.5@Minnesota VikingsP 35
SunSep 24, 20064:06Baltimore RavensW 15-14L -6.5@Cleveland BrownsU 33
SunSep 24, 20064:15@Arizona CardinalsL 14-16L -5.5St Louis RamsU 45
SunSep 24, 20064:15Philadelphia EaglesW 38-24W -6@San Francisco 49ersO 42.5
SunSep 24, 20064:16@Seattle SeahawksW 42-30W -4New York GiantsO 43
SunSep 24, 20068:20@New England PatriotsL 7-17L -6.5Denver BroncosU 38.5
MonSep 25, 20068:48Atlanta FalconsL 3-23L -4@New Orleans SaintsU 45
+ + +

+ +

Back to top

2006 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 1, 20061:00@Kansas City ChiefsW 41-0W -7San Francisco 49ersO 39.5
SunOct 1, 20061:02San Diego ChargersL 13-16L -1@Baltimore RavensU 33.5
SunOct 1, 20061:02@Buffalo BillsW 17-12W -1Minnesota VikingsU 34.5
SunOct 1, 20061:02@Carolina PanthersW 21-18L -7.5New Orleans SaintsU 41
SunOct 1, 20061:02Miami DolphinsL 15-17L -4@Houston TexansU 40
SunOct 1, 20061:02Indianapolis ColtsW 31-28L -8@New York JetsO 46
SunOct 1, 20061:03@Atlanta FalconsW 32-10W -7.5Arizona CardinalsP 42
SunOct 1, 20061:04Dallas CowboysW 45-14W -9.5@Tennessee TitansO 37
SunOct 1, 20064:05@St Louis RamsW 41-34W -5Detroit LionsO 42.5
SunOct 1, 20064:15@Cincinnati BengalsL 13-38L -6New England PatriotsO 46
SunOct 1, 20064:15Cleveland BrownsW 24-21W -2.5@Oakland RaidersO 33.5
SunOct 1, 20064:15Jacksonville JaguarsL 30-36 (OT)L -3@Washington RedskinsO 34
SunOct 1, 20068:21@Chicago BearsW 37-6W -3.5Seattle SeahawksO 37
MonOct 2, 20068:40@Philadelphia EaglesW 31-9W -11.5Green Bay PackersU 49.5
+ + +

+ +

Back to top

2006 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 8, 20061:02@Carolina PanthersW 20-12W -7.5Cleveland BrownsU 38
SunOct 8, 20061:02St Louis RamsW 23-20W -2.5@Green Bay PackersU 46.5
SunOct 8, 20061:02@Indianapolis ColtsW 14-13L -18Tennessee TitansU 47.5
SunOct 8, 20061:02@New England PatriotsW 20-10W -9.5Miami DolphinsU 36.5
SunOct 8, 20061:03@Chicago BearsW 40-7W -9.5Buffalo BillsO 34.5
SunOct 8, 20061:03@New Orleans SaintsW 24-21L -7Tampa Bay BuccaneersO 35
SunOct 8, 20061:03@New York GiantsW 19-3W -5.5Washington RedskinsU 45.5
SunOct 8, 20061:05@Minnesota VikingsW 26-17W -6Detroit LionsO 41
SunOct 8, 20064:05Kansas City ChiefsW 23-20L -3.5@Arizona CardinalsO 40
SunOct 8, 20064:05@Jacksonville JaguarsW 41-0W -7New York JetsO 38
SunOct 8, 20064:05@San Francisco 49ersW 34-20W -3.5Oakland RaidersO 39.5
SunOct 8, 20064:14@Philadelphia EaglesW 38-24W -2Dallas CowboysO 43
SunOct 8, 20068:15@San Diego ChargersW 23-13W -3Pittsburgh SteelersU 37.5
MonOct 9, 20068:41@Denver BroncosW 13-3W -5Baltimore RavensU 33.5
+ + +

+ +

Back to top

2006 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 15, 20061:02@Baltimore RavensL 21-23L -3Carolina PanthersO 33
SunOct 15, 20061:02@Dallas CowboysW 34-6W -13Houston TexansU 44
SunOct 15, 20061:02Philadelphia EaglesL 24-27L -3@New Orleans SaintsO 47
SunOct 15, 20061:02Seattle SeahawksW 30-28L -3@St Louis RamsO 45
SunOct 15, 20061:02Cincinnati BengalsL 13-14L -5@Tampa Bay BuccaneersU 44.5
SunOct 15, 20061:02@Washington RedskinsL 22-25L -12Tennessee TitansO 39.5
SunOct 15, 20061:03Buffalo BillsL 17-20L -1@Detroit LionsU 40.5
SunOct 15, 20061:04@Atlanta FalconsL 14-27L -3New York GiantsU 41.5
SunOct 15, 20064:15@New York JetsW 20-17W -2.5Miami DolphinsO 36.5
SunOct 15, 20064:15@Pittsburgh SteelersW 45-7W -6.5Kansas City ChiefsO 36.5
SunOct 15, 20064:15San Diego ChargersW 48-19W -10@San Francisco 49ersO 42.5
SunOct 15, 20068:21@Denver BroncosW 13-3L -16Oakland RaidersU 37
MonOct 16, 20068:42Chicago BearsW 24-23L -13@Arizona CardinalsO 40.5
+ + +

+ +

Back to top

2006 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 22, 20061:00San Diego ChargersL 27-30L -5.5@Kansas City ChiefsO 39
SunOct 22, 20061:02New England PatriotsW 28-6W -5.5@Buffalo BillsU 37
SunOct 22, 20061:02@Miami DolphinsL 24-34L -5.5Green Bay PackersO 40
SunOct 22, 20061:02Philadelphia EaglesL 21-23L -6@Tampa Bay BuccaneersO 43
SunOct 22, 20061:03@Cincinnati BengalsW 17-14P -3Carolina PanthersU 44.5
SunOct 22, 20061:03Jacksonville JaguarsL 7-27L -8@Houston TexansU 39.5
SunOct 22, 20061:03@New York JetsW 31-24W -3.5Detroit LionsO 43.5
SunOct 22, 20061:05Pittsburgh SteelersL 38-41 (OT)L -3@Atlanta FalconsO 39
SunOct 22, 20064:06Denver BroncosW 17-7W -4.5@Cleveland BrownsU 31
SunOct 22, 20064:15@Indianapolis ColtsW 36-22W -8.5Washington RedskinsO 47
SunOct 22, 20064:15Arizona CardinalsL 9-22L -3@Oakland RaidersU 40
SunOct 22, 20064:16@Seattle SeahawksL 13-31L -7Minnesota VikingsO 40.5
MonOct 23, 20068:40@Dallas CowboysL 22-36L -3New York GiantsO 43.5
+ + +

+ +

Back to top

2006 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 29, 20061:00@Kansas City ChiefsW 35-28W -5Seattle SeahawksO 37
SunOct 29, 20061:02@Cincinnati BengalsL 27-29L -4.5Atlanta FalconsO 46.5
SunOct 29, 20061:02@Green Bay PackersW 31-14W -4Arizona CardinalsU 45.5
SunOct 29, 20061:02@Tennessee TitansW 28-22W -3Houston TexansO 42
SunOct 29, 20061:03@Chicago BearsW 41-10W -16.5San Francisco 49ersO 42
SunOct 29, 20061:04@New Orleans SaintsL 22-35L -2Baltimore RavensO 37
SunOct 29, 20061:04@New York GiantsW 17-3W -9.5Tampa Bay BuccaneersU 36
SunOct 29, 20061:07@Philadelphia EaglesL 6-13L -8Jacksonville JaguarsU 39
SunOct 29, 20064:05@San Diego ChargersW 38-24W -9St Louis RamsO 46
SunOct 29, 20064:15@Denver BroncosL 31-34L -3Indianapolis ColtsO 39.5
SunOct 29, 20064:15Pittsburgh SteelersL 13-20L -9@Oakland RaidersU 38.5
SunOct 29, 20064:16@Cleveland BrownsW 20-13W -1.5New York JetsU 37.5
SunOct 29, 20068:20@Carolina PanthersL 14-35L -5.5Dallas CowboysO 40.5
MonOct 30, 20068:38New England PatriotsW 31-7W -2.5@Minnesota VikingsU 39.5
+ + +

+ +

Back to top

2006 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 5, 20061:02@Baltimore RavensW 26-20W -3Cincinnati BengalsO 41
SunNov 5, 20061:02@Buffalo BillsW 24-10W -3Green Bay PackersU 41
SunNov 5, 20061:02@Chicago BearsL 13-31L -13.5Miami DolphinsO 37.5
SunNov 5, 20061:02@New York GiantsW 14-10L -13Houston TexansU 43.5
SunNov 5, 20061:02@St Louis RamsL 17-31L -3Kansas City ChiefsU 48.5
SunNov 5, 20061:02@Tampa Bay BuccaneersL 14-31L -1.5New Orleans SaintsO 37
SunNov 5, 20061:02Dallas CowboysL 19-22L -3@Washington RedskinsO 40.5
SunNov 5, 20061:03@Detroit LionsW 30-14W -5Atlanta FalconsU 47
SunNov 5, 20061:03@Jacksonville JaguarsW 37-7W -9.5Tennessee TitansO 37
SunNov 5, 20064:05Minnesota VikingsL 3-9L -4@San Francisco 49ersU 43
SunNov 5, 20064:15@Pittsburgh SteelersL 20-31L -2.5Denver BroncosO 36.5
SunNov 5, 20064:15@San Diego ChargersW 32-25L -13.5Cleveland BrownsO 42
SunNov 5, 20068:20@New England PatriotsL 20-27L -2.5Indianapolis ColtsU 47.5
MonNov 6, 20068:40@Seattle SeahawksW 16-0W -7.5Oakland RaidersU 36
+ + +

+ +

Back to top

2006 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 12, 20061:02@Indianapolis ColtsW 17-16L -12.5Buffalo BillsU 45
SunNov 12, 20061:02@New England PatriotsL 14-17L -10.5New York JetsU 38
SunNov 12, 20061:02@Philadelphia EaglesW 27-3W -8Washington RedskinsU 41.5
SunNov 12, 20061:03San Diego ChargersW 49-41W -1.5@Cincinnati BengalsO 48
SunNov 12, 20061:03@Detroit LionsL 13-19L -6San Francisco 49ersU 46.5
SunNov 12, 20061:03@Jacksonville JaguarsL 10-13L -10.5Houston TexansU 37.5
SunNov 12, 20061:03@Miami DolphinsW 13-10W -2Kansas City ChiefsU 40.5
SunNov 12, 20061:03Baltimore RavensW 27-26L -7.5@Tennessee TitansO 38
SunNov 12, 20061:05@Atlanta FalconsL 13-17L -7.5Cleveland BrownsU 41.5
SunNov 12, 20061:05@Minnesota VikingsL 17-23L -5Green Bay PackersU 40.5
SunNov 12, 20064:05Denver BroncosW 17-13L -8@Oakland RaidersU 33.5
SunNov 12, 20064:15@Pittsburgh SteelersW 38-31W -6.5New Orleans SaintsO 45.5
SunNov 12, 20064:16Dallas CowboysW 27-10W -6.5@Arizona CardinalsU 43.5
SunNov 12, 20064:17@Seattle SeahawksW 24-22L -3St Louis RamsO 43.5
SunNov 12, 20068:21@New York GiantsL 20-38L -1Chicago BearsO 37.5
MonNov 13, 20068:40@Carolina PanthersW 24-10W -10Tampa Bay BuccaneersU 37
+ + +

+ +

Back to top

2006 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 19, 20061:00@Kansas City ChiefsW 17-13L -9Oakland RaidersU 36.5
SunNov 19, 20061:01@Philadelphia EaglesL 13-31L -13Tennessee TitansO 43.5
SunNov 19, 20061:02@Baltimore RavensW 24-10W -3.5Atlanta FalconsU 41.5
SunNov 19, 20061:02@Carolina PanthersW 15-0W -6.5St Louis RamsU 44.5
SunNov 19, 20061:02New England PatriotsW 35-0W -6@Green Bay PackersU 46
SunNov 19, 20061:02@New Orleans SaintsL 16-31L -3Cincinnati BengalsU 52.5
SunNov 19, 20061:03Pittsburgh SteelersW 24-20P -4@Cleveland BrownsO 36
SunNov 19, 20061:03@Houston TexansL 21-24L -2.5Buffalo BillsO 36.5
SunNov 19, 20061:03@Miami DolphinsW 24-20W -3Minnesota VikingsO 33.5
SunNov 19, 20061:03@Tampa Bay BuccaneersW 20-17P -3Washington RedskinsO 34
SunNov 19, 20061:04Chicago BearsW 10-0W -5.5@New York JetsU 40.5
SunNov 19, 20064:05@Arizona CardinalsW 17-10W -2.5Detroit LionsU 45.5
SunNov 19, 20064:05Seattle SeahawksL 14-20L -3@San Francisco 49ersU 43.5
SunNov 19, 20064:15Indianapolis ColtsL 14-21L -1@Dallas CowboysU 49
SunNov 19, 20068:21@Denver BroncosL 27-35L -2.5San Diego ChargersO 42.5
MonNov 20, 20068:40@Jacksonville JaguarsW 26-10W -3.5New York GiantsU 38.5
+ + +

+ +

Back to top

2006 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 200612:30Miami DolphinsW 27-10W -2.5@Detroit LionsU 40.5
ThuNov 23, 20064:25@Dallas CowboysW 38-10W -11Tampa Bay BuccaneersO 39
ThuNov 23, 20068:12@Kansas City ChiefsW 19-10W -1Denver BroncosU 39
SunNov 26, 20061:02@Baltimore RavensW 27-0W -3Pittsburgh SteelersU 40.5
SunNov 26, 20061:02Jacksonville JaguarsL 24-27L -3@Buffalo BillsO 35
SunNov 26, 20061:02@New York JetsW 26-11W -5.5Houston TexansU 40
SunNov 26, 20061:02@St Louis RamsW 20-17L -4.5San Francisco 49ersU 45
SunNov 26, 20061:03Carolina PanthersL 13-17L -6@Washington RedskinsU 36
SunNov 26, 20061:04Cincinnati BengalsW 30-0W -3@Cleveland BrownsU 44
SunNov 26, 20061:05@Atlanta FalconsL 13-31L -3New Orleans SaintsU 48
SunNov 26, 20061:05@Minnesota VikingsW 31-26L -6Arizona CardinalsO 39
SunNov 26, 20064:05@San Diego ChargersW 21-14L -13Oakland RaidersU 43
SunNov 26, 20064:15@New England PatriotsW 17-13W -3.5Chicago BearsU 38
SunNov 26, 20064:15New York GiantsL 21-24L -3.5@Tennessee TitansP 45
SunNov 26, 20068:21@Indianapolis ColtsW 45-21W -9.5Philadelphia EaglesO 45
MonNov 27, 20068:41@Seattle SeahawksW 34-24P -10Green Bay PackersO 42.5
+ + +

+ +

Back to top

2006 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 30, 20068:04@Cincinnati BengalsW 13-7W -2.5Baltimore RavensU 43.5
SunDec 3, 20061:02San Diego ChargersW 24-21L -5.5@Buffalo BillsO 42.5
SunDec 3, 20061:02@Green Bay PackersL 10-38L PKNew York JetsO 42.5
SunDec 3, 20061:02@New England PatriotsW 28-21L -13.5Detroit LionsO 41.5
SunDec 3, 20061:02@St Louis RamsL 20-34L -6.5Arizona CardinalsO 47
SunDec 3, 20061:03@Chicago BearsW 23-13W -9Minnesota VikingsO 34.5
SunDec 3, 20061:03Kansas City ChiefsL 28-31 (OT)L -5@Cleveland BrownsO 35.5
SunDec 3, 20061:03Indianapolis ColtsL 17-20L -7.5@Tennessee TitansU 46.5
SunDec 3, 20061:03@Washington RedskinsL 14-24L -1.5Atlanta FalconsU 38.5
SunDec 3, 20061:04@New Orleans SaintsW 34-10W -7San Francisco 49ersU 45.5
SunDec 3, 20064:05@Miami DolphinsL 10-24L PKJacksonville JaguarsU 35.5
SunDec 3, 20064:05@Oakland RaidersL 14-23L -3.5Houston TexansO 35.5
SunDec 3, 20064:15Dallas CowboysW 23-20L -3.5@New York GiantsU 44
SunDec 3, 20064:15@Pittsburgh SteelersW 20-3W -7Tampa Bay BuccaneersU 41
SunDec 3, 20068:20@Denver BroncosL 20-23L -4Seattle SeahawksO 40.5
MonDec 4, 20068:40Carolina PanthersL 24-27L -3@Philadelphia EaglesO 37.5
+ + +

+ +

Back to top

2006 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 7, 20068:04@Pittsburgh SteelersW 27-7W -7.5Cleveland BrownsU 34.5
SunDec 10, 20061:00@Kansas City ChiefsL 10-20L -3Baltimore RavensU 37.5
SunDec 10, 20061:02New York GiantsW 27-13W -2.5@Carolina PanthersO 39
SunDec 10, 20061:02@Houston TexansL 20-26 (OT)L -1.5Tennessee TitansO 42
SunDec 10, 20061:02New England PatriotsL 0-21L -3@Miami DolphinsU 37
SunDec 10, 20061:02Atlanta FalconsW 17-6W -3@Tampa Bay BuccaneersU 38
SunDec 10, 20061:03@Cincinnati BengalsW 27-10W -10.5Oakland RaidersU 39.5
SunDec 10, 20061:03@Detroit LionsL 20-30L -1Minnesota VikingsO 40
SunDec 10, 20061:03Indianapolis ColtsL 17-44L -1@Jacksonville JaguarsO 44
SunDec 10, 20061:03Philadelphia EaglesW 21-19P -2@Washington RedskinsU 40.5
SunDec 10, 20064:05Seattle SeahawksL 21-27L -3.5@Arizona CardinalsO 45
SunDec 10, 20064:06@San Francisco 49ersL 19-30L -4Green Bay PackersO 43.5
SunDec 10, 20064:15@New York JetsL 13-31L -3.5Buffalo BillsO 37.5
SunDec 10, 20064:15@San Diego ChargersW 48-20W -7Denver BroncosO 41
SunDec 10, 20068:21@Dallas CowboysL 17-42L -6.5New Orleans SaintsO 48
MonDec 11, 20068:30Chicago BearsW 42-27W -6.5@St Louis RamsO 41.5
+ + +

+ +

Back to top

2006 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 14, 20068:13@Seattle SeahawksL 14-24L -10San Francisco 49ersP 38
SatDec 16, 20068:05Dallas CowboysW 38-28W -3.5@Atlanta FalconsO 44.5
SunDec 17, 20061:02@Baltimore RavensW 27-17L -12Cleveland BrownsO 34.5
SunDec 17, 20061:02@Buffalo BillsW 21-0W -1Miami DolphinsU 34.5
SunDec 17, 20061:02Pittsburgh SteelersW 37-3W -2.5@Carolina PanthersO 39
SunDec 17, 20061:02@Green Bay PackersW 17-9W -6Detroit LionsU 45
SunDec 17, 20061:02@New England PatriotsW 40-7W -12.5Houston TexansO 37.5
SunDec 17, 20061:03Jacksonville JaguarsL 17-24L -3.5@Tennessee TitansP 41
SunDec 17, 20061:04@New Orleans SaintsL 10-16L -9.5Washington RedskinsU 47
SunDec 17, 20061:05@Chicago BearsW 34-31 (OT)L -13.5Tampa Bay BuccaneersO 35
SunDec 17, 20061:05@Minnesota VikingsL 13-26L -3New York JetsU 40.5
SunDec 17, 20064:05Denver BroncosW 37-20W -2.5@Arizona CardinalsO 44
SunDec 17, 20064:15@New York GiantsL 22-36L -6Philadelphia EaglesO 45
SunDec 17, 20064:15@Oakland RaidersL 0-20L -2St Louis RamsU 39.5
SunDec 17, 20068:15@San Diego ChargersW 20-9W -9Kansas City ChiefsU 47
MonDec 18, 20068:40@Indianapolis ColtsW 34-16W -3.5Cincinnati BengalsU 55
+ + +

+ +

Back to top

2006 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 21, 20068:05@Green Bay PackersW 9-7L -4Minnesota VikingsU 38.5
SatDec 23, 20068:00Kansas City ChiefsW 20-9W -7@Oakland RaidersU 35.5
SunDec 24, 20061:02@Buffalo BillsL 29-30L -5.5Tennessee TitansO 38
SunDec 24, 20061:02@Pittsburgh SteelersL 7-31L -4Baltimore RavensO 37
SunDec 24, 20061:02@St Louis RamsW 37-31 (OT)W -2Washington RedskinsO 43
SunDec 24, 20061:03@Atlanta FalconsL 3-10L -6Carolina PanthersU 41
SunDec 24, 20061:03@Cleveland BrownsL 7-22L -3Tampa Bay BuccaneersU 37.5
SunDec 24, 20061:03Chicago BearsW 26-21L -6@Detroit LionsO 41.5
SunDec 24, 20061:03Indianapolis ColtsL 24-27L -9.5@Houston TexansO 47
SunDec 24, 20061:03@Jacksonville JaguarsL 21-24L -3New England PatriotsO 37
SunDec 24, 20061:04@New York GiantsL 7-30L -3New Orleans SaintsU 47.5
SunDec 24, 20064:05@San Francisco 49ersL 20-26L -4Arizona CardinalsO 45
SunDec 24, 20064:16@Denver BroncosW 24-23L -3Cincinnati BengalsO 44.5
SunDec 24, 20064:16San Diego ChargersW 20-17L -4.5@Seattle SeahawksU 45
MonDec 25, 20065:07@Dallas CowboysL 7-23L -7Philadelphia EaglesU 48.5
MonDec 25, 20068:43@Miami DolphinsL 10-13L -3New York JetsU 36.5
+ + +

+ +

Back to top

2006 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 30, 20068:05New York GiantsW 34-28W -2@Washington RedskinsO 43
SunDec 31, 20061:00@Kansas City ChiefsW 35-30W -2.5Jacksonville JaguarsO 37
SunDec 31, 20061:02@Dallas CowboysL 31-39L -14Detroit LionsO 46
SunDec 31, 20061:02@Houston TexansW 14-6W -6Cleveland BrownsU 37.5
SunDec 31, 20061:02@New York JetsW 23-3W -10.5Oakland RaidersU 34.5
SunDec 31, 20061:02@Tennessee TitansL 23-40L -3New England PatriotsO 41.5
SunDec 31, 20061:03@Cincinnati BengalsL 17-23 (OT)L -6Pittsburgh SteelersU 44.5
SunDec 31, 20061:03Carolina PanthersW 31-21W -2@New Orleans SaintsO 38.5
SunDec 31, 20061:03@Tampa Bay BuccaneersL 7-23L -3Seattle SeahawksU 38
SunDec 31, 20061:05St Louis RamsW 41-21W -2.5@Minnesota VikingsO 44
SunDec 31, 20064:13@Philadelphia EaglesW 24-17L -8.5Atlanta FalconsU 43
SunDec 31, 20064:15@Indianapolis ColtsW 27-22L -9Miami DolphinsO 43.5
SunDec 31, 20064:15@San Diego ChargersW 27-20L -14Arizona CardinalsO 44
SunDec 31, 20064:16@Baltimore RavensW 19-7W -9Buffalo BillsU 37.5
SunDec 31, 20064:16@Denver BroncosL 23-26 (OT)L -10San Francisco 49ersO 39
SunDec 31, 20068:15@Chicago BearsL 7-26L -2.5Green Bay PackersU 37
+ + +

+

Back to top

+

2006 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 6, 20074:35@Indianapolis Colts (3)W 23-8W -6.5Kansas City Chiefs (6)U 51
NFC Wild CardSatJan 6, 20078:09@Seattle Seahawks (4)W 21-20L -2Dallas Cowboys (5)U 48.5
AFC Wild CardSunJan 7, 20071:05@New England Patriots (4)W 37-16W -9New York Jets (5)O 38.5
NFC Wild CardSunJan 7, 20074:39@Philadelphia Eagles (3)W 23-20L -6New York Giants (6)U 46.5
AFC DivisionalSatJan 13, 20074:35@Baltimore Ravens (2)L 6-15L -4Indianapolis Colts (3)U 41
NFC DivisionalSatJan 13, 20078:11@New Orleans Saints (2)W 27-24L -5.5Philadelphia Eagles (3)O 48.5
NFC DivisionalSunJan 14, 20071:06@Chicago Bears (1)W 27-24 (OT)L -9.5Seattle Seahawks (4)O 37.5
AFC DivisionalSunJan 14, 20074:40@San Diego Chargers (1)L 21-24L -5New England Patriots (4)U 46.5
NFC ChampionshipSunJan 21, 20073:06@Chicago Bears (1)W 39-14W -3New Orleans Saints (2)O 43
AFC ChampionshipSunJan 21, 20076:44@Indianapolis Colts (3)W 38-34W -3New England Patriots (4)O 47
Super Bowl XLISunFeb 4, 20076:27NIndianapolis Colts (3)W 29-17W -6.5Chicago Bears (1)U 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2007.html b/data/2007.html new file mode 100644 index 0000000..040527c --- /dev/null +++ b/data/2007.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2007 Season

+ +

Historical NFL Game Odds

2007 Season

<<-- 2006 Season    2008 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2007 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-4 (75.0%)9-5-2 (64.3%)10-6 (62.5%)9-5-2 (64.3%)9-3 (75.0%)7-3-2 (70.0%)1-3 (25.0%)2-2-0 (50.0%)5-11-0 (31.3%)
29-7 (56.3%)3-12-1 (20.0%)10-6 (62.5%)6-9-1 (40.0%)7-4 (63.6%)2-8-1 (20.0%)3-2 (60.0%)4-1-0 (80.0%)8-7-1 (53.3%)
311-5 (68.8%)5-8-3 (38.5%)10-6 (62.5%)6-7-3 (46.2%)9-4 (69.2%)4-6-3 (40.0%)1-2 (33.3%)2-1-0 (66.7%)11-5-0 (68.8%)
45-9 (35.7%)5-9-0 (35.7%)8-6 (57.1%)8-6-0 (57.1%)2-3 (40.0%)2-3-0 (40.0%)6-3 (66.7%)6-3-0 (66.7%)6-7-1 (46.2%)
512-2 (85.7%)7-7-0 (50.0%)7-7 (50.0%)8-6-0 (57.1%)7-2 (77.8%)5-4-0 (55.6%)0-5 (0.0%)3-2-0 (60.0%)7-7-0 (50.0%)
69-4 (69.2%)8-4-1 (66.7%)7-6 (53.8%)6-6-1 (50.0%)6-3 (66.7%)5-3-1 (62.5%)1-3 (25.0%)1-3-0 (25.0%)6-7-0 (46.2%)
79-5 (64.3%)7-7-0 (50.0%)9-5 (64.3%)7-7-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)6-8-0 (42.9%)
89-4 (69.2%)7-6-0 (53.8%)3-9 (25.0%)2-10-0 (16.7%)3-4 (42.9%)2-5-0 (28.6%)0-5 (0.0%)0-5-0 (0.0%)5-8-0 (38.5%)
910-4 (71.4%)8-6-0 (57.1%)9-5 (64.3%)11-3-0 (78.6%)7-2 (77.8%)7-2-0 (77.8%)2-3 (40.0%)4-1-0 (80.0%)9-4-1 (69.2%)
107-7 (50.0%)6-8-0 (42.9%)5-9 (35.7%)4-10-0 (28.6%)4-6 (40.0%)3-7-0 (30.0%)1-3 (25.0%)1-3-0 (25.0%)7-7-0 (50.0%)
1113-2 (86.7%)11-4-0 (73.3%)10-6 (62.5%)8-8-0 (50.0%)8-1 (88.9%)6-3-0 (66.7%)1-5 (16.7%)1-5-0 (16.7%)10-6-0 (62.5%)
1212-4 (75.0%)10-6-0 (62.5%)9-7 (56.3%)7-9-0 (43.8%)8-3 (72.7%)6-5-0 (54.5%)1-4 (20.0%)1-4-0 (20.0%)9-7-0 (56.3%)
1310-5 (66.7%)8-7-0 (53.3%)9-7 (56.3%)9-7-0 (56.3%)7-4 (63.6%)6-5-0 (54.5%)1-3 (25.0%)2-2-0 (50.0%)11-5-0 (68.8%)
1414-2 (87.5%)12-4-0 (75.0%)9-7 (56.3%)9-7-0 (56.3%)8-1 (88.9%)7-2-0 (77.8%)1-6 (14.3%)2-5-0 (28.6%)9-5-2 (64.3%)
159-7 (56.3%)6-10-0 (37.5%)10-6 (62.5%)9-7-0 (56.3%)6-3 (66.7%)4-5-0 (44.4%)4-3 (57.1%)5-2-0 (71.4%)6-9-1 (40.0%)
1611-5 (68.8%)6-9-1 (40.0%)11-5 (68.8%)8-7-1 (53.3%)8-2 (80.0%)4-5-1 (44.4%)3-3 (50.0%)4-2-0 (66.7%)10-6-0 (62.5%)
1713-3 (81.3%)10-6-0 (62.5%)11-5 (68.8%)10-6-0 (62.5%)8-0 (100.%)6-2-0 (75.0%)3-5 (37.5%)4-4-0 (50.0%)11-5-0 (68.8%)
Playoffs6-5 (54.5%)3-8-0 (27.3%)5-5 (50.0%)4-6-0 (40.0%)5-4 (55.6%)3-6-0 (33.3%)0-1 (0.0%)1-0-0 (100.%)6-5-0 (54.5%)
+ +


2007 Results by Team

Click on a team to view 2007 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-8 (50.0%)8-7-1 (53.3%)4-2 (66.7%)2-4-0 (33.3%)6-2 (75.0%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)11-5-0 (68.8%)
Atlanta Falcons4-12 (25.0%)8-8 (50.0%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)3-5-0 (37.5%)1-0 (100.%)1-0-0 (100.%)9-7-0 (56.3%)
Baltimore Ravens5-11 (31.3%)3-13 (18.8%)4-4 (50.0%)1-7-0 (12.5%)4-4 (50.0%)3-5-0 (37.5%)3-1 (75.0%)1-3-0 (25.0%)9-5-2 (64.3%)
Buffalo Bills7-9 (43.8%)10-6 (62.5%)2-0 (100.%)2-0-0 (100.%)4-4 (50.0%)6-2-0 (75.0%)1-0 (100.%)1-0-0 (100.%)7-9-0 (43.8%)
Carolina Panthers7-9 (43.8%)8-8 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Chicago Bears7-9 (43.8%)7-9 (43.8%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)8-7-1 (53.3%)
Cincinnati Bengals7-9 (43.8%)6-9-1 (40.0%)4-5 (44.4%)3-6-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)7-9-0 (43.8%)
Cleveland Browns10-6 (62.5%)12-4 (75.0%)8-1 (88.9%)8-1-0 (88.9%)7-1 (87.5%)7-1-0 (87.5%)5-0 (100.%)5-0-0 (100.%)9-6-1 (60.0%)
Dallas Cowboys13-3 (81.3%)9-7 (56.3%)12-1 (92.3%)8-5-0 (61.5%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)10-6-0 (62.5%)
Denver Broncos7-9 (43.8%)5-11 (31.3%)3-4 (42.9%)1-6-0 (14.3%)5-3 (62.5%)4-4-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)12-4-0 (75.0%)
Detroit Lions7-9 (43.8%)6-8-2 (42.9%)4-0 (100.%)2-0-2 (100.%)5-3 (62.5%)4-2-2 (66.7%)4-0 (100.%)2-0-2 (100.%)11-5-0 (68.8%)
Green Bay Packers13-3 (81.3%)12-3-1 (80.0%)8-2 (80.0%)7-2-1 (77.8%)7-1 (87.5%)6-1-1 (85.7%)5-1 (83.3%)4-1-1 (80.0%)11-4-1 (73.3%)
Houston Texans8-8 (50.0%)8-8 (50.0%)4-2 (66.7%)3-3-0 (50.0%)6-2 (75.0%)6-2-0 (75.0%)4-1 (80.0%)3-2-0 (60.0%)9-6-1 (60.0%)
Indianapolis Colts13-3 (81.3%)9-7 (56.3%)13-1 (92.9%)8-6-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)6-0 (100.%)4-2-0 (66.7%)7-9-0 (43.8%)
Jacksonville Jaguars11-5 (68.8%)11-5 (68.8%)7-1 (87.5%)6-2-0 (75.0%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)12-4-0 (75.0%)
Kansas City Chiefs4-12 (25.0%)6-8-2 (42.9%)1-3 (25.0%)0-3-1 (0.0%)2-6 (25.0%)1-6-1 (14.3%)1-3 (25.0%)0-3-1 (0.0%)8-8-0 (50.0%)
Miami Dolphins1-15 (6.3%)5-9-2 (35.7%)0-2 (0.0%)0-2-0 (0.0%)1-6 (14.3%)1-6-0 (14.3%)0-2 (0.0%)0-2-0 (0.0%)9-7-0 (56.3%)
Minnesota Vikings8-8 (50.0%)7-7-2 (50.0%)5-2 (71.4%)4-3-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)9-7-0 (56.3%)
New England Patriots16-0 (100.%)10-6 (62.5%)16-0 (100.%)10-6-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)11-5-0 (68.8%)
New Orleans Saints7-9 (43.8%)6-10 (37.5%)6-6 (50.0%)5-7-0 (41.7%)3-5 (37.5%)2-6-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)10-6-0 (62.5%)
New York Giants10-6 (62.5%)10-6 (62.5%)7-3 (70.0%)6-4-0 (60.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)8-8-0 (50.0%)
New York Jets4-12 (25.0%)6-9-1 (40.0%)2-2 (50.0%)0-3-1 (0.0%)3-5 (37.5%)2-5-1 (28.6%)2-1 (66.7%)0-2-1 (0.0%)6-9-1 (40.0%)
Oakland Raiders4-12 (25.0%)6-10 (37.5%)1-3 (25.0%)0-4-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)1-3 (25.0%)0-4-0 (0.0%)10-5-1 (66.7%)
Philadelphia Eagles8-8 (50.0%)8-8 (50.0%)5-6 (45.5%)4-7-0 (36.4%)3-5 (37.5%)2-6-0 (25.0%)3-4 (42.9%)2-5-0 (28.6%)7-9-0 (43.8%)
Pittsburgh Steelers10-6 (62.5%)8-8 (50.0%)10-5 (66.7%)8-7-0 (53.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)8-8-0 (50.0%)
San Diego Chargers11-5 (68.8%)11-5 (68.8%)10-3 (76.9%)10-3-0 (76.9%)7-1 (87.5%)7-1-0 (87.5%)6-1 (85.7%)6-1-0 (85.7%)9-6-1 (60.0%)
San Francisco 49ers5-11 (31.3%)5-10-1 (33.3%)1-0 (100.%)0-0-1 3-5 (37.5%)3-4-1 (42.9%)1-0 (100.%)0-0-1 6-10-0 (37.5%)
Seattle Seahawks10-6 (62.5%)9-6-1 (60.0%)9-4 (69.2%)8-4-1 (66.7%)7-1 (87.5%)6-1-1 (85.7%)7-1 (87.5%)6-1-1 (85.7%)7-9-0 (43.8%)
St Louis Rams3-13 (18.8%)5-11 (31.3%)2-2 (50.0%)2-2-0 (50.0%)1-7 (12.5%)2-6-0 (25.0%)1-2 (33.3%)1-2-0 (33.3%)6-9-1 (40.0%)
Tampa Bay Buccaneers9-7 (56.3%)9-7 (56.3%)6-3 (66.7%)6-3-0 (66.7%)6-2 (75.0%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)9-7-0 (56.3%)
Tennessee Titans10-6 (62.5%)8-8 (50.0%)7-2 (77.8%)4-5-0 (44.4%)5-3 (62.5%)3-5-0 (37.5%)5-1 (83.3%)2-4-0 (33.3%)5-10-1 (33.3%)
Washington Redskins9-7 (56.3%)7-7-2 (50.0%)6-3 (66.7%)3-5-1 (37.5%)5-3 (62.5%)3-4-1 (42.9%)5-3 (62.5%)3-4-1 (42.9%)6-9-1 (40.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2007 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 6, 20078:39@Indianapolis ColtsW 41-10W -5.5New Orleans SaintsU 53.5
SunSep 9, 200712:59@St Louis RamsL 13-27L -1Carolina PanthersU 43
SunSep 9, 20071:00@Minnesota VikingsW 24-3W -3Atlanta FalconsU 35.5
SunSep 9, 20071:02Denver BroncosW 15-14L -3@Buffalo BillsU 37
SunSep 9, 20071:02Philadelphia EaglesL 13-16L -3@Green Bay PackersU 42.5
SunSep 9, 20071:02@Washington RedskinsW 16-13 (OT)P -3Miami DolphinsU 34.5
SunSep 9, 20071:03Pittsburgh SteelersW 34-7W -4.5@Cleveland BrownsO 36.5
SunSep 9, 20071:03New England PatriotsW 38-14W -6.5@New York JetsO 41
SunSep 9, 20071:04@Jacksonville JaguarsL 10-13L -7Tennessee TitansU 38
SunSep 9, 20071:05@Houston TexansW 20-3W -3Kansas City ChiefsU 38
SunSep 9, 20074:15@Oakland RaidersL 21-36L -2.5Detroit LionsO 39.5
SunSep 9, 20074:15@San Diego ChargersW 14-3W -6Chicago BearsU 42.5
SunSep 9, 20074:15@Seattle SeahawksW 20-6W -6Tampa Bay BuccaneersU 41
SunSep 9, 20078:25@Dallas CowboysW 45-35W -6.5New York GiantsO 44.5
MonSep 10, 20077:10@Cincinnati BengalsW 27-20W -2.5Baltimore RavensO 40
MonSep 10, 200710:25@San Francisco 49ersW 20-17P -3Arizona CardinalsU 46.5
+ + +

+ +

Back to top

2007 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 16, 20071:02@Carolina PanthersL 21-34L -6.5Houston TexansO 38.5
SunSep 16, 20071:02@Pittsburgh SteelersW 26-3W -10Buffalo BillsU 39
SunSep 16, 20071:02@St Louis RamsL 16-17L -3San Francisco 49ersU 44
SunSep 16, 20071:02Indianapolis ColtsW 22-20L -7@Tennessee TitansU 46
SunSep 16, 20071:03Cincinnati BengalsL 45-51L -7@Cleveland BrownsO 41.5
SunSep 16, 20071:03New Orleans SaintsL 14-31L -4@Tampa Bay BuccaneersO 41.5
SunSep 16, 20071:04@Jacksonville JaguarsW 13-7L -10Atlanta FalconsU 34.5
SunSep 16, 20071:04@New York GiantsL 13-35L -2.5Green Bay PackersO 39
SunSep 16, 20074:05Seattle SeahawksL 20-23L -2.5@Arizona CardinalsO 42.5
SunSep 16, 20074:05@Detroit LionsW 20-17 (OT)P -3Minnesota VikingsU 42.5
SunSep 16, 20074:05Dallas CowboysW 37-20W -3.5@Miami DolphinsO 40.5
SunSep 16, 20074:15@Baltimore RavensW 20-13L -10New York JetsP 33
SunSep 16, 20074:15@Chicago BearsW 20-10L -12Kansas City ChiefsU 34.5
SunSep 16, 20074:15@Denver BroncosW 23-20 (OT)L -10Oakland RaidersO 37
SunSep 16, 20078:24@New England PatriotsW 38-14W -3.5San Diego ChargersO 46
MonSep 17, 20078:40@Philadelphia EaglesL 12-20L -7Washington RedskinsU 38.5
+ + +

+ +

Back to top

2007 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 23, 20071:00@Baltimore RavensW 26-23L -7Arizona CardinalsO 35.5
SunSep 23, 20071:00@Kansas City ChiefsW 13-10P -3Minnesota VikingsU 34
SunSep 23, 20071:02San Diego ChargersL 24-31L -5.5@Green Bay PackersO 42.5
SunSep 23, 20071:02@New England PatriotsW 38-7W -16.5Buffalo BillsO 41
SunSep 23, 20071:02@New York JetsW 31-28P -3Miami DolphinsO 36.5
SunSep 23, 20071:02@Philadelphia EaglesW 56-21W -5Detroit LionsO 44
SunSep 23, 20071:02@Pittsburgh SteelersW 37-16W -9.5San Francisco 49ersO 38
SunSep 23, 20071:02@Tampa Bay BuccaneersW 24-3W -3.5St Louis RamsU 38.5
SunSep 23, 20071:03Indianapolis ColtsW 30-24L -6.5@Houston TexansO 46.5
SunSep 23, 20074:05@Denver BroncosL 14-23L -3Jacksonville JaguarsO 36
SunSep 23, 20074:05@Oakland RaidersW 26-24L -3Cleveland BrownsO 41.5
SunSep 23, 20074:05@Seattle SeahawksW 24-21P -3Cincinnati BengalsU 49.5
SunSep 23, 20074:15Carolina PanthersW 27-20W -4@Atlanta FalconsO 38.5
SunSep 23, 20074:15@Washington RedskinsL 17-24L -3.5New York GiantsU 42.5
SunSep 23, 20078:24@Chicago BearsL 10-34L -3Dallas CowboysO 41.5
MonSep 24, 20078:40@New Orleans SaintsL 14-31L -4.5Tennessee TitansU 46.5
+ + +

+ +

Back to top

2007 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 30, 20071:02Houston TexansL 16-26L -2.5@Atlanta FalconsO 39.5
SunSep 30, 20071:02New York JetsL 14-17L -3@Buffalo BillsU 37
SunSep 30, 20071:02Baltimore RavensL 13-27L -4.5@Cleveland BrownsP 40
SunSep 30, 20071:02@Dallas CowboysW 35-7W -13St Louis RamsU 47
SunSep 30, 20071:03Chicago BearsL 27-37L -2.5@Detroit LionsO 46
SunSep 30, 20071:05Green Bay PackersW 23-16W -1@Minnesota VikingsO 38
SunSep 30, 20071:32@Miami DolphinsL 17-35L -3.5Oakland RaidersO 40
SunSep 30, 20074:05Seattle SeahawksW 23-3W -1@San Francisco 49ersU 40.5
SunSep 30, 20074:06@Carolina PanthersL 7-20L -3Tampa Bay BuccaneersU 39.5
SunSep 30, 20074:15Pittsburgh SteelersL 14-21L -5@Arizona CardinalsU 42.5
SunSep 30, 20074:15@Indianapolis ColtsW 38-20W -10Denver BroncosO 46.5
SunSep 30, 20074:15@San Diego ChargersL 16-30L -12Kansas City ChiefsO 38.5
SunSep 30, 20078:23Philadelphia EaglesL 3-16L -2.5@New York GiantsU 47
MonOct 1, 20078:40New England PatriotsW 34-13W -7.5@Cincinnati BengalsU 54
+ + +

+ +

Back to top

2007 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 7, 20071:00Jacksonville JaguarsW 17-7W -2@Kansas City ChiefsU 35
SunOct 7, 20071:02@Houston TexansW 22-19L -5.5Miami DolphinsU 43.5
SunOct 7, 20071:02@New England PatriotsW 34-17W -15.5Cleveland BrownsO 48
SunOct 7, 20071:02@New York GiantsW 35-24W -4New York JetsO 40.5
SunOct 7, 20071:02@Pittsburgh SteelersW 21-0W -5Seattle SeahawksU 41.5
SunOct 7, 20071:02Arizona CardinalsW 34-31L -3.5@St Louis RamsO 41
SunOct 7, 20071:02@Washington RedskinsW 34-3W -4Detroit LionsU 44.5
SunOct 7, 20071:03@New Orleans SaintsL 13-16L -4Carolina PanthersU 44
SunOct 7, 20071:04@Tennessee TitansW 20-13L -7.5Atlanta FalconsU 41
SunOct 7, 20074:05@Indianapolis ColtsW 33-14W -9Tampa Bay BuccaneersO 45
SunOct 7, 20074:15San Diego ChargersW 41-3W -1@Denver BroncosO 43.5
SunOct 7, 20074:15Baltimore RavensW 9-7L -3@San Francisco 49ersU 34.5
SunOct 7, 20078:24@Green Bay PackersL 20-27L -3.5Chicago BearsO 40.5
MonOct 8, 20078:40Dallas CowboysW 25-24L -11@Buffalo BillsO 45
+ + +

+ +

Back to top

2007 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 14, 20071:00Cincinnati BengalsL 20-27L -2.5@Kansas City ChiefsO 44
SunOct 14, 20071:02@Baltimore RavensW 22-3W -9St Louis RamsU 36.5
SunOct 14, 20071:02@Chicago BearsL 31-34L -4.5Minnesota VikingsO 35.5
SunOct 14, 20071:02@Green Bay PackersW 17-14P -3Washington RedskinsU 40.5
SunOct 14, 20071:02Philadelphia EaglesW 16-9W -4.5@New York JetsU 43.5
SunOct 14, 20071:03@Cleveland BrownsW 41-31W -4Miami DolphinsO 45
SunOct 14, 20071:03@Jacksonville JaguarsW 37-17W -7Houston TexansO 37.5
SunOct 14, 20071:03@Tampa Bay BuccaneersW 13-10W -2.5Tennessee TitansU 37
SunOct 14, 20074:05@Arizona CardinalsL 10-25L -6Carolina PanthersU 38.5
SunOct 14, 20074:15@San Diego ChargersW 28-14W -9.5Oakland RaidersU 44
SunOct 14, 20074:17New England PatriotsW 48-27W -5@Dallas CowboysO 53
SunOct 14, 20078:23@Seattle SeahawksL 17-28L -6.5New Orleans SaintsO 43
MonOct 15, 20078:40New York GiantsW 31-10W -5.5@Atlanta FalconsU 44
+ + +

+ +

Back to top

2007 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 21, 20071:02Baltimore RavensL 14-19L -3@Buffalo BillsU 33.5
SunOct 21, 20071:02@Houston TexansL 36-38L -2Tennessee TitansO 38
SunOct 21, 20071:02New England PatriotsW 49-28W -15.5@Miami DolphinsO 49.5
SunOct 21, 20071:02@Washington RedskinsW 21-19L -8Arizona CardinalsO 36
SunOct 21, 20071:03@Detroit LionsW 23-16W -2.5Tampa Bay BuccaneersU 44
SunOct 21, 20071:03@New Orleans SaintsW 22-16L -7.5Atlanta FalconsU 42
SunOct 21, 20071:03@New York GiantsW 33-15W -9.5San Francisco 49ersO 39
SunOct 21, 20074:05@Cincinnati BengalsW 38-31W -6New York JetsO 48.5
SunOct 21, 20074:05@Oakland RaidersL 10-12L -1.5Kansas City ChiefsU 38
SunOct 21, 20074:14@Philadelphia EaglesL 16-19L -5.5Chicago BearsU 43
SunOct 21, 20074:15@Dallas CowboysW 24-14W -9.5Minnesota VikingsU 46.5
SunOct 21, 20074:16@Seattle SeahawksW 33-6W -7.5St Louis RamsU 39.5
SunOct 21, 20078:23Pittsburgh SteelersL 28-31L -4.5@Denver BroncosO 38.5
MonOct 22, 20078:40Indianapolis ColtsW 29-7W -3@Jacksonville JaguarsU 45.5
+ + +

+ +

Back to top

2007 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 28, 20071:00Cleveland BrownsW 27-20W -3@St Louis RamsO 46.5
SunOct 28, 20071:02Indianapolis ColtsW 31-7W -6.5@Carolina PanthersU 44
SunOct 28, 20071:02Pittsburgh SteelersW 24-13W -4@Cincinnati BengalsU 48.5
SunOct 28, 20071:02@Tennessee TitansW 13-9L -7Oakland RaidersU 39
SunOct 28, 20071:03NNew York GiantsW 13-10L -10Miami DolphinsU 48at London
SunOct 28, 20071:05@Chicago BearsL 7-16L -6Detroit LionsU 45.5
SunOct 28, 20071:05Philadelphia EaglesW 23-16W -1@Minnesota VikingsO 37.5
SunOct 28, 20074:05@New York JetsL 3-13L -3Buffalo BillsU 38.5
SunOct 28, 20074:05@San Diego ChargersW 35-10W -10Houston TexansU 45.5
SunOct 28, 20074:05@Tampa Bay BuccaneersL 23-24L -3.5Jacksonville JaguarsO 32
SunOct 28, 20074:17@New England PatriotsW 52-7W -14.5Washington RedskinsO 46.5
SunOct 28, 20074:17New Orleans SaintsW 31-10W -1.5@San Francisco 49ersO 40
MonOct 29, 20078:40@Denver BroncosL 13-19 (OT)L -3Green Bay PackersU 43.5
+ + +

+ +

Back to top

2007 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 4, 20071:00@Kansas City ChiefsL 22-33L -2.5Green Bay PackersO 37.5
SunNov 4, 20071:00@Tampa Bay BuccaneersW 17-10W -3.5Arizona CardinalsU 39
SunNov 4, 20071:02@Atlanta FalconsW 20-16W -3.5San Francisco 49ersU 37
SunNov 4, 20071:02Cincinnati BengalsL 21-33L -1@Buffalo BillsO 44
SunNov 4, 20071:02@Detroit LionsW 44-7W -3Denver BroncosO 46.5
SunNov 4, 20071:02@New Orleans SaintsW 41-24W -3Jacksonville JaguarsO 40
SunNov 4, 20071:02Washington RedskinsW 23-20 (OT)L -3.5@New York JetsO 36
SunNov 4, 20071:02@Tennessee TitansW 20-7W -5.5Carolina PanthersU 35.5
SunNov 4, 20071:05San Diego ChargersL 17-35L -7@Minnesota VikingsO 42
SunNov 4, 20074:06@Cleveland BrownsW 33-30 (OT)W -1.5Seattle SeahawksO 47
SunNov 4, 20074:15@Oakland RaidersL 17-24L -3Houston TexansP 41
SunNov 4, 20074:18New England PatriotsW 24-20L -5@Indianapolis ColtsU 56.5
SunNov 4, 20078:23Dallas CowboysW 38-17W -3@Philadelphia EaglesO 46.5
MonNov 5, 20078:38@Pittsburgh SteelersW 38-7W -9.5Baltimore RavensO 36
+ + +

+ +

Back to top

2007 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 11, 20071:00@Kansas City ChiefsL 11-27L -2.5Denver BroncosO 37
SunNov 11, 20071:02@Green Bay PackersW 34-0W -6Minnesota VikingsU 40.5
SunNov 11, 20071:02Buffalo BillsW 13-10W -2.5@Miami DolphinsU 40.5
SunNov 11, 20071:02@New Orleans SaintsL 29-37L -10.5St Louis RamsO 47
SunNov 11, 20071:02@Pittsburgh SteelersW 31-28L -9.5Cleveland BrownsO 47.5
SunNov 11, 20071:03@Carolina PanthersL 13-20L -4Atlanta FalconsU 35.5
SunNov 11, 20071:03@Tennessee TitansL 13-28L -3.5Jacksonville JaguarsO 36
SunNov 11, 20071:03@Washington RedskinsL 25-33L -2.5Philadelphia EaglesO 37.5
SunNov 11, 20074:05@Baltimore RavensL 7-21L -3Cincinnati BengalsU 44.5
SunNov 11, 20074:15@Arizona CardinalsW 31-21W -2Detroit LionsO 45
SunNov 11, 20074:15Dallas CowboysW 31-20W -1.5@New York GiantsO 48
SunNov 11, 20074:15Chicago BearsW 17-6W -3.5@Oakland RaidersU 38
SunNov 11, 20078:15Indianapolis ColtsL 21-23L -3.5@San Diego ChargersU 47.5
MonNov 12, 20078:41@Seattle SeahawksW 24-0W -9San Francisco 49ersU 37.5
+ + +

+ +

Back to top

2007 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 18, 20071:02Cleveland BrownsW 33-30 (OT)W -2@Baltimore RavensO 44
SunNov 18, 20071:02@Cincinnati BengalsL 27-35L -3.5Arizona CardinalsO 49.5
SunNov 18, 20071:02@Green Bay PackersW 31-17W -10Carolina PanthersO 37.5
SunNov 18, 20071:02@Houston TexansW 23-10W -1New Orleans SaintsU 50.5
SunNov 18, 20071:02@Indianapolis ColtsW 13-10L -14.5Kansas City ChiefsU 41.5
SunNov 18, 20071:02@Philadelphia EaglesW 17-7W -9.5Miami DolphinsU 40
SunNov 18, 20071:03New York GiantsW 16-10W -2.5@Detroit LionsU 48
SunNov 18, 20071:03@Jacksonville JaguarsW 24-17W -3San Diego ChargersO 40.5
SunNov 18, 20071:05Tampa Bay BuccaneersW 31-7W -3@Atlanta FalconsO 35.5
SunNov 18, 20071:05@Minnesota VikingsW 29-22W -4.5Oakland RaidersO 35.5
SunNov 18, 20074:05Pittsburgh SteelersL 16-19 (OT)L -9.5@New York JetsU 40.5
SunNov 18, 20074:15@Dallas CowboysW 28-23L -11Washington RedskinsO 47
SunNov 18, 20074:15St Louis RamsW 13-9W -3@San Francisco 49ersU 39.5
SunNov 18, 20074:16@Seattle SeahawksW 30-23W -5.5Chicago BearsO 37.5
SunNov 18, 20078:24New England PatriotsW 56-10W -16@Buffalo BillsO 46.5
MonNov 19, 20078:40@Denver BroncosW 34-20W PKTennessee TitansO 38.5
+ + +

+ +

Back to top

2007 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 200712:36Green Bay PackersW 37-26W -3@Detroit LionsO 47
ThuNov 22, 20074:20@Dallas CowboysW 34-3W -14.5New York JetsU 47.5
ThuNov 22, 20078:16Indianapolis ColtsW 31-13W -14@Atlanta FalconsO 42.5
SunNov 25, 20071:00@Kansas City ChiefsL 17-20L -4Oakland RaidersO 34.5
SunNov 25, 20071:00Seattle SeahawksW 24-19W -3@St Louis RamsU 46
SunNov 25, 20071:02Tennessee TitansL 6-35L -1@Cincinnati BengalsU 47
SunNov 25, 20071:02@Tampa Bay BuccaneersW 19-13W -3Washington RedskinsU 38.5
SunNov 25, 20071:03New Orleans SaintsW 31-6W -3@Carolina PanthersU 42
SunNov 25, 20071:03@Cleveland BrownsW 27-17W -3Houston TexansU 52
SunNov 25, 20071:03@Jacksonville JaguarsW 36-14W -9Buffalo BillsO 37
SunNov 25, 20071:03@New York GiantsL 17-41L -7.5Minnesota VikingsO 40
SunNov 25, 20074:06@Arizona CardinalsL 31-37 (OT)L -10.5San Francisco 49ersO 38
SunNov 25, 20074:15@San Diego ChargersW 32-14W -9Baltimore RavensO 38.5
SunNov 25, 20074:16@Chicago BearsW 37-34 (OT)W -1Denver BroncosO 41.5
SunNov 25, 20078:23@New England PatriotsW 31-28L -24.5Philadelphia EaglesO 51.5
MonNov 26, 20078:55@Pittsburgh SteelersW 3-0L -16Miami DolphinsU 38.5
+ + +

+ +

Back to top

2007 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 20078:16@Dallas CowboysW 37-27W -6.5Green Bay PackersO 52.5
SunDec 2, 20071:00San Diego ChargersW 24-10W -6@Kansas City ChiefsU 37.5
SunDec 2, 20071:00@St Louis RamsW 28-16W -3Atlanta FalconsO 40
SunDec 2, 20071:02@Indianapolis ColtsW 28-25L -7Jacksonville JaguarsO 45
SunDec 2, 20071:02@Philadelphia EaglesL 24-28L -3Seattle SeahawksO 39
SunDec 2, 20071:02@Tennessee TitansW 28-20W -3.5Houston TexansO 40
SunDec 2, 20071:02@Washington RedskinsL 16-17L -6.5Buffalo BillsU 37.5
SunDec 2, 20071:03@Carolina PanthersW 31-14W -3San Francisco 49ersO 35
SunDec 2, 20071:03@Miami DolphinsL 13-40L -1New York JetsO 37.5
SunDec 2, 20071:05@Minnesota VikingsW 42-10W -4.5Detroit LionsO 44.5
SunDec 2, 20074:05Denver BroncosL 20-34L -3@Oakland RaidersO 41.5
SunDec 2, 20074:06@Arizona CardinalsW 27-21W PKCleveland BrownsU 52
SunDec 2, 20074:15New York GiantsW 21-16W -1@Chicago BearsU 39
SunDec 2, 20074:15@New Orleans SaintsL 23-27L -3Tampa Bay BuccaneersO 42
SunDec 2, 20078:24@Pittsburgh SteelersW 24-10W -7Cincinnati BengalsU 38
MonDec 3, 20078:41New England PatriotsW 27-24L -18.5@Baltimore RavensO 46.5
+ + +

+ +

Back to top

2007 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 6, 20078:16@Washington RedskinsW 24-16W -3Chicago BearsP 40
SunDec 9, 20071:01Tampa Bay BuccaneersL 14-28L -2.5@Houston TexansO 40
SunDec 9, 20071:02@Buffalo BillsW 38-17W -7Miami DolphinsO 34
SunDec 9, 20071:02@Cincinnati BengalsW 19-10L -10St Louis RamsU 45.5
SunDec 9, 20071:02@Green Bay PackersW 38-7W -10Oakland RaidersO 40.5
SunDec 9, 20071:02@Philadelphia EaglesL 13-16L -3New York GiantsU 42
SunDec 9, 20071:02San Diego ChargersW 23-17 (OT)W -1@Tennessee TitansP 40
SunDec 9, 20071:03Dallas CowboysW 28-27L -10.5@Detroit LionsO 50.5
SunDec 9, 20071:03@Jacksonville JaguarsW 37-6W -10.5Carolina PanthersO 39
SunDec 9, 20074:05Minnesota VikingsW 27-7W -8.5@San Francisco 49ersU 39.5
SunDec 9, 20074:06@Seattle SeahawksW 42-21W -7.5Arizona CardinalsO 44.5
SunDec 9, 20074:15@Denver BroncosW 41-7W -7.5Kansas City ChiefsO 37.5
SunDec 9, 20074:15@New England PatriotsW 34-13W -10.5Pittsburgh SteelersU 49.5
SunDec 9, 20074:15Cleveland BrownsW 24-18W -3.5@New York JetsU 47.5
SunDec 9, 20078:23Indianapolis ColtsW 44-20W -9@Baltimore RavensO 42
MonDec 10, 20078:40New Orleans SaintsW 34-14W -4.5@Atlanta FalconsO 44
+ + +

+ +

Back to top

2007 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 13, 20078:15Denver BroncosL 13-31L -2.5@Houston TexansU 47.5
SatDec 15, 20078:15Cincinnati BengalsL 13-20L -8.5@San Francisco 49ersU 43
SunDec 16, 20071:00Tennessee TitansW 26-17W -3.5@Kansas City ChiefsO 34.5
SunDec 16, 20071:00Green Bay PackersW 33-14W -7@St Louis RamsP 47
SunDec 16, 20071:02Seattle SeahawksL 10-13L -8@Carolina PanthersU 37
SunDec 16, 20071:02@New England PatriotsW 20-10L -20.5New York JetsU 41
SunDec 16, 20071:03@Cleveland BrownsW 8-0W -5Buffalo BillsU 37
SunDec 16, 20071:03Baltimore RavensL 16-22 (OT)L -3@Miami DolphinsO 37.5
SunDec 16, 20071:03@New Orleans SaintsW 31-24W -3.5Arizona CardinalsO 49.5
SunDec 16, 20071:03@Pittsburgh SteelersL 22-29L -3Jacksonville JaguarsO 34.5
SunDec 16, 20071:03@Tampa Bay BuccaneersW 37-3W -12.5Atlanta FalconsO 37.5
SunDec 16, 20074:05Indianapolis ColtsW 21-14L -10@Oakland RaidersU 45
SunDec 16, 20074:15@Dallas CowboysL 6-10L -10Philadelphia EaglesU 49
SunDec 16, 20074:15@San Diego ChargersW 51-14W -9.5Detroit LionsO 46
SunDec 16, 20078:24@New York GiantsL 10-22L -6.5Washington RedskinsU 36.5
MonDec 17, 20078:40@Minnesota VikingsW 20-13L -10.5Chicago BearsU 43.5
+ + +

+ +

Back to top

2007 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 20, 20078:15Pittsburgh SteelersW 41-24W -8@St Louis RamsO 43
SatDec 22, 20078:15Dallas CowboysW 20-13L -10.5@Carolina PanthersU 42.5
SunDec 23, 20071:02New York GiantsW 38-21W -3@Buffalo BillsO 32
SunDec 23, 20071:02Cleveland BrownsL 14-19L -3@Cincinnati BengalsU 47.5
SunDec 23, 20071:02@Detroit LionsW 25-20P -5Kansas City ChiefsO 43.5
SunDec 23, 20071:02@Indianapolis ColtsW 38-15W -6.5Houston TexansO 45
SunDec 23, 20071:02@Jacksonville JaguarsW 49-11W -13.5Oakland RaidersO 39.5
SunDec 23, 20071:02@New Orleans SaintsL 23-38L -3Philadelphia EaglesO 48
SunDec 23, 20071:03Green Bay PackersL 7-35L -7.5@Chicago BearsO 32
SunDec 23, 20074:05@Arizona CardinalsW 30-27 (OT)L -10.5Atlanta FalconsO 43.5
SunDec 23, 20074:05Tampa Bay BuccaneersL 19-21L -7@San Francisco 49ersO 37
SunDec 23, 20074:15@New England PatriotsW 28-7L -22.5Miami DolphinsU 45.5
SunDec 23, 20074:15@Tennessee TitansW 10-6L -9New York JetsU 37.5
SunDec 23, 20074:16@Seattle SeahawksW 27-6W -13.5Baltimore RavensU 39
SunDec 23, 20078:15@Minnesota VikingsL 21-32L -6.5Washington RedskinsO 40.5
MonDec 24, 20078:10@San Diego ChargersW 23-3W -8.5Denver BroncosU 47
+ + +

+ +

Back to top

2007 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 29, 20078:15New England PatriotsW 38-35L -13.5@New York GiantsO 46.5
SunDec 30, 20071:00@Chicago BearsW 33-25W -1New Orleans SaintsO 42
SunDec 30, 20071:01@Philadelphia EaglesW 17-9L -9Buffalo BillsU 39
SunDec 30, 20071:02@Green Bay PackersW 34-13W -3Detroit LionsO 38.5
SunDec 30, 20071:02@Houston TexansW 42-28W -7Jacksonville JaguarsO 42
SunDec 30, 20071:02Carolina PanthersW 31-23W -2.5@Tampa Bay BuccaneersO 36
SunDec 30, 20071:03@Cleveland BrownsW 20-7W -11.5San Francisco 49ersU 41
SunDec 30, 20071:03Cincinnati BengalsW 38-25W -3@Miami DolphinsO 45
SunDec 30, 20071:04Seattle SeahawksL 41-44L -2@Atlanta FalconsO 38.5
SunDec 30, 20074:15@Arizona CardinalsW 48-19W -6St Louis RamsO 49
SunDec 30, 20074:15@New York JetsW 13-10 (OT)L -4.5Kansas City ChiefsU 35
SunDec 30, 20074:15San Diego ChargersW 30-17W -9@Oakland RaidersO 42.5
SunDec 30, 20074:15@Washington RedskinsW 27-6W -9Dallas CowboysU 39.5
SunDec 30, 20074:16Minnesota VikingsL 19-22 (OT)L -3@Denver BroncosO 40.5
SunDec 30, 20074:17Pittsburgh SteelersL 21-27L -3@Baltimore RavensO 35.5
SunDec 30, 20078:24Tennessee TitansW 16-10W -4.5@Indianapolis ColtsU 41
+ + +

+

Back to top

+

2007 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 5, 20084:35@Seattle Seahawks (3)W 35-14W -3.5Washington Redskins (6)O 38.5
AFC Wild CardSatJan 5, 20088:13Jacksonville Jaguars (5)W 31-29L -2.5@Pittsburgh Steelers (4)O 40
NFC Wild CardSunJan 6, 20081:03@Tampa Bay Buccaneers (4)L 14-24L -3New York Giants (5)U 39.5
AFC Wild CardSunJan 6, 20084:30@San Diego Chargers (3)W 17-6W -10Tennessee Titans (6)U 39
NFC DivisionalSatJan 12, 20084:33@Green Bay Packers (2)W 42-20W -7.5Seattle Seahawks (3)O 44
AFC DivisionalSatJan 12, 20088:15@New England Patriots (1)W 31-20L -13.5Jacksonville Jaguars (5)O 50
AFC DivisionalSunJan 13, 20081:06@Indianapolis Colts (2)L 24-28L -11San Diego Chargers (3)O 47
NFC DivisionalSunJan 13, 20084:45@Dallas Cowboys (1)L 17-21L -7New York Giants (5)U 47.5
AFC ChampionshipSunJan 20, 20083:05@New England Patriots (1)W 21-12L -14San Diego Chargers (3)U 48
NFC ChampionshipSunJan 20, 20086:42@Green Bay Packers (2)L 20-23 (OT)L -7.5New York Giants (5)O 41.5
Super Bowl XLIISunFeb 3, 20086:30NNew England Patriots (1)L 14-17L -12.5New York Giants (5)U 54.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2008.html b/data/2008.html new file mode 100644 index 0000000..9bb0f74 --- /dev/null +++ b/data/2008.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2008 Season

+ +

Historical NFL Game Odds

2008 Season

<<-- 2007 Season    2009 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2008 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
111-5 (68.8%)10-6-0 (62.5%)10-6 (62.5%)9-7-0 (56.3%)7-2 (77.8%)6-3-0 (66.7%)3-4 (42.9%)3-4-0 (42.9%)7-9-0 (43.8%)
210-5 (66.7%)6-7-2 (46.2%)6-9 (40.0%)4-9-2 (30.8%)6-5 (54.5%)3-6-2 (33.3%)0-4 (0.0%)1-3-0 (25.0%)7-8-0 (46.7%)
313-3 (81.3%)10-6-0 (62.5%)12-4 (75.0%)9-7-0 (56.3%)12-3 (80.0%)9-6-0 (60.0%)0-1 (0.0%)0-1-0 (0.0%)11-5-0 (68.8%)
49-4 (69.2%)7-6-0 (53.8%)9-4 (69.2%)7-6-0 (53.8%)7-2 (77.8%)5-4-0 (55.6%)2-2 (50.0%)2-2-0 (50.0%)10-3-0 (76.9%)
59-5 (64.3%)6-8-0 (42.9%)6-8 (42.9%)5-9-0 (35.7%)5-4 (55.6%)3-6-0 (33.3%)1-4 (20.0%)2-3-0 (40.0%)8-6-0 (57.1%)
68-6 (57.1%)6-8-0 (42.9%)10-4 (71.4%)8-6-0 (57.1%)7-3 (70.0%)5-5-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)4-10-0 (28.6%)
710-4 (71.4%)7-7-0 (50.0%)11-3 (78.6%)8-6-0 (57.1%)8-1 (88.9%)5-4-0 (55.6%)3-2 (60.0%)3-2-0 (60.0%)7-6-1 (53.8%)
810-4 (71.4%)7-7-0 (50.0%)9-4 (69.2%)6-7-0 (46.2%)9-3 (75.0%)6-6-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)6-7-1 (46.2%)
99-5 (64.3%)5-9-0 (35.7%)6-8 (42.9%)4-10-0 (28.6%)5-4 (55.6%)2-7-0 (22.2%)1-4 (20.0%)2-3-0 (40.0%)5-7-2 (41.7%)
1010-4 (71.4%)6-8-0 (42.9%)7-7 (50.0%)3-11-0 (21.4%)7-4 (63.6%)3-8-0 (27.3%)0-3 (0.0%)0-3-0 (0.0%)9-5-0 (64.3%)
1112-3 (80.0%)8-8-0 (50.0%)8-7 (53.3%)5-11-0 (31.3%)8-3 (72.7%)4-7-0 (36.4%)0-4 (0.0%)1-4-0 (20.0%)5-10-1 (33.3%)
1211-5 (68.8%)10-5-1 (66.7%)5-11 (31.3%)5-10-1 (33.3%)5-5 (50.0%)5-5-0 (50.0%)0-6 (0.0%)0-5-1 (0.0%)11-5-0 (68.8%)
1310-6 (62.5%)7-8-1 (46.7%)5-11 (31.3%)5-10-1 (33.3%)5-6 (45.5%)4-7-0 (36.4%)0-5 (0.0%)1-3-1 (25.0%)7-9-0 (43.8%)
1412-4 (75.0%)9-7-0 (56.3%)11-5 (68.8%)12-4-0 (75.0%)10-3 (76.9%)9-4-0 (69.2%)1-2 (33.3%)3-0-0 (100.%)4-11-1 (26.7%)
1511-5 (68.8%)5-10-1 (33.3%)11-5 (68.8%)7-8-1 (46.7%)8-2 (80.0%)3-6-1 (33.3%)3-3 (50.0%)4-2-0 (66.7%)7-8-1 (46.7%)
167-9 (43.8%)5-11-0 (31.3%)7-9 (43.8%)7-9-0 (43.8%)3-5 (37.5%)2-6-0 (25.0%)4-4 (50.0%)5-3-0 (62.5%)8-7-1 (53.3%)
1713-3 (81.3%)9-6-1 (60.0%)12-4 (75.0%)8-7-1 (53.3%)11-2 (84.6%)7-5-1 (58.3%)1-2 (33.3%)1-2-0 (33.3%)9-7-0 (56.3%)
Playoffs6-5 (54.5%)5-6-0 (45.5%)5-5 (50.0%)5-5-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)5-6-0 (45.5%)
+ +


2008 Results by Team

Click on a team to view 2008 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals9-7 (56.3%)9-7 (56.3%)8-1 (88.9%)7-2-0 (77.8%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)11-5-0 (68.8%)
Atlanta Falcons11-5 (68.8%)9-7 (56.3%)6-1 (85.7%)4-3-0 (57.1%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)7-9-0 (43.8%)
Baltimore Ravens11-5 (68.8%)12-4 (75.0%)6-1 (85.7%)6-1-0 (85.7%)6-2 (75.0%)6-2-0 (75.0%)5-1 (83.3%)5-1-0 (83.3%)9-6-1 (60.0%)
Buffalo Bills7-9 (43.8%)7-9 (43.8%)5-4 (55.6%)4-5-0 (44.4%)3-5 (37.5%)2-6-0 (25.0%)3-4 (42.9%)2-5-0 (28.6%)8-7-1 (53.3%)
Carolina Panthers12-4 (75.0%)9-6-1 (60.0%)10-0 (100.%)7-2-1 (77.8%)8-0 (100.%)5-2-1 (71.4%)8-0 (100.%)5-2-1 (71.4%)8-8-0 (50.0%)
Chicago Bears9-7 (56.3%)6-8-2 (42.9%)7-2 (77.8%)4-4-1 (50.0%)6-2 (75.0%)3-4-1 (42.9%)5-1 (83.3%)2-3-1 (40.0%)7-9-0 (43.8%)
Cincinnati Bengals4-11-1 (26.7%)7-9 (43.8%)1-3 (25.0%)1-3-0 (25.0%)3-4 (42.9%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)5-10-1 (33.3%)
Cleveland Browns4-12 (25.0%)6-9-1 (40.0%)0-4 (0.0%)0-4-0 (0.0%)1-7 (12.5%)2-5-1 (28.6%)0-4 (0.0%)0-4-0 (0.0%)6-9-1 (40.0%)
Dallas Cowboys9-7 (56.3%)7-9 (43.8%)9-4 (69.2%)7-6-0 (53.8%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)9-7-0 (56.3%)
Denver Broncos8-8 (50.0%)4-11-1 (26.7%)5-5 (50.0%)1-8-1 (11.1%)4-4 (50.0%)0-7-1 (0.0%)4-4 (50.0%)0-7-1 (0.0%)8-7-1 (53.3%)
Detroit Lions0-16 (0.0%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)0-8 (0.0%)1-7-0 (12.5%)0-0 0-0-0 10-5-1 (66.7%)
Green Bay Packers6-10 (37.5%)8-8 (50.0%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)9-7-0 (56.3%)
Houston Texans8-8 (50.0%)9-7 (56.3%)5-2 (71.4%)3-4-0 (42.9%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)10-5-1 (66.7%)
Indianapolis Colts12-4 (75.0%)7-8-1 (46.7%)9-3 (75.0%)4-7-1 (36.4%)6-2 (75.0%)3-5-0 (37.5%)5-2 (71.4%)2-5-0 (28.6%)8-8-0 (50.0%)
Jacksonville Jaguars5-11 (31.3%)4-12 (25.0%)2-6 (25.0%)1-7-0 (12.5%)2-6 (25.0%)1-7-0 (12.5%)1-4 (20.0%)0-5-0 (0.0%)6-9-1 (40.0%)
Kansas City Chiefs2-14 (12.5%)8-8 (50.0%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
Miami Dolphins11-5 (68.8%)8-8 (50.0%)6-1 (85.7%)2-5-0 (28.6%)5-3 (62.5%)2-6-0 (25.0%)4-1 (80.0%)1-4-0 (20.0%)6-10-0 (37.5%)
Minnesota Vikings10-6 (62.5%)6-10 (37.5%)7-1 (87.5%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)9-7-0 (56.3%)
New England Patriots11-5 (68.8%)9-7 (56.3%)10-3 (76.9%)7-6-0 (53.8%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)8-7-1 (53.3%)
New Orleans Saints8-8 (50.0%)10-5-1 (66.7%)8-1 (88.9%)8-1-0 (88.9%)5-2 (71.4%)5-2-0 (71.4%)5-1 (83.3%)5-1-0 (83.3%)10-6-0 (62.5%)
New York Giants12-4 (75.0%)12-4 (75.0%)10-2 (83.3%)9-3-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)8-7-1 (53.3%)
New York Jets9-7 (56.3%)7-9 (43.8%)6-6 (50.0%)4-8-0 (33.3%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)8-7-1 (53.3%)
Oakland Raiders5-11 (31.3%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)6-8-2 (42.9%)
Philadelphia Eagles9-6-1 (60.0%)10-6 (62.5%)8-4 (66.7%)8-5-0 (61.5%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)7-8-1 (46.7%)
Pittsburgh Steelers12-4 (75.0%)9-7 (56.3%)8-3 (72.7%)5-6-0 (45.5%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)8-8-0 (50.0%)
San Diego Chargers8-8 (50.0%)7-8-1 (46.7%)7-5 (58.3%)5-7-0 (41.7%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)8-7-1 (53.3%)
San Francisco 49ers7-9 (43.8%)7-8-1 (46.7%)4-1 (80.0%)2-2-1 (50.0%)4-4 (50.0%)3-4-1 (42.9%)3-1 (75.0%)2-1-1 (66.7%)8-8-0 (50.0%)
Seattle Seahawks4-12 (25.0%)7-8-1 (46.7%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-4-1 (42.9%)1-2 (33.3%)1-2-0 (33.3%)8-8-0 (50.0%)
St Louis Rams2-14 (12.5%)6-10 (37.5%)0-0 0-0-0 1-7 (12.5%)3-5-0 (37.5%)0-0 0-0-0 8-8-0 (50.0%)
Tampa Bay Buccaneers9-7 (56.3%)8-8 (50.0%)8-2 (80.0%)5-5-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)8-8-0 (50.0%)
Tennessee Titans13-3 (81.3%)12-4 (75.0%)10-3 (76.9%)9-4-0 (69.2%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)8-8-0 (50.0%)
Washington Redskins8-8 (50.0%)6-8-2 (42.9%)5-3 (62.5%)3-4-1 (42.9%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)3-12-1 (20.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2008 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 4, 20087:08@New York GiantsW 16-7W -4.5Washington RedskinsU 41.5
SunSep 7, 20081:02@Buffalo BillsW 34-10W -1Seattle SeahawksO 38.5
SunSep 7, 20081:02New York JetsW 20-14W -3@Miami DolphinsU 36
SunSep 7, 20081:02@New England PatriotsW 17-10L -16Kansas City ChiefsU 43.5
SunSep 7, 20081:02@New Orleans SaintsW 24-20W -3Tampa Bay BuccaneersO 42.5
SunSep 7, 20081:02@Philadelphia EaglesW 38-3W -8St Louis RamsU 44
SunSep 7, 20081:02@Pittsburgh SteelersW 38-17W -6.5Houston TexansO 43
SunSep 7, 20081:04Detroit LionsL 21-34L -3@Atlanta FalconsO 41
SunSep 7, 20081:05Jacksonville JaguarsL 10-17L -3@Tennessee TitansU 36.5
SunSep 7, 20081:06Cincinnati BengalsL 10-17L -2@Baltimore RavensU 37.5
SunSep 7, 20084:15@San Diego ChargersL 24-26L -9.5Carolina PanthersO 41
SunSep 7, 20084:16Dallas CowboysW 28-10W -6@Cleveland BrownsU 48.5
SunSep 7, 20084:16Arizona CardinalsW 23-13W -2.5@San Francisco 49ersU 42
SunSep 7, 20088:23@Indianapolis ColtsL 13-29L -10Chicago BearsU 44
MonSep 8, 20087:10@Green Bay PackersW 24-19W -2.5Minnesota VikingsO 37.5
MonSep 8, 200810:22Denver BroncosW 41-14W -3@Oakland RaidersO 40.5
+ + +

+ +

Back to top

2008 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 14, 20081:00@Kansas City ChiefsL 8-23L -3.5Oakland RaidersU 36
SunSep 14, 20081:00New York GiantsW 41-13W -8@St Louis RamsO 43.5
SunSep 14, 20081:02@Cincinnati BengalsL 7-24L -1Tennessee TitansU 37
SunSep 14, 20081:03@Carolina PanthersW 20-17P -3Chicago BearsU 37.5
SunSep 14, 20081:03Green Bay PackersW 48-25W -3@Detroit LionsO 47
SunSep 14, 20081:03@Jacksonville JaguarsL 16-20L -4Buffalo BillsU 37
SunSep 14, 20081:03@Washington RedskinsW 29-24W -1New Orleans SaintsO 43.5
SunSep 14, 20081:05Indianapolis ColtsW 18-15W -1@Minnesota VikingsU 43.5
SunSep 14, 20084:05@Tampa Bay BuccaneersW 24-9W -7Atlanta FalconsU 37.5
SunSep 14, 20084:06@Seattle SeahawksL 30-33 (OT)L -6.5San Francisco 49ersO 38
SunSep 14, 20084:15@Arizona CardinalsW 31-10W -6.5Miami DolphinsO 40.5
SunSep 14, 20084:15@Denver BroncosW 39-38P -1San Diego ChargersO 46.5
SunSep 14, 20084:15@New York JetsL 10-19L -1New England PatriotsU 37
SunSep 14, 20088:23Pittsburgh SteelersW 10-6L -6.5@Cleveland BrownsU 43.5
MonSep 15, 20088:40@Dallas CowboysW 41-37L -6.5Philadelphia EaglesO 46.5
+ + +

+ +

Back to top

2008 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 21, 20081:02@Atlanta FalconsW 38-14W -6.5Kansas City ChiefsO 37
SunSep 21, 20081:02@Buffalo BillsW 24-23L -10Oakland RaidersO 37.5
SunSep 21, 20081:02@Chicago BearsL 24-27 (OT)L -3Tampa Bay BuccaneersO 35
SunSep 21, 20081:02@New England PatriotsL 13-38L -12.5Miami DolphinsO 37
SunSep 21, 20081:02@New York GiantsW 26-23 (OT)L -13Cincinnati BengalsO 42.5
SunSep 21, 20081:02@Tennessee TitansW 31-12W -5Houston TexansO 40
SunSep 21, 20081:02@Washington RedskinsW 24-17W -3Arizona CardinalsU 43.5
SunSep 21, 20081:05@Minnesota VikingsW 20-10W -3Carolina PanthersU 37.5
SunSep 21, 20084:06@Denver BroncosW 34-32L -5.5New Orleans SaintsO 52
SunSep 21, 20084:06@San Francisco 49ersW 31-13W -5Detroit LionsU 47
SunSep 21, 20084:06@Seattle SeahawksW 37-13W -8St Louis RamsO 44.5
SunSep 21, 20084:14@Philadelphia EaglesW 15-6W -3.5Pittsburgh SteelersU 45
SunSep 21, 20084:15@Indianapolis ColtsL 21-23L -4Jacksonville JaguarsO 42
SunSep 21, 20084:16@Baltimore RavensW 28-10W -2.5Cleveland BrownsO 37
SunSep 21, 20088:23Dallas CowboysW 27-16W -3@Green Bay PackersU 51
MonSep 22, 20088:40@San Diego ChargersW 48-29W -8New York JetsO 46.5
+ + +

+ +

Back to top

2008 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 28, 20081:00Denver BroncosL 19-33L -9@Kansas City ChiefsO 47
SunSep 28, 20081:02@Cincinnati BengalsL 12-20L -1Cleveland BrownsU 42
SunSep 28, 20081:02@Jacksonville JaguarsW 30-27 (OT)L -6.5Houston TexansO 43
SunSep 28, 20081:02@New York JetsW 56-35W -1.5Arizona CardinalsO 43.5
SunSep 28, 20081:02@Tampa Bay BuccaneersW 30-21W -2Green Bay PackersO 43
SunSep 28, 20081:03@New Orleans SaintsW 31-17W -4San Francisco 49ersU 48.5
SunSep 28, 20081:03@Tennessee TitansW 30-17W -3Minnesota VikingsO 35
SunSep 28, 20081:04@Carolina PanthersW 24-9W -7Atlanta FalconsU 39
SunSep 28, 20084:05San Diego ChargersW 28-18W -8@Oakland RaidersO 45.5
SunSep 28, 20084:05Buffalo BillsW 31-14W -8.5@St Louis RamsO 43.5
SunSep 28, 20084:15@Dallas CowboysL 24-26L -10Washington RedskinsO 47
SunSep 28, 20088:23Philadelphia EaglesL 20-24L -3@Chicago BearsO 39
MonSep 29, 20088:40@Pittsburgh SteelersW 23-20 (OT)L -6Baltimore RavensO 34.5
+ + +

+ +

Back to top

2008 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 5, 20081:02Tennessee TitansW 13-10W -1@Baltimore RavensU 33.5
SunOct 5, 20081:02Chicago BearsW 34-7W -3@Detroit LionsU 45.5
SunOct 5, 20081:02@Green Bay PackersL 24-27L -5Atlanta FalconsO 42.5
SunOct 5, 20081:02Indianapolis ColtsW 31-27L -4.5@Houston TexansO 48.5
SunOct 5, 20081:03San Diego ChargersL 10-17L -6@Miami DolphinsU 44.5
SunOct 5, 20081:03@New York GiantsW 44-6W -6.5Seattle SeahawksO 43.5
SunOct 5, 20081:04@Carolina PanthersW 34-0W -10Kansas City ChiefsU 38
SunOct 5, 20081:04@Philadelphia EaglesL 17-23L -6.5Washington RedskinsU 42
SunOct 5, 20084:05@Denver BroncosW 16-13L -4Tampa Bay BuccaneersU 47
SunOct 5, 20084:15@Dallas CowboysW 31-22L -16Cincinnati BengalsO 46
SunOct 5, 20084:15New England PatriotsW 30-21W -3@San Francisco 49ersO 41
SunOct 5, 20084:16@Arizona CardinalsW 41-17W -2.5Buffalo BillsO 44.5
SunOct 5, 20088:23@Jacksonville JaguarsL 21-26L -5Pittsburgh SteelersO 37
MonOct 6, 20088:40@New Orleans SaintsL 27-30L -3Minnesota VikingsO 47
+ + +

+ +

Back to top

2008 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 12, 20081:02Chicago BearsL 20-22L -3@Atlanta FalconsU 43.5
SunOct 12, 20081:02@Houston TexansW 29-28L -3Miami DolphinsO 44.5
SunOct 12, 20081:02@Indianapolis ColtsW 31-3W -4Baltimore RavensU 38.5
SunOct 12, 20081:02@New Orleans SaintsW 34-3W -7Oakland RaidersU 47.5
SunOct 12, 20081:02@New York JetsW 26-14W -8Cincinnati BengalsU 42.5
SunOct 12, 20081:02@Tampa Bay BuccaneersW 27-3W -1Carolina PanthersU 36.5
SunOct 12, 20081:03@Washington RedskinsL 17-19L -13.5St Louis RamsU 44
SunOct 12, 20081:05@Minnesota VikingsW 12-10L -13Detroit LionsU 45.5
SunOct 12, 20084:05@Denver BroncosL 17-24L -3Jacksonville JaguarsU 48
SunOct 12, 20084:15Dallas CowboysL 24-30 (OT)L -5@Arizona CardinalsO 53
SunOct 12, 20084:15Philadelphia EaglesW 40-26W -5@San Francisco 49ersO 41.5
SunOct 12, 20084:16@Seattle SeahawksL 17-27L -1Green Bay PackersU 44.5
SunOct 12, 20088:20@San Diego ChargersW 30-10W -6New England PatriotsU 44
MonOct 13, 20088:41New York GiantsL 14-35L -8@Cleveland BrownsO 43.5
+ + +

+ +

Back to top

2008 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 19, 20081:00Tennessee TitansW 34-10W -9@Kansas City ChiefsO 35
SunOct 19, 20081:00Dallas CowboysL 14-34L -8@St Louis RamsO 45
SunOct 19, 20081:02@Buffalo BillsW 23-14W -1San Diego ChargersU 45
SunOct 19, 20081:02@Chicago BearsW 48-41W -3Minnesota VikingsO 38
SunOct 19, 20081:02@Miami DolphinsL 13-27L -3Baltimore RavensO 35
SunOct 19, 20081:02@New York GiantsW 29-17W -10San Francisco 49ersU 47
SunOct 19, 20081:04@Carolina PanthersW 30-7W -3New Orleans SaintsU 44.5
SunOct 19, 20081:04Pittsburgh SteelersW 38-10W -8.5@Cincinnati BengalsO 37
SunOct 19, 20084:05@Houston TexansW 28-21L -11.5Detroit LionsO 47.5
SunOct 19, 20084:15Indianapolis ColtsL 14-34L -2.5@Green Bay PackersO 47
SunOct 19, 20084:15New York JetsL 13-16 (OT)L -3@Oakland RaidersU 41
SunOct 19, 20084:16@Washington RedskinsW 14-11L -7Cleveland BrownsU 42
SunOct 19, 20088:23@Tampa Bay BuccaneersW 20-10L -11.5Seattle SeahawksU 40.5
MonOct 20, 20088:40@New England PatriotsW 41-7W -3Denver BroncosP 48
+ + +

+ +

Back to top

2008 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 26, 20081:02@Baltimore RavensW 29-10W -8Oakland RaidersO 34.5
SunOct 26, 20081:02@Dallas CowboysW 13-9W -1.5Tampa Bay BuccaneersU 40.5
SunOct 26, 20081:02@New England PatriotsW 23-16L -9St Louis RamsU 41
SunOct 26, 20081:02@Philadelphia EaglesW 27-14W -9.5Atlanta FalconsU 45
SunOct 26, 20081:03Washington RedskinsW 25-17W -7@Detroit LionsP 42
SunOct 26, 20081:04@Carolina PanthersW 27-23L -5.5Arizona CardinalsO 43
SunOct 26, 20081:05@Miami DolphinsW 25-16W -1Buffalo BillsU 41.5
SunOct 26, 20081:05@New York JetsW 28-24L -14Kansas City ChiefsO 41
SunOct 26, 20081:06NSan Diego ChargersL 32-37L -3New Orleans SaintsO 45.5at London
SunOct 26, 20083:47@Houston TexansW 35-6W -9Cincinnati BengalsU 45.5
SunOct 26, 20084:05@Jacksonville JaguarsL 17-23L -7Cleveland BrownsU 42
SunOct 26, 20084:15@Pittsburgh SteelersL 14-21L -3New York GiantsU 41
SunOct 26, 20084:15@San Francisco 49ersL 13-34L -5.5Seattle SeahawksO 41.5
MonOct 27, 20088:39@Tennessee TitansW 31-21W -4Indianapolis ColtsO 41.5
+ + +

+ +

Back to top

2008 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 2, 20081:00Arizona CardinalsW 34-13W -3@St Louis RamsU 50
SunNov 2, 20081:02@Buffalo BillsL 17-26L -5New York JetsP 43
SunNov 2, 20081:02@Chicago BearsW 27-23L -12.5Detroit LionsO 43.5
SunNov 2, 20081:02Jacksonville JaguarsL 19-21L -7.5@Cincinnati BengalsP 40
SunNov 2, 20081:02@Cleveland BrownsL 27-37L -2.5Baltimore RavensO 36.5
SunNov 2, 20081:02@Tennessee TitansW 19-16 (OT)L -3.5Green Bay PackersU 41
SunNov 2, 20081:03Tampa Bay BuccaneersW 30-27 (OT)L -9.5@Kansas City ChiefsO 36.5
SunNov 2, 20081:05@Minnesota VikingsW 28-21W -5.5Houston TexansO 47
SunNov 2, 20084:05@Denver BroncosL 17-26L -4Miami DolphinsU 50
SunNov 2, 20084:15@New York GiantsW 35-14W -8.5Dallas CowboysO 42
SunNov 2, 20084:15Atlanta FalconsW 24-0W -3@Oakland RaidersU 41.5
SunNov 2, 20084:16Philadelphia EaglesW 26-7W -6.5@Seattle SeahawksU 43
SunNov 2, 20088:23@Indianapolis ColtsW 18-15L -6.5New England PatriotsU 44
MonNov 3, 20088:41@Washington RedskinsL 6-23L -2.5Pittsburgh SteelersU 37
+ + +

+ +

Back to top

2008 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 6, 20088:15@Cleveland BrownsL 30-34L -3Denver BroncosO 47
SunNov 9, 20081:02Tennessee TitansW 21-14W -3@Chicago BearsU 37
SunNov 9, 20081:02Jacksonville JaguarsW 38-14W -5@Detroit LionsO 43
SunNov 9, 20081:02@Houston TexansL 13-41L -2.5Baltimore RavensO 44
SunNov 9, 20081:02@New England PatriotsW 20-10W -3.5Buffalo BillsU 41
SunNov 9, 20081:03@Atlanta FalconsW 34-20W -1.5New Orleans SaintsO 51
SunNov 9, 20081:03@Miami DolphinsW 21-19L -7.5Seattle SeahawksU 42
SunNov 9, 20081:03@New York JetsW 47-3W -9.5St Louis RamsO 43.5
SunNov 9, 20081:05@Minnesota VikingsW 28-27L -2.5Green Bay PackersO 44.5
SunNov 9, 20084:05Carolina PanthersW 17-6W -9.5@Oakland RaidersU 37.5
SunNov 9, 20084:15@Pittsburgh SteelersL 20-24L -3.5Indianapolis ColtsO 39
SunNov 9, 20084:15@San Diego ChargersW 20-19L -14.5Kansas City ChiefsU 47.5
SunNov 9, 20088:23@Philadelphia EaglesL 31-36L -1.5New York GiantsO 42.5
MonNov 10, 20088:40@Arizona CardinalsW 29-24L -9.5San Francisco 49ersO 47.5
+ + +

+ +

Back to top

2008 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 13, 20088:15@New England PatriotsL 31-34 (OT)L -3.5New York JetsO 42.5
SunNov 16, 20081:00New Orleans SaintsW 30-20W -6@Kansas City ChiefsU 51
SunNov 16, 20081:02@Atlanta FalconsL 20-24L -6.5Denver BroncosU 52
SunNov 16, 20081:02@Green Bay PackersW 37-3W -3.5Chicago BearsU 43
SunNov 16, 20081:02@Indianapolis ColtsW 33-27L -8Houston TexansO 50.5
SunNov 16, 20081:02@Miami DolphinsW 17-15L -10Oakland RaidersU 37.5
SunNov 16, 20081:02@New York GiantsW 30-10W -7Baltimore RavensP 40
SunNov 16, 20081:02@Tampa Bay BuccaneersW 19-13W -5.5Minnesota VikingsU 38.5
SunNov 16, 20081:03@Carolina PanthersW 31-22L -14Detroit LionsO 40.5
SunNov 16, 20081:03Philadelphia EaglesT 13-13 (OT)L -9@Cincinnati BengalsU 41
SunNov 16, 20084:05@San Francisco 49ersW 35-16W -7St Louis RamsO 43.5
SunNov 16, 20084:06Arizona CardinalsW 26-20W -3@Seattle SeahawksU 48
SunNov 16, 20084:15Tennessee TitansW 24-14W -3@Jacksonville JaguarsU 40
SunNov 16, 20084:16@Pittsburgh SteelersW 11-10L -4.5San Diego ChargersU 40.5
SunNov 16, 20088:23Dallas CowboysW 14-10W -2@Washington RedskinsU 43
MonNov 17, 20088:40@Buffalo BillsL 27-29L -5Cleveland BrownsO 40
+ + +

+ +

Back to top

2008 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 20, 20088:15@Pittsburgh SteelersW 27-10W -11.5Cincinnati BengalsO 34.5
SunNov 23, 20081:00Buffalo BillsW 54-31W -3@Kansas City ChiefsO 43.5
SunNov 23, 20081:00Chicago BearsW 27-3W -7@St Louis RamsU 44.5
SunNov 23, 20081:02@Baltimore RavensW 36-7W -2Philadelphia EaglesO 39.5
SunNov 23, 20081:02New England PatriotsW 48-28W -2@Miami DolphinsO 42.5
SunNov 23, 20081:02@Tennessee TitansL 13-34L -5.5New York JetsO 41
SunNov 23, 20081:03@Cleveland BrownsL 6-16L -3Houston TexansU 49.5
SunNov 23, 20081:03@Dallas CowboysW 35-22W -9.5San Francisco 49ersO 45.5
SunNov 23, 20081:03Tampa Bay BuccaneersW 38-20W -8@Detroit LionsO 42.5
SunNov 23, 20081:05@Jacksonville JaguarsL 12-30L -2.5Minnesota VikingsO 41.5
SunNov 23, 20084:05@Denver BroncosL 10-31L -9Oakland RaidersU 43.5
SunNov 23, 20084:15@Atlanta FalconsW 45-28W -1Carolina PanthersO 41.5
SunNov 23, 20084:16New York GiantsW 37-29W -3@Arizona CardinalsO 48.5
SunNov 23, 20084:16Washington RedskinsW 20-17P -3@Seattle SeahawksU 40
SunNov 23, 20088:20@San Diego ChargersL 20-23L -3Indianapolis ColtsU 49
MonNov 24, 20088:40@New Orleans SaintsW 51-29W -1Green Bay PackersO 52
+ + +

+ +

Back to top

2008 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 200812:37Tennessee TitansW 47-10W -11@Detroit LionsO 44
ThuNov 27, 20084:29@Dallas CowboysW 34-9W -12Seattle SeahawksU 46.5
ThuNov 27, 20088:16@Philadelphia EaglesW 48-20W -3Arizona CardinalsO 49
SunNov 30, 20081:00Miami DolphinsW 16-12L -7@St Louis RamsU 44.5
SunNov 30, 20081:01@Buffalo BillsL 3-10L -6.5San Francisco 49ersU 43
SunNov 30, 20081:02Baltimore RavensW 34-3W -7@Cincinnati BengalsO 36
SunNov 30, 20081:02Indianapolis ColtsW 10-6P -4@Cleveland BrownsU 44
SunNov 30, 20081:02@Green Bay PackersL 31-35L -3Carolina PanthersO 41.5
SunNov 30, 20081:02@Tampa Bay BuccaneersW 23-20L -3.5New Orleans SaintsU 43.5
SunNov 30, 20081:04New York GiantsW 23-7W -4@Washington RedskinsU 41
SunNov 30, 20084:05@San Diego ChargersL 16-22L -6.5Atlanta FalconsU 48
SunNov 30, 20084:15@New England PatriotsL 10-33L -2.5Pittsburgh SteelersO 40
SunNov 30, 20084:15@New York JetsL 17-34L -8Denver BroncosO 48
SunNov 30, 20084:15@Oakland RaidersL 13-20L -3.5Kansas City ChiefsU 41.5
SunNov 30, 20088:15@Minnesota VikingsW 34-14W -5Chicago BearsO 42.5
MonDec 1, 20088:40@Houston TexansW 30-17W -3Jacksonville JaguarsU 48.5
+ + +

+ +

Back to top

2008 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 4, 20088:15@San Diego ChargersW 34-7W -9Oakland RaidersP 41
SunDec 7, 20081:02@Chicago BearsW 23-10W -6.5Jacksonville JaguarsU 40
SunDec 7, 20081:02@Green Bay PackersL 21-24L -7Houston TexansU 47.5
SunDec 7, 20081:02@Indianapolis ColtsW 35-3W -13.5Cincinnati BengalsU 41.5
SunDec 7, 20081:02@New Orleans SaintsW 29-25W -3Atlanta FalconsO 51.5
SunDec 7, 20081:03Minnesota VikingsW 20-16L -10.5@Detroit LionsU 45.5
SunDec 7, 20081:04@New York GiantsL 14-20L -7Philadelphia EaglesU 40.5
SunDec 7, 20081:04@Tennessee TitansW 28-9W -13.5Cleveland BrownsO 36.5
SunDec 7, 20084:05@Buffalo BillsL 3-16L -2Miami DolphinsU 42.5at Toronto
SunDec 7, 20084:05@Denver BroncosW 24-17L -9Kansas City ChiefsU 49
SunDec 7, 20084:05New York JetsL 14-24L -5@San Francisco 49ersU 45.5
SunDec 7, 20084:06New England PatriotsW 24-21L -7.5@Seattle SeahawksO 43
SunDec 7, 20084:15@Arizona CardinalsW 34-10W -14.5St Louis RamsU 48.5
SunDec 7, 20084:16@Pittsburgh SteelersW 20-13W -4Dallas CowboysU 38.5
SunDec 7, 20088:23@Baltimore RavensW 24-10W -6.5Washington RedskinsU 35
MonDec 8, 20088:36@Carolina PanthersW 38-23W -3Tampa Bay BuccaneersO 38.5
+ + +

+ +

Back to top

2008 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 11, 20088:14@Chicago BearsW 27-24 (OT)P -3New Orleans SaintsO 46
SunDec 14, 20081:00San Diego ChargersW 22-21L -5.5@Kansas City ChiefsO 41
SunDec 14, 20081:00Seattle SeahawksW 23-20W -2.5@St Louis RamsO 42
SunDec 14, 20081:02@Indianapolis ColtsW 31-21L -17Detroit LionsO 45
SunDec 14, 20081:02@New York JetsW 31-27L -8Buffalo BillsO 41
SunDec 14, 20081:03@Atlanta FalconsW 13-10 (OT)L -4.5Tampa Bay BuccaneersU 43.5
SunDec 14, 20081:03Washington RedskinsL 13-20L -6.5@Cincinnati BengalsU 36.5
SunDec 14, 20081:03@Miami DolphinsW 14-9L -5.5San Francisco 49ersU 41
SunDec 14, 20081:04Green Bay PackersL 16-20L -2.5@Jacksonville JaguarsU 46
SunDec 14, 20081:05Tennessee TitansL 12-13L -3@Houston TexansU 45
SunDec 14, 20084:05@Arizona CardinalsL 14-35L -3.5Minnesota VikingsO 46.5
SunDec 14, 20084:15@Baltimore RavensL 9-13L -3Pittsburgh SteelersU 34
SunDec 14, 20084:15@Carolina PanthersW 30-10W -7.5Denver BroncosU 48
SunDec 14, 20084:15New England PatriotsW 49-26W -7@Oakland RaidersO 39.5
SunDec 14, 20088:24@Dallas CowboysW 20-8W -3New York GiantsU 46
MonDec 15, 20088:40@Philadelphia EaglesW 30-10W -16Cleveland BrownsP 40
+ + +

+ +

Back to top

2008 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 18, 20088:15Indianapolis ColtsW 31-24W -6@Jacksonville JaguarsO 44
SatDec 20, 20088:15@Dallas CowboysL 24-33L -5.5Baltimore RavensO 39
SunDec 21, 20081:00Miami DolphinsW 38-31W -3.5@Kansas City ChiefsO 37.5
SunDec 21, 20081:00San Francisco 49ersW 17-16L -3.5@St Louis RamsU 42
SunDec 21, 20081:02@New England PatriotsW 47-7W -8Arizona CardinalsO 41
SunDec 21, 20081:02@Tampa Bay BuccaneersL 24-41L -4.5San Diego ChargersO 42.5
SunDec 21, 20081:02Pittsburgh SteelersL 14-31L -3@Tennessee TitansO 34
SunDec 21, 20081:03@Cleveland BrownsL 0-14L -2Cincinnati BengalsU 31.5
SunDec 21, 20081:03New Orleans SaintsW 42-7W -7@Detroit LionsU 50.5
SunDec 21, 20084:05Houston TexansL 16-27L -7@Oakland RaidersP 43
SunDec 21, 20084:06@Denver BroncosL 23-30L -6.5Buffalo BillsO 46.5
SunDec 21, 20084:06New York JetsL 3-13L -3.5@Seattle SeahawksU 41
SunDec 21, 20084:15@Minnesota VikingsL 17-24L -3Atlanta FalconsU 43.5
SunDec 21, 20084:16Philadelphia EaglesL 3-10L -6@Washington RedskinsU 37.5
SunDec 21, 20088:23@New York GiantsW 34-28 (OT)W -4Carolina PanthersO 38
MonDec 22, 20088:40@Chicago BearsW 20-17 (OT)L -4Green Bay PackersU 40
+ + +

+ +

Back to top

2008 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 28, 20081:02@Atlanta FalconsW 31-27L -14St Louis RamsO 44.5
SunDec 28, 20081:02New England PatriotsW 13-0W -5.5@Buffalo BillsU 34.5
SunDec 28, 20081:02@Cincinnati BengalsW 16-6W -1.5Kansas City ChiefsU 40
SunDec 28, 20081:02@Green Bay PackersW 31-21L -11Detroit LionsO 41.5
SunDec 28, 20081:02Tennessee TitansL 0-23L -3@Indianapolis ColtsU 39.5
SunDec 28, 20081:02@Pittsburgh SteelersW 31-0W -11.5Cleveland BrownsU 33
SunDec 28, 20081:02@Tampa Bay BuccaneersL 24-31L -10.5Oakland RaidersO 39.5
SunDec 28, 20081:03@Houston TexansW 31-24W -3Chicago BearsO 46
SunDec 28, 20081:03Carolina PanthersW 33-31W -1.5@New Orleans SaintsO 51.5
SunDec 28, 20081:05@Minnesota VikingsW 20-19L -7New York GiantsU 41
SunDec 28, 20084:15@Arizona CardinalsW 34-21W -7Seattle SeahawksO 47
SunDec 28, 20084:15@Philadelphia EaglesW 44-6W -2Dallas CowboysO 40.5
SunDec 28, 20084:15@San Francisco 49ersW 27-24P -3Washington RedskinsO 37
SunDec 28, 20084:16@Baltimore RavensW 27-7W -10.5Jacksonville JaguarsU 37.5
SunDec 28, 20084:17@New York JetsL 17-24L -2.5Miami DolphinsU 43
SunDec 28, 20088:23@San Diego ChargersW 52-21W -7Denver BroncosO 50.5
+ + +

+

Back to top

+

2008 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 3, 20094:36@Arizona Cardinals (4)W 30-24W -2Atlanta Falcons (5)O 52
AFC Wild CardSatJan 3, 20098:08Indianapolis Colts (5)L 17-23 (OT)L -1.5@San Diego Chargers (4)U 50
AFC Wild CardSunJan 4, 20091:03Baltimore Ravens (6)W 27-9W -3.5@Miami Dolphins (3)U 38
NFC Wild CardSunJan 4, 20094:40Philadelphia Eagles (6)W 26-14W -3.5@Minnesota Vikings (3)U 41
AFC DivisionalSatJan 10, 20094:33@Tennessee Titans (1)L 10-13L -3Baltimore Ravens (6)U 33.5
NFC DivisionalSatJan 10, 20098:16@Carolina Panthers (2)L 13-33L -10Arizona Cardinals (4)U 49.5
NFC DivisionalSunJan 11, 20091:06@New York Giants (1)L 11-23L -4Philadelphia Eagles (6)U 39
AFC DivisionalSunJan 11, 20094:45@Pittsburgh Steelers (2)W 35-24W -6.5San Diego Chargers (4)O 38.5
NFC ChampionshipSunJan 18, 20094:06Philadelphia Eagles (6)L 25-32L -3.5@Arizona Cardinals (4)O 47
AFC ChampionshipSunJan 18, 20096:43@Pittsburgh Steelers (2)W 23-14W -6Baltimore Ravens (6)O 35.5
Super Bowl XLIIISunFeb 1, 20096:31NPittsburgh Steelers (2)W 27-23L -6.5Arizona Cardinals (4)O 46.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2009.html b/data/2009.html new file mode 100644 index 0000000..081bb43 --- /dev/null +++ b/data/2009.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2009 Season

+ +

Historical NFL Game Odds

2009 Season

<<-- 2008 Season    2010 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2009 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
113-3 (81.3%)8-7-1 (53.3%)9-7 (56.3%)6-9-1 (40.0%)9-3 (75.0%)5-6-1 (45.5%)0-4 (0.0%)1-3-0 (25.0%)8-8-0 (50.0%)
28-8 (50.0%)7-9-0 (43.8%)7-9 (43.8%)6-10-0 (37.5%)5-6 (45.5%)4-7-0 (36.4%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
312-4 (75.0%)11-5-0 (68.8%)9-7 (56.3%)8-8-0 (50.0%)7-2 (77.8%)6-3-0 (66.7%)2-5 (28.6%)2-5-0 (28.6%)7-9-0 (43.8%)
412-2 (85.7%)10-4-0 (71.4%)12-2 (85.7%)12-2-0 (85.7%)10-0 (100.%)9-1-0 (90.0%)2-2 (50.0%)3-1-0 (75.0%)8-5-1 (61.5%)
59-5 (64.3%)6-8-0 (42.9%)7-7 (50.0%)8-6-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)2-4 (33.3%)4-2-0 (66.7%)7-7-0 (50.0%)
68-6 (57.1%)5-9-0 (35.7%)8-6 (57.1%)5-9-0 (35.7%)7-5 (58.3%)4-8-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)7-7-0 (50.0%)
710-3 (76.9%)9-3-1 (75.0%)4-8 (33.3%)3-8-1 (27.3%)3-2 (60.0%)2-2-1 (50.0%)1-6 (14.3%)1-6-0 (14.3%)7-5-1 (58.3%)
88-5 (61.5%)5-8-0 (38.5%)8-5 (61.5%)5-8-0 (38.5%)7-4 (63.6%)4-7-0 (36.4%)1-1 (50.0%)1-1-0 (50.0%)6-7-0 (46.2%)
97-6 (53.8%)3-10-0 (23.1%)8-5 (61.5%)4-9-0 (30.8%)6-4 (60.0%)2-8-0 (20.0%)2-1 (66.7%)2-1-0 (66.7%)6-7-0 (46.2%)
109-6 (60.0%)5-9-1 (35.7%)10-5 (66.7%)8-6-1 (57.1%)7-3 (70.0%)4-5-1 (44.4%)3-2 (60.0%)4-1-0 (80.0%)8-6-1 (57.1%)
1112-4 (75.0%)6-9-1 (40.0%)9-7 (56.3%)5-10-1 (33.3%)7-2 (77.8%)2-6-1 (25.0%)2-5 (28.6%)3-4-0 (42.9%)5-10-1 (33.3%)
1214-2 (87.5%)10-6-0 (62.5%)13-3 (81.3%)9-7-0 (56.3%)11-0 (100.%)7-4-0 (63.6%)2-3 (40.0%)2-3-0 (40.0%)6-10-0 (37.5%)
1310-6 (62.5%)6-10-0 (37.5%)10-6 (62.5%)10-6-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)5-5 (50.0%)7-3-0 (70.0%)5-11-0 (31.3%)
1412-4 (75.0%)10-6-0 (62.5%)8-8 (50.0%)8-8-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)2-6 (25.0%)3-5-0 (37.5%)5-11-0 (31.3%)
1510-6 (62.5%)4-11-1 (26.7%)6-10 (37.5%)5-10-1 (33.3%)5-5 (50.0%)2-8-0 (20.0%)1-5 (16.7%)3-2-1 (60.0%)8-8-0 (50.0%)
1610-6 (62.5%)6-8-2 (42.9%)10-6 (62.5%)6-8-2 (42.9%)9-5 (64.3%)5-7-2 (41.7%)1-1 (50.0%)1-1-0 (50.0%)6-8-2 (42.9%)
1714-2 (87.5%)10-5-1 (66.7%)8-8 (50.0%)8-7-1 (53.3%)8-2 (80.0%)6-3-1 (66.7%)0-6 (0.0%)2-4-0 (33.3%)9-7-0 (56.3%)
Playoffs6-5 (54.5%)5-6-0 (45.5%)7-3 (70.0%)6-4-0 (60.0%)6-3 (66.7%)5-4-0 (55.6%)1-0 (100.%)1-0-0 (100.%)7-4-0 (63.6%)
+ +


2009 Results by Team

Click on a team to view 2009 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals10-6 (62.5%)8-8 (50.0%)5-5 (50.0%)3-7-0 (30.0%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)5-11-0 (31.3%)
Atlanta Falcons9-7 (56.3%)11-5 (68.8%)7-1 (87.5%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)6-0 (100.%)5-1-0 (83.3%)7-9-0 (43.8%)
Baltimore Ravens9-7 (56.3%)8-7-1 (53.3%)8-2 (80.0%)6-4-0 (60.0%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)5-2-0 (71.4%)6-9-1 (40.0%)
Buffalo Bills6-10 (37.5%)8-7-1 (53.3%)3-1 (75.0%)3-1-0 (75.0%)3-5 (37.5%)3-4-1 (42.9%)2-1 (66.7%)2-1-0 (66.7%)6-10-0 (37.5%)
Carolina Panthers8-8 (50.0%)9-7 (56.3%)4-2 (66.7%)3-3-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)6-10-0 (37.5%)
Chicago Bears7-9 (43.8%)6-10 (37.5%)5-2 (71.4%)4-3-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)6-10-0 (37.5%)
Cincinnati Bengals10-6 (62.5%)7-9 (43.8%)4-3 (57.1%)0-7-0 (0.0%)6-2 (75.0%)3-5-0 (37.5%)3-2 (60.0%)0-5-0 (0.0%)7-9-0 (43.8%)
Cleveland Browns5-11 (31.3%)10-6 (62.5%)2-0 (100.%)2-0-0 (100.%)3-5 (37.5%)5-3-0 (62.5%)2-0 (100.%)2-0-0 (100.%)7-9-0 (43.8%)
Dallas Cowboys11-5 (68.8%)9-7 (56.3%)9-5 (64.3%)7-7-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)6-10-0 (37.5%)
Denver Broncos8-8 (50.0%)9-7 (56.3%)3-3 (50.0%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)1-2 (33.3%)1-2-0 (33.3%)7-9-0 (43.8%)
Detroit Lions2-14 (12.5%)4-10-2 (28.6%)1-1 (50.0%)0-2-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)1-1 (50.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Green Bay Packers11-5 (68.8%)11-4-1 (73.3%)9-3 (75.0%)8-3-1 (72.7%)6-2 (75.0%)5-2-1 (71.4%)5-2 (71.4%)4-2-1 (66.7%)8-8-0 (50.0%)
Houston Texans9-7 (56.3%)7-8-1 (46.7%)6-4 (60.0%)3-6-1 (33.3%)4-4 (50.0%)2-5-1 (28.6%)4-3 (57.1%)2-4-1 (33.3%)5-10-1 (33.3%)
Indianapolis Colts14-2 (87.5%)10-6 (62.5%)13-1 (92.9%)9-5-0 (64.3%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)9-7-0 (56.3%)
Jacksonville Jaguars7-9 (43.8%)5-11 (31.3%)3-2 (60.0%)0-5-0 (0.0%)5-3 (62.5%)2-6-0 (25.0%)3-2 (60.0%)0-5-0 (0.0%)8-8-0 (50.0%)
Kansas City Chiefs4-12 (25.0%)7-9 (43.8%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)9-5-2 (64.3%)
Miami Dolphins7-9 (43.8%)8-8 (50.0%)2-2 (50.0%)1-3-0 (25.0%)4-4 (50.0%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)9-6-1 (60.0%)
Minnesota Vikings12-4 (75.0%)9-6-1 (60.0%)11-3 (78.6%)8-5-1 (61.5%)8-0 (100.%)5-2-1 (71.4%)8-0 (100.%)5-2-1 (71.4%)8-8-0 (50.0%)
New England Patriots10-6 (62.5%)8-7-1 (53.3%)10-3 (76.9%)6-6-1 (50.0%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)5-10-1 (33.3%)
New Orleans Saints13-3 (81.3%)8-8 (50.0%)13-2 (86.7%)8-7-0 (53.3%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-9-1 (40.0%)
New York Giants8-8 (50.0%)6-9-1 (40.0%)6-5 (54.5%)4-6-1 (40.0%)4-4 (50.0%)2-5-1 (28.6%)3-3 (50.0%)1-4-1 (20.0%)11-4-1 (73.3%)
New York Jets9-7 (56.3%)9-7 (56.3%)6-5 (54.5%)6-5-0 (54.5%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)7-8-1 (46.7%)
Oakland Raiders5-11 (31.3%)8-8 (50.0%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Philadelphia Eagles11-5 (68.8%)9-7 (56.3%)10-2 (83.3%)8-4-0 (66.7%)6-2 (75.0%)4-4-0 (50.0%)5-1 (83.3%)3-3-0 (50.0%)10-6-0 (62.5%)
Pittsburgh Steelers9-7 (56.3%)5-10-1 (33.3%)9-6 (60.0%)4-10-1 (28.6%)6-2 (75.0%)2-5-1 (28.6%)6-2 (75.0%)2-5-1 (28.6%)9-6-1 (60.0%)
San Diego Chargers13-3 (81.3%)8-7-1 (53.3%)10-2 (83.3%)5-6-1 (45.5%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)10-5-1 (66.7%)
San Francisco 49ers8-8 (50.0%)9-4-3 (69.2%)6-3 (66.7%)5-3-1 (62.5%)6-2 (75.0%)5-2-1 (71.4%)5-2 (71.4%)4-2-1 (66.7%)5-11-0 (31.3%)
Seattle Seahawks5-11 (31.3%)6-10 (37.5%)4-2 (66.7%)4-2-0 (66.7%)4-4 (50.0%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)7-9-0 (43.8%)
St Louis Rams1-15 (6.3%)7-9 (43.8%)0-0 0-0-0 0-8 (0.0%)3-5-0 (37.5%)0-0 0-0-0 6-9-1 (40.0%)
Tampa Bay Buccaneers3-13 (18.8%)6-10 (37.5%)0-0 0-0-0 1-6 (14.3%)1-6-0 (14.3%)0-0 0-0-0 6-10-0 (37.5%)
Tennessee Titans8-8 (50.0%)7-9 (43.8%)6-3 (66.7%)4-5-0 (44.4%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)9-7-0 (56.3%)
Washington Redskins4-12 (25.0%)6-8-2 (42.9%)3-2 (60.0%)1-4-0 (20.0%)3-5 (37.5%)2-6-0 (25.0%)2-1 (66.7%)0-3-0 (0.0%)9-7-0 (56.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2009 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 10, 20098:41@Pittsburgh SteelersW 13-10 (OT)L -6.5Tennessee TitansU 35
SunSep 13, 20091:02@Baltimore RavensW 38-24W -13Kansas City ChiefsO 36.5
SunSep 13, 20091:02@Cincinnati BengalsL 7-12L -5Denver BroncosU 41
SunSep 13, 20091:02@Indianapolis ColtsW 14-12L -6Jacksonville JaguarsU 45
SunSep 13, 20091:03Minnesota VikingsW 34-20W -4.5@Cleveland BrownsO 40
SunSep 13, 20091:03@Houston TexansL 7-24L -4.5New York JetsU 45
SunSep 13, 20091:03@New Orleans SaintsW 45-27W -14Detroit LionsO 50
SunSep 13, 20091:03Dallas CowboysW 34-21W -5@Tampa Bay BuccaneersO 40
SunSep 13, 20091:04Philadelphia EaglesW 38-10W -2.5@Carolina PanthersO 43.5
SunSep 13, 20091:05@Atlanta FalconsW 19-7W -4Miami DolphinsU 44.5
SunSep 13, 20091:15@Arizona CardinalsL 16-20L -4.5San Francisco 49ersU 45
SunSep 13, 20094:15@New York GiantsW 23-17P -6Washington RedskinsO 37
SunSep 13, 20094:16@Seattle SeahawksW 28-0W -7St Louis RamsU 41
SunSep 13, 20098:30@Green Bay PackersW 21-15W -5Chicago BearsU 47
MonSep 14, 20097:10@New England PatriotsW 25-24L -13.5Buffalo BillsO 47.5
MonSep 14, 200910:16San Diego ChargersW 24-20L -10@Oakland RaidersO 43
+ + +

+ +

Back to top

2009 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 20, 20091:00@Kansas City ChiefsL 10-13L -1.5Oakland RaidersU 40
SunSep 20, 20091:02@Atlanta FalconsW 28-20W -5.5Carolina PanthersO 43.5
SunSep 20, 20091:02@Green Bay PackersL 24-31L -7.5Cincinnati BengalsO 42
SunSep 20, 20091:02New England PatriotsL 9-16L -3.5@New York JetsU 45
SunSep 20, 20091:02@Washington RedskinsW 9-7L -10St Louis RamsU 37
SunSep 20, 20091:03Minnesota VikingsW 27-13W -10@Detroit LionsU 45
SunSep 20, 20091:03@Jacksonville JaguarsL 17-31L -3Arizona CardinalsO 44
SunSep 20, 20091:03@Tennessee TitansL 31-34L -7Houston TexansO 40.5
SunSep 20, 20091:04New Orleans SaintsW 48-22W -2.5@Philadelphia EaglesO 46
SunSep 20, 20094:05@Buffalo BillsW 33-20W -4Tampa Bay BuccaneersO 42
SunSep 20, 20094:05@San Francisco 49ersW 23-10W -1Seattle SeahawksU 38.5
SunSep 20, 20094:15Pittsburgh SteelersL 14-17L -3@Chicago BearsU 38.5
SunSep 20, 20094:15@Denver BroncosW 27-6W -3Cleveland BrownsU 38.5
SunSep 20, 20094:15@San Diego ChargersL 26-31L -1Baltimore RavensO 41
SunSep 20, 20098:20@Dallas CowboysL 31-33L -3New York GiantsO 45.5
MonSep 21, 20098:42Indianapolis ColtsW 27-23W -3@Miami DolphinsO 41
+ + +

+ +

Back to top

2009 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 27, 20091:00Green Bay PackersW 36-17W -6.5@St Louis RamsO 43
SunSep 27, 20091:00New York GiantsW 24-0W -6.5@Tampa Bay BuccaneersU 46
SunSep 27, 20091:02@Baltimore RavensW 34-3W -13.5Cleveland BrownsU 38.5
SunSep 27, 20091:02Washington RedskinsL 14-19L -6@Detroit LionsU 39.5
SunSep 27, 20091:02@New England PatriotsW 26-10W -4.5Atlanta FalconsU 45.5
SunSep 27, 20091:02@Philadelphia EaglesW 34-14W -7.5Kansas City ChiefsO 39
SunSep 27, 20091:03@Houston TexansL 24-31L -4.5Jacksonville JaguarsO 47.5
SunSep 27, 20091:03@Minnesota VikingsW 27-24L -7San Francisco 49ersO 39.5
SunSep 27, 20091:03@New York JetsW 24-17W -1Tennessee TitansO 36
SunSep 27, 20094:05New Orleans SaintsW 27-7W -5.5@Buffalo BillsU 51.5
SunSep 27, 20094:06Chicago BearsW 25-19W -2.5@Seattle SeahawksO 37.5
SunSep 27, 20094:15Pittsburgh SteelersL 20-23L -3.5@Cincinnati BengalsO 37
SunSep 27, 20094:15Denver BroncosW 23-3W -2.5@Oakland RaidersU 38
SunSep 27, 20094:15@San Diego ChargersW 23-13W -5.5Miami DolphinsU 45.5
SunSep 27, 20098:31@Arizona CardinalsL 10-31L -3Indianapolis ColtsU 49
MonSep 28, 20098:40@Dallas CowboysW 21-7W -8.5Carolina PanthersU 48.5
+ + +

+ +

Back to top

2009 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 4, 20091:00New York GiantsW 27-16W -9.5@Kansas City ChiefsP 43
SunOct 4, 20091:00@Washington RedskinsW 16-13L -9Tampa Bay BuccaneersU 35.5
SunOct 4, 20091:02@Chicago BearsW 48-24W -9.5Detroit LionsO 43
SunOct 4, 20091:02@Houston TexansW 29-6W -8Oakland RaidersU 43
SunOct 4, 20091:02@New England PatriotsW 27-21W -2Baltimore RavensO 45
SunOct 4, 20091:03Cincinnati BengalsW 23-20 (OT)L -6.5@Cleveland BrownsO 37.5
SunOct 4, 20091:03@Indianapolis ColtsW 34-17W -10.5Seattle SeahawksO 43.5
SunOct 4, 20091:05Tennessee TitansL 17-37L -3.5@Jacksonville JaguarsO 42
SunOct 4, 20094:05@Miami DolphinsW 38-10W -1.5Buffalo BillsO 37.5
SunOct 4, 20094:05@New Orleans SaintsW 24-10W -7.5New York JetsU 47
SunOct 4, 20094:15Dallas CowboysL 10-17L -3@Denver BroncosU 44
SunOct 4, 20094:15@San Francisco 49ersW 35-0W -9.5St Louis RamsU 36.5
SunOct 4, 20098:30@Pittsburgh SteelersW 38-28W -5.5San Diego ChargersO 43.5
MonOct 5, 20098:40@Minnesota VikingsW 30-23W -5Green Bay PackersO 46.5
+ + +

+ +

Back to top

2009 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 11, 20091:00Dallas CowboysW 26-20 (OT)L -7@Kansas City ChiefsO 43.5
SunOct 11, 20091:00Minnesota VikingsW 38-10W -10.5@St Louis RamsO 41
SunOct 11, 20091:01@Buffalo BillsL 3-6L -5.5Cleveland BrownsU 42
SunOct 11, 20091:02@Baltimore RavensL 14-17L -9Cincinnati BengalsU 42.5
SunOct 11, 20091:02Pittsburgh SteelersW 28-20L -11@Detroit LionsO 44
SunOct 11, 20091:02@New York GiantsW 44-7W -15Oakland RaidersO 38.5
SunOct 11, 20091:02@Philadelphia EaglesW 33-14W -15.5Tampa Bay BuccaneersO 42
SunOct 11, 20091:04@Carolina PanthersW 20-17L -5.5Washington RedskinsU 38
SunOct 11, 20094:05@San Francisco 49ersL 10-45L -1Atlanta FalconsO 39.5
SunOct 11, 20094:15@Arizona CardinalsW 28-21W -6Houston TexansU 51
SunOct 11, 20094:16New England PatriotsL 17-20 (OT)L -3@Denver BroncosU 41.5
SunOct 11, 20094:16@Seattle SeahawksW 41-0W -2Jacksonville JaguarsU 44.5
SunOct 11, 20098:30Indianapolis ColtsW 31-9W -3.5@Tennessee TitansU 44
MonOct 12, 20098:38New York JetsL 27-31L -3@Miami DolphinsO 36.5
+ + +

+ +

Back to top

2009 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 20091:00Carolina PanthersW 28-21W -3@Tampa Bay BuccaneersO 40.5
SunOct 18, 20091:01@Pittsburgh SteelersW 27-14L -14Cleveland BrownsO 38
SunOct 18, 20091:02@Cincinnati BengalsL 17-28L -3.5Houston TexansU 46.5
SunOct 18, 20091:02@Green Bay PackersW 26-0W -14Detroit LionsU 48
SunOct 18, 20091:03@Jacksonville JaguarsW 23-20 (OT)L -9.5St Louis RamsO 42.5
SunOct 18, 20091:03@New Orleans SaintsW 48-27W -3New York GiantsO 47.5
SunOct 18, 20091:03@Washington RedskinsL 6-14L -6.5Kansas City ChiefsU 36.5
SunOct 18, 20091:05@Minnesota VikingsW 33-31L -3Baltimore RavensO 45.5
SunOct 18, 20094:05Philadelphia EaglesL 9-13L -14@Oakland RaidersU 40.5
SunOct 18, 20094:05@Seattle SeahawksL 3-27L -3Arizona CardinalsU 46
SunOct 18, 20094:15@New England PatriotsW 59-0W -9Tennessee TitansO 37.5
SunOct 18, 20094:15@New York JetsL 13-16 (OT)L -9.5Buffalo BillsU 35.5
SunOct 18, 20098:30@Atlanta FalconsW 21-14W -3.5Chicago BearsU 45.5
MonOct 19, 20098:40@San Diego ChargersL 23-34L -3.5Denver BroncosO 45
+ + +

+ +

Back to top

2009 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 25, 20091:00San Diego ChargersW 37-7W -5.5@Kansas City ChiefsP 44
SunOct 25, 20091:00Indianapolis ColtsW 42-6W -14.5@St Louis RamsO 45
SunOct 25, 20091:02Green Bay PackersW 31-3W -9@Cleveland BrownsU 41.5
SunOct 25, 20091:03@Pittsburgh SteelersW 27-17W -6Minnesota VikingsU 46.5
SunOct 25, 20091:04@Houston TexansW 24-21P -3San Francisco 49ersO 44.5
SunOct 25, 20091:06NNew England PatriotsW 35-7W -15.5Tampa Bay BuccaneersU 44.5at London
SunOct 25, 20094:05@Carolina PanthersL 9-20L -7Buffalo BillsU 37
SunOct 25, 20094:05New York JetsW 38-0W -6@Oakland RaidersO 34
SunOct 25, 20094:15@Dallas CowboysW 37-21W -5Atlanta FalconsO 48
SunOct 25, 20094:15New Orleans SaintsW 46-34W -6.5@Miami DolphinsO 48
SunOct 25, 20094:16Chicago BearsL 10-45L -2@Cincinnati BengalsO 43
SunOct 25, 20098:30@New York GiantsL 17-24L -8Arizona CardinalsU 47
MonOct 26, 20098:41Philadelphia EaglesW 27-17W -9@Washington RedskinsO 38
+ + +

+ +

Back to top

2009 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 1, 20091:00@Chicago BearsW 30-6W -13.5Cleveland BrownsU 40
SunNov 1, 20091:02@Baltimore RavensW 30-7W -3.5Denver BroncosU 42
SunNov 1, 20091:02Houston TexansW 31-10W -3.5@Buffalo BillsU 41.5
SunNov 1, 20091:02@New York JetsL 25-30L -3.5Miami DolphinsO 40.5
SunNov 1, 20091:03@Dallas CowboysW 38-17W -9.5Seattle SeahawksO 46
SunNov 1, 20091:03@Detroit LionsL 10-17L -4St Louis RamsU 43.5
SunNov 1, 20091:03@Indianapolis ColtsW 18-14L -13.5San Francisco 49ersU 44.5
SunNov 1, 20091:03New York GiantsL 17-40L -1@Philadelphia EaglesO 44.5
SunNov 1, 20094:05@San Diego ChargersW 24-16L -16.5Oakland RaidersU 41.5
SunNov 1, 20094:05@Tennessee TitansW 30-13W -3Jacksonville JaguarsU 44.5
SunNov 1, 20094:15@Arizona CardinalsL 21-34L -10Carolina PanthersO 41
SunNov 1, 20094:15@Green Bay PackersL 26-38L -3Minnesota VikingsO 47
MonNov 2, 20098:40@New Orleans SaintsW 35-27L -12Atlanta FalconsO 56
+ + +

+ +

Back to top

2009 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 8, 20091:02Baltimore RavensL 7-17L -3@Cincinnati BengalsU 44.5
SunNov 8, 20091:02@Indianapolis ColtsW 20-17L -8.5Houston TexansU 49.5
SunNov 8, 20091:02@New England PatriotsW 27-17L -10.5Miami DolphinsU 46.5
SunNov 8, 20091:03@Atlanta FalconsW 31-17W -9Washington RedskinsO 41
SunNov 8, 20091:03@Chicago BearsL 21-41L -3Arizona CardinalsO 44.5
SunNov 8, 20091:03@Jacksonville JaguarsW 24-21L -7Kansas City ChiefsO 41.5
SunNov 8, 20091:03Green Bay PackersL 28-38L -9.5@Tampa Bay BuccaneersO 43.5
SunNov 8, 20094:05@New Orleans SaintsW 30-20L -13Carolina PanthersU 51.5
SunNov 8, 20094:06@Seattle SeahawksW 32-20W -10Detroit LionsO 42
SunNov 8, 20094:15@New York GiantsL 20-21L -4.5San Diego ChargersU 48
SunNov 8, 20094:15@San Francisco 49ersL 27-34L -4Tennessee TitansO 40.5
SunNov 8, 20098:31@Philadelphia EaglesL 16-20L -3Dallas CowboysU 50
MonNov 9, 20098:41Pittsburgh SteelersW 28-10W -3@Denver BroncosU 41.5
+ + +

+ +

Back to top

2009 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 12, 20098:20@San Francisco 49ersW 10-6W -3Chicago BearsU 43.5
SunNov 15, 20091:00New Orleans SaintsW 28-23L -14.5@St Louis RamsP 51
SunNov 15, 20091:02@New York JetsL 22-24L -6.5Jacksonville JaguarsO 41
SunNov 15, 20091:02@Pittsburgh SteelersL 12-18L -6.5Cincinnati BengalsU 41.5
SunNov 15, 20091:02@Tennessee TitansW 41-17W -7.5Buffalo BillsO 41
SunNov 15, 20091:02Denver BroncosL 17-27L -3.5@Washington RedskinsO 36.5
SunNov 15, 20091:03Atlanta FalconsL 19-28L -1@Carolina PanthersO 43.5
SunNov 15, 20091:03@Miami DolphinsW 25-23L -10Tampa Bay BuccaneersO 43.5
SunNov 15, 20091:05@Minnesota VikingsW 27-10P -17Detroit LionsU 47.5
SunNov 15, 20094:05@Oakland RaidersL 10-16L -2.5Kansas City ChiefsU 36
SunNov 15, 20094:15@Arizona CardinalsW 31-20W -8.5Seattle SeahawksO 46.5
SunNov 15, 20094:15Dallas CowboysL 7-17L -3@Green Bay PackersU 48
SunNov 15, 20094:15@San Diego ChargersW 31-23W -1.5Philadelphia EaglesO 47
SunNov 15, 20098:31@Indianapolis ColtsW 35-34L -1.5New England PatriotsO 48.5
MonNov 16, 20098:40Baltimore RavensW 16-0W -11@Cleveland BrownsU 39
+ + +

+ +

Back to top

2009 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 19, 20098:20@Carolina PanthersL 17-24L -3.5Miami DolphinsU 42
SunNov 22, 20091:00Pittsburgh SteelersL 24-27 (OT)L -11.5@Kansas City ChiefsO 39.5
SunNov 22, 20091:00New Orleans SaintsW 38-7W -10.5@Tampa Bay BuccaneersU 51
SunNov 22, 20091:02Indianapolis ColtsW 17-15W -1.5@Baltimore RavensU 44.5
SunNov 22, 20091:02@Detroit LionsW 38-37L -3Cleveland BrownsO 37.5
SunNov 22, 20091:02@Green Bay PackersW 30-24P -6San Francisco 49ersO 42
SunNov 22, 20091:03@Dallas CowboysW 7-6L -10.5Washington RedskinsU 41.5
SunNov 22, 20091:03@Jacksonville JaguarsW 18-15L -8.5Buffalo BillsU 41
SunNov 22, 20091:03@New York GiantsW 34-31 (OT)L -7Atlanta FalconsO 46.5
SunNov 22, 20091:05@Minnesota VikingsW 35-9W -11Seattle SeahawksU 47
SunNov 22, 20094:05Arizona CardinalsW 21-13L -9@St Louis RamsU 47
SunNov 22, 20094:15San Diego ChargersW 32-3W -6@Denver BroncosU 42
SunNov 22, 20094:15@New England PatriotsW 31-14W -11New York JetsP 45
SunNov 22, 20094:15Cincinnati BengalsL 17-20L -8.5@Oakland RaidersO 36
SunNov 22, 20098:30Philadelphia EaglesW 24-20W -3.5@Chicago BearsU 47
MonNov 23, 20098:40@Houston TexansL 17-20L -3.5Tennessee TitansU 48
+ + +

+ +

Back to top

2009 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 200912:35Green Bay PackersW 34-12W -11.5@Detroit LionsU 48
ThuNov 26, 20094:15@Dallas CowboysW 24-7W -13.5Oakland RaidersU 40.5
ThuNov 26, 20098:21New York GiantsL 6-26L -4.5@Denver BroncosU 43.5
SunNov 29, 20091:00Seattle SeahawksW 27-17W -3.5@St Louis RamsO 42.5
SunNov 29, 20091:02Miami DolphinsL 14-31L -3.5@Buffalo BillsO 38.5
SunNov 29, 20091:02@Cincinnati BengalsW 16-7L -12Cleveland BrownsU 39.5
SunNov 29, 20091:02Indianapolis ColtsW 35-27W -3@Houston TexansO 48
SunNov 29, 20091:02@New York JetsW 17-6W -3.5Carolina PanthersU 41.5
SunNov 29, 20091:03@Atlanta FalconsW 20-17L -12.5Tampa Bay BuccaneersU 46
SunNov 29, 20091:03@Philadelphia EaglesW 27-24L -10Washington RedskinsO 40.5
SunNov 29, 20094:05@San Diego ChargersW 43-14W -13.5Kansas City ChiefsO 45
SunNov 29, 20094:05@San Francisco 49ersW 20-3W -3Jacksonville JaguarsU 42.5
SunNov 29, 20094:15@Minnesota VikingsW 36-10W -10Chicago BearsU 47
SunNov 29, 20094:15@Tennessee TitansW 20-17W -2Arizona CardinalsU 45.5
SunNov 29, 20098:30@Baltimore RavensW 20-17 (OT)L -8Pittsburgh SteelersO 34
MonNov 30, 20098:40@New Orleans SaintsW 38-17W -1.5New England PatriotsU 56.5
+ + +

+ +

Back to top

2009 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 3, 20098:20New York JetsW 19-13W -3.5@Buffalo BillsU 37at Toronto
SunDec 6, 20091:00Denver BroncosW 44-13W -6@Kansas City ChiefsO 39
SunDec 6, 20091:02@Chicago BearsW 17-9L -9St Louis RamsU 41
SunDec 6, 20091:02@Cincinnati BengalsW 23-13L -13.5Detroit LionsU 42
SunDec 6, 20091:02New England PatriotsL 21-22L -5@Miami DolphinsU 46.5
SunDec 6, 20091:02@Pittsburgh SteelersL 24-27L -15Oakland RaidersO 37
SunDec 6, 20091:03Philadelphia EaglesW 34-7W -4@Atlanta FalconsU 43.5
SunDec 6, 20091:03@Carolina PanthersW 16-6W -3.5Tampa Bay BuccaneersU 40
SunDec 6, 20091:03@Indianapolis ColtsW 27-17W -6Tennessee TitansU 47
SunDec 6, 20091:03Houston TexansL 18-23L -1.5@Jacksonville JaguarsU 47.5
SunDec 6, 20091:03New Orleans SaintsW 33-30 (OT)L -8@Washington RedskinsO 47
SunDec 6, 20094:05San Diego ChargersW 30-23L -13.5@Cleveland BrownsO 42.5
SunDec 6, 20094:15Dallas CowboysL 24-31L -1.5@New York GiantsO 45.5
SunDec 6, 20094:16San Francisco 49ersL 17-20L -1@Seattle SeahawksU 41.5
SunDec 6, 20098:20Minnesota VikingsL 17-30L -3@Arizona CardinalsU 49
MonDec 7, 20098:40@Green Bay PackersW 27-14W -4Baltimore RavensU 43
+ + +

+ +

Back to top

2009 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 10, 20098:21Pittsburgh SteelersL 6-13L -10@Cleveland BrownsU 34.5
SunDec 13, 20091:00Buffalo BillsW 16-10W -2.5@Kansas City ChiefsU 38
SunDec 13, 20091:00New York JetsW 26-3W -3.5@Tampa Bay BuccaneersU 36.5
SunDec 13, 20091:02New Orleans SaintsW 26-23L -10@Atlanta FalconsU 50
SunDec 13, 20091:02@Baltimore RavensW 48-3W -14Detroit LionsO 40.5
SunDec 13, 20091:02Green Bay PackersW 21-14W -4@Chicago BearsU 42
SunDec 13, 20091:02@Houston TexansW 34-7W -7Seattle SeahawksU 45
SunDec 13, 20091:02@Indianapolis ColtsW 28-16W -6.5Denver BroncosO 43.5
SunDec 13, 20091:02@New England PatriotsW 20-10L -12.5Carolina PanthersU 43.5
SunDec 13, 20091:03@Jacksonville JaguarsL 10-14L -2Miami DolphinsU 43
SunDec 13, 20091:05@Minnesota VikingsW 30-10W -6Cincinnati BengalsU 42.5
SunDec 13, 20094:05Washington RedskinsW 34-13W -2.5@Oakland RaidersO 37.5
SunDec 13, 20094:05@Tennessee TitansW 47-7W -14St Louis RamsO 40
SunDec 13, 20094:15@Dallas CowboysL 17-20L -3.5San Diego ChargersU 48.5
SunDec 13, 20098:30Philadelphia EaglesW 45-38W -1@New York GiantsO 42.5
MonDec 14, 20098:40Arizona CardinalsL 9-24L -4@San Francisco 49ersU 45
+ + +

+ +

Back to top

2009 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 17, 20098:21Indianapolis ColtsW 35-31W -3@Jacksonville JaguarsO 43.5
SatDec 19, 20098:22@New Orleans SaintsL 17-24L -7.5Dallas CowboysU 53.5
SunDec 20, 20091:00@Kansas City ChiefsL 34-41L -3Cleveland BrownsO 37
SunDec 20, 20091:00Houston TexansW 16-13L -14@St Louis RamsU 43.5
SunDec 20, 20091:02New England PatriotsW 17-10P -7@Buffalo BillsU 41
SunDec 20, 20091:02Arizona CardinalsW 31-24L -14@Detroit LionsO 47
SunDec 20, 20091:02@Tennessee TitansW 27-24 (OT)L -4.5Miami DolphinsO 43
SunDec 20, 20091:03@New York JetsL 7-10L -7Atlanta FalconsU 35.5
SunDec 20, 20094:05@Denver BroncosL 19-20L -14Oakland RaidersO 37
SunDec 20, 20094:05@San Diego ChargersW 27-24L -7Cincinnati BengalsO 43.5
SunDec 20, 20094:15@Baltimore RavensW 31-7W -11Chicago BearsU 39
SunDec 20, 20094:15@Pittsburgh SteelersW 37-36L -2.5Green Bay PackersO 41
SunDec 20, 20094:16@Philadelphia EaglesW 27-13W -7.5San Francisco 49ersU 41
SunDec 20, 20094:16@Seattle SeahawksL 7-24L -6.5Tampa Bay BuccaneersU 39
SunDec 20, 20098:30Minnesota VikingsL 7-26L -9@Carolina PanthersU 43
MonDec 21, 20098:40New York GiantsW 45-12W -3@Washington RedskinsO 43.5
+ + +

+ +

Back to top

2009 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 25, 20097:34@Tennessee TitansL 17-42L -2San Diego ChargersO 48
SunDec 27, 20091:01@Cleveland BrownsW 23-9W -3Oakland RaidersU 37
SunDec 27, 20091:02@Atlanta FalconsW 31-3W -8Buffalo BillsU 40
SunDec 27, 20091:02@Green Bay PackersW 48-10W -13.5Seattle SeahawksO 43.5
SunDec 27, 20091:02@Miami DolphinsL 20-27L -2Houston TexansP 47
SunDec 27, 20091:02@New England PatriotsW 35-7W -9Jacksonville JaguarsU 44.5
SunDec 27, 20091:02@Pittsburgh SteelersW 23-20P -3Baltimore RavensP 43
SunDec 27, 20091:03@Cincinnati BengalsW 17-10L -13Kansas City ChiefsU 39.5
SunDec 27, 20091:03@New Orleans SaintsL 17-20 (OT)L -14Tampa Bay BuccaneersU 48.5
SunDec 27, 20091:03@New York GiantsL 9-41L -8.5Carolina PanthersO 43
SunDec 27, 20094:04@San Francisco 49ersW 20-6P -14Detroit LionsU 41
SunDec 27, 20094:05@Arizona CardinalsW 31-10W -16St Louis RamsU 43.5
SunDec 27, 20094:16@Indianapolis ColtsL 15-29L -3New York JetsO 40.5
SunDec 27, 20094:16@Philadelphia EaglesW 30-27L -7Denver BroncosO 43
SunDec 27, 20098:31Dallas CowboysW 17-0W -7@Washington RedskinsU 42
MonDec 28, 20098:40Minnesota VikingsL 30-36 (OT)L -8.5@Chicago BearsO 42
+ + +

+ +

Back to top

2009 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 3, 20101:00San Francisco 49ersW 28-6W -7@St Louis RamsU 39.5
SunJan 3, 20101:02@Buffalo BillsW 30-7W -8Indianapolis ColtsO 32
SunJan 3, 20101:02@Cleveland BrownsW 23-17W -2Jacksonville JaguarsO 35
SunJan 3, 20101:02@Houston TexansW 34-27L -7.5New England PatriotsO 47
SunJan 3, 20101:02Pittsburgh SteelersW 30-24W -3@Miami DolphinsO 46
SunJan 3, 20101:03Chicago BearsW 37-23W -4.5@Detroit LionsO 44.5
SunJan 3, 20101:03Atlanta FalconsW 20-10W -3@Tampa Bay BuccaneersU 41.5
SunJan 3, 20101:04@Carolina PanthersW 23-10W -10New Orleans SaintsU 41
SunJan 3, 20101:05@Minnesota VikingsW 44-7W -8New York GiantsO 48
SunJan 3, 20104:15@Arizona CardinalsL 7-33L -3Green Bay PackersU 44
SunJan 3, 20104:15@Dallas CowboysW 24-0W -3Philadelphia EaglesU 47
SunJan 3, 20104:15@Denver BroncosL 24-44L -10Kansas City ChiefsO 38
SunJan 3, 20104:15Baltimore RavensW 21-13L -10@Oakland RaidersU 39
SunJan 3, 20104:15@San Diego ChargersW 23-20P -3Washington RedskinsO 39
SunJan 3, 20104:16Tennessee TitansW 17-13L -6@Seattle SeahawksU 45
SunJan 3, 20108:31@New York JetsW 37-0W -10Cincinnati BengalsO 33.5
+ + +

+

Back to top

+

2009 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 9, 20104:36@Cincinnati Bengals (4)L 14-24L -2.5New York Jets (5)O 34.5
NFC Wild CardSatJan 9, 20108:05@Dallas Cowboys (3)W 34-14W -3.5Philadelphia Eagles (6)O 46
AFC Wild CardSunJan 10, 20101:03@New England Patriots (3)L 14-33L -4Baltimore Ravens (6)O 44
NFC Wild CardSunJan 10, 20104:30Green Bay Packers (5)L 45-51 (OT)L -2.5@Arizona Cardinals (4)O 48
NFC DivisionalSatJan 16, 20104:34@New Orleans Saints (1)W 45-14W -7Arizona Cardinals (4)O 57
AFC DivisionalSatJan 16, 20108:15@Indianapolis Colts (1)W 20-3W -6.5Baltimore Ravens (6)U 44
NFC DivisionalSunJan 17, 20101:05@Minnesota Vikings (2)W 34-3W -2.5Dallas Cowboys (3)U 45
AFC DivisionalSunJan 17, 20104:40@San Diego Chargers (2)L 14-17L -7.5New York Jets (5)U 42.5
AFC ChampionshipSunJan 24, 20103:05@Indianapolis Colts (1)W 30-17W -8.5New York Jets (5)O 40.5
NFC ChampionshipSunJan 24, 20106:45@New Orleans Saints (1)W 31-28 (OT)L -3.5Minnesota Vikings (2)O 54
Super Bowl XLIVSunFeb 7, 20106:31NIndianapolis Colts (1)L 17-31L -4.5New Orleans Saints (1)U 56.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2010.html b/data/2010.html new file mode 100644 index 0000000..013f1dc --- /dev/null +++ b/data/2010.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2010 Season

+ +

Historical NFL Game Odds

2010 Season

<<-- 2009 Season    2011 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2010 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-6 (62.5%)8-7-1 (53.3%)12-4 (75.0%)10-5-1 (66.7%)7-1 (87.5%)5-2-1 (71.4%)5-3 (62.5%)5-3-0 (62.5%)4-11-1 (26.7%)
29-7 (56.3%)5-10-1 (33.3%)8-8 (50.0%)9-6-1 (60.0%)6-5 (54.5%)5-6-0 (45.5%)2-3 (40.0%)4-0-1 (100.%)9-7-0 (56.3%)
38-8 (50.0%)5-11-0 (31.3%)8-8 (50.0%)5-11-0 (31.3%)4-4 (50.0%)1-7-0 (12.5%)4-4 (50.0%)4-4-0 (50.0%)9-7-0 (56.3%)
48-6 (57.1%)5-9-0 (35.7%)8-6 (57.1%)5-9-0 (35.7%)5-3 (62.5%)2-6-0 (25.0%)3-3 (50.0%)3-3-0 (50.0%)8-6-0 (57.1%)
55-9 (35.7%)5-9-0 (35.7%)7-7 (50.0%)7-7-0 (50.0%)4-6 (40.0%)4-6-0 (40.0%)3-1 (75.0%)3-1-0 (75.0%)9-5-0 (64.3%)
611-3 (78.6%)7-5-2 (58.3%)8-6 (57.1%)5-7-2 (41.7%)7-2 (77.8%)4-4-1 (50.0%)1-4 (20.0%)1-3-1 (25.0%)8-6-0 (57.1%)
78-6 (57.1%)5-9-0 (35.7%)8-6 (57.1%)7-7-0 (50.0%)7-5 (58.3%)5-7-0 (41.7%)1-1 (50.0%)2-0-0 (100.%)10-4-0 (71.4%)
89-4 (69.2%)8-5-0 (61.5%)8-4 (66.7%)7-5-0 (58.3%)8-4 (66.7%)7-5-0 (58.3%)0-0 0-0-0 5-8-0 (38.5%)
911-1 (91.7%)6-5-1 (54.5%)7-6 (53.8%)5-7-1 (41.7%)5-0 (100.%)2-3-0 (40.0%)1-6 (14.3%)2-4-1 (33.3%)10-3-0 (76.9%)
108-5 (61.5%)6-7-0 (46.2%)9-5 (64.3%)7-7-0 (50.0%)6-3 (66.7%)4-5-0 (44.4%)2-2 (50.0%)2-2-0 (50.0%)11-3-0 (78.6%)
1112-4 (75.0%)10-6-0 (62.5%)9-7 (56.3%)7-9-0 (43.8%)9-4 (69.2%)7-6-0 (53.8%)0-3 (0.0%)0-3-0 (0.0%)8-8-0 (50.0%)
1212-4 (75.0%)7-9-0 (43.8%)7-9 (43.8%)6-10-0 (37.5%)6-3 (66.7%)3-6-0 (33.3%)1-6 (14.3%)3-4-0 (42.9%)7-8-1 (46.7%)
1311-5 (68.8%)8-8-0 (50.0%)7-9 (43.8%)8-8-0 (50.0%)7-5 (58.3%)6-6-0 (50.0%)0-4 (0.0%)2-2-0 (50.0%)9-7-0 (56.3%)
1412-3 (80.0%)9-6-0 (60.0%)8-7 (53.3%)11-4-0 (73.3%)5-1 (83.3%)5-1-0 (83.3%)2-6 (25.0%)5-3-0 (62.5%)7-8-1 (46.7%)
1510-5 (66.7%)8-7-0 (53.3%)9-7 (56.3%)7-9-0 (43.8%)8-5 (61.5%)6-7-0 (46.2%)0-2 (0.0%)0-2-0 (0.0%)10-5-1 (66.7%)
169-7 (56.3%)9-7-0 (56.3%)9-7 (56.3%)9-7-0 (56.3%)6-4 (60.0%)6-4-0 (60.0%)3-3 (50.0%)3-3-0 (50.0%)9-7-0 (56.3%)
1712-3 (80.0%)8-7-0 (53.3%)10-6 (62.5%)8-8-0 (50.0%)9-2 (81.8%)6-5-0 (54.5%)1-3 (25.0%)2-2-0 (50.0%)6-10-0 (37.5%)
Playoffs6-5 (54.5%)6-5-0 (54.5%)4-6 (40.0%)4-6-0 (40.0%)3-4 (42.9%)3-4-0 (42.9%)1-2 (33.3%)1-2-0 (33.3%)7-4-0 (63.6%)
+ +


2010 Results by Team

Click on a team to view 2010 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-11 (31.3%)5-11 (31.3%)2-2 (50.0%)1-3-0 (25.0%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)10-6-0 (62.5%)
Atlanta Falcons13-3 (81.3%)11-5 (68.8%)12-2 (85.7%)10-4-0 (71.4%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)9-6-1 (60.0%)
Baltimore Ravens12-4 (75.0%)8-7-1 (53.3%)10-2 (83.3%)6-6-0 (50.0%)7-1 (87.5%)3-5-0 (37.5%)7-1 (87.5%)3-5-0 (37.5%)7-9-0 (43.8%)
Buffalo Bills4-12 (25.0%)8-7-1 (53.3%)1-1 (50.0%)1-1-0 (50.0%)2-6 (25.0%)3-4-1 (42.9%)1-1 (50.0%)1-1-0 (50.0%)7-9-0 (43.8%)
Carolina Panthers2-14 (12.5%)4-12 (25.0%)1-2 (33.3%)1-2-0 (33.3%)2-6 (25.0%)2-6-0 (25.0%)1-2 (33.3%)1-2-0 (33.3%)6-9-1 (40.0%)
Chicago Bears11-5 (68.8%)9-6-1 (60.0%)5-2 (71.4%)2-4-1 (33.3%)5-3 (62.5%)4-4-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)7-9-0 (43.8%)
Cincinnati Bengals4-12 (25.0%)7-9 (43.8%)1-4 (20.0%)1-4-0 (20.0%)3-5 (37.5%)4-4-0 (50.0%)0-3 (0.0%)0-3-0 (0.0%)8-8-0 (50.0%)
Cleveland Browns5-11 (31.3%)5-11 (31.3%)1-1 (50.0%)0-2-0 (0.0%)3-5 (37.5%)2-6-0 (25.0%)1-1 (50.0%)0-2-0 (0.0%)9-7-0 (56.3%)
Dallas Cowboys6-10 (37.5%)7-9 (43.8%)2-6 (25.0%)1-7-0 (12.5%)2-6 (25.0%)3-5-0 (37.5%)2-4 (33.3%)1-5-0 (16.7%)13-3-0 (81.3%)
Denver Broncos4-12 (25.0%)5-11 (31.3%)1-3 (25.0%)1-3-0 (25.0%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)10-6-0 (62.5%)
Detroit Lions6-10 (37.5%)12-4 (75.0%)3-0 (100.%)3-0-0 (100.%)4-4 (50.0%)7-1-0 (87.5%)3-0 (100.%)3-0-0 (100.%)10-5-1 (66.7%)
Green Bay Packers10-6 (62.5%)9-7 (56.3%)9-4 (69.2%)7-6-0 (53.8%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)6-10-0 (37.5%)
Houston Texans6-10 (37.5%)5-10-1 (33.3%)5-3 (62.5%)3-4-1 (42.9%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)11-5-0 (68.8%)
Indianapolis Colts10-6 (62.5%)8-7-1 (53.3%)10-4 (71.4%)6-7-1 (46.2%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)10-6-0 (62.5%)
Jacksonville Jaguars8-8 (50.0%)9-7 (56.3%)3-1 (75.0%)3-1-0 (75.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)10-5-1 (66.7%)
Kansas City Chiefs10-6 (62.5%)9-7 (56.3%)6-2 (75.0%)4-4-0 (50.0%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)7-9-0 (43.8%)
Miami Dolphins7-9 (43.8%)8-8 (50.0%)2-5 (28.6%)2-5-0 (28.6%)1-7 (12.5%)2-6-0 (25.0%)1-5 (16.7%)1-5-0 (16.7%)7-9-0 (43.8%)
Minnesota Vikings6-10 (37.5%)5-10-1 (33.3%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)4-1 (80.0%)3-2-0 (60.0%)7-9-0 (43.8%)
New England Patriots14-2 (87.5%)10-5-1 (66.7%)12-2 (85.7%)8-5-1 (61.5%)8-0 (100.%)4-3-1 (57.1%)8-0 (100.%)4-3-1 (57.1%)13-3-0 (81.3%)
New Orleans Saints11-5 (68.8%)6-9-1 (40.0%)10-4 (71.4%)5-8-1 (38.5%)5-3 (62.5%)3-4-1 (42.9%)5-3 (62.5%)3-4-1 (42.9%)8-8-0 (50.0%)
New York Giants10-6 (62.5%)7-9 (43.8%)8-3 (72.7%)5-6-0 (45.5%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)8-7-1 (53.3%)
New York Jets11-5 (68.8%)9-7 (56.3%)8-3 (72.7%)6-5-0 (54.5%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)12-4-0 (75.0%)
Oakland Raiders8-8 (50.0%)8-8 (50.0%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)10-6-0 (62.5%)
Philadelphia Eagles10-6 (62.5%)7-9 (43.8%)8-3 (72.7%)5-6-0 (45.5%)4-4 (50.0%)3-5-0 (37.5%)4-2 (66.7%)3-3-0 (50.0%)10-6-0 (62.5%)
Pittsburgh Steelers12-4 (75.0%)10-6 (62.5%)9-3 (75.0%)7-5-0 (58.3%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)7-9-0 (43.8%)
San Diego Chargers9-7 (56.3%)9-7 (56.3%)8-7 (53.3%)8-7-0 (53.3%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)8-8-0 (50.0%)
San Francisco 49ers6-10 (37.5%)7-9 (43.8%)6-5 (54.5%)5-6-0 (45.5%)4-3 (57.1%)4-3-0 (57.1%)4-2 (66.7%)3-3-0 (50.0%)9-6-1 (60.0%)
Seattle Seahawks7-9 (43.8%)7-9 (43.8%)2-1 (66.7%)2-1-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)2-0 (100.%)2-0-0 (100.%)11-4-1 (73.3%)
St Louis Rams7-9 (43.8%)10-6 (62.5%)3-2 (60.0%)3-2-0 (60.0%)5-3 (62.5%)5-3-0 (62.5%)2-1 (66.7%)2-1-0 (66.7%)6-10-0 (37.5%)
Tampa Bay Buccaneers10-6 (62.5%)10-6 (62.5%)5-1 (83.3%)3-3-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)3-2-0 (60.0%)7-8-1 (46.7%)
Tennessee Titans6-10 (37.5%)8-8 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)9-7-0 (56.3%)
Washington Redskins6-10 (37.5%)9-5-2 (64.3%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)4-2-2 (66.7%)0-0 0-0-0 6-10-0 (37.5%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2010 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 9, 20108:41@New Orleans SaintsW 14-9P -5Minnesota VikingsU 49.5
SunSep 12, 20101:02Miami DolphinsW 15-10W -3@Buffalo BillsU 39
SunSep 12, 20101:02@Chicago BearsW 19-14L -6.5Detroit LionsU 45
SunSep 12, 20101:02Indianapolis ColtsL 24-34L -1@Houston TexansO 48
SunSep 12, 20101:02@New England PatriotsW 38-24W -5.5Cincinnati BengalsO 45
SunSep 12, 20101:02Atlanta FalconsL 9-15 (OT)L -1.5@Pittsburgh SteelersU 39.5
SunSep 12, 20101:02@Tampa Bay BuccaneersW 17-14W -2.5Cleveland BrownsU 37
SunSep 12, 20101:02@Tennessee TitansW 38-13W -6.5Oakland RaidersO 40
SunSep 12, 20101:03@Jacksonville JaguarsW 24-17W -3Denver BroncosU 41.5
SunSep 12, 20101:04@New York GiantsW 31-18W -6Carolina PanthersO 41
SunSep 12, 20104:15Arizona CardinalsW 17-13W -3@St Louis RamsU 39.5
SunSep 12, 20104:16Green Bay PackersW 27-20W -3@Philadelphia EaglesU 48
SunSep 12, 20104:16San Francisco 49ersL 6-31L -3@Seattle SeahawksP 37
SunSep 12, 20108:31Dallas CowboysL 7-13L -3@Washington RedskinsU 40
MonSep 13, 20107:26@New York JetsL 9-10L -1Baltimore RavensU 36.5
MonSep 13, 201010:20San Diego ChargersL 14-21L -4@Kansas City ChiefsU 45.5
+ + +

+ +

Back to top

2010 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 19, 20101:02Baltimore RavensL 10-15L -3@Cincinnati BengalsU 39.5
SunSep 19, 20101:02@Cleveland BrownsL 14-16L -3Kansas City ChiefsU 38
SunSep 19, 20101:02Philadelphia EaglesW 35-32L -6.5@Detroit LionsO 41
SunSep 19, 20101:02@Green Bay PackersW 34-7W -13Buffalo BillsU 43
SunSep 19, 20101:02@Tennessee TitansL 11-19L -6Pittsburgh SteelersU 37
SunSep 19, 20101:03@Atlanta FalconsW 41-7W -7Arizona CardinalsO 43.5
SunSep 19, 20101:03@Carolina PanthersL 7-20L -4Tampa Bay BuccaneersU 37.5
SunSep 19, 20101:05@Dallas CowboysL 20-27L -7Chicago BearsO 41.5
SunSep 19, 20101:05@Minnesota VikingsL 10-14L -6Miami DolphinsU 41
SunSep 19, 20104:05@Oakland RaidersW 16-14L -3St Louis RamsU 37.5
SunSep 19, 20104:06@Denver BroncosW 31-14W -3.5Seattle SeahawksO 41
SunSep 19, 20104:15@San Diego ChargersW 38-13W -7Jacksonville JaguarsO 45
SunSep 19, 20104:15Houston TexansW 30-27 (OT)P -3@Washington RedskinsO 42.5
SunSep 19, 20104:16New England PatriotsL 14-28L -3@New York JetsO 39.5
SunSep 19, 20108:31@Indianapolis ColtsW 38-14W -4New York GiantsO 48.5
MonSep 20, 20108:36New Orleans SaintsW 25-22L -5@San Francisco 49ersO 43.5
+ + +

+ +

Back to top

2010 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 26, 20101:02@Baltimore RavensW 24-17L -12.5Cleveland BrownsO 36.5
SunSep 26, 20101:02Cincinnati BengalsW 20-7W -3.5@Carolina PanthersU 37
SunSep 26, 20101:02@Houston TexansL 13-27L -2.5Dallas CowboysU 47.5
SunSep 26, 20101:02@New England PatriotsW 38-30L -14.5Buffalo BillsO 43
SunSep 26, 20101:02@New York GiantsL 10-29L -3Tennessee TitansU 43.5
SunSep 26, 20101:03@New Orleans SaintsL 24-27 (OT)L -3Atlanta FalconsO 49.5
SunSep 26, 20101:03Pittsburgh SteelersW 38-13W -3@Tampa Bay BuccaneersO 33
SunSep 26, 20101:04San Francisco 49ersL 10-31L -3@Kansas City ChiefsO 38
SunSep 26, 20101:05@Minnesota VikingsW 24-10W -13Detroit LionsU 43
SunSep 26, 20104:05Philadelphia EaglesW 28-3W -3@Jacksonville JaguarsU 45
SunSep 26, 20104:05Washington RedskinsL 16-30L -5@St Louis RamsO 39
SunSep 26, 20104:15@Arizona CardinalsW 24-23L -5.5Oakland RaidersO 39
SunSep 26, 20104:16Indianapolis ColtsW 27-13W -6@Denver BroncosU 47
SunSep 26, 20104:16San Diego ChargersL 20-27L -4@Seattle SeahawksO 44
SunSep 26, 20108:30@Miami DolphinsL 23-31L -2.5New York JetsO 36
MonSep 27, 20108:40Green Bay PackersL 17-20L -3@Chicago BearsU 46.5
+ + +

+ +

Back to top

2010 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 3, 20101:00Seattle SeahawksL 3-20L -2@St Louis RamsU 40
SunOct 3, 20101:02New York JetsW 38-14W -6@Buffalo BillsO 37
SunOct 3, 20101:02Cincinnati BengalsL 20-23L -2.5@Cleveland BrownsO 37
SunOct 3, 20101:02@Green Bay PackersW 28-26L -14.5Detroit LionsO 46
SunOct 3, 20101:02@Pittsburgh SteelersL 14-17L -2.5Baltimore RavensU 34.5
SunOct 3, 20101:02@Tennessee TitansL 20-26L -6.5Denver BroncosO 43.5
SunOct 3, 20101:03@Atlanta FalconsW 16-14L -7San Francisco 49ersU 42.5
SunOct 3, 20101:03@New Orleans SaintsW 16-14L -12.5Carolina PanthersU 44
SunOct 3, 20104:05Indianapolis ColtsL 28-31L -7@Jacksonville JaguarsO 46
SunOct 3, 20104:05Houston TexansW 31-24W -3.5@Oakland RaidersO 44
SunOct 3, 20104:15@Philadelphia EaglesL 12-17L -5Washington RedskinsU 43.5
SunOct 3, 20104:15@San Diego ChargersW 41-10W -9.5Arizona CardinalsO 46.5
SunOct 3, 20108:31@New York GiantsW 17-3W -3.5Chicago BearsU 44
MonOct 4, 20108:41New England PatriotsW 41-14W -1@Miami DolphinsO 48
+ + +

+ +

Back to top

2010 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 10, 201012:56@Detroit LionsW 44-6W -3St Louis RamsO 42.5
SunOct 10, 20101:02@Baltimore RavensW 31-17W -8Denver BroncosO 39.5
SunOct 10, 20101:02@Buffalo BillsL 26-36L -2.5Jacksonville JaguarsO 41.5
SunOct 10, 20101:02Green Bay PackersL 13-16 (OT)L -3@Washington RedskinsU 45.5
SunOct 10, 20101:03@Carolina PanthersL 6-23L -3Chicago BearsU 33
SunOct 10, 20101:03@Cincinnati BengalsL 21-24L -7Tampa Bay BuccaneersO 38.5
SunOct 10, 20101:03Atlanta FalconsW 20-10W -3@Cleveland BrownsU 41.5
SunOct 10, 20101:03@Houston TexansL 10-34L -3New York GiantsU 48.5
SunOct 10, 20101:03@Indianapolis ColtsW 19-9W -7.5Kansas City ChiefsU 46.5
SunOct 10, 20104:05New Orleans SaintsL 20-30L -7@Arizona CardinalsO 45.5
SunOct 10, 20104:15San Diego ChargersL 27-35L -7@Oakland RaidersO 44
SunOct 10, 20104:16@Dallas CowboysL 27-34L -7Tennessee TitansO 43
SunOct 10, 20108:30@San Francisco 49ersL 24-27L -3Philadelphia EaglesO 38.5
MonOct 11, 20109:15@New York JetsW 29-20W -4.5Minnesota VikingsO 40
+ + +

+ +

Back to top

2010 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 17, 20101:00San Diego ChargersL 17-20L -8.5@St Louis RamsU 45
SunOct 17, 20101:02@Chicago BearsL 20-23L -6Seattle SeahawksO 38
SunOct 17, 20101:02@Green Bay PackersL 20-23 (OT)L -3Miami DolphinsU 44
SunOct 17, 20101:02@New England PatriotsW 23-20 (OT)P -3Baltimore RavensU 44.5
SunOct 17, 20101:02@Philadelphia EaglesW 31-17W -1.5Atlanta FalconsO 43
SunOct 17, 20101:02@Pittsburgh SteelersW 28-10W -14Cleveland BrownsO 37.5
SunOct 17, 20101:02New Orleans SaintsW 31-6W -5.5@Tampa Bay BuccaneersU 44
SunOct 17, 20101:03@Houston TexansW 35-31L -4.5Kansas City ChiefsO 46
SunOct 17, 20101:03@New York GiantsW 28-20L -10Detroit LionsO 45.5
SunOct 17, 20104:05New York JetsW 24-20W -3.5@Denver BroncosO 43
SunOct 17, 20104:05@San Francisco 49ersW 17-9W -7Oakland RaidersU 41
SunOct 17, 20104:15@Minnesota VikingsW 24-21W -1.5Dallas CowboysO 44
SunOct 17, 20108:31Indianapolis ColtsW 27-24P -3@Washington RedskinsO 45
MonOct 18, 20108:40Tennessee TitansW 30-3W -3@Jacksonville JaguarsU 43.5
+ + +

+ +

Back to top

2010 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 24, 20101:02@Baltimore RavensW 37-34 (OT)L -12.5Buffalo BillsO 40
SunOct 24, 20101:02Pittsburgh SteelersW 23-22L -3@Miami DolphinsO 40.5
SunOct 24, 20101:02@New Orleans SaintsL 17-30L -12.5Cleveland BrownsO 44
SunOct 24, 20101:02@Tampa Bay BuccaneersW 18-17L -3St Louis RamsU 39
SunOct 24, 20101:02@Tennessee TitansW 37-19W -3Philadelphia EaglesO 42
SunOct 24, 20101:03San Francisco 49ersL 20-23L -2.5@Carolina PanthersO 35.5
SunOct 24, 20101:03@Kansas City ChiefsW 42-20W -9Jacksonville JaguarsO 39
SunOct 24, 20101:04@Chicago BearsL 14-17L -3Washington RedskinsU 40
SunOct 24, 20101:05@Atlanta FalconsW 39-32W -3.5Cincinnati BengalsO 43
SunOct 24, 20104:06@Seattle SeahawksW 22-10W -6.5Arizona CardinalsU 40.5
SunOct 24, 20104:15@Denver BroncosL 14-59L -7Oakland RaidersO 43
SunOct 24, 20104:15@San Diego ChargersL 20-23L -1.5New England PatriotsU 49.5
SunOct 24, 20108:30@Green Bay PackersW 28-24W -2.5Minnesota VikingsO 44.5
MonOct 25, 20108:41@Dallas CowboysL 35-41L -3.5New York GiantsO 45.5
+ + +

+ +

Back to top

2010 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 31, 20101:00@St Louis RamsW 20-10W -2.5Carolina PanthersU 37
SunOct 31, 20101:02@Detroit LionsW 37-25W -3Washington RedskinsO 45
SunOct 31, 20101:03@New York JetsL 0-9L -6Green Bay PackersU 42
SunOct 31, 20101:05@Dallas CowboysL 17-35L -6.5Jacksonville JaguarsO 44
SunOct 31, 20101:06@Cincinnati BengalsL 14-22L -1Miami DolphinsU 44
SunOct 31, 20101:07NSan Francisco 49ersW 24-16W -2.5Denver BroncosU 41.5at London
SunOct 31, 20101:08@Kansas City ChiefsW 13-10 (OT)L -7Buffalo BillsU 46
SunOct 31, 20104:05@San Diego ChargersW 33-25W -6Tennessee TitansO 45
SunOct 31, 20104:15@Arizona CardinalsL 35-38L -3Tampa Bay BuccaneersO 38
SunOct 31, 20104:15@New England PatriotsW 28-18W -5.5Minnesota VikingsO 45
SunOct 31, 20104:15@Oakland RaidersW 33-3W -2Seattle SeahawksU 40.5
SunOct 31, 20108:30@New Orleans SaintsW 20-10W -1Pittsburgh SteelersU 45.5
MonNov 1, 20108:41@Indianapolis ColtsW 30-17W -5.5Houston TexansU 51
+ + +

+ +

Back to top

2010 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 7, 20101:02@Atlanta FalconsW 27-21L -9Tampa Bay BuccaneersO 45.5
SunNov 7, 20101:02@Baltimore RavensW 26-10W -5Miami DolphinsU 41
SunNov 7, 20101:02Chicago BearsW 22-19P -3@Buffalo BillsU 41.5at Toronto
SunNov 7, 20101:02New England PatriotsL 14-34L -4@Cleveland BrownsO 43.5
SunNov 7, 20101:02San Diego ChargersW 29-23W -3@Houston TexansO 49.5
SunNov 7, 20101:03New York JetsW 23-20 (OT)L -5.5@Detroit LionsO 42
SunNov 7, 20101:04New Orleans SaintsW 34-3W -6.5@Carolina PanthersU 40.5
SunNov 7, 20101:05@Minnesota VikingsW 27-24 (OT)L -7.5Arizona CardinalsO 42.5
SunNov 7, 20104:05New York GiantsW 41-7W -7.5@Seattle SeahawksO 40.5
SunNov 7, 20104:15@Oakland RaidersW 23-20 (OT)W PKKansas City ChiefsO 41
SunNov 7, 20104:16@Philadelphia EaglesW 26-24L -3Indianapolis ColtsO 47
SunNov 7, 20108:30@Green Bay PackersW 45-7W -7Dallas CowboysO 45.5
MonNov 8, 20108:40Pittsburgh SteelersW 27-21W -5.5@Cincinnati BengalsO 41.5
+ + +

+ +

Back to top

2010 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 11, 20108:31@Atlanta FalconsW 26-21W -1Baltimore RavensO 44
SunNov 14, 20101:02@Buffalo BillsW 14-12W -1.5Detroit LionsU 45
SunNov 14, 20101:02Minnesota VikingsL 13-27L -1@Chicago BearsU 41.5
SunNov 14, 20101:02New York JetsW 26-20 (OT)W -3.5@Cleveland BrownsO 37
SunNov 14, 20101:02@Indianapolis ColtsW 23-17L -7Cincinnati BengalsU 47
SunNov 14, 20101:02@Miami DolphinsW 29-17W -1Tennessee TitansO 43
SunNov 14, 20101:02@Tampa Bay BuccaneersW 31-16W -7Carolina PanthersO 37
SunNov 14, 20101:04@Jacksonville JaguarsW 31-24W PKHouston TexansO 48.5
SunNov 14, 20104:05Kansas City ChiefsL 29-49L -1@Denver BroncosO 44.5
SunNov 14, 20104:15@Arizona CardinalsL 18-36L -4Seattle SeahawksO 41.5
SunNov 14, 20104:15@New York GiantsL 20-33L -12.5Dallas CowboysO 46.5
SunNov 14, 20104:15@San Francisco 49ersW 23-20 (OT)L -4.5St Louis RamsO 39
SunNov 14, 20108:30@Pittsburgh SteelersL 26-39L -4.5New England PatriotsO 45
MonNov 15, 20108:40Philadelphia EaglesW 59-28W -3.5@Washington RedskinsO 43.5
+ + +

+ +

Back to top

2010 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 18, 20108:29@Miami DolphinsL 0-16L -2Chicago BearsU 40
SunNov 21, 20101:02@Cincinnati BengalsL 31-49L -4Buffalo BillsO 41
SunNov 21, 20101:02@Dallas CowboysW 35-19W -7Detroit LionsO 44.5
SunNov 21, 20101:02@Pittsburgh SteelersW 35-3W -7Oakland RaidersU 41
SunNov 21, 20101:03@Jacksonville JaguarsW 24-20W -2.5Cleveland BrownsO 43
SunNov 21, 20101:03@Kansas City ChiefsW 31-13W -7Arizona CardinalsU 45
SunNov 21, 20101:03@New York JetsW 30-27L -6.5Houston TexansO 46
SunNov 21, 20101:03@Tennessee TitansL 16-19 (OT)L -7Washington RedskinsU 44.5
SunNov 21, 20101:04Baltimore RavensW 37-13W -13.5@Carolina PanthersO 37
SunNov 21, 20101:05Green Bay PackersW 31-3W -3@Minnesota VikingsU 45
SunNov 21, 20104:05@New Orleans SaintsW 34-19W -11Seattle SeahawksO 45
SunNov 21, 20104:05@San Francisco 49ersL 0-21L -3.5Tampa Bay BuccaneersU 41.5
SunNov 21, 20104:05Atlanta FalconsW 34-17W -3.5@St Louis RamsO 43.5
SunNov 21, 20104:15@New England PatriotsW 31-28L -4.5Indianapolis ColtsO 50
SunNov 21, 20108:30@Philadelphia EaglesW 27-17W -3.5New York GiantsU 48
MonNov 22, 20108:40@San Diego ChargersW 35-14W -9Denver BroncosU 50
+ + +

+ +

Back to top

2010 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 201012:38New England PatriotsW 45-24W -7.5@Detroit LionsO 50.5
ThuNov 25, 20104:36New Orleans SaintsW 30-27L -4.5@Dallas CowboysO 49
ThuNov 25, 20108:30@New York JetsW 26-10W -9.5Cincinnati BengalsU 43.5
SunNov 28, 20101:02@Atlanta FalconsW 20-17W -2Green Bay PackersU 48
SunNov 28, 20101:02Pittsburgh SteelersW 19-16 (OT)L -7@Buffalo BillsU 44
SunNov 28, 20101:02@Houston TexansW 20-0W -5Tennessee TitansU 46.5
SunNov 28, 20101:02@New York GiantsW 24-20L -7.5Jacksonville JaguarsP 44
SunNov 28, 20101:02Minnesota VikingsW 17-13W -2.5@Washington RedskinsU 44
SunNov 28, 20101:03@Cleveland BrownsW 24-23L -7.5Carolina PanthersO 37.5
SunNov 28, 20104:05@Oakland RaidersL 17-33L -3Miami DolphinsO 38
SunNov 28, 20104:06Kansas City ChiefsW 42-24W -2@Seattle SeahawksO 45
SunNov 28, 20104:15@Baltimore RavensW 17-10L -7.5Tampa Bay BuccaneersU 41.5
SunNov 28, 20104:15Philadelphia EaglesL 26-31L -3.5@Chicago BearsO 43
SunNov 28, 20104:16@Denver BroncosL 33-36L -3St Louis RamsO 45
SunNov 28, 20108:30@Indianapolis ColtsL 14-36L -2San Diego ChargersU 51
MonNov 29, 20108:40San Francisco 49ersW 27-6W -2@Arizona CardinalsU 42
+ + +

+ +

Back to top

2010 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 2, 20108:30@Philadelphia EaglesW 34-24W -8Houston TexansO 49.5
SunDec 5, 20101:02@Green Bay PackersW 34-16W -9San Francisco 49ersO 41
SunDec 5, 20101:02@Miami DolphinsL 10-13L -6Cleveland BrownsU 43.5
SunDec 5, 20101:02@New York GiantsW 31-7W -7.5Washington RedskinsU 43
SunDec 5, 20101:03New Orleans SaintsW 34-30L -7@Cincinnati BengalsO 45.5
SunDec 5, 20101:03Chicago BearsW 24-20L -5.5@Detroit LionsO 43.5
SunDec 5, 20101:03@Kansas City ChiefsW 10-6L -8Denver BroncosU 48.5
SunDec 5, 20101:03@Tennessee TitansL 6-17L -3Jacksonville JaguarsU 43.5
SunDec 5, 20101:05@Minnesota VikingsW 38-14W -5Buffalo BillsO 44
SunDec 5, 20104:05@San Diego ChargersL 13-28L -13Oakland RaidersU 44.5
SunDec 5, 20104:15St Louis RamsW 19-6W -3.5@Arizona CardinalsU 44
SunDec 5, 20104:15@Indianapolis ColtsL 35-38 (OT)L -5.5Dallas CowboysO 48
SunDec 5, 20104:16@Seattle SeahawksW 31-14W -5Carolina PanthersO 40
SunDec 5, 20104:16Atlanta FalconsW 28-24W -3@Tampa Bay BuccaneersO 43.5
SunDec 5, 20108:30@Baltimore RavensL 10-13L -3Pittsburgh SteelersU 39
MonDec 6, 20108:40@New England PatriotsW 45-3W -4New York JetsO 44.5
+ + +

+ +

Back to top

2010 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 9, 20108:29Indianapolis ColtsW 30-28L -4@Tennessee TitansO 44
SunDec 12, 20101:02@Buffalo BillsW 13-6W PKCleveland BrownsU 39
SunDec 12, 20101:02@Jacksonville JaguarsW 38-31W -3.5Oakland RaidersO 41.5
SunDec 12, 20101:02@Pittsburgh SteelersW 23-7W -8Cincinnati BengalsU 39.5
SunDec 12, 20101:03Atlanta FalconsW 31-10W -7.5@Carolina PanthersP 41
SunDec 12, 20101:03Green Bay PackersL 3-7L -7@Detroit LionsU 46
SunDec 12, 20101:03Tampa Bay BuccaneersW 17-16L -1.5@Washington RedskinsU 41.5
SunDec 12, 20104:05@New Orleans SaintsW 31-13W -9St Louis RamsU 47
SunDec 12, 20104:05@San Francisco 49ersW 40-21W -5Seattle SeahawksO 43
SunDec 12, 20104:15Denver BroncosL 13-43L -4@Arizona CardinalsO 44
SunDec 12, 20104:15@New York JetsL 6-10L -5.5Miami DolphinsU 38
SunDec 12, 20104:15@San Diego ChargersW 31-0W -10Kansas City ChiefsU 45.5
SunDec 12, 20104:16New England PatriotsW 36-7W -3@Chicago BearsO 37
SunDec 12, 20108:30Philadelphia EaglesW 30-27L -4@Dallas CowboysO 51
MonDec 13, 20107:20NNew York GiantsW 21-3W -5.5Minnesota VikingsU 44at Detroit
MonDec 13, 20108:40Baltimore RavensW 34-28 (OT)W -3@Houston TexansO 47
+ + +

+ +

Back to top

2010 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 16, 20108:20@San Diego ChargersW 34-7W -10.5San Francisco 49ersU 45
SunDec 19, 20101:00@St Louis RamsL 13-27L -3Kansas City ChiefsU 42.5
SunDec 19, 20101:02@Cincinnati BengalsW 19-17W PKCleveland BrownsU 41
SunDec 19, 20101:02@Indianapolis ColtsW 34-24W -4.5Jacksonville JaguarsO 48
SunDec 19, 20101:02@Miami DolphinsL 14-17L -5.5Buffalo BillsU 40
SunDec 19, 20101:02@Tennessee TitansW 31-17W -1Houston TexansO 47
SunDec 19, 20101:03@Baltimore RavensW 30-24W -2.5New Orleans SaintsO 44.5
SunDec 19, 20101:03@Dallas CowboysW 33-30L -9.5Washington RedskinsO 44.5
SunDec 19, 20101:03@New York GiantsL 31-38L -3Philadelphia EaglesO 47
SunDec 19, 20101:03@Tampa Bay BuccaneersL 20-23 (OT)L -4Detroit LionsP 43
SunDec 19, 20101:04@Carolina PanthersW 19-12W -2.5Arizona CardinalsU 37.5
SunDec 19, 20104:06Atlanta FalconsW 34-18W -6@Seattle SeahawksO 46.5
SunDec 19, 20104:15@Oakland RaidersW 39-23W -8Denver BroncosO 42
SunDec 19, 20104:15@Pittsburgh SteelersL 17-22L -4New York JetsO 35.5
SunDec 19, 20108:30@New England PatriotsW 31-27L -14.5Green Bay PackersO 43.5
MonDec 20, 20108:40Chicago BearsW 40-14W -7@Minnesota VikingsO 33at Univ of Minnesota
+ + +

+ +

Back to top

2010 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 23, 20108:29@Pittsburgh SteelersW 27-3W -14.5Carolina PanthersU 38
SatDec 25, 20107:30Dallas CowboysL 26-27L -7.5@Arizona CardinalsO 45
SunDec 26, 20101:00@St Louis RamsW 25-17W -2.5San Francisco 49ersO 40
SunDec 26, 20101:02New England PatriotsW 34-3W -9@Buffalo BillsU 45.5
SunDec 26, 20101:02@Chicago BearsW 38-34W -3New York JetsO 36
SunDec 26, 20101:02Baltimore RavensW 20-10W -4@Cleveland BrownsU 40
SunDec 26, 20101:03@Jacksonville JaguarsL 17-20 (OT)L -6.5Washington RedskinsU 45
SunDec 26, 20101:03@Kansas City ChiefsW 34-14W -4Tennessee TitansO 42.5
SunDec 26, 20101:03@Miami DolphinsL 27-34L -3.5Detroit LionsO 41
SunDec 26, 20104:05San Diego ChargersL 20-34L -8@Cincinnati BengalsO 43.5
SunDec 26, 20104:05Indianapolis ColtsW 31-26W -2.5@Oakland RaidersO 47.5
SunDec 26, 20104:06Houston TexansL 23-24L -2.5@Denver BroncosU 49.5
SunDec 26, 20104:15@Green Bay PackersW 45-17W -3New York GiantsO 43
SunDec 26, 20104:16@Tampa Bay BuccaneersW 38-15W -6Seattle SeahawksO 43.5
MonDec 27, 20108:40@Atlanta FalconsL 14-17L -2.5New Orleans SaintsU 49.5
TueDec 28, 20108:06@Philadelphia EaglesL 14-24L -14.5Minnesota VikingsU 44.5
+ + +

+ +

Back to top

2010 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 2, 20111:00@New Orleans SaintsL 13-23L -7Tampa Bay BuccaneersU 47
SunJan 2, 20111:02@Baltimore RavensW 13-7L -9.5Cincinnati BengalsU 43
SunJan 2, 20111:02Pittsburgh SteelersW 41-9W -6.5@Cleveland BrownsO 38
SunJan 2, 20111:02@Kansas City ChiefsL 10-31L -4.5Oakland RaidersU 43.5
SunJan 2, 20111:02@New England PatriotsW 38-7W -6Miami DolphinsO 44
SunJan 2, 20111:03@Atlanta FalconsW 31-10W -14.5Carolina PanthersU 41.5
SunJan 2, 20111:03@Detroit LionsW 20-13W -3.5Minnesota VikingsU 43.5
SunJan 2, 20111:03@New York JetsW 38-7W -1.5Buffalo BillsO 38
SunJan 2, 20114:15San Diego ChargersW 33-28W -3.5@Denver BroncosO 47.5
SunJan 2, 20114:15@Green Bay PackersW 10-3L -10.5Chicago BearsU 43.5
SunJan 2, 20114:15@Houston TexansW 34-17W -4Jacksonville JaguarsO 48
SunJan 2, 20114:15@Philadelphia EaglesL 13-14L PKDallas CowboysU 43.5
SunJan 2, 20114:15@San Francisco 49ersW 38-7W -6Arizona CardinalsO 39
SunJan 2, 20114:16@Indianapolis ColtsW 23-20L -9.5Tennessee TitansU 48
SunJan 2, 20114:16New York GiantsW 17-14L -4@Washington RedskinsU 44.5
SunJan 2, 20118:31St Louis RamsL 6-16L -3@Seattle SeahawksU 41.5
+ + +

+

Back to top

+

2010 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 8, 20114:35New Orleans Saints (5)L 36-41L -10@Seattle Seahawks (4)O 46
AFC Wild CardSatJan 8, 20118:15@Indianapolis Colts (3)L 16-17L -2.5New York Jets (6)U 44.5
AFC Wild CardSunJan 9, 20111:06Baltimore Ravens (5)W 30-7W -3@Kansas City Chiefs (4)U 40.5
NFC Wild CardSunJan 9, 20114:40@Philadelphia Eagles (3)L 16-21L -2.5Green Bay Packers (6)U 47
AFC DivisionalSatJan 15, 20114:35@Pittsburgh Steelers (2)W 31-24W -3Baltimore Ravens (5)O 37
NFC DivisionalSatJan 15, 20118:15@Atlanta Falcons (1)L 21-48L -1.5Green Bay Packers (6)O 43.5
NFC DivisionalSunJan 16, 20111:05@Chicago Bears (2)W 35-24W -10Seattle Seahawks (4)O 43
AFC DivisionalSunJan 16, 20114:40@New England Patriots (1)L 21-28L -9.5New York Jets (6)O 45
NFC ChampionshipSunJan 23, 20113:05Green Bay Packers (6)W 21-14W -3.5@Chicago Bears (2)U 42.5
AFC ChampionshipSunJan 23, 20116:41@Pittsburgh Steelers (2)W 24-19W -4New York Jets (6)O 38
Super Bowl XLVSunFeb 6, 20116:34NGreen Bay Packers (6)W 31-25W -3Pittsburgh Steelers (2)O 45
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2011.html b/data/2011.html new file mode 100644 index 0000000..6438942 --- /dev/null +++ b/data/2011.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2011 Season

+ +

Historical NFL Game Odds

2011 Season

<<-- 2010 Season    2012 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2011 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-7 (56.3%)6-9-1 (40.0%)10-6 (62.5%)7-8-1 (46.7%)7-4 (63.6%)4-6-1 (40.0%)3-2 (60.0%)3-2-0 (60.0%)12-4-0 (75.0%)
213-3 (81.3%)8-7-1 (53.3%)11-5 (68.8%)9-6-1 (60.0%)9-1 (90.0%)6-4-0 (60.0%)2-4 (33.3%)3-2-1 (60.0%)9-5-2 (64.3%)
310-6 (62.5%)5-10-1 (33.3%)10-6 (62.5%)8-7-1 (53.3%)6-2 (75.0%)3-5-0 (37.5%)4-4 (50.0%)5-2-1 (71.4%)6-10-0 (37.5%)
411-5 (68.8%)8-8-0 (50.0%)8-8 (50.0%)7-9-0 (43.8%)6-3 (66.7%)4-5-0 (44.4%)2-5 (28.6%)3-4-0 (42.9%)9-6-1 (60.0%)
59-4 (69.2%)8-5-0 (61.5%)6-7 (46.2%)7-6-0 (53.8%)5-3 (62.5%)5-3-0 (62.5%)1-4 (20.0%)2-3-0 (40.0%)9-4-0 (69.2%)
611-2 (84.6%)8-4-1 (66.7%)11-2 (84.6%)8-4-1 (66.7%)10-1 (90.9%)7-3-1 (70.0%)1-1 (50.0%)1-1-0 (50.0%)3-10-0 (23.1%)
78-5 (61.5%)6-6-1 (50.0%)6-6 (50.0%)6-5-1 (54.5%)4-3 (57.1%)3-3-1 (50.0%)2-3 (40.0%)3-2-0 (60.0%)6-7-0 (46.2%)
89-4 (69.2%)6-6-1 (50.0%)10-3 (76.9%)7-5-1 (58.3%)7-1 (87.5%)4-3-1 (57.1%)3-2 (60.0%)3-2-0 (60.0%)4-9-0 (30.8%)
97-7 (50.0%)6-8-0 (42.9%)4-10 (28.6%)3-11-0 (21.4%)4-7 (36.4%)3-8-0 (27.3%)0-3 (0.0%)0-3-0 (0.0%)5-9-0 (35.7%)
108-8 (50.0%)8-8-0 (50.0%)6-10 (37.5%)6-10-0 (37.5%)5-7 (41.7%)5-7-0 (41.7%)1-3 (25.0%)1-3-0 (25.0%)7-8-1 (46.7%)
1110-4 (71.4%)6-7-1 (46.2%)10-4 (71.4%)8-5-1 (61.5%)9-3 (75.0%)6-5-1 (54.5%)1-1 (50.0%)2-0-0 (100.%)6-8-0 (42.9%)
1213-3 (81.3%)8-7-1 (53.3%)8-8 (50.0%)5-10-1 (33.3%)8-3 (72.7%)4-6-1 (40.0%)0-5 (0.0%)1-4-0 (20.0%)7-9-0 (43.8%)
1310-6 (62.5%)8-8-0 (50.0%)8-8 (50.0%)8-8-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)8-8-0 (50.0%)
1411-5 (68.8%)6-10-0 (37.5%)10-6 (62.5%)7-9-0 (43.8%)8-3 (72.7%)4-7-0 (36.4%)2-3 (40.0%)3-2-0 (60.0%)9-6-1 (60.0%)
159-7 (56.3%)6-9-1 (40.0%)7-9 (43.8%)7-8-1 (46.7%)4-4 (50.0%)3-5-0 (37.5%)3-5 (37.5%)4-3-1 (57.1%)8-8-0 (50.0%)
1610-6 (62.5%)6-10-0 (37.5%)11-5 (68.8%)9-7-0 (56.3%)8-3 (72.7%)5-6-0 (45.5%)3-2 (60.0%)4-1-0 (80.0%)7-9-0 (43.8%)
1712-4 (75.0%)8-7-1 (53.3%)9-7 (56.3%)11-4-1 (73.3%)8-3 (72.7%)7-3-1 (70.0%)1-4 (20.0%)4-1-0 (80.0%)9-7-0 (56.3%)
Playoffs6-5 (54.5%)4-7-0 (36.4%)8-2 (80.0%)6-4-0 (60.0%)6-2 (75.0%)4-4-0 (50.0%)2-0 (100.%)2-0-0 (100.%)6-5-0 (54.5%)
+ +


2011 Results by Team

Click on a team to view 2011 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-8 (50.0%)8-7-1 (53.3%)4-1 (80.0%)2-2-1 (50.0%)6-2 (75.0%)4-3-1 (57.1%)4-0 (100.%)2-1-1 (66.7%)6-9-1 (40.0%)
Atlanta Falcons10-6 (62.5%)7-8-1 (46.7%)8-3 (72.7%)5-5-1 (50.0%)6-2 (75.0%)4-3-1 (57.1%)5-1 (83.3%)3-2-1 (60.0%)7-9-0 (43.8%)
Baltimore Ravens12-4 (75.0%)8-7-1 (53.3%)11-4 (73.3%)7-7-1 (50.0%)8-0 (100.%)4-3-1 (57.1%)8-0 (100.%)4-3-1 (57.1%)8-6-2 (57.1%)
Buffalo Bills6-10 (37.5%)6-9-1 (40.0%)2-4 (33.3%)1-5-0 (16.7%)5-3 (62.5%)4-4-0 (50.0%)2-3 (40.0%)1-4-0 (20.0%)10-5-1 (66.7%)
Carolina Panthers6-10 (37.5%)9-6-1 (60.0%)5-2 (71.4%)5-2-0 (71.4%)3-5 (37.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)10-6-0 (62.5%)
Chicago Bears8-8 (50.0%)8-8 (50.0%)5-2 (71.4%)4-3-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)9-7-0 (56.3%)
Cincinnati Bengals9-7 (56.3%)8-6-2 (57.1%)6-2 (75.0%)4-3-1 (57.1%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)10-5-1 (66.7%)
Cleveland Browns4-12 (25.0%)8-7-1 (53.3%)3-3 (50.0%)2-3-1 (40.0%)3-5 (37.5%)3-4-1 (42.9%)2-3 (40.0%)1-3-1 (25.0%)5-11-0 (31.3%)
Dallas Cowboys8-8 (50.0%)5-10-1 (33.3%)8-3 (72.7%)3-7-1 (30.0%)5-3 (62.5%)2-6-0 (25.0%)5-2 (71.4%)2-5-0 (28.6%)6-10-0 (37.5%)
Denver Broncos8-8 (50.0%)7-9 (43.8%)3-3 (50.0%)1-5-0 (16.7%)3-5 (37.5%)1-7-0 (12.5%)2-2 (50.0%)0-4-0 (0.0%)9-7-0 (56.3%)
Detroit Lions10-6 (62.5%)7-8-1 (46.7%)7-3 (70.0%)4-5-1 (44.4%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)10-6-0 (62.5%)
Green Bay Packers15-1 (93.8%)11-5 (68.8%)14-1 (93.3%)10-5-0 (66.7%)8-0 (100.%)7-1-0 (87.5%)7-0 (100.%)6-1-0 (85.7%)11-5-0 (68.8%)
Houston Texans10-6 (62.5%)10-5-1 (66.7%)7-3 (70.0%)6-3-1 (66.7%)5-3 (62.5%)5-2-1 (71.4%)4-2 (66.7%)3-2-1 (60.0%)6-10-0 (37.5%)
Indianapolis Colts2-14 (12.5%)6-10 (37.5%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Jacksonville Jaguars5-11 (31.3%)7-8-1 (46.7%)2-0 (100.%)2-0-0 (100.%)4-4 (50.0%)4-4-0 (50.0%)1-0 (100.%)1-0-0 (100.%)5-11-0 (31.3%)
Kansas City Chiefs7-9 (43.8%)9-7 (56.3%)0-4 (0.0%)0-4-0 (0.0%)3-5 (37.5%)4-4-0 (50.0%)0-4 (0.0%)0-4-0 (0.0%)4-12-0 (25.0%)
Miami Dolphins6-10 (37.5%)8-7-1 (53.3%)4-2 (66.7%)3-2-1 (60.0%)4-4 (50.0%)3-4-1 (42.9%)4-1 (80.0%)3-1-1 (75.0%)4-12-0 (25.0%)
Minnesota Vikings3-13 (18.8%)6-8-2 (42.9%)1-5 (16.7%)1-5-0 (16.7%)1-7 (12.5%)2-5-1 (28.6%)1-4 (20.0%)1-4-0 (20.0%)10-6-0 (62.5%)
New England Patriots13-3 (81.3%)9-7 (56.3%)12-3 (80.0%)8-7-0 (53.3%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)11-5-0 (68.8%)
New Orleans Saints13-3 (81.3%)12-4 (75.0%)12-2 (85.7%)11-3-0 (78.6%)8-0 (100.%)8-0-0 (100.%)8-0 (100.%)8-0-0 (100.%)9-7-0 (56.3%)
New York Giants9-7 (56.3%)8-7-1 (53.3%)5-4 (55.6%)3-5-1 (37.5%)4-4 (50.0%)3-4-1 (42.9%)4-3 (57.1%)2-4-1 (33.3%)8-7-1 (53.3%)
New York Jets8-8 (50.0%)6-9-1 (40.0%)6-4 (60.0%)4-6-0 (40.0%)6-2 (75.0%)4-4-0 (50.0%)5-2 (71.4%)3-4-0 (42.9%)10-6-0 (62.5%)
Oakland Raiders8-8 (50.0%)10-6 (62.5%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)10-6-0 (62.5%)
Philadelphia Eagles8-8 (50.0%)8-8 (50.0%)6-7 (46.2%)6-7-0 (46.2%)3-5 (37.5%)3-5-0 (37.5%)3-4 (42.9%)3-4-0 (42.9%)7-9-0 (43.8%)
Pittsburgh Steelers12-4 (75.0%)7-9 (43.8%)11-1 (91.7%)6-6-0 (50.0%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)6-10-0 (37.5%)
San Diego Chargers8-8 (50.0%)6-10 (37.5%)6-5 (54.5%)4-7-0 (36.4%)5-3 (62.5%)3-5-0 (37.5%)4-2 (66.7%)2-4-0 (33.3%)8-8-0 (50.0%)
San Francisco 49ers13-3 (81.3%)11-4-1 (73.3%)10-1 (90.9%)8-3-0 (72.7%)7-1 (87.5%)7-0-1 (100.%)7-0 (100.%)7-0-0 (100.%)6-9-1 (40.0%)
Seattle Seahawks7-9 (43.8%)10-5-1 (66.7%)1-1 (50.0%)1-1-0 (50.0%)4-4 (50.0%)6-2-0 (75.0%)1-1 (50.0%)1-1-0 (50.0%)9-6-1 (60.0%)
St Louis Rams2-14 (12.5%)3-12-1 (20.0%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)2-5-1 (28.6%)0-2 (0.0%)0-2-0 (0.0%)5-10-1 (33.3%)
Tampa Bay Buccaneers4-12 (25.0%)4-12 (25.0%)2-2 (50.0%)1-3-0 (25.0%)3-4 (42.9%)2-5-0 (28.6%)2-1 (66.7%)1-2-0 (33.3%)10-6-0 (62.5%)
Tennessee Titans9-7 (56.3%)7-9 (43.8%)5-4 (55.6%)2-7-0 (22.2%)5-3 (62.5%)3-5-0 (37.5%)4-2 (66.7%)2-4-0 (33.3%)5-10-1 (33.3%)
Washington Redskins5-11 (31.3%)7-9 (43.8%)2-1 (66.7%)1-2-0 (33.3%)2-6 (25.0%)3-5-0 (37.5%)1-1 (50.0%)0-2-0 (0.0%)7-9-0 (43.8%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2011 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 8, 20118:40@Green Bay PackersW 42-34W -5New Orleans SaintsO 48
SunSep 11, 20111:00Philadelphia EaglesW 31-13W -4@St Louis RamsU 44.5
SunSep 11, 20111:05@Baltimore RavensW 35-7W -1.5Pittsburgh SteelersO 37
SunSep 11, 20111:05@Houston TexansW 34-7W -9Indianapolis ColtsU 44
SunSep 11, 20111:05Tennessee TitansL 14-16L -1.5@Jacksonville JaguarsU 38
SunSep 11, 20111:06Atlanta FalconsL 12-30L -1.5@Chicago BearsO 41
SunSep 11, 20111:06@Cleveland BrownsL 17-27L -7Cincinnati BengalsO 36.5
SunSep 11, 20111:06@Kansas City ChiefsL 7-41L -3.5Buffalo BillsO 40
SunSep 11, 20111:06@Tampa Bay BuccaneersL 20-27L -1.5Detroit LionsO 43.5
SunSep 11, 20114:15@Arizona CardinalsW 28-21P -7Carolina PanthersO 37.5
SunSep 11, 20114:20@San Diego ChargersW 24-17L -8.5Minnesota VikingsU 43
SunSep 11, 20114:22@San Francisco 49ersW 33-17W -6Seattle SeahawksO 38
SunSep 11, 20114:23New York GiantsL 14-28L -2@Washington RedskinsO 40
SunSep 11, 20118:33@New York JetsW 27-24L -6Dallas CowboysO 41
MonSep 12, 20117:13New England PatriotsW 38-24W -7.5@Miami DolphinsO 47
MonSep 12, 201110:26@Denver BroncosL 20-23L -3Oakland RaidersO 42
+ + +

+ +

Back to top

2011 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 18, 20111:02Green Bay PackersW 30-23L -11@Carolina PanthersO 45
SunSep 18, 20111:02@Detroit LionsW 48-3W -9Kansas City ChiefsO 45
SunSep 18, 20111:02Cleveland BrownsW 27-19W -1.5@Indianapolis ColtsO 39
SunSep 18, 20111:02@New Orleans SaintsW 30-13W -5Chicago BearsU 46.5
SunSep 18, 20111:02@New York JetsW 32-3W -9Jacksonville JaguarsU 38.5
SunSep 18, 20111:02@Pittsburgh SteelersW 24-0W -14Seattle SeahawksU 40
SunSep 18, 20111:02Baltimore RavensL 13-26L -6@Tennessee TitansP 39
SunSep 18, 20111:03@Buffalo BillsW 38-35L -4Oakland RaidersO 41
SunSep 18, 20111:03@Washington RedskinsW 22-21L -4.5Arizona CardinalsU 45
SunSep 18, 20111:05@Minnesota VikingsL 20-24L -1Tampa Bay BuccaneersO 41
SunSep 18, 20114:05Dallas CowboysW 27-24 (OT)P -3@San Francisco 49ersO 41.5
SunSep 18, 20114:15@Denver BroncosW 24-22L -3Cincinnati BengalsO 41
SunSep 18, 20114:15Houston TexansW 23-13W -3@Miami DolphinsU 47.5
SunSep 18, 20114:15@New England PatriotsW 35-21W -7San Diego ChargersO 53.5
SunSep 18, 20118:30Philadelphia EaglesL 31-35L -2.5@Atlanta FalconsO 49.5
MonSep 19, 20118:40@New York GiantsW 28-16W -7St Louis RamsP 44
+ + +

+ +

Back to top

2011 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunSep 25, 20111:02@Carolina PanthersW 16-10W -3.5Jacksonville JaguarsU 43.5
SunSep 25, 20111:02@Cincinnati BengalsL 8-13L -1San Francisco 49ersU 38.5
SunSep 25, 20111:02Miami DolphinsL 16-17L -2@Cleveland BrownsU 42.5
SunSep 25, 20111:02@New Orleans SaintsW 40-33W -4Houston TexansO 51
SunSep 25, 20111:02@Tennessee TitansW 17-14L -7Denver BroncosU 44
SunSep 25, 20111:03New England PatriotsL 31-34L -7.5@Buffalo BillsO 54.5
SunSep 25, 20111:03@Philadelphia EaglesL 16-29L -8New York GiantsU 46.5
SunSep 25, 20111:05Detroit LionsW 26-23 (OT)P -3@Minnesota VikingsO 45
SunSep 25, 20114:04New York JetsL 24-34L -3@Oakland RaidersO 41
SunSep 25, 20114:05@San Diego ChargersW 20-17L -14.5Kansas City ChiefsU 44.5
SunSep 25, 20114:05Baltimore RavensW 37-7W -6@St Louis RamsO 42
SunSep 25, 20114:15Green Bay PackersW 27-17W -5@Chicago BearsU 45.5
SunSep 25, 20114:15Arizona CardinalsL 10-13L -3@Seattle SeahawksU 43
SunSep 25, 20114:16@Tampa Bay BuccaneersW 16-13W -1Atlanta FalconsU 45
SunSep 25, 20118:30Pittsburgh SteelersW 23-20L -11@Indianapolis ColtsO 39.5
MonSep 26, 20118:41@Dallas CowboysW 18-16L -3.5Washington RedskinsU 45
+ + +

+ +

Back to top

2011 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 2, 20111:00Washington RedskinsW 17-10W -3@St Louis RamsU 44
SunOct 2, 20111:02@Dallas CowboysL 30-34L -2.5Detroit LionsO 46.5
SunOct 2, 20111:02Minnesota VikingsL 17-22L -3@Kansas City ChiefsU 40
SunOct 2, 20111:03Buffalo BillsL 20-23L -3@Cincinnati BengalsP 43
SunOct 2, 20111:03@Cleveland BrownsL 13-31L -1.5Tennessee TitansO 37.5
SunOct 2, 20111:03@Houston TexansW 17-10W -4Pittsburgh SteelersU 46.5
SunOct 2, 20111:03New Orleans SaintsW 23-10W -9@Jacksonville JaguarsU 45
SunOct 2, 20111:03@Philadelphia EaglesL 23-24L -10San Francisco 49ersO 43.5
SunOct 2, 20111:04@Chicago BearsW 34-29L -7Carolina PanthersO 42
SunOct 2, 20114:05New York GiantsW 31-27W -1.5@Arizona CardinalsO 45
SunOct 2, 20114:05Atlanta FalconsW 30-28L -6@Seattle SeahawksO 39
SunOct 2, 20114:15@Green Bay PackersW 49-23W -12Denver BroncosO 46.5
SunOct 2, 20114:15New England PatriotsW 31-19W -6.5@Oakland RaidersU 55.5
SunOct 2, 20114:15@San Diego ChargersW 26-16W -7Miami DolphinsU 45
SunOct 2, 20118:30@Baltimore RavensW 34-17W -5New York JetsO 43.5
MonOct 3, 20118:40@Tampa Bay BuccaneersW 24-17L -10Indianapolis ColtsO 40.5
+ + +

+ +

Back to top

2011 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 9, 20111:02@Houston TexansL 20-25L -4.5Oakland RaidersU 48.5
SunOct 9, 20111:02@Indianapolis ColtsL 24-28L -1.5Kansas City ChiefsO 38
SunOct 9, 20111:02Cincinnati BengalsW 30-20W -2.5@Jacksonville JaguarsO 37
SunOct 9, 20111:02@Pittsburgh SteelersW 38-17W -3Tennessee TitansO 40
SunOct 9, 20111:04Philadelphia EaglesL 24-31L -3@Buffalo BillsO 53
SunOct 9, 20111:04New Orleans SaintsW 30-27L -6.5@Carolina PanthersO 51.5
SunOct 9, 20111:04@New York GiantsL 25-36L -10Seattle SeahawksO 43.5
SunOct 9, 20111:05@Minnesota VikingsW 34-10W -3.5Arizona CardinalsU 45
SunOct 9, 20114:05@San Francisco 49ersW 48-3W -3Tampa Bay BuccaneersO 41.5
SunOct 9, 20114:15@New England PatriotsW 30-21W -7.5New York JetsO 50
SunOct 9, 20114:16San Diego ChargersW 29-24W -3.5@Denver BroncosO 46.5
SunOct 9, 20118:30Green Bay PackersW 25-14W -6.5@Atlanta FalconsU 53
MonOct 10, 20118:40@Detroit LionsW 24-13W -7Chicago BearsU 47
+ + +

+ +

Back to top

2011 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 16, 20111:02@Atlanta FalconsW 31-17W -3.5Carolina PanthersU 49.5
SunOct 16, 20111:02@Cincinnati BengalsW 27-17W -4.5Indianapolis ColtsO 40.5
SunOct 16, 20111:02@Green Bay PackersW 24-3W -14St Louis RamsU 47.5
SunOct 16, 20111:02@New York GiantsW 27-24P -3Buffalo BillsO 49
SunOct 16, 20111:02@Pittsburgh SteelersW 17-13L -12.5Jacksonville JaguarsU 40
SunOct 16, 20111:03@Detroit LionsL 19-25L -5San Francisco 49ersU 45
SunOct 16, 20111:05Philadelphia EaglesW 20-13W -3@Washington RedskinsU 46.5
SunOct 16, 20114:05@Oakland RaidersW 24-17W -6.5Cleveland BrownsU 45
SunOct 16, 20114:06@Baltimore RavensW 29-14W -7Houston TexansU 43.5
SunOct 16, 20114:15@New England PatriotsW 20-16L -7Dallas CowboysU 54.5
SunOct 16, 20114:15New Orleans SaintsL 20-26L -6.5@Tampa Bay BuccaneersU 49.5
SunOct 16, 20118:30@Chicago BearsW 39-10W -2.5Minnesota VikingsO 42
MonOct 17, 20118:40@New York JetsW 24-6W -7.5Miami DolphinsU 41.5
+ + +

+ +

Back to top

2011 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 23, 20111:02Denver BroncosW 18-15 (OT)W -1@Miami DolphinsU 41.5
SunOct 23, 20111:02@Tennessee TitansL 7-41L -2.5Houston TexansO 44
SunOct 23, 20111:03San Diego ChargersL 21-27L -1@New York JetsO 43.5
SunOct 23, 20111:05@Carolina PanthersW 33-20W -2.5Washington RedskinsO 44.5
SunOct 23, 20111:05NChicago BearsW 24-18W -2Tampa Bay BuccaneersU 44at London
SunOct 23, 20111:05@Cleveland BrownsW 6-3P -3Seattle SeahawksU 41
SunOct 23, 20111:05@Detroit LionsL 16-23L -4.5Atlanta FalconsU 47
SunOct 23, 20114:05Pittsburgh SteelersW 32-20W -4.5@Arizona CardinalsO 46.5
SunOct 23, 20114:15@Dallas CowboysW 34-7W -14St Louis RamsU 43
SunOct 23, 20114:15Green Bay PackersW 33-27L -11@Minnesota VikingsO 47
SunOct 23, 20117:05@Oakland RaidersL 0-28L -3.5Kansas City ChiefsU 41.5
SunOct 23, 20118:30@New Orleans SaintsW 62-7W -14Indianapolis ColtsO 49
MonOct 24, 20118:40Baltimore RavensL 7-12L -10.5@Jacksonville JaguarsU 39
+ + +

+ +

Back to top

2011 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 30, 20111:00New Orleans SaintsL 21-31L -14@St Louis RamsO 48.5
SunOct 30, 20111:02@Baltimore RavensW 30-27L -11.5Arizona CardinalsO 43
SunOct 30, 20111:02@Houston TexansW 24-14P -10Jacksonville JaguarsU 41
SunOct 30, 20111:02@New York GiantsW 20-17L -10Miami DolphinsU 43.5
SunOct 30, 20111:02@Tennessee TitansW 27-10W -7.5Indianapolis ColtsU 43.5
SunOct 30, 20111:03@Carolina PanthersL 21-24L -3Minnesota VikingsU 47
SunOct 30, 20114:05@Buffalo BillsW 23-0W -4Washington RedskinsU 46.5at Toronto
SunOct 30, 20114:10Detroit LionsW 45-10W -3.5@Denver BroncosO 43.5
SunOct 30, 20114:15New England PatriotsL 17-25L -3@Pittsburgh SteelersU 52
SunOct 30, 20114:15@San Francisco 49ersW 20-10W -9.5Cleveland BrownsU 38.5
SunOct 30, 20114:16Cincinnati BengalsW 34-12W -1.5@Seattle SeahawksO 37.5
SunOct 30, 20118:28@Philadelphia EaglesW 34-7W -3Dallas CowboysU 49.5
MonOct 31, 20118:40San Diego ChargersL 20-23 (OT)L -3@Kansas City ChiefsU 44.5
+ + +

+ +

Back to top

2011 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunNov 6, 20111:02@Dallas CowboysW 23-13L -11Seattle SeahawksU 45
SunNov 6, 20111:02Atlanta FalconsW 31-7W -7@Indianapolis ColtsU 45.5
SunNov 6, 20111:03@Buffalo BillsL 11-27L -2.5New York JetsU 45
SunNov 6, 20111:03@Houston TexansW 30-12W -10.5Cleveland BrownsO 41
SunNov 6, 20111:03@Kansas City ChiefsL 3-31L -4Miami DolphinsU 40.5
SunNov 6, 20111:03@New Orleans SaintsW 27-16W -9Tampa Bay BuccaneersU 50.5
SunNov 6, 20111:03San Francisco 49ersW 19-11W -4.5@Washington RedskinsU 37.5
SunNov 6, 20114:05@Oakland RaidersL 24-38L -7.5Denver BroncosO 42.5
SunNov 6, 20114:05@Tennessee TitansL 17-24L -3Cincinnati BengalsU 41.5
SunNov 6, 20114:15@Arizona CardinalsW 19-13 (OT)W -3St Louis RamsU 41.5
SunNov 6, 20114:15@New England PatriotsL 20-24L -9New York GiantsU 51
SunNov 6, 20114:15Green Bay PackersW 45-38W -6@San Diego ChargersO 51
SunNov 6, 20118:30@Pittsburgh SteelersL 20-23L -3.5Baltimore RavensO 42
MonNov 7, 20118:41@Philadelphia EaglesL 24-30L -8Chicago BearsO 47.5
+ + +

+ +

Back to top

2011 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 10, 20118:29@San Diego ChargersL 17-24L -7Oakland RaidersU 48
SunNov 13, 20111:02Pittsburgh SteelersW 24-17W -4@Cincinnati BengalsO 40.5
SunNov 13, 20111:02@Dallas CowboysW 44-7W -4.5Buffalo BillsO 49
SunNov 13, 20111:02Jacksonville JaguarsW 17-3W -3@Indianapolis ColtsU 37.5
SunNov 13, 20111:02@Philadelphia EaglesL 17-21L -13Arizona CardinalsU 47.5
SunNov 13, 20111:02Houston TexansW 37-9W -4@Tampa Bay BuccaneersO 45.5
SunNov 13, 20111:03@Atlanta FalconsL 23-26 (OT)L -1New Orleans SaintsU 50
SunNov 13, 20111:03@Cleveland BrownsL 12-13L -3St Louis RamsU 36.5
SunNov 13, 20111:03@Kansas City ChiefsL 10-17L -3.5Denver BroncosU 42.5
SunNov 13, 20111:03@Miami DolphinsW 20-9W -4Washington RedskinsU 38
SunNov 13, 20111:04@Carolina PanthersL 3-30L -3.5Tennessee TitansU 47.5
SunNov 13, 20114:06Baltimore RavensL 17-22L -7@Seattle SeahawksP 39
SunNov 13, 20114:15@San Francisco 49ersW 27-20W -4New York GiantsO 42.5
SunNov 13, 20114:16@Chicago BearsW 37-13W -3Detroit LionsO 42.5
SunNov 13, 20118:31@New York JetsL 16-37L -2.5New England PatriotsO 47
MonNov 14, 20118:40@Green Bay PackersW 45-7W -13Minnesota VikingsO 50
+ + +

+ +

Back to top

2011 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 17, 20118:30New York JetsL 13-17L -6.5@Denver BroncosU 38.5
SunNov 20, 20111:02@Baltimore RavensW 31-24P -7Cincinnati BengalsO 40.5
SunNov 20, 20111:02@Cleveland BrownsW 14-10W -1.5Jacksonville JaguarsU 34.5
SunNov 20, 20111:02@Detroit LionsW 49-35W -7Carolina PanthersO 47.5
SunNov 20, 20111:02@Green Bay PackersW 35-26L -13.5Tampa Bay BuccaneersO 49
SunNov 20, 20111:02@Miami DolphinsW 35-8W -3Buffalo BillsU 44
SunNov 20, 20111:03Dallas CowboysW 27-24 (OT)L -7@Washington RedskinsO 43
SunNov 20, 20111:05@Minnesota VikingsL 21-27L -2Oakland RaidersO 46.5
SunNov 20, 20114:05@San Francisco 49ersW 23-7W -10Arizona CardinalsU 40.5
SunNov 20, 20114:05@St Louis RamsL 7-24L -3Seattle SeahawksU 40
SunNov 20, 20114:15@Atlanta FalconsW 23-17L -6.5Tennessee TitansU 44
SunNov 20, 20114:16@Chicago BearsW 31-20W -4.5San Diego ChargersO 45.5
SunNov 20, 20118:32@New York GiantsL 10-17L -6Philadelphia EaglesU 45.5
MonNov 21, 20118:40@New England PatriotsW 34-3W -17Kansas City ChiefsU 47
+ + +

+ +

Back to top

2011 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 201112:35Green Bay PackersW 27-15W -4.5@Detroit LionsU 55
ThuNov 24, 20114:16@Dallas CowboysW 20-19L -7Miami DolphinsU 46
ThuNov 24, 20118:29@Baltimore RavensW 16-6W -3.5San Francisco 49ersU 40.5
SunNov 27, 20111:00@St Louis RamsL 20-23L -2.5Arizona CardinalsO 40
SunNov 27, 20111:02@Atlanta FalconsW 24-14P -10Minnesota VikingsU 44
SunNov 27, 20111:02@Cincinnati BengalsW 23-20L -7Cleveland BrownsO 38
SunNov 27, 20111:02@New York JetsW 28-24L -9.5Buffalo BillsO 42.5
SunNov 27, 20111:02@Tennessee TitansW 23-17W -3Tampa Bay BuccaneersU 44
SunNov 27, 20111:03Carolina PanthersW 27-19W -3.5@Indianapolis ColtsU 46.5
SunNov 27, 20111:03Houston TexansW 20-13W -6.5@Jacksonville JaguarsU 37
SunNov 27, 20114:05@Oakland RaidersW 25-20W -3Chicago BearsO 41
SunNov 27, 20114:07@Seattle SeahawksL 17-23L -3Washington RedskinsO 37.5
SunNov 27, 20114:15New England PatriotsW 38-20W -3.5@Philadelphia EaglesO 50.5
SunNov 27, 20114:15@San Diego ChargersL 13-16 (OT)L -5.5Denver BroncosU 42
SunNov 27, 20118:31Pittsburgh SteelersW 13-9L -10.5@Kansas City ChiefsU 40.5
MonNov 28, 20118:40@New Orleans SaintsW 49-24W -7New York GiantsO 51
+ + +

+ +

Back to top

2011 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 1, 20118:29Philadelphia EaglesL 14-31L -3@Seattle SeahawksO 43.5
SunDec 4, 20111:02@Buffalo BillsL 17-23L -1Tennessee TitansU 44
SunDec 4, 20111:02@New England PatriotsW 31-24L -20.5Indianapolis ColtsO 48.5
SunDec 4, 20111:02@Pittsburgh SteelersW 35-7W -7Cincinnati BengalsU 43
SunDec 4, 20111:02Carolina PanthersW 38-19W -2.5@Tampa Bay BuccaneersO 46.5
SunDec 4, 20111:03@Chicago BearsL 3-10L -9Kansas City ChiefsU 35
SunDec 4, 20111:03Atlanta FalconsL 10-17L -2@Houston TexansU 38
SunDec 4, 20111:03@Miami DolphinsW 34-14W -3Oakland RaidersO 43
SunDec 4, 20111:03New York JetsW 34-19W -3@Washington RedskinsO 38.5
SunDec 4, 20111:05@Minnesota VikingsL 32-35L -1.5Denver BroncosO 37.5
SunDec 4, 20114:05Baltimore RavensW 24-10W -7@Cleveland BrownsU 38.5
SunDec 4, 20114:15Dallas CowboysL 13-19 (OT)L -4.5@Arizona CardinalsU 46.5
SunDec 4, 20114:15Green Bay PackersW 38-35L -7@New York GiantsO 54
SunDec 4, 20114:15@San Francisco 49ersW 26-0W -14.5St Louis RamsU 38.5
SunDec 4, 20118:31@New Orleans SaintsW 31-17W -9Detroit LionsU 54.5
MonDec 5, 20118:41San Diego ChargersW 38-14W -3@Jacksonville JaguarsO 39.5
+ + +

+ +

Back to top

2011 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 8, 20118:28@Pittsburgh SteelersW 14-3L -14Cleveland BrownsU 40
SunDec 11, 20111:02@Baltimore RavensW 24-10L -16.5Indianapolis ColtsU 41.5
SunDec 11, 20111:02@Cincinnati BengalsL 19-20L -3Houston TexansO 37
SunDec 11, 20111:02@New York JetsW 37-10W -10.5Kansas City ChiefsO 35.5
SunDec 11, 20111:03@Detroit LionsW 34-28L -10Minnesota VikingsO 47
SunDec 11, 20111:03Tampa Bay BuccaneersL 14-41L -3@Jacksonville JaguarsO 42
SunDec 11, 20111:03@Miami DolphinsL 10-26L -3Philadelphia EaglesU 44.5
SunDec 11, 20111:03New Orleans SaintsW 22-17W -3.5@Tennessee TitansU 48
SunDec 11, 20111:03New England PatriotsW 34-27L -7.5@Washington RedskinsO 47
SunDec 11, 20111:04Atlanta FalconsW 31-23W -3@Carolina PanthersO 47.5
SunDec 11, 20114:05San Francisco 49ersL 19-21L -3.5@Arizona CardinalsP 40
SunDec 11, 20114:05@Denver BroncosW 13-10 (OT)L -3.5Chicago BearsU 35.5
SunDec 11, 20114:15@Green Bay PackersW 46-16W -11.5Oakland RaidersO 49.5
SunDec 11, 20114:15@San Diego ChargersW 37-10W -7Buffalo BillsU 49
SunDec 11, 20118:30@Dallas CowboysL 34-37L -4.5New York GiantsO 50.5
MonDec 12, 20118:40@Seattle SeahawksW 30-13W -9.5St Louis RamsO 37
+ + +

+ +

Back to top

2011 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 15, 20118:29@Atlanta FalconsW 41-14W -13.5Jacksonville JaguarsO 42
SatDec 17, 20118:29Dallas CowboysW 31-15W -7@Tampa Bay BuccaneersU 47
SunDec 18, 20111:00Cincinnati BengalsW 20-13P -7@St Louis RamsU 39
SunDec 18, 20111:02@Buffalo BillsL 23-30L -1.5Miami DolphinsO 40.5
SunDec 18, 20111:02@New York GiantsL 10-23L -6Washington RedskinsU 46.5
SunDec 18, 20111:03@Chicago BearsL 14-38L -3.5Seattle SeahawksO 35
SunDec 18, 20111:03@Houston TexansL 13-28L -6Carolina PanthersU 45.5
SunDec 18, 20111:03Tennessee TitansL 13-27L -6.5@Indianapolis ColtsU 41.5
SunDec 18, 20111:03Green Bay PackersL 14-19L -11.5@Kansas City ChiefsU 46
SunDec 18, 20111:05New Orleans SaintsW 42-20W -7.5@Minnesota VikingsO 53.5
SunDec 18, 20114:05Detroit LionsW 28-27L -1.5@Oakland RaidersO 47.5
SunDec 18, 20114:15@Arizona CardinalsW 20-17 (OT)L -6.5Cleveland BrownsU 37.5
SunDec 18, 20114:16New England PatriotsW 41-23W -7.5@Denver BroncosO 47.5
SunDec 18, 20114:16@Philadelphia EaglesW 45-19W -3New York JetsO 44
SunDec 18, 20118:30Baltimore RavensL 14-34L -2.5@San Diego ChargersO 44
MonDec 19, 20119:00@San Francisco 49ersW 20-3W -3Pittsburgh SteelersU 37
+ + +

+ +

Back to top

2011 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 22, 20118:29Houston TexansL 16-19L -7@Indianapolis ColtsU 40.5
SatDec 24, 20111:02Denver BroncosL 14-40L -3@Buffalo BillsO 43.5
SatDec 24, 20111:02@Cincinnati BengalsW 23-16W -4Arizona CardinalsU 41
SatDec 24, 20111:02@New England PatriotsW 27-24L -7.5Miami DolphinsO 49.5
SatDec 24, 20111:02@Pittsburgh SteelersW 27-0W -10St Louis RamsU 34
SatDec 24, 20111:02@Tennessee TitansW 23-17L -8.5Jacksonville JaguarsO 38.5
SatDec 24, 20111:03@Baltimore RavensW 20-14L -11Cleveland BrownsU 38
SatDec 24, 20111:03@Kansas City ChiefsL 13-16 (OT)L -3Oakland RaidersU 43
SatDec 24, 20111:03@New York JetsL 14-29L -3New York GiantsU 46
SatDec 24, 20111:04@Carolina PanthersW 48-16W -7.5Tampa Bay BuccaneersO 48
SatDec 24, 20111:05@Washington RedskinsL 26-33L -6Minnesota VikingsO 43
SatDec 24, 20114:05San Diego ChargersL 10-38L -1@Detroit LionsU 53
SatDec 24, 20114:15Philadelphia EaglesW 20-7W -2.5@Dallas CowboysU 50
SatDec 24, 20114:16San Francisco 49ersW 19-17L -2.5@Seattle SeahawksU 37
SunDec 25, 20118:30@Green Bay PackersW 35-21W -13Chicago BearsO 42
MonDec 26, 20118:40@New Orleans SaintsW 45-16W -7Atlanta FalconsO 52.5
+ + +

+ +

Back to top

2011 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 1, 20121:00San Francisco 49ersW 34-27L -12.5@St Louis RamsO 34.5
SunJan 1, 20121:02Detroit LionsL 41-45L -6.5@Green Bay PackersO 42
SunJan 1, 20121:02Tennessee TitansW 23-22L -2@Houston TexansO 38.5
SunJan 1, 20121:02@Miami DolphinsW 19-17P -2New York JetsU 39
SunJan 1, 20121:02@New England PatriotsW 49-21W -10Buffalo BillsO 50
SunJan 1, 20121:02@Philadelphia EaglesW 34-10W -7Washington RedskinsU 44.5
SunJan 1, 20121:03@Jacksonville JaguarsW 19-13W -3Indianapolis ColtsU 37
SunJan 1, 20121:03@New Orleans SaintsW 45-17W -7Carolina PanthersO 55
SunJan 1, 20121:05@Minnesota VikingsL 13-17L -2.5Chicago BearsU 42
SunJan 1, 20124:15@Arizona CardinalsW 23-20 (OT)W -2.5Seattle SeahawksO 40.5
SunJan 1, 20124:15@Oakland RaidersL 26-38L -3San Diego ChargersO 48.5
SunJan 1, 20124:16Baltimore RavensW 24-16W -2.5@Cincinnati BengalsO 38
SunJan 1, 20124:16Pittsburgh SteelersW 13-9L -7@Cleveland BrownsU 33
SunJan 1, 20124:16@Denver BroncosL 3-7L -2Kansas City ChiefsU 37.5
SunJan 1, 20124:17@Atlanta FalconsW 45-24W -9.5Tampa Bay BuccaneersO 45
SunJan 1, 20128:31@New York GiantsW 31-14W -3Dallas CowboysU 47.5
+ + +

+

Back to top

+

2011 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 7, 20124:35@Houston Texans (3)W 31-10W -4Cincinnati Bengals (6)O 38
NFC Wild CardSatJan 7, 20128:09@New Orleans Saints (3)W 45-28W -10.5Detroit Lions (6)O 60
NFC Wild CardSunJan 8, 20121:06@New York Giants (4)W 24-2W -3Atlanta Falcons (5)U 48
AFC Wild CardSunJan 8, 20124:40Pittsburgh Steelers (5)L 23-29 (OT)L -7.5@Denver Broncos (4)O 34
NFC DivisionalSatJan 14, 20124:35New Orleans Saints (3)L 32-36L -3.5@San Francisco 49ers (2)O 47
AFC DivisionalSatJan 14, 20128:15@New England Patriots (1)W 45-10W -13.5Denver Broncos (4)O 50
AFC DivisionalSunJan 15, 20121:05@Baltimore Ravens (2)W 20-13L -8Houston Texans (3)U 37.5
NFC DivisionalSunJan 15, 20124:40@Green Bay Packers (1)L 20-37L -8New York Giants (4)O 54.5
AFC ChampionshipSunJan 22, 20123:05@New England Patriots (1)W 23-20L -7Baltimore Ravens (2)U 50
NFC ChampionshipSunJan 22, 20126:41@San Francisco 49ers (2)L 17-20 (OT)L -2New York Giants (4)U 41.5
Super Bowl XLVISunFeb 5, 20126:30NNew England Patriots (1)L 17-21L -3New York Giants (4)U 53
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2012.html b/data/2012.html new file mode 100644 index 0000000..af4d2a5 --- /dev/null +++ b/data/2012.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2012 Season

+ +

Historical NFL Game Odds

2012 Season

<<-- 2011 Season    2013 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2012 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-6 (62.5%)7-9-0 (43.8%)9-7 (56.3%)8-8-0 (50.0%)7-4 (63.6%)5-6-0 (45.5%)2-3 (40.0%)3-2-0 (60.0%)9-7-0 (56.3%)
210-6 (62.5%)7-8-1 (46.7%)14-2 (87.5%)11-4-1 (73.3%)9-1 (90.0%)6-3-1 (66.7%)5-1 (83.3%)5-1-0 (83.3%)7-7-2 (50.0%)
36-10 (37.5%)3-12-1 (20.0%)8-8 (50.0%)6-9-1 (40.0%)3-5 (37.5%)1-7-0 (12.5%)5-3 (62.5%)5-2-1 (71.4%)6-10-0 (37.5%)
410-5 (66.7%)6-9-0 (40.0%)8-7 (53.3%)4-11-0 (26.7%)7-4 (63.6%)3-8-0 (27.3%)1-3 (25.0%)1-3-0 (25.0%)8-7-0 (53.3%)
510-4 (71.4%)7-7-0 (50.0%)8-6 (57.1%)9-5-0 (64.3%)6-2 (75.0%)5-3-0 (62.5%)2-4 (33.3%)4-2-0 (66.7%)6-8-0 (42.9%)
65-8 (38.5%)2-11-0 (15.4%)9-5 (64.3%)6-8-0 (42.9%)5-4 (55.6%)2-7-0 (22.2%)4-0 (100.%)4-0-0 (100.%)9-4-1 (69.2%)
711-2 (84.6%)6-7-0 (46.2%)8-5 (61.5%)3-10-0 (23.1%)8-2 (80.0%)3-7-0 (30.0%)0-3 (0.0%)0-3-0 (0.0%)6-7-0 (46.2%)
88-6 (57.1%)6-8-0 (42.9%)6-7 (46.2%)4-9-0 (30.8%)5-5 (50.0%)3-7-0 (30.0%)1-2 (33.3%)1-2-0 (33.3%)6-7-1 (46.2%)
910-4 (71.4%)10-4-0 (71.4%)7-7 (50.0%)7-7-0 (50.0%)6-3 (66.7%)6-3-0 (66.7%)1-4 (20.0%)1-4-0 (20.0%)7-7-0 (50.0%)
108-5 (61.5%)6-8-0 (42.9%)8-5 (61.5%)6-8-0 (42.9%)5-2 (71.4%)3-5-0 (37.5%)3-3 (50.0%)3-3-0 (50.0%)8-6-0 (57.1%)
1113-1 (92.9%)8-5-1 (61.5%)8-6 (57.1%)4-9-1 (30.8%)8-1 (88.9%)4-5-0 (44.4%)0-5 (0.0%)0-4-1 (0.0%)6-8-0 (42.9%)
1211-5 (68.8%)8-8-0 (50.0%)7-9 (43.8%)10-6-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)3-7 (30.0%)6-4-0 (60.0%)8-8-0 (50.0%)
1310-6 (62.5%)7-9-0 (43.8%)9-7 (56.3%)8-8-0 (50.0%)6-3 (66.7%)4-5-0 (44.4%)3-4 (42.9%)4-3-0 (57.1%)7-9-0 (43.8%)
1410-6 (62.5%)9-6-1 (60.0%)10-6 (62.5%)9-6-1 (60.0%)8-4 (66.7%)7-4-1 (63.6%)2-2 (50.0%)2-2-0 (50.0%)8-8-0 (50.0%)
159-6 (60.0%)9-6-0 (60.0%)8-8 (50.0%)8-8-0 (50.0%)5-4 (55.6%)5-4-0 (55.6%)2-4 (33.3%)2-4-0 (33.3%)8-8-0 (50.0%)
1610-6 (62.5%)9-7-0 (56.3%)6-10 (37.5%)7-9-0 (43.8%)5-5 (50.0%)5-5-0 (50.0%)1-5 (16.7%)2-4-0 (33.3%)7-8-1 (46.7%)
1712-4 (75.0%)8-8-0 (50.0%)13-3 (81.3%)11-5-0 (68.8%)11-2 (84.6%)8-5-0 (61.5%)2-1 (66.7%)3-0-0 (100.%)7-9-0 (43.8%)
Playoffs8-3 (72.7%)7-4-0 (63.6%)6-4 (60.0%)5-5-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)0-2 (0.0%)0-2-0 (0.0%)6-5-0 (54.5%)
+ +


2012 Results by Team

Click on a team to view 2012 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-11 (31.3%)7-9 (43.8%)1-3 (25.0%)0-4-0 (0.0%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)7-9-0 (43.8%)
Atlanta Falcons13-3 (81.3%)9-7 (56.3%)10-3 (76.9%)6-7-0 (46.2%)7-1 (87.5%)4-4-0 (50.0%)6-1 (85.7%)3-4-0 (42.9%)5-11-0 (31.3%)
Baltimore Ravens10-6 (62.5%)6-9-1 (40.0%)9-1 (90.0%)4-5-1 (44.4%)6-2 (75.0%)3-5-0 (37.5%)5-1 (83.3%)2-4-0 (33.3%)8-6-2 (57.1%)
Buffalo Bills6-10 (37.5%)7-9 (43.8%)5-2 (71.4%)5-2-0 (71.4%)4-4 (50.0%)4-4-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)8-8-0 (50.0%)
Carolina Panthers7-9 (43.8%)9-7 (56.3%)2-4 (33.3%)2-4-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)9-7-0 (56.3%)
Chicago Bears10-6 (62.5%)7-9 (43.8%)9-3 (75.0%)6-6-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)9-7-0 (56.3%)
Cincinnati Bengals10-6 (62.5%)9-6-1 (60.0%)6-4 (60.0%)5-4-1 (55.6%)4-4 (50.0%)3-4-1 (42.9%)3-3 (50.0%)2-3-1 (40.0%)6-10-0 (37.5%)
Cleveland Browns5-11 (31.3%)8-7-1 (53.3%)2-1 (66.7%)2-1-0 (66.7%)4-4 (50.0%)5-3-0 (62.5%)1-1 (50.0%)1-1-0 (50.0%)6-10-0 (37.5%)
Dallas Cowboys8-8 (50.0%)6-10 (37.5%)5-4 (55.6%)2-7-0 (22.2%)4-4 (50.0%)1-7-0 (12.5%)3-3 (50.0%)0-6-0 (0.0%)8-8-0 (50.0%)
Denver Broncos13-3 (81.3%)11-5 (68.8%)12-0 (100.%)10-2-0 (83.3%)7-1 (87.5%)6-2-0 (75.0%)7-0 (100.%)6-1-0 (85.7%)10-6-0 (62.5%)
Detroit Lions4-12 (25.0%)6-10 (37.5%)3-5 (37.5%)2-6-0 (25.0%)2-6 (25.0%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)10-5-1 (66.7%)
Green Bay Packers11-5 (68.8%)9-7 (56.3%)10-4 (71.4%)8-6-0 (57.1%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)8-8-0 (50.0%)
Houston Texans12-4 (75.0%)9-7 (56.3%)11-3 (78.6%)8-6-0 (57.1%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)7-9-0 (43.8%)
Indianapolis Colts11-5 (68.8%)10-5-1 (66.7%)5-1 (83.3%)4-1-1 (80.0%)7-1 (87.5%)6-1-1 (85.7%)3-1 (75.0%)2-1-1 (66.7%)5-10-1 (33.3%)
Jacksonville Jaguars2-14 (12.5%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Kansas City Chiefs2-14 (12.5%)5-11 (31.3%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)6-10-0 (37.5%)
Miami Dolphins7-9 (43.8%)8-7-1 (53.3%)3-2 (60.0%)2-3-0 (40.0%)5-3 (62.5%)5-2-1 (71.4%)3-1 (75.0%)2-2-0 (50.0%)5-10-1 (33.3%)
Minnesota Vikings10-6 (62.5%)9-7 (56.3%)3-3 (50.0%)2-4-0 (33.3%)7-1 (87.5%)6-2-0 (75.0%)3-1 (75.0%)2-2-0 (50.0%)7-9-0 (43.8%)
New England Patriots12-4 (75.0%)9-7 (56.3%)12-3 (80.0%)8-7-0 (53.3%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)11-5-0 (68.8%)
New Orleans Saints7-9 (43.8%)8-8 (50.0%)5-4 (55.6%)5-4-0 (55.6%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)10-6-0 (62.5%)
New York Giants9-7 (56.3%)7-9 (43.8%)7-5 (58.3%)5-7-0 (41.7%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)5-10-1 (33.3%)
New York Jets6-10 (37.5%)6-9-1 (40.0%)5-2 (71.4%)3-3-1 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)6-8-2 (42.9%)
Oakland Raiders4-12 (25.0%)5-11 (31.3%)2-3 (40.0%)1-4-0 (20.0%)3-5 (37.5%)2-6-0 (25.0%)2-2 (50.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Philadelphia Eagles4-12 (25.0%)4-12 (25.0%)3-3 (50.0%)1-5-0 (16.7%)2-6 (25.0%)1-7-0 (12.5%)2-2 (50.0%)1-3-0 (25.0%)8-7-1 (53.3%)
Pittsburgh Steelers8-8 (50.0%)6-9-1 (40.0%)5-6 (45.5%)3-8-0 (27.3%)5-3 (62.5%)3-4-1 (42.9%)5-2 (71.4%)3-4-0 (42.9%)7-9-0 (43.8%)
San Diego Chargers7-9 (43.8%)7-9 (43.8%)4-3 (57.1%)3-4-0 (42.9%)3-5 (37.5%)2-6-0 (25.0%)3-2 (60.0%)2-3-0 (40.0%)10-6-0 (62.5%)
San Francisco 49ers11-4-1 (73.3%)9-7 (56.3%)9-3 (75.0%)7-6-0 (53.8%)6-1 (85.7%)4-4-0 (50.0%)6-1 (85.7%)4-4-0 (50.0%)9-6-1 (60.0%)
Seattle Seahawks11-5 (68.8%)11-5 (68.8%)6-3 (66.7%)5-4-0 (55.6%)8-0 (100.%)7-1-0 (87.5%)5-0 (100.%)4-1-0 (80.0%)8-8-0 (50.0%)
St Louis Rams7-8-1 (46.7%)11-5 (68.8%)0-2 (0.0%)0-2-0 (0.0%)4-3 (57.1%)4-3-0 (57.1%)0-2 (0.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Tampa Bay Buccaneers7-9 (43.8%)10-6 (62.5%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
Tennessee Titans6-10 (37.5%)6-9-1 (40.0%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)9-7-0 (56.3%)
Washington Redskins10-6 (62.5%)11-5 (68.8%)4-3 (57.1%)4-3-0 (57.1%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)9-7-0 (56.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2012 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
WedSep 5, 20128:41@New York GiantsL 17-24L -4Dallas CowboysU 46
SunSep 9, 20121:02@Chicago BearsW 41-21W -10Indianapolis ColtsO 42.5
SunSep 9, 20121:03Philadelphia EaglesW 17-16L -9.5@Cleveland BrownsU 42
SunSep 9, 20121:03@Detroit LionsW 27-23L -9St Louis RamsO 46.5
SunSep 9, 20121:03@Houston TexansW 30-10W -13.5Miami DolphinsU 41.5
SunSep 9, 20121:03Atlanta FalconsW 40-24W -2.5@Kansas City ChiefsO 43
SunSep 9, 20121:03@New Orleans SaintsL 32-40L -9Washington RedskinsO 50.5
SunSep 9, 20121:03@New York JetsW 48-28W -3Buffalo BillsO 39
SunSep 9, 20121:03New England PatriotsW 34-13W -6.5@Tennessee TitansU 48
SunSep 9, 20121:05@Minnesota VikingsW 26-23 (OT)L -3.5Jacksonville JaguarsO 38
SunSep 9, 20124:25Seattle SeahawksL 16-20L -3@Arizona CardinalsU 41
SunSep 9, 20124:25@Green Bay PackersL 22-30L -5.5San Francisco 49ersO 46.5
SunSep 9, 20124:26Carolina PanthersL 10-16L -3@Tampa Bay BuccaneersU 45.5
SunSep 9, 20128:31@Denver BroncosW 31-19W -2Pittsburgh SteelersO 45.5
MonSep 10, 20127:10@Baltimore RavensW 44-13W -7Cincinnati BengalsO 43
MonSep 10, 201210:25@Oakland RaidersL 14-22L -1San Diego ChargersU 47.5
+ + +

+ +

Back to top

2012 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 13, 20128:29@Green Bay PackersW 23-10W -5.5Chicago BearsU 51
SunSep 16, 20121:02@Buffalo BillsW 35-17W -3Kansas City ChiefsO 45
SunSep 16, 20121:02@Cincinnati BengalsW 34-27P -7Cleveland BrownsO 39.5
SunSep 16, 20121:02Oakland RaidersL 13-35L -2@Miami DolphinsO 41
SunSep 16, 20121:02@New England PatriotsL 18-20L -13.5Arizona CardinalsU 47
SunSep 16, 20121:03New Orleans SaintsL 27-35L -3@Carolina PanthersO 54
SunSep 16, 20121:03Minnesota VikingsL 20-23L -3@Indianapolis ColtsU 45.5
SunSep 16, 20121:03Houston TexansW 27-7W -7@Jacksonville JaguarsU 40
SunSep 16, 20121:03@New York GiantsW 41-34L -8Tampa Bay BuccaneersO 43.5
SunSep 16, 20121:03@Philadelphia EaglesW 24-23L -3Baltimore RavensP 47
SunSep 16, 20124:05Washington RedskinsL 28-31L -3.5@St Louis RamsO 42.5
SunSep 16, 20124:06Dallas CowboysL 7-27L -3@Seattle SeahawksU 43
SunSep 16, 20124:25@Pittsburgh SteelersW 27-10W -4.5New York JetsU 43
SunSep 16, 20124:25@San Diego ChargersW 38-10W -6Tennessee TitansO 43.5
SunSep 16, 20128:30@San Francisco 49ersW 27-19W -7Detroit LionsP 46
MonSep 17, 20128:41@Atlanta FalconsW 27-21W -3Denver BroncosU 50.5
+ + +

+ +

Back to top

2012 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 20, 20128:20@Carolina PanthersL 7-36L -3New York GiantsU 49
SunSep 23, 20121:02Buffalo BillsW 24-14W -3@Cleveland BrownsU 45
SunSep 23, 20121:02@New Orleans SaintsL 24-27 (OT)L -8.5Kansas City ChiefsU 51.5
SunSep 23, 20121:03@Indianapolis ColtsL 17-22L -3Jacksonville JaguarsU 42
SunSep 23, 20121:03New York JetsW 23-20 (OT)P -3@Miami DolphinsO 40.5
SunSep 23, 20121:03Detroit LionsL 41-44 (OT)L -4@Tennessee TitansO 47
SunSep 23, 20121:03@Washington RedskinsL 31-38L -3Cincinnati BengalsO 49.5
SunSep 23, 20121:04@Chicago BearsW 23-6W -7St Louis RamsU 42
SunSep 23, 20121:05@Dallas CowboysW 16-10L -7Tampa Bay BuccaneersU 45.5
SunSep 23, 20121:05San Francisco 49ersL 13-24L -7@Minnesota VikingsU 42.5
SunSep 23, 20124:05Philadelphia EaglesL 6-27L -3@Arizona CardinalsU 42
SunSep 23, 20124:05@San Diego ChargersL 3-27L -3Atlanta FalconsU 47.5
SunSep 23, 20124:25Houston TexansW 31-25W -1.5@Denver BroncosO 43.5
SunSep 23, 20124:25Pittsburgh SteelersL 31-34L -4@Oakland RaidersO 45
SunSep 23, 20128:31@Baltimore RavensW 31-30L -3New England PatriotsO 48
MonSep 24, 20128:41Green Bay PackersL 12-14L -3.5@Seattle SeahawksU 45.5
+ + +

+ +

Back to top

2012 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 27, 20128:30@Baltimore RavensW 23-16L -11.5Cleveland BrownsU 43.5
SunSep 30, 20121:00Seattle SeahawksL 13-19L -2.5@St Louis RamsU 39
SunSep 30, 20121:02New England PatriotsW 52-28W -4.5@Buffalo BillsO 48.5
SunSep 30, 20121:03@Atlanta FalconsW 30-28L -7Carolina PanthersO 48
SunSep 30, 20121:03@Detroit LionsL 13-20L -4Minnesota VikingsU 48.5
SunSep 30, 20121:03@Houston TexansW 38-14W -13.5Tennessee TitansO 45
SunSep 30, 20121:03San Diego ChargersW 37-20W -2.5@Kansas City ChiefsO 43.5
SunSep 30, 20121:03San Francisco 49ersW 34-0W -4@New York JetsU 41
SunSep 30, 20124:05@Arizona CardinalsW 24-21 (OT)L -4Miami DolphinsO 39.5
SunSep 30, 20124:05@Denver BroncosW 37-6W -6.5Oakland RaidersU 47
SunSep 30, 20124:05@Jacksonville JaguarsL 10-27L -1.5Cincinnati BengalsU 45.5
SunSep 30, 20124:25@Green Bay PackersW 28-27L -7.5New Orleans SaintsO 54
SunSep 30, 20124:25@Tampa Bay BuccaneersL 22-24L -2Washington RedskinsO 45
SunSep 30, 20128:30@Philadelphia EaglesW 19-17W -1.5New York GiantsU 46.5
MonOct 1, 20128:40@Dallas CowboysL 18-34L -3Chicago BearsO 41.5
+ + +

+ +

Back to top

2012 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 4, 20128:20Arizona CardinalsL 3-17L -1.5@St Louis RamsU 38
SunOct 7, 20121:02Baltimore RavensW 9-6L -6.5@Kansas City ChiefsU 47
SunOct 7, 20121:02@New York GiantsW 41-27W -8Cleveland BrownsO 44
SunOct 7, 20121:02@Pittsburgh SteelersW 16-14L -4Philadelphia EaglesU 44
SunOct 7, 20121:03@Cincinnati BengalsL 13-17L -3Miami DolphinsU 45
SunOct 7, 20121:03Green Bay PackersL 27-30L -6.5@Indianapolis ColtsO 49
SunOct 7, 20121:04Atlanta FalconsW 24-17W -3@Washington RedskinsU 51
SunOct 7, 20124:04@Carolina PanthersL 12-16L -2Seattle SeahawksU 42
SunOct 7, 20124:05Chicago BearsW 41-3W -6.5@Jacksonville JaguarsO 40
SunOct 7, 20124:15@Minnesota VikingsW 30-7W -6Tennessee TitansU 44
SunOct 7, 20124:25@New England PatriotsW 31-21W -6Denver BroncosO 51.5
SunOct 7, 20124:25@San Francisco 49ersW 45-3W -10Buffalo BillsO 45
SunOct 7, 20128:31@New Orleans SaintsW 31-24W -3.5San Diego ChargersO 52.5
MonOct 8, 20128:40Houston TexansW 23-17L -10@New York JetsU 41
+ + +

+ +

Back to top

2012 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 11, 20128:29Pittsburgh SteelersL 23-26L -6.5@Tennessee TitansO 43
SunOct 14, 20121:00@Miami DolphinsW 17-14L -5St Louis RamsU 38
SunOct 14, 20121:00@Tampa Bay BuccaneersW 38-10W -5Kansas City ChiefsO 39.5
SunOct 14, 20121:01@Atlanta FalconsW 23-20L -10Oakland RaidersU 49
SunOct 14, 20121:02@Baltimore RavensW 31-29L -3Dallas CowboysO 45
SunOct 14, 20121:02Cincinnati BengalsL 24-34L -2@Cleveland BrownsO 42
SunOct 14, 20121:02@New York JetsW 35-9W -3Indianapolis ColtsP 44
SunOct 14, 20121:03@Philadelphia EaglesL 23-26 (OT)L -3.5Detroit LionsO 47.5
SunOct 14, 20124:04New England PatriotsL 23-24L -4@Seattle SeahawksO 42.5
SunOct 14, 20124:05@Arizona CardinalsL 16-19 (OT)L -5Buffalo BillsU 44
SunOct 14, 20124:23@San Francisco 49ersL 3-26L -7New York GiantsU 46.5
SunOct 14, 20124:24Minnesota VikingsL 26-38L -2@Washington RedskinsO 44
SunOct 14, 20128:30@Houston TexansL 24-42L -4Green Bay PackersO 46.5
MonOct 15, 20128:40@San Diego ChargersL 24-35L PKDenver BroncosO 47.5
+ + +

+ +

Back to top

2012 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 18, 20128:29@San Francisco 49ersW 13-6L -7.5Seattle SeahawksU 37.5
SunOct 21, 20121:00Green Bay PackersW 30-20W -5@St Louis RamsO 45
SunOct 21, 20121:02@Buffalo BillsL 34-35L -4.5Tennessee TitansO 46.5
SunOct 21, 20121:02@Houston TexansW 43-13W -6.5Baltimore RavensO 47.5
SunOct 21, 20121:02@Indianapolis ColtsW 17-13W -1Cleveland BrownsU 46.5
SunOct 21, 20121:02New Orleans SaintsW 35-28W -1.5@Tampa Bay BuccaneersO 49.5
SunOct 21, 20121:03Dallas CowboysW 19-14W -2.5@Carolina PanthersU 45
SunOct 21, 20121:03@New York GiantsW 27-23L -6.5Washington RedskinsU 51.5
SunOct 21, 20121:05@Minnesota VikingsW 21-14W -6.5Arizona CardinalsU 39.5
SunOct 21, 20124:25@New England PatriotsW 29-26 (OT)L -10.5New York JetsO 47
SunOct 21, 20124:25@Oakland RaidersW 26-23 (OT)L -6Jacksonville JaguarsO 44
SunOct 21, 20128:30@Cincinnati BengalsL 17-24L -1Pittsburgh SteelersU 45.5
MonOct 22, 20128:40@Chicago BearsW 13-7L -6.5Detroit LionsU 47
+ + +

+ +

Back to top

2012 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 25, 20128:29@Minnesota VikingsL 17-36L -5.5Tampa Bay BuccaneersO 43
SunOct 28, 20121:02@Pittsburgh SteelersW 27-12W -4.5Washington RedskinsU 44
SunOct 28, 20121:03@Chicago BearsW 23-22L -7.5Carolina PanthersO 41.5
SunOct 28, 20121:03@Detroit LionsW 28-24W -3Seattle SeahawksO 42.5
SunOct 28, 20121:03@Philadelphia EaglesL 17-30L -3Atlanta FalconsO 43
SunOct 28, 20121:05@Green Bay PackersW 24-15L -16Jacksonville JaguarsU 45.5
SunOct 28, 20121:06San Diego ChargersL 6-7L -3@Cleveland BrownsU 41
SunOct 28, 20121:06NNew England PatriotsW 45-7W -7St Louis RamsO 46at London
SunOct 28, 20121:06@New York JetsL 9-30L -1Miami DolphinsP 39
SunOct 28, 20121:06@Tennessee TitansL 13-19 (OT)L -3Indianapolis ColtsU 47
SunOct 28, 20124:06@Kansas City ChiefsL 16-26L -1Oakland RaidersU 42.5
SunOct 28, 20124:25New York GiantsW 29-24W -2.5@Dallas CowboysO 48
SunOct 28, 20128:30@Denver BroncosW 34-14W -6.5New Orleans SaintsU 55
MonOct 29, 20128:40San Francisco 49ersW 24-3W -7@Arizona CardinalsU 38.5
+ + +

+ +

Back to top

2012 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 1, 20128:27@San Diego ChargersW 31-13W -7Kansas City ChiefsO 41
SunNov 4, 20121:02Denver BroncosW 31-23W -5.5@Cincinnati BengalsO 47.5
SunNov 4, 20121:02@Green Bay PackersW 31-17W -10.5Arizona CardinalsO 43.5
SunNov 4, 20121:02@Houston TexansW 21-9W -11.5Buffalo BillsU 48
SunNov 4, 20121:02Miami DolphinsL 20-23L -2@Indianapolis ColtsU 43.5
SunNov 4, 20121:03Baltimore RavensW 25-15W -3.5@Cleveland BrownsU 44
SunNov 4, 20121:04Detroit LionsW 31-14W -6@Jacksonville JaguarsO 44
SunNov 4, 20121:04Chicago BearsW 51-20W -5@Tennessee TitansO 43.5
SunNov 4, 20121:05@Washington RedskinsL 13-21L -3Carolina PanthersU 48.5
SunNov 4, 20124:05@Oakland RaidersL 32-42L -1Tampa Bay BuccaneersO 47.5
SunNov 4, 20124:06@Seattle SeahawksW 30-20W -4Minnesota VikingsO 38.5
SunNov 4, 20124:26@New York GiantsL 20-24L -3.5Pittsburgh SteelersU 47.5
SunNov 4, 20128:31@Atlanta FalconsW 19-13W -4.5Dallas CowboysU 47.5
MonNov 5, 20128:40@New Orleans SaintsW 28-13W -3Philadelphia EaglesU 52
+ + +

+ +

Back to top

2012 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 8, 20128:30Indianapolis ColtsW 27-10W -3.5@Jacksonville JaguarsU 43.5
SunNov 11, 20121:02@Baltimore RavensW 55-20W -7.5Oakland RaidersO 47.5
SunNov 11, 20121:02Denver BroncosW 36-14W -4@Carolina PanthersO 47
SunNov 11, 20121:02@New England PatriotsW 37-31L -13.5Buffalo BillsO 54
SunNov 11, 20121:02Atlanta FalconsL 27-31L -1.5@New Orleans SaintsO 54
SunNov 11, 20121:03New York GiantsL 13-31L -4.5@Cincinnati BengalsU 47.5
SunNov 11, 20121:03@Miami DolphinsL 3-37L -7Tennessee TitansU 44
SunNov 11, 20121:03@Tampa Bay BuccaneersW 34-24W -3San Diego ChargersO 47
SunNov 11, 20121:05Detroit LionsL 24-34L -3@Minnesota VikingsO 45.5
SunNov 11, 20124:06@Seattle SeahawksW 28-7W -5.5New York JetsU 38.5
SunNov 11, 20124:25Dallas CowboysW 38-23W -2.5@Philadelphia EaglesO 44.5
SunNov 11, 20124:25@San Francisco 49ersT 24-24 (OT)L -13St Louis RamsO 38
SunNov 11, 20128:31@Chicago BearsL 6-13L -1Houston TexansU 40
MonNov 12, 20128:40@Pittsburgh SteelersW 16-13 (OT)L -13Kansas City ChiefsU 40
+ + +

+ +

Back to top

2012 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 15, 20128:29@Buffalo BillsW 19-14W -2.5Miami DolphinsU 46
SunNov 18, 20121:00@St Louis RamsL 13-27L -3.5New York JetsO 38.5
SunNov 18, 20121:02Green Bay PackersW 24-20W -3@Detroit LionsU 53.5
SunNov 18, 20121:03@Atlanta FalconsW 23-19L -9.5Arizona CardinalsU 44
SunNov 18, 20121:03@Houston TexansW 43-37 (OT)L -15.5Jacksonville JaguarsO 40.5
SunNov 18, 20121:03Cincinnati BengalsW 28-6W -3@Kansas City ChiefsU 42.5
SunNov 18, 20121:03@Washington RedskinsW 31-6W -3.5Philadelphia EaglesU 46
SunNov 18, 20121:04Tampa Bay BuccaneersW 27-21 (OT)W -1.5@Carolina PanthersO 47
SunNov 18, 20121:04@Dallas CowboysW 23-20 (OT)L -7Cleveland BrownsU 43.5
SunNov 18, 20124:05New Orleans SaintsW 38-17W -6.5@Oakland RaidersU 56
SunNov 18, 20124:25@Denver BroncosW 30-23L -7.5San Diego ChargersO 48
SunNov 18, 20124:25@New England PatriotsW 59-24W -10Indianapolis ColtsO 55
SunNov 18, 20128:30Baltimore RavensW 13-10P -3@Pittsburgh SteelersU 40.5
MonNov 19, 20128:40@San Francisco 49ersW 32-7W -5Chicago BearsO 35
+ + +

+ +

Back to top

2012 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 201212:39Houston TexansW 34-31 (OT)L -4@Detroit LionsO 49
ThuNov 22, 20124:41@Dallas CowboysL 31-38L -3.5Washington RedskinsO 47.5
ThuNov 22, 20128:31New England PatriotsW 49-19W -7@New York JetsO 48.5
SunNov 25, 20121:00@Chicago BearsW 28-10W -6.5Minnesota VikingsU 39
SunNov 25, 20121:02@Cincinnati BengalsW 34-10W -8Oakland RaidersU 51
SunNov 25, 20121:02Pittsburgh SteelersL 14-20L -2@Cleveland BrownsO 33.5
SunNov 25, 20121:02Atlanta FalconsW 24-23L -1.5@Tampa Bay BuccaneersU 51.5
SunNov 25, 20121:03@Indianapolis ColtsW 20-13W -3Buffalo BillsU 51.5
SunNov 25, 20121:03Tennessee TitansL 19-24L -3.5@Jacksonville JaguarsU 45
SunNov 25, 20121:03Denver BroncosW 17-9L -10.5@Kansas City ChiefsU 42.5
SunNov 25, 20121:03Seattle SeahawksL 21-24L -3@Miami DolphinsO 38
SunNov 25, 20124:05Baltimore RavensW 16-13 (OT)W -1@San Diego ChargersU 47
SunNov 25, 20124:25@Arizona CardinalsL 17-31L -1St Louis RamsO 36.5
SunNov 25, 20124:25San Francisco 49ersW 31-21W -1.5@New Orleans SaintsO 50
SunNov 25, 20128:30@New York GiantsW 38-10W -2.5Green Bay PackersU 51.5
MonNov 26, 20128:32Carolina PanthersW 30-22W -3@Philadelphia EaglesO 42
+ + +

+ +

Back to top

2012 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 20128:29@Atlanta FalconsW 23-13W -3.5New Orleans SaintsU 55
SunDec 2, 20121:00San Francisco 49ersL 13-16 (OT)L -8@St Louis RamsU 41
SunDec 2, 20121:02@Buffalo BillsW 34-18W -6Jacksonville JaguarsO 42
SunDec 2, 20121:02@Green Bay PackersW 23-14W -7.5Minnesota VikingsU 47
SunDec 2, 20121:02New England PatriotsW 23-16L -9@Miami DolphinsU 51.5
SunDec 2, 20121:02Houston TexansW 24-10W -7@Tennessee TitansU 47
SunDec 2, 20121:03@Chicago BearsL 17-23 (OT)L -3.5Seattle SeahawksO 37
SunDec 2, 20121:03@Detroit LionsL 33-35L -7Indianapolis ColtsO 51
SunDec 2, 20121:03Carolina PanthersL 21-27L -6@Kansas City ChiefsO 41
SunDec 2, 20121:03@New York JetsW 7-6L -6Arizona CardinalsU 36.5
SunDec 2, 20124:05@Denver BroncosW 31-23W -7.5Tampa Bay BuccaneersO 50
SunDec 2, 20124:25@Baltimore RavensL 20-23L -7.5Pittsburgh SteelersO 36.5
SunDec 2, 20124:25Cleveland BrownsW 20-17W -2.5@Oakland RaidersU 39.5
SunDec 2, 20124:25Cincinnati BengalsW 20-13W -2.5@San Diego ChargersU 46
SunDec 2, 20128:20@Dallas CowboysW 38-33L -10.5Philadelphia EaglesO 44
MonDec 3, 20128:40New York GiantsL 16-17L -3@Washington RedskinsU 50
+ + +

+ +

Back to top

2012 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 6, 20128:30Denver BroncosW 26-13W -10.5@Oakland RaidersU 47
SunDec 9, 20121:02@Buffalo BillsL 12-15L -3St Louis RamsU 42.5
SunDec 9, 20121:02@Cleveland BrownsW 30-7W -7Kansas City ChiefsU 38
SunDec 9, 20121:02@Indianapolis ColtsW 27-23P -4Tennessee TitansO 47
SunDec 9, 20121:02New York JetsW 17-10W -3@Jacksonville JaguarsU 39
SunDec 9, 20121:02@Pittsburgh SteelersL 24-34L -7.5San Diego ChargersO 38
SunDec 9, 20121:03@Cincinnati BengalsL 19-20L -3.5Dallas CowboysU 46
SunDec 9, 20121:03@Tampa Bay BuccaneersL 21-23L -7Philadelphia EaglesU 48
SunDec 9, 20121:03@Washington RedskinsW 31-28 (OT)W -1.5Baltimore RavensO 48
SunDec 9, 20121:04Atlanta FalconsL 20-30L -3.5@Carolina PanthersO 47
SunDec 9, 20121:05Chicago BearsL 14-21L -1.5@Minnesota VikingsU 40.5
SunDec 9, 20124:05@San Francisco 49ersW 27-13W -10.5Miami DolphinsO 38.5
SunDec 9, 20124:26@New York GiantsW 52-27W -4.5New Orleans SaintsO 51.5
SunDec 9, 20124:26@Seattle SeahawksW 58-0W -10Arizona CardinalsO 36
SunDec 9, 20128:30@Green Bay PackersW 27-20W -6.5Detroit LionsU 49
MonDec 10, 20128:40@New England PatriotsW 42-14W -5.5Houston TexansO 51
+ + +

+ +

Back to top

2012 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 13, 20128:30Cincinnati BengalsW 34-13W -5@Philadelphia EaglesO 45
SunDec 16, 20121:00@St Louis RamsL 22-36L -2.5Minnesota VikingsO 39.5
SunDec 16, 20121:02Denver BroncosW 34-17W -3@Baltimore RavensO 48
SunDec 16, 20121:02@Houston TexansW 29-17W -10.5Indianapolis ColtsU 48
SunDec 16, 20121:03@Atlanta FalconsW 34-0W PKNew York GiantsU 50
SunDec 16, 20121:03Green Bay PackersW 21-13W -3@Chicago BearsU 43.5
SunDec 16, 20121:03@Cleveland BrownsL 21-38L -4Washington RedskinsO 40.5
SunDec 16, 20121:03@Miami DolphinsW 24-3W -7.5Jacksonville JaguarsU 38
SunDec 16, 20121:03@New Orleans SaintsW 41-0W -3.5Tampa Bay BuccaneersU 55
SunDec 16, 20124:05Detroit LionsL 10-38L -6.5@Arizona CardinalsO 43.5
SunDec 16, 20124:05Seattle SeahawksW 50-17W -5@Buffalo BillsO 44at Toronto
SunDec 16, 20124:05@San Diego ChargersL 7-31L -3Carolina PanthersU 45.5
SunDec 16, 20124:25Pittsburgh SteelersL 24-27 (OT)L -2.5@Dallas CowboysO 46
SunDec 16, 20124:25@Oakland RaidersW 15-0W -4.5Kansas City ChiefsU 44
SunDec 16, 20128:30@New England PatriotsL 34-41L -5San Francisco 49ersO 47.5
MonDec 17, 20128:40@Tennessee TitansW 14-10W -1New York JetsU 42
+ + +

+ +

Back to top

2012 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 22, 20128:40Atlanta FalconsW 31-18W -4@Detroit LionsU 50.5
SunDec 23, 20121:02@Dallas CowboysL 31-34 (OT)L -3New Orleans SaintsO 54.5
SunDec 23, 20121:02@Green Bay PackersW 55-7W -11Tennessee TitansO 44.5
SunDec 23, 20121:02New England PatriotsW 23-16L -14.5@Jacksonville JaguarsU 51
SunDec 23, 20121:02@Miami DolphinsW 24-10W -5Buffalo BillsU 43
SunDec 23, 20121:02@Pittsburgh SteelersL 10-13L -3.5Cincinnati BengalsU 40
SunDec 23, 20121:03@Houston TexansL 6-23L -7.5Minnesota VikingsU 43.5
SunDec 23, 20121:03Indianapolis ColtsW 20-13W -6@Kansas City ChiefsU 41.5
SunDec 23, 20121:03@New York JetsL 17-27L -3San Diego ChargersO 38
SunDec 23, 20121:03Washington RedskinsW 27-20W -6@Philadelphia EaglesO 46
SunDec 23, 20121:03@Tampa Bay BuccaneersL 13-28L -3St Louis RamsU 44
SunDec 23, 20121:04@Carolina PanthersW 17-6W -9.5Oakland RaidersU 47
SunDec 23, 20124:05@Denver BroncosW 34-12W -11Cleveland BrownsO 44
SunDec 23, 20124:25Chicago BearsW 28-13W -7@Arizona CardinalsO 36.5
SunDec 23, 20124:25New York GiantsL 14-33L -2.5@Baltimore RavensP 47
SunDec 23, 20128:31@Seattle SeahawksW 42-13W -2San Francisco 49ersO 40.5
+ + +

+ +

Back to top

2012 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 30, 20121:02@Atlanta FalconsL 17-22L -3Tampa Bay BuccaneersU 46
SunDec 30, 20121:02@Buffalo BillsW 28-9W -3.5New York JetsU 41
SunDec 30, 20121:02Houston TexansL 16-28L -6@Indianapolis ColtsU 47
SunDec 30, 20121:02@Pittsburgh SteelersW 24-10W -9.5Cleveland BrownsU 36
SunDec 30, 20121:02@Tennessee TitansW 38-20W -5.5Jacksonville JaguarsO 42
SunDec 30, 20121:03@Cincinnati BengalsW 23-17W -3Baltimore RavensU 42.5
SunDec 30, 20121:03Chicago BearsW 26-24L -3@Detroit LionsO 46
SunDec 30, 20121:03@New Orleans SaintsL 38-44L -4Carolina PanthersO 54
SunDec 30, 20121:04@New York GiantsW 42-7W -6.5Philadelphia EaglesO 44.5
SunDec 30, 20124:21@San Diego ChargersW 24-21L -8Oakland RaidersO 41.5
SunDec 30, 20124:25@Denver BroncosW 38-3W -17Kansas City ChiefsU 41.5
SunDec 30, 20124:25Green Bay PackersL 34-37L -3@Minnesota VikingsO 46
SunDec 30, 20124:25@New England PatriotsW 28-0W -10Miami DolphinsU 46.5
SunDec 30, 20124:25@San Francisco 49ersW 27-13L -16.5Arizona CardinalsO 39.5
SunDec 30, 20124:26@Seattle SeahawksW 20-13L -12St Louis RamsU 42.5
SunDec 30, 20128:31@Washington RedskinsW 28-18W -3Dallas CowboysU 49
+ + +

+

Back to top

+

2012 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 5, 20134:35@Houston Texans (3)W 19-13W -4Cincinnati Bengals (6)U 42.5
NFC Wild CardSatJan 5, 20138:09@Green Bay Packers (3)W 24-10W -11Minnesota Vikings (6)U 44.5
AFC Wild CardSunJan 6, 20131:07@Baltimore Ravens (4)W 24-9W -7Indianapolis Colts (5)U 47
NFC Wild CardSunJan 6, 20134:40Seattle Seahawks (5)W 24-14W -3@Washington Redskins (4)U 45
AFC DivisionalSatJan 12, 20134:36@Denver Broncos (1)L 35-38 (2OT)L -9Baltimore Ravens (4)O 44.5
NFC DivisionalSatJan 12, 20138:25@San Francisco 49ers (2)W 45-31W -3Green Bay Packers (3)O 45.5
NFC DivisionalSunJan 13, 20131:05@Atlanta Falcons (1)W 30-28L -3Seattle Seahawks (5)O 47
AFC DivisionalSunJan 13, 20134:40@New England Patriots (2)W 41-28W -9.5Houston Texans (3)O 51
NFC ChampionshipSunJan 20, 20133:05San Francisco 49ers (2)W 28-24W -3.5@Atlanta Falcons (1)O 49
AFC ChampionshipSunJan 20, 20136:40@New England Patriots (2)L 13-28L -7.5Baltimore Ravens (4)U 51.5
Super Bowl XLVIISunFeb 3, 20136:31NSan Francisco 49ers (2)L 31-34L -4.5Baltimore Ravens (4)O 47.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2013.html b/data/2013.html new file mode 100644 index 0000000..5fe7cc2 --- /dev/null +++ b/data/2013.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2013 Season

+ +

Historical NFL Game Odds

2013 Season

<<-- 2012 Season    2014 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2013 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
112-4 (75.0%)7-8-1 (46.7%)9-7 (56.3%)8-7-1 (53.3%)8-3 (72.7%)5-5-1 (50.0%)1-4 (20.0%)3-2-0 (60.0%)8-8-0 (50.0%)
212-4 (75.0%)7-9-0 (43.8%)12-4 (75.0%)9-7-0 (56.3%)10-2 (83.3%)6-6-0 (50.0%)2-2 (50.0%)3-1-0 (75.0%)8-8-0 (50.0%)
310-6 (62.5%)8-7-1 (53.3%)11-5 (68.8%)9-6-1 (60.0%)8-3 (72.7%)6-4-1 (60.0%)3-2 (60.0%)3-2-0 (60.0%)7-9-0 (43.8%)
49-6 (60.0%)9-6-0 (60.0%)8-6 (57.1%)8-6-0 (57.1%)5-2 (71.4%)5-2-0 (71.4%)3-4 (42.9%)3-4-0 (42.9%)9-6-0 (60.0%)
57-7 (50.0%)6-8-0 (42.9%)8-6 (57.1%)9-5-0 (64.3%)4-3 (57.1%)4-3-0 (57.1%)4-3 (57.1%)5-2-0 (71.4%)8-6-0 (57.1%)
612-2 (85.7%)7-6-1 (53.8%)8-7 (53.3%)6-8-1 (42.9%)7-2 (77.8%)4-5-0 (44.4%)0-5 (0.0%)1-3-1 (25.0%)9-6-0 (60.0%)
79-6 (60.0%)8-7-0 (53.3%)9-6 (60.0%)8-7-0 (53.3%)6-3 (66.7%)5-4-0 (55.6%)3-3 (50.0%)3-3-0 (50.0%)9-6-0 (60.0%)
811-2 (84.6%)8-5-0 (61.5%)8-4 (66.7%)7-5-0 (58.3%)7-1 (87.5%)5-3-0 (62.5%)1-3 (25.0%)2-2-0 (50.0%)8-5-0 (61.5%)
97-5 (58.3%)5-7-0 (41.7%)8-5 (61.5%)6-7-0 (46.2%)4-2 (66.7%)2-4-0 (33.3%)3-3 (50.0%)3-3-0 (50.0%)8-4-1 (66.7%)
109-5 (64.3%)7-7-0 (50.0%)7-7 (50.0%)5-9-0 (35.7%)5-3 (62.5%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)7-7-0 (50.0%)
1111-4 (73.3%)8-6-1 (57.1%)12-3 (80.0%)10-4-1 (71.4%)9-1 (90.0%)7-3-0 (70.0%)3-2 (60.0%)3-1-1 (75.0%)9-6-0 (60.0%)
128-5 (61.5%)6-7-1 (46.2%)4-9 (30.8%)5-8-1 (38.5%)3-4 (42.9%)3-5-0 (37.5%)1-5 (16.7%)2-3-1 (40.0%)6-7-1 (46.2%)
1312-4 (75.0%)8-8-0 (50.0%)9-7 (56.3%)7-9-0 (43.8%)9-4 (69.2%)6-7-0 (46.2%)0-3 (0.0%)1-2-0 (33.3%)7-9-0 (43.8%)
1414-2 (87.5%)10-5-1 (66.7%)14-2 (87.5%)10-5-1 (66.7%)13-1 (92.9%)9-4-1 (69.2%)1-1 (50.0%)1-1-0 (50.0%)11-5-0 (68.8%)
159-7 (56.3%)6-8-2 (42.9%)7-9 (43.8%)5-9-2 (35.7%)4-4 (50.0%)2-5-1 (28.6%)3-5 (37.5%)3-4-1 (42.9%)10-6-0 (62.5%)
1610-6 (62.5%)7-8-1 (46.7%)8-8 (50.0%)8-7-1 (53.3%)7-5 (58.3%)6-6-0 (50.0%)1-3 (25.0%)2-1-1 (66.7%)5-11-0 (31.3%)
1713-3 (81.3%)9-7-0 (56.3%)10-6 (62.5%)10-6-0 (62.5%)9-2 (81.8%)7-4-0 (63.6%)1-4 (20.0%)3-2-0 (60.0%)6-10-0 (37.5%)
Playoffs7-4 (63.6%)4-6-1 (40.0%)6-4 (60.0%)4-5-1 (44.4%)5-2 (71.4%)3-4-0 (42.9%)1-2 (33.3%)1-1-1 (50.0%)3-8-0 (27.3%)
+ +


2013 Results by Team

Click on a team to view 2013 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals10-6 (62.5%)10-5-1 (66.7%)6-1 (85.7%)4-2-1 (66.7%)6-2 (75.0%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)8-8-0 (50.0%)
Atlanta Falcons4-12 (25.0%)7-9 (43.8%)3-2 (60.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)9-7-0 (56.3%)
Baltimore Ravens8-8 (50.0%)7-8-1 (46.7%)5-3 (62.5%)3-5-0 (37.5%)6-2 (75.0%)4-3-1 (57.1%)5-1 (83.3%)3-3-0 (50.0%)8-8-0 (50.0%)
Buffalo Bills6-10 (37.5%)8-8 (50.0%)1-1 (50.0%)1-1-0 (50.0%)4-4 (50.0%)6-2-0 (75.0%)0-1 (0.0%)0-1-0 (0.0%)10-6-0 (62.5%)
Carolina Panthers12-4 (75.0%)9-5-2 (64.3%)9-2 (81.8%)6-3-2 (66.7%)7-1 (87.5%)6-1-1 (85.7%)6-0 (100.%)5-0-1 (100.%)5-11-0 (31.3%)
Chicago Bears8-8 (50.0%)4-11-1 (26.7%)6-1 (85.7%)2-4-1 (33.3%)5-3 (62.5%)1-6-1 (14.3%)5-0 (100.%)1-3-1 (25.0%)12-4-0 (75.0%)
Cincinnati Bengals11-5 (68.8%)10-5-1 (66.7%)8-3 (72.7%)7-4-0 (63.6%)8-0 (100.%)8-0-0 (100.%)6-0 (100.%)6-0-0 (100.%)10-5-1 (66.7%)
Cleveland Browns4-12 (25.0%)6-10 (37.5%)1-4 (20.0%)1-4-0 (20.0%)3-5 (37.5%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)9-7-0 (56.3%)
Dallas Cowboys8-8 (50.0%)9-7 (56.3%)6-2 (75.0%)3-5-0 (37.5%)5-3 (62.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)9-7-0 (56.3%)
Denver Broncos13-3 (81.3%)10-6 (62.5%)13-3 (81.3%)10-6-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)11-5-0 (68.8%)
Detroit Lions7-9 (43.8%)6-10 (37.5%)7-7 (50.0%)6-8-0 (42.9%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)8-8-0 (50.0%)
Green Bay Packers8-7-1 (53.3%)6-9-1 (40.0%)7-3 (70.0%)5-5-1 (50.0%)4-3 (57.1%)3-5-0 (37.5%)4-2 (66.7%)3-4-0 (42.9%)9-7-0 (56.3%)
Houston Texans2-14 (12.5%)4-12 (25.0%)2-4 (33.3%)0-6-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)1-2 (33.3%)0-3-0 (0.0%)9-7-0 (56.3%)
Indianapolis Colts11-5 (68.8%)9-6-1 (60.0%)7-2 (77.8%)5-3-1 (62.5%)6-2 (75.0%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)8-8-0 (50.0%)
Jacksonville Jaguars4-12 (25.0%)5-10-1 (33.3%)1-0 (100.%)1-0-0 (100.%)1-6 (14.3%)1-5-1 (16.7%)0-0 0-0-0 9-7-0 (56.3%)
Kansas City Chiefs11-5 (68.8%)9-7 (56.3%)10-2 (83.3%)7-5-0 (58.3%)5-3 (62.5%)2-6-0 (25.0%)5-2 (71.4%)2-5-0 (28.6%)7-9-0 (43.8%)
Miami Dolphins8-8 (50.0%)8-7-1 (53.3%)2-5 (28.6%)2-5-0 (28.6%)4-4 (50.0%)4-3-1 (57.1%)2-3 (40.0%)2-3-0 (40.0%)7-8-1 (46.7%)
Minnesota Vikings5-10-1 (33.3%)9-7 (56.3%)2-2 (50.0%)2-2-0 (50.0%)4-3 (57.1%)4-3-0 (57.1%)1-2 (33.3%)1-2-0 (33.3%)12-4-0 (75.0%)
New England Patriots12-4 (75.0%)8-8 (50.0%)9-2 (81.8%)5-6-0 (45.5%)8-0 (100.%)6-2-0 (75.0%)7-0 (100.%)5-2-0 (71.4%)9-7-0 (56.3%)
New Orleans Saints11-5 (68.8%)8-8 (50.0%)11-2 (84.6%)8-5-0 (61.5%)8-0 (100.%)7-1-0 (87.5%)8-0 (100.%)7-1-0 (87.5%)6-10-0 (37.5%)
New York Giants7-9 (43.8%)7-9 (43.8%)4-3 (57.1%)3-4-0 (42.9%)4-4 (50.0%)3-5-0 (37.5%)4-2 (66.7%)3-3-0 (50.0%)7-9-0 (43.8%)
New York Jets8-8 (50.0%)9-6-1 (60.0%)3-2 (60.0%)3-2-0 (60.0%)6-2 (75.0%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)9-7-0 (56.3%)
Oakland Raiders4-12 (25.0%)8-8 (50.0%)1-1 (50.0%)1-1-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)7-8-1 (46.7%)
Philadelphia Eagles10-6 (62.5%)8-8 (50.0%)7-5 (58.3%)5-7-0 (41.7%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)9-7-0 (56.3%)
Pittsburgh Steelers8-8 (50.0%)9-7 (56.3%)4-4 (50.0%)4-4-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)8-8-0 (50.0%)
San Diego Chargers9-7 (56.3%)9-6-1 (60.0%)4-2 (66.7%)3-3-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-0 (100.%)2-1-0 (66.7%)7-9-0 (43.8%)
San Francisco 49ers12-4 (75.0%)11-4-1 (73.3%)11-2 (84.6%)9-3-1 (75.0%)6-2 (75.0%)4-3-1 (57.1%)6-2 (75.0%)4-3-1 (57.1%)8-8-0 (50.0%)
Seattle Seahawks13-3 (81.3%)10-5-1 (66.7%)13-2 (86.7%)10-5-0 (66.7%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)6-10-0 (37.5%)
St Louis Rams7-9 (43.8%)7-9 (43.8%)4-0 (100.%)3-1-0 (75.0%)5-3 (62.5%)5-3-0 (62.5%)4-0 (100.%)3-1-0 (75.0%)9-7-0 (56.3%)
Tampa Bay Buccaneers4-12 (25.0%)6-10 (37.5%)2-2 (50.0%)2-2-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)8-8-0 (50.0%)
Tennessee Titans7-9 (43.8%)6-6-4 (50.0%)6-1 (85.7%)3-2-2 (60.0%)3-5 (37.5%)1-4-3 (20.0%)3-1 (75.0%)1-2-1 (33.3%)9-6-1 (60.0%)
Washington Redskins3-13 (18.8%)5-11 (31.3%)1-3 (25.0%)1-3-0 (25.0%)2-6 (25.0%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2013 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 5, 20139:13@Denver BroncosW 49-27W -7.5Baltimore RavensO 48
SunSep 8, 20131:02New England PatriotsW 23-21L -10.5@Buffalo BillsU 50.5
SunSep 8, 20131:02@Chicago BearsW 24-21P -3Cincinnati BengalsO 41.5
SunSep 8, 20131:02@Cleveland BrownsL 10-23L -2.5Miami DolphinsU 40.5
SunSep 8, 20131:02@Detroit LionsW 34-24W -4.5Minnesota VikingsO 46
SunSep 8, 20131:02@Indianapolis ColtsW 21-17L -11.5Oakland RaidersU 45
SunSep 8, 20131:02@Pittsburgh SteelersL 9-16L -6Tennessee TitansU 42
SunSep 8, 20131:03Kansas City ChiefsW 28-2W -4.5@Jacksonville JaguarsU 42.5
SunSep 8, 20131:03@New Orleans SaintsW 23-17W -3.5Atlanta FalconsU 54.5
SunSep 8, 20131:03Tampa Bay BuccaneersL 17-18L -6@New York JetsU 40
SunSep 8, 20131:04Seattle SeahawksW 12-7W -3.5@Carolina PanthersU 44.5
SunSep 8, 20134:23@St Louis RamsW 27-24L -3.5Arizona CardinalsO 41.5
SunSep 8, 20134:26@San Francisco 49ersW 34-28W -5Green Bay PackersO 48
SunSep 8, 20138:30@Dallas CowboysW 36-31W -3.5New York GiantsO 49.5
MonSep 9, 20137:10@Washington RedskinsL 27-33L -4.5Philadelphia EaglesO 52
MonSep 9, 201310:25Houston TexansW 31-28L -6.5@San Diego ChargersO 44
+ + +

+ +

Back to top

2013 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 12, 20138:29@New England PatriotsW 13-10L -11.5New York JetsU 43
SunSep 15, 20131:02@Baltimore RavensW 14-6W -7Cleveland BrownsU 43.5
SunSep 15, 20131:02Carolina PanthersL 23-24L -3.5@Buffalo BillsO 43.5
SunSep 15, 20131:02@Green Bay PackersW 38-20W -8Washington RedskinsO 48.5
SunSep 15, 20131:02@Indianapolis ColtsL 20-24L -3Miami DolphinsO 43.5
SunSep 15, 20131:02@Kansas City ChiefsW 17-16L -3Dallas CowboysU 45
SunSep 15, 20131:02@Philadelphia EaglesL 30-33L -7.5San Diego ChargersO 51
SunSep 15, 20131:03@Atlanta FalconsW 31-24W -5.5St Louis RamsO 47.5
SunSep 15, 20131:03@Chicago BearsW 31-30L -6.5Minnesota VikingsO 41
SunSep 15, 20131:03@Houston TexansW 30-24 (OT)L -9Tennessee TitansO 42.5
SunSep 15, 20134:05Detroit LionsL 21-25L -2@Arizona CardinalsU 47.5
SunSep 15, 20134:05New Orleans SaintsW 16-14L -4@Tampa Bay BuccaneersU 48.5
SunSep 15, 20134:25Denver BroncosW 41-23W -4@New York GiantsO 52.5
SunSep 15, 20134:25@Oakland RaidersW 19-9W -5Jacksonville JaguarsU 40.5
SunSep 15, 20138:31@Seattle SeahawksW 29-3W -2.5San Francisco 49ersU 43.5
MonSep 16, 20138:41@Cincinnati BengalsW 20-10W -6.5Pittsburgh SteelersU 40
+ + +

+ +

Back to top

2013 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 19, 20138:29@Philadelphia EaglesL 16-26L -3.5Kansas City ChiefsU 50
SunSep 22, 20131:02@Dallas CowboysW 31-7W -3.5St Louis RamsU 47.5
SunSep 22, 20131:02@New England PatriotsW 23-3W -7.5Tampa Bay BuccaneersU 44.5
SunSep 22, 20131:03Houston TexansL 9-30L -1@Baltimore RavensU 44.5
SunSep 22, 20131:03New York GiantsL 0-38L -3@Carolina PanthersU 46.5
SunSep 22, 20131:03Green Bay PackersL 30-34L -3@Cincinnati BengalsO 49.5
SunSep 22, 20131:03@New Orleans SaintsW 31-7W -7.5Arizona CardinalsU 48.5
SunSep 22, 20131:03@Tennessee TitansW 20-17P -3San Diego ChargersU 43
SunSep 22, 20131:03Detroit LionsW 27-20W -1@Washington RedskinsU 48.5
SunSep 22, 20131:05@Minnesota VikingsL 27-31L -7Cleveland BrownsO 40
SunSep 22, 20134:05@Miami DolphinsW 27-23W -2.5Atlanta FalconsO 45.5
SunSep 22, 20134:25@New York JetsW 27-20W -2.5Buffalo BillsO 41
SunSep 22, 20134:25@San Francisco 49ersL 7-27L -10Indianapolis ColtsU 45.5
SunSep 22, 20134:26@Seattle SeahawksW 45-17W -20Jacksonville JaguarsO 39
SunSep 22, 20138:30Chicago BearsW 40-23W -2.5@Pittsburgh SteelersO 40.5
MonSep 23, 20138:40@Denver BroncosW 37-21L -16.5Oakland RaidersO 48.5
+ + +

+ +

Back to top

2013 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 26, 20138:25San Francisco 49ersW 35-11W -4@St Louis RamsO 42.5
SunSep 29, 20131:02Baltimore RavensL 20-23L -4@Buffalo BillsU 45
SunSep 29, 20131:02@Kansas City ChiefsW 31-7W -4.5New York GiantsU 43.5
SunSep 29, 20131:03@Detroit LionsW 40-32W -2.5Chicago BearsO 48
SunSep 29, 20131:03Seattle SeahawksW 23-20 (OT)W -2@Houston TexansO 41
SunSep 29, 20131:03@Tampa Bay BuccaneersL 10-13L -2.5Arizona CardinalsU 40
SunSep 29, 20131:06Cincinnati BengalsL 6-17L -4.5@Cleveland BrownsU 42.5
SunSep 29, 20131:06Indianapolis ColtsW 37-3W -9.5@Jacksonville JaguarsU 42.5
SunSep 29, 20131:07NPittsburgh SteelersL 27-34L -3Minnesota VikingsO 41.5at London
SunSep 29, 20134:05@Tennessee TitansW 38-13W -3.5New York JetsO 40.5
SunSep 29, 20134:25@Denver BroncosW 52-20W -11.5Philadelphia EaglesO 57.5
SunSep 29, 20134:25Washington RedskinsW 24-14W -4@Oakland RaidersU 45.5
SunSep 29, 20134:25Dallas CowboysL 21-30L -1.5@San Diego ChargersO 47
SunSep 29, 20138:30@Atlanta FalconsL 23-30L -3New England PatriotsO 49
MonSep 30, 20138:40@New Orleans SaintsW 38-17W -7.5Miami DolphinsO 48.5
+ + +

+ +

Back to top

2013 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 3, 20138:29@Cleveland BrownsW 37-24W -4Buffalo BillsO 40.5
SunOct 6, 20131:00@St Louis RamsW 34-20W -11Jacksonville JaguarsO 40.5
SunOct 6, 20131:02New Orleans SaintsW 26-18W -1.5@Chicago BearsU 50.5
SunOct 6, 20131:02New England PatriotsL 6-13L -1@Cincinnati BengalsU 45.5
SunOct 6, 20131:02@Green Bay PackersW 22-9W -9.5Detroit LionsU 53
SunOct 6, 20131:02@Miami DolphinsL 23-26L -2.5Baltimore RavensO 42.5
SunOct 6, 20131:02@New York GiantsL 21-36L -1.5Philadelphia EaglesO 53.5
SunOct 6, 20131:03Seattle SeahawksL 28-34L -3@Indianapolis ColtsO 43.5
SunOct 6, 20131:03Kansas City ChiefsW 26-17W -3@Tennessee TitansO 38
SunOct 6, 20134:05Carolina PanthersL 6-22L -3@Arizona CardinalsU 41.5
SunOct 6, 20134:25Denver BroncosW 51-48L -9@Dallas CowboysO 56
SunOct 6, 20138:31@San Francisco 49ersW 34-3W -4.5Houston TexansU 43
SunOct 6, 201311:35San Diego ChargersL 17-27L -5@Oakland RaidersU 46
MonOct 7, 20138:40@Atlanta FalconsL 28-30L -10.5New York JetsO 45
+ + +

+ +

Back to top

2013 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 10, 20138:29@Chicago BearsW 27-21L -8.5New York GiantsO 46.5
SunOct 13, 20131:02Green Bay PackersW 19-17P -2@Baltimore RavensU 48.5
SunOct 13, 20131:02Cincinnati BengalsW 27-24 (OT)L -6@Buffalo BillsO 41
SunOct 13, 20131:02Detroit LionsW 31-17W -2.5@Cleveland BrownsO 44
SunOct 13, 20131:02@Kansas City ChiefsW 24-7W -7.5Oakland RaidersU 41
SunOct 13, 20131:03@Houston TexansL 13-38L -9St Louis RamsO 43
SunOct 13, 20131:03Pittsburgh SteelersW 19-6W -1.5@New York JetsU 40.5
SunOct 13, 20131:03Philadelphia EaglesW 31-20W -3@Tampa Bay BuccaneersO 44.5
SunOct 13, 20131:05@Minnesota VikingsL 10-35L -2.5Carolina PanthersO 44.5
SunOct 13, 20134:05@Denver BroncosW 35-19L -26.5Jacksonville JaguarsO 53
SunOct 13, 20134:06@Seattle SeahawksW 20-13L -11.5Tennessee TitansU 42
SunOct 13, 20134:25@New England PatriotsW 30-27W -2.5New Orleans SaintsO 51
SunOct 13, 20134:25@San Francisco 49ersW 32-20W -10.5Arizona CardinalsO 40.5
SunOct 13, 20138:31@Dallas CowboysW 31-16W -5.5Washington RedskinsU 52
MonOct 14, 20138:40@San Diego ChargersW 19-9W PKIndianapolis ColtsU 50.5
+ + +

+ +

Back to top

2013 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 17, 20138:25Seattle SeahawksW 34-22W -4.5@Arizona CardinalsO 41
SunOct 20, 20131:02@Atlanta FalconsW 31-23W -6.5Tampa Bay BuccaneersO 43
SunOct 20, 20131:02@Detroit LionsL 24-27L -1.5Cincinnati BengalsO 45.5
SunOct 20, 20131:02San Diego ChargersW 24-6W -7@Jacksonville JaguarsU 44.5
SunOct 20, 20131:02@Miami DolphinsL 21-23L -6.5Buffalo BillsO 43.5
SunOct 20, 20131:02@Philadelphia EaglesL 3-17L -2.5Dallas CowboysU 55
SunOct 20, 20131:03@Carolina PanthersW 30-15W -7St Louis RamsO 42
SunOct 20, 20131:03New England PatriotsL 27-30 (OT)L -3@New York JetsO 43
SunOct 20, 20131:05Chicago BearsL 41-45L -1@Washington RedskinsO 47.5
SunOct 20, 20134:06San Francisco 49ersW 31-17W -3@Tennessee TitansO 41
SunOct 20, 20134:25@Green Bay PackersW 31-13W -9.5Cleveland BrownsU 45
SunOct 20, 20134:25@Pittsburgh SteelersW 19-16W -2.5Baltimore RavensU 41
SunOct 20, 20134:26@Kansas City ChiefsW 17-16L -6Houston TexansU 38.5
SunOct 20, 20138:31Denver BroncosL 33-39L -6@Indianapolis ColtsO 54.5
MonOct 21, 20138:40@New York GiantsW 23-7W -3.5Minnesota VikingsU 47.5
+ + +

+ +

Back to top

2013 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 24, 20138:29Carolina PanthersW 31-13W -6.5@Tampa Bay BuccaneersO 39
SunOct 27, 20131:02@Kansas City ChiefsW 23-17L -7Cleveland BrownsO 39
SunOct 27, 20131:02@New England PatriotsW 27-17W -5.5Miami DolphinsU 46.5
SunOct 27, 20131:02@New Orleans SaintsW 35-17W -10.5Buffalo BillsO 48.5
SunOct 27, 20131:02@Philadelphia EaglesL 7-15L -5.5New York GiantsU 49
SunOct 27, 20131:03@Detroit LionsW 31-30L -3Dallas CowboysO 51
SunOct 27, 20131:07NSan Francisco 49ersW 42-10W -14.5Jacksonville JaguarsO 40at London
SunOct 27, 20134:05Pittsburgh SteelersL 18-21L -2.5@Oakland RaidersU 40
SunOct 27, 20134:06@Cincinnati BengalsW 49-9W -4.5New York JetsO 40.5
SunOct 27, 20134:25@Arizona CardinalsW 27-13W -3Atlanta FalconsU 44.5
SunOct 27, 20134:25@Denver BroncosW 45-21W -11Washington RedskinsO 58.5
SunOct 27, 20138:30Green Bay PackersW 44-31W -7.5@Minnesota VikingsO 47.5
MonOct 28, 20138:30Seattle SeahawksW 14-9L -13@St Louis RamsU 43.5
+ + +

+ +

Back to top

2013 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 31, 20138:29Cincinnati BengalsL 20-22 (OT)L -3@Miami DolphinsP 42
SunNov 3, 20131:00Tennessee TitansW 28-21W -3@St Louis RamsO 41
SunNov 3, 20131:02Kansas City ChiefsW 23-13W -4.5@Buffalo BillsU 40.5
SunNov 3, 20131:03@Carolina PanthersW 34-10W -8Atlanta FalconsU 46.5
SunNov 3, 20131:03@Dallas CowboysW 27-23L -8.5Minnesota VikingsU 51
SunNov 3, 20131:03@Washington RedskinsW 30-24 (OT)W PKSan Diego ChargersO 49.5
SunNov 3, 20131:04New Orleans SaintsL 20-26L -5.5@New York JetsO 45.5
SunNov 3, 20134:05@Oakland RaidersL 20-49L -1Philadelphia EaglesO 45.5
SunNov 3, 20134:05@Seattle SeahawksW 27-24 (OT)L -14.5Tampa Bay BuccaneersO 40
SunNov 3, 20134:25Baltimore RavensL 18-24L -1@Cleveland BrownsO 41.5
SunNov 3, 20134:25@New England PatriotsW 55-31W -5.5Pittsburgh SteelersO 42.5
SunNov 3, 20138:30Indianapolis ColtsW 27-24W -1@Houston TexansO 42.5
MonNov 4, 20138:40@Green Bay PackersL 20-27L -9.5Chicago BearsU 50.5
+ + +

+ +

Back to top

2013 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 7, 20138:35Washington RedskinsL 27-34L -1@Minnesota VikingsO 48
SunNov 10, 20131:02@Baltimore RavensW 20-17 (OT)W -2Cincinnati BengalsU 44
SunNov 10, 20131:02Philadelphia EaglesW 27-13W -1@Green Bay PackersU 47
SunNov 10, 20131:02@Pittsburgh SteelersW 23-10W -2.5Buffalo BillsU 42.5
SunNov 10, 20131:02@Tennessee TitansL 27-29L -11.5Jacksonville JaguarsO 42
SunNov 10, 20131:03Seattle SeahawksW 33-10W -3@Atlanta FalconsU 47
SunNov 10, 20131:03Detroit LionsW 21-19W -1.5@Chicago BearsU 52
SunNov 10, 20131:03@Indianapolis ColtsL 8-38L -7St Louis RamsO 43
SunNov 10, 20131:03@New York GiantsW 24-20L -7Oakland RaidersO 41.5
SunNov 10, 20134:05@San Francisco 49ersL 9-10L -5.5Carolina PanthersU 43
SunNov 10, 20134:25@Arizona CardinalsW 27-24L -3.5Houston TexansO 41.5
SunNov 10, 20134:25Denver BroncosW 28-20W -7@San Diego ChargersU 56
SunNov 10, 20138:30@New Orleans SaintsW 49-17W -5.5Dallas CowboysO 54
MonNov 11, 20138:40Miami DolphinsL 19-22L -2.5@Tampa Bay BuccaneersO 39.5
+ + +

+ +

Back to top

2013 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 14, 20138:29Indianapolis ColtsW 30-27P -3@Tennessee TitansO 42
SunNov 17, 20131:02New York JetsL 14-37L -2@Buffalo BillsO 39.5
SunNov 17, 20131:02@Chicago BearsW 23-20 (OT)L -3.5Baltimore RavensO 40.5
SunNov 17, 20131:02@Cincinnati BengalsW 41-20W -4.5Cleveland BrownsO 40
SunNov 17, 20131:02@Philadelphia EaglesW 24-16W -4Washington RedskinsU 54.5
SunNov 17, 20131:02Detroit LionsL 27-37L -3@Pittsburgh SteelersO 45
SunNov 17, 20131:03@Houston TexansL 23-28L -10.5Oakland RaidersO 41
SunNov 17, 20131:03@Tampa Bay BuccaneersW 41-28W -2Atlanta FalconsO 43.5
SunNov 17, 20131:04Arizona CardinalsW 27-14W -9@Jacksonville JaguarsO 40.5
SunNov 17, 20134:05San Diego ChargersL 16-20L -3@Miami DolphinsU 44.5
SunNov 17, 20134:25@New Orleans SaintsW 23-20L -3.5San Francisco 49ersU 50
SunNov 17, 20134:25@New York GiantsW 27-13W -3Green Bay PackersU 41
SunNov 17, 20134:26@Seattle SeahawksW 41-20W -13Minnesota VikingsO 45
SunNov 17, 20138:30@Denver BroncosW 27-17W -7.5Kansas City ChiefsU 49
MonNov 18, 20138:42@Carolina PanthersW 24-20W -3New England PatriotsU 46.5
+ + +

+ +

Back to top

2013 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 21, 20138:30New Orleans SaintsW 17-13L -7@Atlanta FalconsU 52.5
SunNov 24, 20131:00@St Louis RamsW 42-21W -1.5Chicago BearsO 46
SunNov 24, 20131:02@Baltimore RavensW 19-3W -3.5New York JetsU 38
SunNov 24, 20131:02@Green Bay PackersT 26-26 (OT)L -5.5Minnesota VikingsO 44.5
SunNov 24, 20131:02Jacksonville JaguarsW 13-6W -2@Houston TexansU 44
SunNov 24, 20131:03@Cleveland BrownsL 11-27L -2Pittsburgh SteelersU 40
SunNov 24, 20131:03@Detroit LionsL 21-24L -7Tampa Bay BuccaneersU 48.5
SunNov 24, 20131:03@Kansas City ChiefsL 38-41L -3San Diego ChargersO 43
SunNov 24, 20131:03Carolina PanthersW 20-16P -4@Miami DolphinsU 40
SunNov 24, 20134:05@Arizona CardinalsW 40-11W -3Indianapolis ColtsO 44.5
SunNov 24, 20134:05Tennessee TitansW 23-19W -2@Oakland RaidersP 42
SunNov 24, 20134:25@New York GiantsL 21-24L -2.5Dallas CowboysO 44.5
SunNov 24, 20138:30Denver BroncosL 31-34 (OT)L -2.5@New England PatriotsO 54
MonNov 25, 20138:40San Francisco 49ersW 27-6W -5@Washington RedskinsU 45.5
+ + +

+ +

Back to top

2013 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 201312:36@Detroit LionsW 40-10W -6Green Bay PackersO 48.5
ThuNov 28, 20134:31@Dallas CowboysW 31-24L -8Oakland RaidersO 49.5
ThuNov 28, 20138:31@Baltimore RavensW 22-20L -3Pittsburgh SteelersO 39.5
SunDec 1, 20131:02@Cleveland BrownsL 28-32L -7.5Jacksonville JaguarsO 39.5
SunDec 1, 20131:02New England PatriotsW 34-31L -6.5@Houston TexansO 49
SunDec 1, 20131:02@Indianapolis ColtsW 22-14W -3.5Tennessee TitansU 46
SunDec 1, 20131:02@New York JetsL 3-23L -2Miami DolphinsU 39.5
SunDec 1, 20131:02@Philadelphia EaglesW 24-21L -3.5Arizona CardinalsU 48
SunDec 1, 20131:04@Carolina PanthersW 27-6W -6.5Tampa Bay BuccaneersU 41
SunDec 1, 20131:05@Minnesota VikingsW 23-20 (OT)W -1Chicago BearsU 48.5
SunDec 1, 20134:05@Buffalo BillsL 31-34 (OT)L -4.5Atlanta FalconsO 48at Toronto
SunDec 1, 20134:05@San Francisco 49ersW 23-13W -7.5St Louis RamsU 40.5
SunDec 1, 20134:25Cincinnati BengalsW 17-10W -1.5@San Diego ChargersU 48.5
SunDec 1, 20134:26Denver BroncosW 35-28W -6@Kansas City ChiefsO 49.5
SunDec 1, 20138:31@Washington RedskinsL 17-24L -1New York GiantsU 45.5
MonDec 2, 20138:41@Seattle SeahawksW 34-7W -5New Orleans SaintsU 48.5
+ + +

+ +

Back to top

2013 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 5, 20138:29Houston TexansL 20-27L -3.5@Jacksonville JaguarsO 43.5
SunDec 8, 20131:02@Cincinnati BengalsW 42-28W -7Indianapolis ColtsO 43
SunDec 8, 20131:02@Green Bay PackersW 22-21L -3.5Atlanta FalconsU 47
SunDec 8, 20131:02@New England PatriotsW 27-26L -9.5Cleveland BrownsO 47.5
SunDec 8, 20131:02@New York JetsW 37-27W -3Oakland RaidersO 39
SunDec 8, 20131:02@Philadelphia EaglesW 34-20W -2Detroit LionsO 51
SunDec 8, 20131:02@Pittsburgh SteelersL 28-34L -3Miami DolphinsO 40.5
SunDec 8, 20131:02@Tampa Bay BuccaneersW 27-6W -2.5Buffalo BillsU 42.5
SunDec 8, 20131:03@Baltimore RavensW 29-26L -6Minnesota VikingsO 41.5
SunDec 8, 20131:03Kansas City ChiefsW 45-10W -3@Washington RedskinsO 44
SunDec 8, 20134:05@Denver BroncosW 51-28W -13.5Tennessee TitansO 49.5
SunDec 8, 20134:25@Arizona CardinalsW 30-10W -4.5St Louis RamsU 41
SunDec 8, 20134:25@San Diego ChargersW 37-14W -4New York GiantsO 47
SunDec 8, 20134:26@San Francisco 49ersW 19-17P -2Seattle SeahawksU 41
SunDec 8, 20138:30@New Orleans SaintsW 31-13W -3Carolina PanthersU 47
MonDec 9, 20138:40@Chicago BearsW 45-28W -1.5Dallas CowboysO 49
+ + +

+ +

Back to top

2013 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 12, 20138:29@Denver BroncosL 20-27L -9.5San Diego ChargersU 56.5
SunDec 15, 20131:02@Indianapolis ColtsW 25-3W -6Houston TexansU 47
SunDec 15, 20131:02Buffalo BillsW 27-20W -4@Jacksonville JaguarsO 43
SunDec 15, 20131:02@Miami DolphinsW 24-20W -2.5New England PatriotsU 46.5
SunDec 15, 20131:02Philadelphia EaglesL 30-48L -7@Minnesota VikingsO 53
SunDec 15, 20131:02San Francisco 49ersW 33-14W -4.5@Tampa Bay BuccaneersO 41
SunDec 15, 20131:03@Atlanta FalconsW 27-26L -5.5Washington RedskinsO 50
SunDec 15, 20131:03@Cleveland BrownsL 31-38L -1Chicago BearsO 43.5
SunDec 15, 20131:03Seattle SeahawksW 23-0W -9.5@New York GiantsU 43.5
SunDec 15, 20134:05@Carolina PanthersW 30-20P -10New York JetsO 41
SunDec 15, 20134:05Kansas City ChiefsW 56-31W -6@Oakland RaidersO 44
SunDec 15, 20134:25@Dallas CowboysL 36-37L -4Green Bay PackersO 50
SunDec 15, 20134:25New Orleans SaintsL 16-27L -7@St Louis RamsU 47.5
SunDec 15, 20134:27Arizona CardinalsW 37-34 (OT)P -3@Tennessee TitansO 43
SunDec 15, 20138:30Cincinnati BengalsL 20-30L -1.5@Pittsburgh SteelersO 44.5
MonDec 16, 20138:40@Detroit LionsL 16-18L -5.5Baltimore RavensU 49
+ + +

+ +

Back to top

2013 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 22, 20131:00@St Louis RamsW 23-13W -3.5Tampa Bay BuccaneersU 43
SunDec 22, 20131:02Miami DolphinsL 0-19L -1.5@Buffalo BillsU 42
SunDec 22, 20131:02@Cincinnati BengalsW 42-14W -7.5Minnesota VikingsO 48
SunDec 22, 20131:02Denver BroncosW 37-13W -9.5@Houston TexansU 53
SunDec 22, 20131:02Tennessee TitansW 20-16P -4@Jacksonville JaguarsU 44
SunDec 22, 20131:02@Kansas City ChiefsL 7-23L -7Indianapolis ColtsU 46.5
SunDec 22, 20131:02@New York JetsW 24-13W -1.5Cleveland BrownsU 41.5
SunDec 22, 20131:03Dallas CowboysW 24-23L -2.5@Washington RedskinsU 51
SunDec 22, 20131:04@Carolina PanthersW 17-13W -3New Orleans SaintsU 44.5
SunDec 22, 20134:05@Detroit LionsL 20-23 (OT)L -9New York GiantsU 47
SunDec 22, 20134:06@Seattle SeahawksL 10-17L -9Arizona CardinalsU 42.5
SunDec 22, 20134:25@Baltimore RavensL 7-41L -1.5New England PatriotsO 45.5
SunDec 22, 20134:25@Green Bay PackersL 31-38L -2Pittsburgh SteelersO 43.5
SunDec 22, 20134:25@San Diego ChargersW 26-13W -9Oakland RaidersU 50
SunDec 22, 20138:30@Philadelphia EaglesW 54-11W -3Chicago BearsO 53.5
MonDec 23, 20138:40@San Francisco 49ersW 34-24L -14.5Atlanta FalconsO 46
+ + +

+ +

Back to top

2013 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 29, 20131:02@Cincinnati BengalsW 34-17W -7Baltimore RavensO 43
SunDec 29, 20131:02@Indianapolis ColtsW 30-10W -11.5Jacksonville JaguarsU 45
SunDec 29, 20131:02@Miami DolphinsL 7-20L -7New York JetsU 41
SunDec 29, 20131:02@Pittsburgh SteelersW 20-7W -9.5Cleveland BrownsU 44.5
SunDec 29, 20131:02@Tennessee TitansW 16-10L -6.5Houston TexansU 44.5
SunDec 29, 20131:04@New York GiantsW 20-6W -3.5Washington RedskinsU 44
SunDec 29, 20131:05Carolina PanthersW 21-20L -5.5@Atlanta FalconsU 46.5
SunDec 29, 20131:05Detroit LionsL 13-14L -2.5@Minnesota VikingsU 50
SunDec 29, 20134:25@Arizona CardinalsL 20-23L -3San Francisco 49ersO 41
SunDec 29, 20134:25Green Bay PackersW 33-28W -3@Chicago BearsO 51
SunDec 29, 20134:25@New England PatriotsW 34-20W -7Buffalo BillsO 46.5
SunDec 29, 20134:25@New Orleans SaintsW 42-17W -10.5Tampa Bay BuccaneersO 47
SunDec 29, 20134:25Denver BroncosW 34-14W -10@Oakland RaidersU 53.5
SunDec 29, 20134:26@San Diego ChargersW 27-24 (OT)L -14.5Kansas City ChiefsO 45
SunDec 29, 20134:26@Seattle SeahawksW 27-9W -12.5St Louis RamsU 41
SunDec 29, 20138:30Philadelphia EaglesW 24-22L -7@Dallas CowboysU 54
+ + +

+

Back to top

+

2013 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 4, 20144:35Kansas City Chiefs (5)L 44-45L -1.5@Indianapolis Colts (4)O 48
NFC Wild CardSatJan 4, 20148:14@Philadelphia Eagles (3)L 24-26L -3New Orleans Saints (6)U 54.5
AFC Wild CardSunJan 5, 20141:06@Cincinnati Bengals (3)L 10-27L -6San Diego Chargers (6)U 47.5
NFC Wild CardSunJan 5, 20144:40San Francisco 49ers (5)W 23-20P -3@Green Bay Packers (4)U 46.5
NFC DivisionalSatJan 11, 20144:36@Seattle Seahawks (1)W 23-15L -9New Orleans Saints (6)U 44
AFC DivisionalSatJan 11, 20148:15@New England Patriots (2)W 43-22W -7Indianapolis Colts (4)O 51
NFC DivisionalSunJan 12, 20141:05San Francisco 49ers (5)W 23-10W -1@Carolina Panthers (2)U 41
AFC DivisionalSunJan 12, 20144:40@Denver Broncos (1)W 24-17L -7.5San Diego Chargers (6)U 55
AFC ChampionshipSunJan 19, 20143:06@Denver Broncos (1)W 26-16W -5New England Patriots (2)U 56.5
NFC ChampionshipSunJan 19, 20146:42@Seattle Seahawks (1)W 23-17W -4San Francisco 49ers (5)U 40.5
Super Bowl XLVIIISunFeb 2, 20146:32NDenver Broncos (1)L 8-43L -2.5Seattle Seahawks (1)O 47.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2014.html b/data/2014.html new file mode 100644 index 0000000..8379025 --- /dev/null +++ b/data/2014.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2014 Season

+ +

Historical NFL Game Odds

2014 Season

<<-- 2013 Season    2015 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2014 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
19-7 (56.3%)5-11-0 (31.3%)10-6 (62.5%)6-10-0 (37.5%)8-5 (61.5%)4-9-0 (30.8%)2-1 (66.7%)2-1-0 (66.7%)5-10-1 (33.3%)
210-6 (62.5%)8-8-0 (50.0%)9-7 (56.3%)7-9-0 (43.8%)7-4 (63.6%)5-6-0 (45.5%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
311-5 (68.8%)8-7-1 (53.3%)9-7 (56.3%)7-8-1 (46.7%)8-4 (66.7%)6-6-0 (50.0%)1-3 (25.0%)1-2-1 (33.3%)9-7-0 (56.3%)
47-6 (53.8%)6-6-1 (50.0%)8-4 (66.7%)7-4-1 (63.6%)5-2 (71.4%)4-2-1 (66.7%)3-2 (60.0%)3-2-0 (60.0%)10-3-0 (76.9%)
512-2 (85.7%)8-5-1 (61.5%)11-4 (73.3%)7-7-1 (50.0%)10-2 (83.3%)6-5-1 (54.5%)0-2 (0.0%)0-2-0 (0.0%)7-7-1 (50.0%)
610-4 (71.4%)8-7-0 (53.3%)4-10 (28.6%)4-11-0 (26.7%)4-4 (50.0%)3-6-0 (33.3%)0-6 (0.0%)1-5-0 (16.7%)10-5-0 (66.7%)
711-4 (73.3%)7-8-0 (46.7%)12-3 (80.0%)8-7-0 (53.3%)10-2 (83.3%)6-6-0 (50.0%)2-1 (66.7%)2-1-0 (66.7%)7-8-0 (46.7%)
89-6 (60.0%)7-8-0 (46.7%)8-6 (57.1%)9-5-0 (64.3%)5-3 (62.5%)5-3-0 (62.5%)3-3 (50.0%)4-2-0 (66.7%)7-8-0 (46.7%)
99-3 (75.0%)6-5-1 (54.5%)8-5 (61.5%)5-7-1 (41.7%)6-2 (75.0%)3-4-1 (42.9%)1-3 (25.0%)1-3-0 (25.0%)7-5-1 (58.3%)
109-4 (69.2%)9-4-0 (69.2%)7-5 (58.3%)7-5-0 (58.3%)6-3 (66.7%)6-3-0 (66.7%)1-2 (33.3%)1-2-0 (33.3%)7-6-0 (53.8%)
118-5 (61.5%)6-7-0 (46.2%)7-7 (50.0%)7-7-0 (50.0%)5-4 (55.6%)4-5-0 (44.4%)1-3 (25.0%)2-2-0 (50.0%)4-10-0 (28.6%)
1211-4 (73.3%)6-9-0 (40.0%)9-5 (64.3%)8-6-0 (57.1%)8-3 (72.7%)5-6-0 (45.5%)1-2 (33.3%)3-0-0 (100.%)7-8-0 (46.7%)
139-6 (60.0%)7-8-0 (46.7%)9-7 (56.3%)11-5-0 (68.8%)7-4 (63.6%)7-4-0 (63.6%)2-2 (50.0%)4-0-0 (100.%)9-7-0 (56.3%)
1411-5 (68.8%)8-8-0 (50.0%)6-10 (37.5%)5-11-0 (31.3%)4-3 (57.1%)2-5-0 (28.6%)2-7 (22.2%)3-6-0 (33.3%)6-10-0 (37.5%)
1512-4 (75.0%)9-7-0 (56.3%)9-7 (56.3%)6-10-0 (37.5%)8-3 (72.7%)5-6-0 (45.5%)1-4 (20.0%)1-4-0 (20.0%)3-13-0 (18.8%)
169-7 (56.3%)5-11-0 (31.3%)9-7 (56.3%)9-7-0 (56.3%)5-3 (62.5%)3-5-0 (37.5%)4-4 (50.0%)6-2-0 (75.0%)6-9-1 (40.0%)
1712-3 (80.0%)7-8-0 (46.7%)9-7 (56.3%)6-10-0 (37.5%)9-3 (75.0%)5-7-0 (41.7%)0-3 (0.0%)1-2-0 (33.3%)6-10-0 (37.5%)
Playoffs8-3 (72.7%)4-7-0 (36.4%)8-2 (80.0%)4-6-0 (40.0%)8-2 (80.0%)4-6-0 (40.0%)0-0 0-0-0 5-5-1 (50.0%)
+ +


2014 Results by Team

Click on a team to view 2014 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals11-5 (68.8%)11-5 (68.8%)6-1 (85.7%)5-2-0 (71.4%)7-1 (87.5%)6-2-0 (75.0%)4-0 (100.%)3-1-0 (75.0%)5-10-1 (33.3%)
Atlanta Falcons6-10 (37.5%)8-8 (50.0%)3-4 (42.9%)3-4-0 (42.9%)3-4 (42.9%)3-4-0 (42.9%)1-3 (25.0%)1-3-0 (25.0%)6-9-1 (40.0%)
Baltimore Ravens10-6 (62.5%)7-8-1 (46.7%)8-4 (66.7%)5-6-1 (45.5%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)7-9-0 (43.8%)
Buffalo Bills9-7 (56.3%)9-7 (56.3%)4-4 (50.0%)3-5-0 (37.5%)4-3 (57.1%)3-4-0 (42.9%)3-3 (50.0%)2-4-0 (33.3%)3-13-0 (18.8%)
Carolina Panthers7-8-1 (46.7%)7-9 (43.8%)4-1 (80.0%)2-3-0 (40.0%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Chicago Bears5-11 (31.3%)7-9 (43.8%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)2-2 (50.0%)2-2-0 (50.0%)8-8-0 (50.0%)
Cincinnati Bengals10-5-1 (66.7%)8-7-1 (53.3%)4-2 (66.7%)2-4-1 (33.3%)5-2 (71.4%)4-3-1 (57.1%)3-2 (60.0%)2-3-1 (40.0%)6-10-0 (37.5%)
Cleveland Browns7-9 (43.8%)10-5-1 (66.7%)3-3 (50.0%)2-4-0 (33.3%)4-4 (50.0%)4-3-1 (57.1%)3-2 (60.0%)2-3-0 (40.0%)5-11-0 (31.3%)
Dallas Cowboys12-4 (75.0%)10-6 (62.5%)8-3 (72.7%)6-5-0 (54.5%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)9-6-1 (60.0%)
Denver Broncos12-4 (75.0%)8-8 (50.0%)11-3 (78.6%)7-7-0 (50.0%)8-0 (100.%)4-4-0 (50.0%)8-0 (100.%)4-4-0 (50.0%)9-6-1 (60.0%)
Detroit Lions11-5 (68.8%)7-9 (43.8%)10-1 (90.9%)6-5-0 (54.5%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)5-11-0 (31.3%)
Green Bay Packers12-4 (75.0%)9-7 (56.3%)12-1 (92.3%)9-4-0 (69.2%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)11-5-0 (68.8%)
Houston Texans9-7 (56.3%)9-7 (56.3%)7-1 (87.5%)6-2-0 (75.0%)5-3 (62.5%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)8-8-0 (50.0%)
Indianapolis Colts11-5 (68.8%)11-5 (68.8%)11-3 (78.6%)10-4-0 (71.4%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)8-7-1 (53.3%)
Jacksonville Jaguars3-13 (18.8%)6-9-1 (40.0%)1-0 (100.%)1-0-0 (100.%)3-4 (42.9%)3-4-0 (42.9%)1-0 (100.%)1-0-0 (100.%)7-9-0 (43.8%)
Kansas City Chiefs9-7 (56.3%)10-5-1 (66.7%)4-3 (57.1%)4-3-0 (57.1%)6-2 (75.0%)6-2-0 (75.0%)4-1 (80.0%)4-1-0 (80.0%)5-11-0 (31.3%)
Miami Dolphins8-8 (50.0%)7-9 (43.8%)6-3 (66.7%)4-5-0 (44.4%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)8-8-0 (50.0%)
Minnesota Vikings7-9 (43.8%)10-6 (62.5%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)2-2-0 (50.0%)6-10-0 (37.5%)
New England Patriots12-4 (75.0%)9-7 (56.3%)8-3 (72.7%)5-6-0 (45.5%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)9-7-0 (56.3%)
New Orleans Saints7-9 (43.8%)6-10 (37.5%)6-8 (42.9%)4-10-0 (28.6%)3-5 (37.5%)2-6-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)10-6-0 (62.5%)
New York Giants6-10 (37.5%)7-9 (43.8%)4-1 (80.0%)4-1-0 (80.0%)3-5 (37.5%)4-4-0 (50.0%)3-0 (100.%)3-0-0 (100.%)10-5-1 (66.7%)
New York Jets4-12 (25.0%)7-9 (43.8%)2-2 (50.0%)1-3-0 (25.0%)2-6 (25.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)7-9-0 (43.8%)
Oakland Raiders3-13 (18.8%)8-8 (50.0%)0-1 (0.0%)0-1-0 (0.0%)3-4 (42.9%)4-3-0 (57.1%)0-0 0-0-0 10-6-0 (62.5%)
Philadelphia Eagles10-6 (62.5%)8-7-1 (53.3%)7-3 (70.0%)5-5-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)9-6-1 (60.0%)
Pittsburgh Steelers11-5 (68.8%)9-7 (56.3%)8-3 (72.7%)6-5-0 (54.5%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)9-7-0 (56.3%)
San Diego Chargers9-7 (56.3%)7-9 (43.8%)5-1 (83.3%)2-4-0 (33.3%)5-3 (62.5%)3-5-0 (37.5%)4-1 (80.0%)2-3-0 (40.0%)7-9-0 (43.8%)
San Francisco 49ers8-8 (50.0%)4-10-2 (28.6%)7-6 (53.8%)3-8-2 (27.3%)4-4 (50.0%)0-6-2 (0.0%)4-4 (50.0%)0-6-2 (0.0%)5-11-0 (31.3%)
Seattle Seahawks12-4 (75.0%)10-6 (62.5%)11-3 (78.6%)9-5-0 (64.3%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)8-8-0 (50.0%)
St Louis Rams6-10 (37.5%)8-8 (50.0%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)1-3 (25.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Tampa Bay Buccaneers2-14 (12.5%)7-9 (43.8%)0-3 (0.0%)0-3-0 (0.0%)0-8 (0.0%)2-6-0 (25.0%)0-3 (0.0%)0-3-0 (0.0%)5-11-0 (31.3%)
Tennessee Titans2-14 (12.5%)3-13 (18.8%)1-2 (33.3%)0-3-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)1-2 (33.3%)0-3-0 (0.0%)6-10-0 (37.5%)
Washington Redskins4-12 (25.0%)5-11 (31.3%)2-2 (50.0%)1-3-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)2-2 (50.0%)1-3-0 (25.0%)7-8-1 (46.7%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2014 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 4, 20148:42@Seattle SeahawksW 36-16W -8.5Green Bay PackersO 45
SunSep 7, 20141:00@Chicago BearsL 20-23 (OT)L -7Buffalo BillsU 47
SunSep 7, 20141:00@St Louis RamsL 6-34L -3.5Minnesota VikingsU 43.5
SunSep 7, 20141:02@Baltimore RavensL 16-23L -2Cincinnati BengalsU 43
SunSep 7, 20141:02@Kansas City ChiefsL 10-26L -3.5Tennessee TitansU 43
SunSep 7, 20141:02@New York JetsW 19-14L -5.5Oakland RaidersU 40
SunSep 7, 20141:02@Philadelphia EaglesW 34-17W -10.5Jacksonville JaguarsU 52
SunSep 7, 20141:02@Pittsburgh SteelersW 30-27L -7Cleveland BrownsO 41.5
SunSep 7, 20141:03New Orleans SaintsL 34-37 (OT)L -3@Atlanta FalconsO 51.5
SunSep 7, 20141:03@Houston TexansW 17-6W -3Washington RedskinsU 45
SunSep 7, 20141:03New England PatriotsL 20-33L -5@Miami DolphinsO 47
SunSep 7, 20144:25San Francisco 49ersW 28-17W -4.5@Dallas CowboysU 51
SunSep 7, 20144:25@Tampa Bay BuccaneersL 14-20L -2.5Carolina PanthersU 39.5
SunSep 7, 20148:30@Denver BroncosW 31-24L -7.5Indianapolis ColtsP 55
MonSep 8, 20147:11@Detroit LionsW 35-14W -5.5New York GiantsO 47
MonSep 8, 20149:20@Arizona CardinalsW 18-17L -3San Diego ChargersU 45
+ + +

+ +

Back to top

2014 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 11, 20148:28@Baltimore RavensW 26-6W -2.5Pittsburgh SteelersU 44
SunSep 14, 20141:02@Buffalo BillsW 29-10W -1.5Miami DolphinsU 42.5
SunSep 14, 20141:03New Orleans SaintsL 24-26L -6@Cleveland BrownsO 48.5
SunSep 14, 20141:03@Tennessee TitansL 10-26L -3.5Dallas CowboysU 49.5
SunSep 14, 20141:04@Carolina PanthersW 24-7W -2.5Detroit LionsU 44
SunSep 14, 20141:04Arizona CardinalsW 25-14W -2@New York GiantsU 42.5
SunSep 14, 20141:05@Cincinnati BengalsW 24-10W -6Atlanta FalconsU 49
SunSep 14, 20141:05New England PatriotsW 30-7W -5.5@Minnesota VikingsU 48.5
SunSep 14, 20141:05@Washington RedskinsW 41-10W -6Jacksonville JaguarsO 42.5
SunSep 14, 20144:05Seattle SeahawksL 21-30L -5.5@San Diego ChargersO 44
SunSep 14, 20144:05@Tampa Bay BuccaneersL 17-19L -5.5St Louis RamsU 38
SunSep 14, 20144:25@Denver BroncosW 24-17L -11.5Kansas City ChiefsU 50.5
SunSep 14, 20144:25@Green Bay PackersW 31-24L -7.5New York JetsO 46
SunSep 14, 20144:25Houston TexansW 30-14W -3@Oakland RaidersO 40
SunSep 14, 20148:31@San Francisco 49ersL 20-28L -7Chicago BearsO 47.5
MonSep 15, 20148:31@Indianapolis ColtsL 27-30L -3Philadelphia EaglesO 54
+ + +

+ +

Back to top

2014 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 18, 20148:26@Atlanta FalconsW 56-14W -6Tampa Bay BuccaneersO 46
SunSep 21, 20141:00Dallas CowboysW 34-31W -1.5@St Louis RamsO 44
SunSep 21, 20141:02@Buffalo BillsL 10-22L -2.5San Diego ChargersU 45.5
SunSep 21, 20141:02@Cincinnati BengalsW 33-7W -6.5Tennessee TitansU 42.5
SunSep 21, 20141:02Baltimore RavensW 23-21P -2@Cleveland BrownsO 41.5
SunSep 21, 20141:02@Detroit LionsW 19-7W -2.5Green Bay PackersU 52.5
SunSep 21, 20141:02Indianapolis ColtsW 44-17W -7@Jacksonville JaguarsO 45
SunSep 21, 20141:02@New England PatriotsW 16-9L -14Oakland RaidersU 46.5
SunSep 21, 20141:02@New York GiantsW 30-17W -1.5Houston TexansO 41.5
SunSep 21, 20141:02@Philadelphia EaglesW 37-34L -6Washington RedskinsO 50.5
SunSep 21, 20141:03@New Orleans SaintsW 20-9W -10Minnesota VikingsU 49
SunSep 21, 20144:05San Francisco 49ersL 14-23L -3@Arizona CardinalsU 42
SunSep 21, 20144:25@Miami DolphinsL 15-34L -3.5Kansas City ChiefsO 42.5
SunSep 21, 20144:25@Seattle SeahawksW 26-20 (OT)W -4.5Denver BroncosU 48.5
SunSep 21, 20148:31@Carolina PanthersL 19-37L -3Pittsburgh SteelersO 42
MonSep 22, 20148:30@New York JetsL 19-27L -2.5Chicago BearsO 44
+ + +

+ +

Back to top

2014 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 25, 20148:26@Washington RedskinsL 14-45L -3.5New York GiantsO 46
SunSep 28, 20141:02@Baltimore RavensW 38-10W -3Carolina PanthersO 42
SunSep 28, 20141:02Green Bay PackersW 38-17W -1.5@Chicago BearsO 51.5
SunSep 28, 20141:02@Houston TexansW 23-17W -3Buffalo BillsU 42.5
SunSep 28, 20141:02Detroit LionsW 24-17W -1.5@New York JetsU 45
SunSep 28, 20141:03@Indianapolis ColtsW 41-17W -7.5Tennessee TitansO 46
SunSep 28, 20141:03@Pittsburgh SteelersL 24-27L -7.5Tampa Bay BuccaneersO 45
SunSep 28, 20141:06NOakland RaidersL 14-38L -3.5Miami DolphinsO 40.5at London
SunSep 28, 20144:05@San Diego ChargersW 33-14W -12.5Jacksonville JaguarsO 45
SunSep 28, 20144:25Atlanta FalconsL 28-41L -3@Minnesota VikingsO 47
SunSep 28, 20144:25@San Francisco 49ersW 26-21P -5Philadelphia EaglesU 50
SunSep 28, 20148:31New Orleans SaintsL 17-38L -3@Dallas CowboysO 53.5
MonSep 29, 20148:31New England PatriotsL 14-41L -3@Kansas City ChiefsO 46
+ + +

+ +

Back to top

2014 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 2, 20148:26@Green Bay PackersW 42-10W -7.5Minnesota VikingsO 47.5
SunOct 5, 20141:02Pittsburgh SteelersW 17-9W -6@Jacksonville JaguarsU 47.5
SunOct 5, 20141:02@Philadelphia EaglesW 34-28L -6.5St Louis RamsO 47.5
SunOct 5, 20141:02@Tennessee TitansL 28-29L -1Cleveland BrownsO 44
SunOct 5, 20141:03@Carolina PanthersW 31-24W -2.5Chicago BearsO 45.5
SunOct 5, 20141:03@Dallas CowboysW 20-17 (OT)L -6.5Houston TexansU 47
SunOct 5, 20141:03@Detroit LionsL 14-17L -6.5Buffalo BillsU 43
SunOct 5, 20141:03@Indianapolis ColtsW 20-13W -3Baltimore RavensU 49
SunOct 5, 20141:03@New Orleans SaintsW 37-31 (OT)L -10Tampa Bay BuccaneersO 48
SunOct 5, 20141:03@New York GiantsW 30-20W -4Atlanta FalconsP 50
SunOct 5, 20144:05@Denver BroncosW 41-20W -7.5Arizona CardinalsO 48
SunOct 5, 20144:25@San Diego ChargersW 31-0W -6.5New York JetsU 43.5
SunOct 5, 20144:25@San Francisco 49ersW 22-17P -5Kansas City ChiefsU 44
SunOct 5, 20148:43@New England PatriotsW 43-17W PKCincinnati BengalsO 46
MonOct 6, 20148:30Seattle SeahawksW 27-17W -7@Washington RedskinsU 45.5
+ + +

+ +

Back to top

2014 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 9, 20148:26Indianapolis ColtsW 33-28W -2.5@Houston TexansO 46.5
SunOct 12, 20141:02@Buffalo BillsL 22-37L -1New England PatriotsO 44
SunOct 12, 20141:02@Cleveland BrownsW 31-10W -1.5Pittsburgh SteelersU 46.5
SunOct 12, 20141:02Green Bay PackersW 27-24W -1.5@Miami DolphinsO 47
SunOct 12, 20141:02@Minnesota VikingsL 3-17L -1.5Detroit LionsU 43
SunOct 12, 20141:02Denver BroncosW 31-17W -9.5@New York JetsO 47.5
SunOct 12, 20141:02Baltimore RavensW 48-17W -3@Tampa Bay BuccaneersO 44
SunOct 12, 20141:02@Tennessee TitansW 16-14L -4Jacksonville JaguarsU 42.5
SunOct 12, 20141:03@Cincinnati BengalsT 37-37 (OT)L -7Carolina PanthersO 44
SunOct 12, 20144:05San Diego ChargersW 31-28L -7.5@Oakland RaidersO 44
SunOct 12, 20144:25@Arizona CardinalsW 30-20W -5.5Washington RedskinsO 47
SunOct 12, 20144:25@Atlanta FalconsL 13-27L -3.5Chicago BearsU 55.5
SunOct 12, 20144:26@Seattle SeahawksL 23-30L -9.5Dallas CowboysO 47
SunOct 12, 20148:41@Philadelphia EaglesW 27-0W -1.5New York GiantsU 51
MonOct 13, 20148:30San Francisco 49ersW 31-17W -3.5@St Louis RamsO 44.5
+ + +

+ +

Back to top

2014 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 16, 20148:25@New England PatriotsW 27-25L -9.5New York JetsO 44.5
SunOct 19, 20141:00@Chicago BearsL 14-27L -3Miami DolphinsU 47.5
SunOct 19, 20141:00Seattle SeahawksL 26-28L -7@St Louis RamsO 43.5
SunOct 19, 20141:02@Baltimore RavensW 29-7W -6.5Atlanta FalconsU 49.5
SunOct 19, 20141:02@Buffalo BillsW 17-16L -6.5Minnesota VikingsU 43.5
SunOct 19, 20141:02@Detroit LionsW 24-23L -1.5New Orleans SaintsO 46.5
SunOct 19, 20141:02@Green Bay PackersW 38-17W -6.5Carolina PanthersO 49
SunOct 19, 20141:02@Indianapolis ColtsW 27-0W -3.5Cincinnati BengalsU 50.5
SunOct 19, 20141:02Cleveland BrownsL 6-24L -4@Jacksonville JaguarsU 45
SunOct 19, 20141:02@Washington RedskinsW 19-17L -6Tennessee TitansU 46.5
SunOct 19, 20144:05@San Diego ChargersL 20-23L -3Kansas City ChiefsU 46
SunOct 19, 20144:25@Dallas CowboysW 31-21W -5.5New York GiantsO 47
SunOct 19, 20144:25Arizona CardinalsW 24-13W -3.5@Oakland RaidersU 46.5
SunOct 19, 20148:30@Denver BroncosW 42-17W -6.5San Francisco 49ersO 48.5
MonOct 20, 20148:30@Pittsburgh SteelersW 30-23W -3Houston TexansO 44.5
+ + +

+ +

Back to top

2014 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 23, 20148:26@Denver BroncosW 35-21W -9San Diego ChargersO 51
SunOct 26, 20149:37NDetroit LionsW 22-21L -3.5Atlanta FalconsU 45.5at London
SunOct 26, 20141:02Baltimore RavensL 24-27L -3@Cincinnati BengalsO 44.5
SunOct 26, 20141:02Miami DolphinsW 27-13W -7@Jacksonville JaguarsU 42.5
SunOct 26, 20141:02@New England PatriotsW 51-23W -6Chicago BearsO 52
SunOct 26, 20141:02@New York JetsL 23-43L -3Buffalo BillsO 40.5
SunOct 26, 20141:03@Tampa Bay BuccaneersL 13-19 (OT)L -1.5Minnesota VikingsU 43
SunOct 26, 20141:03Houston TexansW 30-16W -3.5@Tennessee TitansO 43
SunOct 26, 20141:04Seattle SeahawksW 13-9L -6@Carolina PanthersU 45
SunOct 26, 20141:04@Kansas City ChiefsW 34-7W -7St Louis RamsU 44
SunOct 26, 20144:05Philadelphia EaglesL 20-24L -1@Arizona CardinalsU 48.5
SunOct 26, 20144:25@Cleveland BrownsW 23-13W -6.5Oakland RaidersU 44.5
SunOct 26, 20144:25Indianapolis ColtsL 34-51L -4.5@Pittsburgh SteelersO 48.5
SunOct 26, 20148:30@New Orleans SaintsW 44-23W -2Green Bay PackersO 55
MonOct 27, 20148:30@Dallas CowboysL 17-20 (OT)L -9.5Washington RedskinsU 49
+ + +

+ +

Back to top

2014 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 30, 20148:30New Orleans SaintsW 28-10W -3@Carolina PanthersU 49
SunNov 2, 20141:02@Cincinnati BengalsW 33-23P -10Jacksonville JaguarsO 44
SunNov 2, 20141:02@Cleveland BrownsW 22-17L -7Tampa Bay BuccaneersU 44
SunNov 2, 20141:02@Miami DolphinsW 37-0W -3San Diego ChargersU 45
SunNov 2, 20141:03Philadelphia EaglesW 31-21W -2@Houston TexansO 48.5
SunNov 2, 20141:03@Kansas City ChiefsW 24-10W -8.5New York JetsU 41.5
SunNov 2, 20141:03@Minnesota VikingsW 29-26W PKWashington RedskinsO 44
SunNov 2, 20141:04@Dallas CowboysL 17-28L -1.5Arizona CardinalsP 45
SunNov 2, 20144:05@San Francisco 49ersL 10-13L -10.5St Louis RamsU 44
SunNov 2, 20144:25Denver BroncosL 21-43L -3@New England PatriotsO 52.5
SunNov 2, 20144:26@Seattle SeahawksW 30-24L -13.5Oakland RaidersO 44
SunNov 2, 20148:30@Pittsburgh SteelersW 43-23W -2.5Baltimore RavensO 47.5
MonNov 3, 20148:31Indianapolis ColtsW 40-24W -3@New York GiantsO 50
+ + +

+ +

Back to top

2014 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 6, 20148:29@Cincinnati BengalsL 3-24L -6.5Cleveland BrownsU 46
SunNov 9, 20141:02@Buffalo BillsL 13-17L -1.5Kansas City ChiefsU 42
SunNov 9, 20141:02@Detroit LionsW 20-16W -3Miami DolphinsU 43
SunNov 9, 20141:02Pittsburgh SteelersL 13-20L -4.5@New York JetsU 47
SunNov 9, 20141:03@Baltimore RavensW 21-7W -10.5Tennessee TitansU 44.5
SunNov 9, 20141:03@New Orleans SaintsL 24-27 (OT)L -5.5San Francisco 49ersO 49
SunNov 9, 20141:04Atlanta FalconsW 27-17W -3@Tampa Bay BuccaneersU 47
SunNov 9, 20141:06NDallas CowboysW 31-17W -7.5Jacksonville JaguarsO 45at London
SunNov 9, 20144:05Denver BroncosW 41-17W -12.5@Oakland RaidersO 51
SunNov 9, 20144:25@Arizona CardinalsW 31-14W -7St Louis RamsO 43
SunNov 9, 20144:26@Seattle SeahawksW 38-17W -9.5New York GiantsO 45
SunNov 9, 20148:30@Green Bay PackersW 55-14W -9.5Chicago BearsO 54
MonNov 10, 20148:32@Philadelphia EaglesW 45-21W -7Carolina PanthersO 48.5
+ + +

+ +

Back to top

2014 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 13, 20148:26@Miami DolphinsW 22-9W -5Buffalo BillsU 42
SunNov 16, 20141:00Denver BroncosL 7-22L -9.5@St Louis RamsU 51
SunNov 16, 20141:02@Chicago BearsW 21-13W -2.5Minnesota VikingsU 46.5
SunNov 16, 20141:02@New Orleans SaintsL 10-27L -7Cincinnati BengalsU 51
SunNov 16, 20141:03Atlanta FalconsW 19-17W -1.5@Carolina PanthersU 47
SunNov 16, 20141:03@Cleveland BrownsL 7-23L -3.5Houston TexansU 41
SunNov 16, 20141:03San Francisco 49ersW 16-10W -4@New York GiantsU 44.5
SunNov 16, 20141:03@Washington RedskinsL 7-27L -7.5Tampa Bay BuccaneersU 45.5
SunNov 16, 20141:04@Kansas City ChiefsW 24-20W PKSeattle SeahawksO 42.5
SunNov 16, 20144:05@San Diego ChargersW 13-6L -10Oakland RaidersU 45
SunNov 16, 20144:25@Arizona CardinalsW 14-6W -1Detroit LionsU 41
SunNov 16, 20144:25@Green Bay PackersW 53-20W -5.5Philadelphia EaglesO 55
SunNov 16, 20148:31@Indianapolis ColtsL 20-42L -3New England PatriotsO 57
MonNov 17, 20148:30Pittsburgh SteelersW 27-24L -5.5@Tennessee TitansO 45.5
+ + +

+ +

Back to top

2014 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 20, 20148:26Kansas City ChiefsL 20-24L -7@Oakland RaidersO 42.5
SunNov 23, 20141:02@Atlanta FalconsL 24-26L -2.5Cleveland BrownsO 48.5
SunNov 23, 20141:02@Chicago BearsW 21-13W -4.5Tampa Bay BuccaneersU 46.5
SunNov 23, 20141:02@Houston TexansL 13-22L -2.5Cincinnati BengalsU 44.5
SunNov 23, 20141:02@Indianapolis ColtsW 23-3W -13.5Jacksonville JaguarsU 49
SunNov 23, 20141:02@New England PatriotsW 34-9W -7Detroit LionsU 47.5
SunNov 23, 20141:02@Philadelphia EaglesW 43-24W -11Tennessee TitansO 49
SunNov 23, 20141:03Green Bay PackersW 24-21L -7.5@Minnesota VikingsU 50
SunNov 23, 20144:05@San Diego ChargersW 27-24L -5St Louis RamsO 43.5
SunNov 23, 20144:06@Seattle SeahawksW 19-3W -7Arizona CardinalsU 41.5
SunNov 23, 20144:25@Denver BroncosW 39-36L -7Miami DolphinsO 47.5
SunNov 23, 20144:25@San Francisco 49ersW 17-13L -9.5Washington RedskinsU 44
SunNov 23, 20148:30Dallas CowboysW 31-28L -5@New York GiantsO 49
MonNov 24, 20147:05NBuffalo BillsW 38-3W -2.5New York JetsU 42.5at Detroit
MonNov 24, 20148:30@New Orleans SaintsL 27-34L -3Baltimore RavensO 51
+ + +

+ +

Back to top

2014 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 27, 201412:39@Detroit LionsW 34-17W -7Chicago BearsO 46.5
ThuNov 27, 20144:36@Dallas CowboysL 10-33L -3.5Philadelphia EaglesU 57
ThuNov 27, 20148:31@San Francisco 49ersL 3-19L -1.5Seattle SeahawksU 40.5
SunNov 30, 20141:00@St Louis RamsW 52-0W -6Oakland RaidersO 43
SunNov 30, 20141:02@Baltimore RavensL 33-34L -6.5San Diego ChargersO 45.5
SunNov 30, 20141:02@Buffalo BillsW 26-10W -3Cleveland BrownsU 42
SunNov 30, 20141:02@Houston TexansW 45-21W -7Tennessee TitansO 43
SunNov 30, 20141:02@Indianapolis ColtsW 49-27W -8.5Washington RedskinsO 49
SunNov 30, 20141:02@Minnesota VikingsW 31-13W -2.5Carolina PanthersO 41.5
SunNov 30, 20141:02@Pittsburgh SteelersL 32-35L -3.5New Orleans SaintsO 54.5
SunNov 30, 20141:02Cincinnati BengalsW 14-13L -6@Tampa Bay BuccaneersU 43.5
SunNov 30, 20141:03New York GiantsL 24-25L -3@Jacksonville JaguarsO 44
SunNov 30, 20144:05Arizona CardinalsL 18-29L -1.5@Atlanta FalconsO 45
SunNov 30, 20144:25@Green Bay PackersW 26-21W -3New England PatriotsU 58
SunNov 30, 20148:32@Kansas City ChiefsL 16-29L PKDenver BroncosU 49.5
MonDec 1, 20148:30Miami DolphinsW 16-13L -7@New York JetsU 41.5
+ + +

+ +

Back to top

2014 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 4, 20148:26Dallas CowboysW 41-28W -4@Chicago BearsO 50.5
SunDec 7, 20141:02@Cincinnati BengalsL 21-42L -3Pittsburgh SteelersO 47.5
SunDec 7, 20141:02@Detroit LionsW 34-17W -10.5Tampa Bay BuccaneersO 42
SunDec 7, 20141:02@Miami DolphinsL 13-28L -3Baltimore RavensU 45
SunDec 7, 20141:02@Minnesota VikingsW 30-24 (OT)W -4.5New York JetsO 40
SunDec 7, 20141:03Indianapolis ColtsW 25-24L -3@Cleveland BrownsU 50
SunDec 7, 20141:03Houston TexansW 27-13W -6.5@Jacksonville JaguarsU 42
SunDec 7, 20141:03@New Orleans SaintsL 10-41L -9Carolina PanthersO 50.5
SunDec 7, 20141:03New York GiantsW 36-7W -3@Tennessee TitansU 46.5
SunDec 7, 20141:03St Louis RamsW 24-0W -3@Washington RedskinsU 44.5
SunDec 7, 20144:05Kansas City ChiefsL 14-17L -2.5@Arizona CardinalsU 41
SunDec 7, 20144:05@Denver BroncosW 24-17L -9.5Buffalo BillsU 47.5
SunDec 7, 20144:25San Francisco 49ersL 13-24L -9@Oakland RaidersU 40.5
SunDec 7, 20144:25Seattle SeahawksW 24-14W -2@Philadelphia EaglesU 48
SunDec 7, 20148:30New England PatriotsW 23-14W -4@San Diego ChargersU 54
MonDec 8, 20148:30@Green Bay PackersW 43-37L -13.5Atlanta FalconsO 54.5
+ + +

+ +

Back to top

2014 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 11, 20148:25@St Louis RamsL 6-12L -4.5Arizona CardinalsU 40.5
SunDec 14, 20141:02Pittsburgh SteelersW 27-20W -3@Atlanta FalconsU 55
SunDec 14, 20141:02@Baltimore RavensW 20-12L -13.5Jacksonville JaguarsU 45
SunDec 14, 20141:02Green Bay PackersL 13-21L -4@Buffalo BillsU 50
SunDec 14, 20141:02@Cleveland BrownsL 0-30L -1Cincinnati BengalsU 44
SunDec 14, 20141:02@Indianapolis ColtsW 17-10W -6.5Houston TexansU 49
SunDec 14, 20141:02@New England PatriotsW 41-13W -7.5Miami DolphinsO 48
SunDec 14, 20141:02@New York GiantsW 24-13W -6.5Washington RedskinsU 47
SunDec 14, 20141:03@Carolina PanthersW 19-17L -3Tampa Bay BuccaneersU 41
SunDec 14, 20141:03@Kansas City ChiefsW 31-13W -10Oakland RaidersO 41.5
SunDec 14, 20144:05Denver BroncosW 22-10W -4.5@San Diego ChargersU 50.5
SunDec 14, 20144:05New York JetsW 16-11W -3@Tennessee TitansU 42
SunDec 14, 20144:25@Detroit LionsW 16-14L -7.5Minnesota VikingsU 41.5
SunDec 14, 20144:26@Seattle SeahawksW 17-7W -9.5San Francisco 49ersU 38
SunDec 14, 20148:35@Philadelphia EaglesL 27-38L -3Dallas CowboysO 55
MonDec 15, 20148:30New Orleans SaintsW 31-15W -3@Chicago BearsU 53.5
+ + +

+ +

Back to top

2014 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 18, 20148:26@Jacksonville JaguarsW 21-13W -4.5Tennessee TitansU 39
SatDec 20, 20144:30Philadelphia EaglesL 24-27L -7@Washington RedskinsP 51
SatDec 20, 20148:26@San Francisco 49ersL 35-38 (OT)L -1.5San Diego ChargersO 40.5
SunDec 21, 20141:02Baltimore RavensL 13-25L -6.5@Houston TexansU 42
SunDec 21, 20141:02New England PatriotsW 17-16L -10@New York JetsU 47
SunDec 21, 20141:02@Pittsburgh SteelersW 20-12W -2.5Kansas City ChiefsU 49.5
SunDec 21, 20141:03Detroit LionsW 20-14L -10@Chicago BearsU 44.5
SunDec 21, 20141:03@Miami DolphinsW 37-35L -4.5Minnesota VikingsO 42.5
SunDec 21, 20141:03@New Orleans SaintsL 14-30L -6Atlanta FalconsU 56.5
SunDec 21, 20141:03Green Bay PackersW 20-3W -12@Tampa Bay BuccaneersU 49
SunDec 21, 20141:04@Carolina PanthersW 17-13L -6Cleveland BrownsU 40
SunDec 21, 20144:05@St Louis RamsL 27-37L -6.5New York GiantsO 43.5
SunDec 21, 20144:25Buffalo BillsL 24-26L -6.5@Oakland RaidersO 42
SunDec 21, 20144:26@Dallas CowboysW 42-7W -3Indianapolis ColtsU 54
SunDec 21, 20148:30Seattle SeahawksW 35-6W -9@Arizona CardinalsO 36
MonDec 22, 20148:30Denver BroncosL 28-37L -3.5@Cincinnati BengalsO 47
+ + +

+ +

Back to top

2014 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 28, 20141:02@Baltimore RavensW 20-10L -13.5Cleveland BrownsU 39.5
SunDec 28, 20141:02@Miami DolphinsL 24-37L -6.5New York JetsO 41
SunDec 28, 20141:02@Minnesota VikingsW 13-9L -7Chicago BearsU 46.5
SunDec 28, 20141:02@New England PatriotsL 9-17L -6.5Buffalo BillsU 44
SunDec 28, 20141:02@New York GiantsL 26-34L PKPhiladelphia EaglesO 52
SunDec 28, 20141:02Indianapolis ColtsW 27-10W -7.5@Tennessee TitansU 46.5
SunDec 28, 20141:03@Houston TexansW 23-17L -7.5Jacksonville JaguarsO 38
SunDec 28, 20141:03@Kansas City ChiefsW 19-7W -2.5San Diego ChargersU 42.5
SunDec 28, 20141:03New Orleans SaintsW 23-20L -5.5@Tampa Bay BuccaneersU 46.5
SunDec 28, 20141:05Dallas CowboysW 44-17W -6@Washington RedskinsO 47.5
SunDec 28, 20144:25@Atlanta FalconsL 3-34L -3Carolina PanthersU 48
SunDec 28, 20144:25@Denver BroncosW 47-14W -14Oakland RaidersO 48
SunDec 28, 20144:25@Green Bay PackersW 30-20W -7Detroit LionsO 46.5
SunDec 28, 20144:25@San Francisco 49ersW 20-17L -6.5Arizona CardinalsU 37.5
SunDec 28, 20144:27@Seattle SeahawksW 20-6W -11St Louis RamsU 41.5
SunDec 28, 20148:30@Pittsburgh SteelersW 27-17W -3.5Cincinnati BengalsU 48
+ + +

+

Back to top

+

2014 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 3, 20154:20@Carolina Panthers (4)W 27-16W -5.5Arizona Cardinals (5)O 37.5
AFC Wild CardSatJan 3, 20158:15@Pittsburgh Steelers (3)L 17-30L -3Baltimore Ravens (6)P 47
AFC Wild CardSunJan 4, 20151:05@Indianapolis Colts (4)W 26-10W -3.5Cincinnati Bengals (5)U 48
NFC Wild CardSunJan 4, 20154:41@Dallas Cowboys (3)W 24-20L -6.5Detroit Lions (6)U 48.5
AFC DivisionalSatJan 10, 20154:35@New England Patriots (1)W 35-31L -7Baltimore Ravens (6)O 47.5
NFC DivisionalSatJan 10, 20158:21@Seattle Seahawks (1)W 31-17W -13.5Carolina Panthers (4)O 39.5
NFC DivisionalSunJan 11, 20151:05@Green Bay Packers (2)W 26-21L -6Dallas Cowboys (3)U 51.5
AFC DivisionalSunJan 11, 20154:40@Denver Broncos (2)L 13-24L -7Indianapolis Colts (4)U 53.5
NFC ChampionshipSunJan 18, 20153:06@Seattle Seahawks (1)W 28-22 (OT)L -8.5Green Bay Packers (2)O 45
AFC ChampionshipSunJan 18, 20156:50@New England Patriots (1)W 45-7W -7Indianapolis Colts (4)U 52.5
Super Bowl XLIXSunFeb 1, 20156:30NSeattle Seahawks (1)L 24-28L -1New England Patriots (1)O 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2015.html b/data/2015.html new file mode 100644 index 0000000..28a6656 --- /dev/null +++ b/data/2015.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2015 Season

+ +

Historical NFL Game Odds

2015 Season

<<-- 2014 Season    2016 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2015 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-6 (62.5%)8-7-1 (53.3%)10-6 (62.5%)8-7-1 (53.3%)6-2 (75.0%)4-3-1 (57.1%)4-4 (50.0%)4-4-0 (50.0%)9-7-0 (56.3%)
27-9 (43.8%)7-9-0 (43.8%)9-7 (56.3%)9-7-0 (56.3%)5-5 (50.0%)5-5-0 (50.0%)4-2 (66.7%)4-2-0 (66.7%)8-8-0 (50.0%)
312-4 (75.0%)10-6-0 (62.5%)8-8 (50.0%)8-8-0 (50.0%)8-4 (66.7%)7-5-0 (58.3%)0-4 (0.0%)1-3-0 (25.0%)11-5-0 (68.8%)
410-5 (66.7%)6-9-0 (40.0%)9-5 (64.3%)5-9-0 (35.7%)7-2 (77.8%)3-6-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)6-9-0 (40.0%)
510-4 (71.4%)6-6-2 (50.0%)6-8 (42.9%)3-9-2 (25.0%)6-4 (60.0%)3-6-1 (33.3%)0-4 (0.0%)0-3-1 (0.0%)7-7-0 (50.0%)
68-6 (57.1%)4-9-1 (30.8%)8-6 (57.1%)8-5-1 (61.5%)5-3 (62.5%)3-4-1 (42.9%)3-3 (50.0%)5-1-0 (83.3%)10-4-0 (71.4%)
711-3 (78.6%)7-6-1 (53.8%)8-5 (61.5%)6-6-1 (50.0%)8-2 (80.0%)5-4-1 (55.6%)0-3 (0.0%)1-2-0 (33.3%)7-7-0 (50.0%)
810-4 (71.4%)6-7-1 (46.2%)8-5 (61.5%)6-6-1 (50.0%)6-2 (75.0%)3-4-1 (42.9%)2-3 (40.0%)3-2-0 (60.0%)6-7-1 (46.2%)
98-5 (61.5%)6-7-0 (46.2%)9-4 (69.2%)7-6-0 (53.8%)6-2 (75.0%)4-4-0 (50.0%)3-2 (60.0%)3-2-0 (60.0%)8-5-0 (61.5%)
104-10 (28.6%)3-11-0 (21.4%)3-11 (21.4%)4-10-0 (28.6%)2-9 (18.2%)2-9-0 (18.2%)1-2 (33.3%)2-1-0 (66.7%)3-9-2 (25.0%)
119-5 (64.3%)7-6-1 (53.8%)8-6 (57.1%)6-7-1 (46.2%)6-3 (66.7%)4-4-1 (50.0%)2-3 (40.0%)2-3-0 (40.0%)5-9-0 (35.7%)
129-7 (56.3%)8-8-0 (50.0%)9-7 (56.3%)10-6-0 (62.5%)7-5 (58.3%)7-5-0 (58.3%)2-2 (50.0%)3-1-0 (75.0%)9-7-0 (56.3%)
1313-3 (81.3%)11-5-0 (68.8%)5-11 (31.3%)5-11-0 (31.3%)5-3 (62.5%)4-4-0 (50.0%)0-8 (0.0%)1-7-0 (12.5%)9-7-0 (56.3%)
1411-5 (68.8%)9-7-0 (56.3%)9-7 (56.3%)7-9-0 (43.8%)8-4 (66.7%)6-6-0 (50.0%)1-3 (25.0%)1-3-0 (25.0%)4-11-1 (26.7%)
1512-4 (75.0%)10-5-1 (66.7%)7-9 (43.8%)8-7-1 (53.3%)6-3 (66.7%)6-3-0 (66.7%)1-6 (14.3%)2-4-1 (33.3%)10-5-1 (66.7%)
169-7 (56.3%)6-9-1 (40.0%)11-5 (68.8%)8-7-1 (53.3%)8-4 (66.7%)5-6-1 (45.5%)3-1 (75.0%)3-1-0 (75.0%)6-8-2 (42.9%)
178-8 (50.0%)5-11-0 (31.3%)9-7 (56.3%)6-10-0 (37.5%)6-5 (54.5%)3-8-0 (27.3%)3-2 (60.0%)3-2-0 (60.0%)5-11-0 (31.3%)
Playoffs8-3 (72.7%)4-7-0 (36.4%)6-4 (60.0%)6-4-0 (60.0%)5-1 (83.3%)3-3-0 (50.0%)1-3 (25.0%)3-1-0 (75.0%)4-7-0 (36.4%)
+ +


2015 Results by Team

Click on a team to view 2015 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals13-3 (81.3%)9-6-1 (60.0%)12-3 (80.0%)8-6-1 (57.1%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)9-7-0 (56.3%)
Atlanta Falcons8-8 (50.0%)6-10 (37.5%)4-6 (40.0%)2-8-0 (20.0%)4-4 (50.0%)3-5-0 (37.5%)2-4 (33.3%)1-5-0 (16.7%)3-13-0 (18.8%)
Baltimore Ravens5-11 (31.3%)6-9-1 (40.0%)3-5 (37.5%)2-6-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)2-3 (40.0%)1-4-0 (20.0%)7-8-1 (46.7%)
Buffalo Bills8-8 (50.0%)7-7-2 (50.0%)4-3 (57.1%)3-3-1 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)8-8-0 (50.0%)
Carolina Panthers15-1 (93.8%)11-5 (68.8%)12-1 (92.3%)8-5-0 (61.5%)8-0 (100.%)6-2-0 (75.0%)7-0 (100.%)5-2-0 (71.4%)11-5-0 (68.8%)
Chicago Bears6-10 (37.5%)6-9-1 (40.0%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)1-7-0 (12.5%)0-2 (0.0%)0-2-0 (0.0%)8-7-1 (53.3%)
Cincinnati Bengals12-4 (75.0%)11-3-2 (78.6%)10-2 (83.3%)8-3-1 (72.7%)6-2 (75.0%)4-3-1 (57.1%)6-2 (75.0%)4-3-1 (57.1%)7-9-0 (43.8%)
Cleveland Browns3-13 (18.8%)6-10 (37.5%)1-2 (33.3%)1-2-0 (33.3%)2-6 (25.0%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)8-7-1 (53.3%)
Dallas Cowboys4-12 (25.0%)4-11-1 (26.7%)2-2 (50.0%)1-3-0 (25.0%)1-7 (12.5%)1-6-1 (14.3%)1-2 (33.3%)0-3-0 (0.0%)6-10-0 (37.5%)
Denver Broncos12-4 (75.0%)8-7-1 (53.3%)9-3 (75.0%)5-6-1 (45.5%)6-2 (75.0%)3-4-1 (42.9%)4-2 (66.7%)1-4-1 (20.0%)7-8-1 (46.7%)
Detroit Lions7-9 (43.8%)7-8-1 (46.7%)4-1 (80.0%)3-1-1 (75.0%)4-4 (50.0%)3-4-1 (42.9%)3-0 (100.%)2-0-1 (100.%)9-7-0 (56.3%)
Green Bay Packers10-6 (62.5%)9-7 (56.3%)9-5 (64.3%)8-6-0 (57.1%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-11-0 (31.3%)
Houston Texans9-7 (56.3%)9-7 (56.3%)5-2 (71.4%)5-2-0 (71.4%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)8-7-1 (53.3%)
Indianapolis Colts8-8 (50.0%)8-8 (50.0%)4-4 (50.0%)2-6-0 (25.0%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)8-8-0 (50.0%)
Jacksonville Jaguars5-11 (31.3%)7-9 (43.8%)3-3 (50.0%)2-4-0 (33.3%)3-4 (42.9%)3-4-0 (42.9%)2-3 (40.0%)2-3-0 (40.0%)10-6-0 (62.5%)
Kansas City Chiefs11-5 (68.8%)8-8 (50.0%)9-2 (81.8%)6-5-0 (54.5%)5-2 (71.4%)2-5-0 (28.6%)5-2 (71.4%)2-5-0 (28.6%)8-7-1 (53.3%)
Miami Dolphins6-10 (37.5%)5-11 (31.3%)3-4 (42.9%)2-5-0 (28.6%)3-4 (42.9%)2-5-0 (28.6%)2-2 (50.0%)1-3-0 (25.0%)7-9-0 (43.8%)
Minnesota Vikings11-5 (68.8%)13-3 (81.3%)8-2 (80.0%)8-2-0 (80.0%)6-2 (75.0%)6-2-0 (75.0%)6-1 (85.7%)6-1-0 (85.7%)6-8-2 (42.9%)
New England Patriots12-4 (75.0%)7-7-2 (50.0%)12-4 (75.0%)7-7-2 (50.0%)7-1 (87.5%)4-2-2 (66.7%)7-1 (87.5%)4-2-2 (66.7%)8-8-0 (50.0%)
New Orleans Saints7-9 (43.8%)8-7-1 (53.3%)3-4 (42.9%)2-4-1 (33.3%)4-4 (50.0%)4-3-1 (57.1%)3-3 (50.0%)2-3-1 (40.0%)10-6-0 (62.5%)
New York Giants6-10 (37.5%)8-7-1 (53.3%)5-3 (62.5%)4-4-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)10-6-0 (62.5%)
New York Jets10-6 (62.5%)9-6-1 (60.0%)8-5 (61.5%)6-6-1 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)8-8-0 (50.0%)
Oakland Raiders7-9 (43.8%)8-8 (50.0%)2-3 (40.0%)1-4-0 (20.0%)3-5 (37.5%)2-6-0 (25.0%)1-1 (50.0%)0-2-0 (0.0%)9-6-1 (60.0%)
Philadelphia Eagles7-9 (43.8%)7-9 (43.8%)4-6 (40.0%)4-6-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)3-4 (42.9%)3-4-0 (42.9%)8-8-0 (50.0%)
Pittsburgh Steelers10-6 (62.5%)9-6-1 (60.0%)7-2 (77.8%)6-3-0 (66.7%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)6-10-0 (37.5%)
San Diego Chargers4-12 (25.0%)8-8 (50.0%)3-3 (50.0%)2-4-0 (33.3%)3-5 (37.5%)2-6-0 (25.0%)3-3 (50.0%)2-4-0 (33.3%)7-9-0 (43.8%)
San Francisco 49ers5-11 (31.3%)7-9 (43.8%)0-0 0-0-0 4-4 (50.0%)5-3-0 (62.5%)0-0 0-0-0 7-9-0 (43.8%)
Seattle Seahawks10-6 (62.5%)8-7-1 (53.3%)9-4 (69.2%)7-6-0 (53.8%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)7-6-3 (53.8%)
St Louis Rams7-9 (43.8%)7-9 (43.8%)3-3 (50.0%)3-3-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)3-1-0 (75.0%)4-11-1 (26.7%)
Tampa Bay Buccaneers6-10 (37.5%)7-9 (43.8%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)3-3 (50.0%)3-3-0 (50.0%)9-7-0 (56.3%)
Tennessee Titans3-13 (18.8%)5-10-1 (33.3%)1-2 (33.3%)1-2-0 (33.3%)1-7 (12.5%)3-4-1 (42.9%)1-1 (50.0%)1-1-0 (50.0%)9-6-1 (60.0%)
Washington Redskins9-7 (56.3%)9-7 (56.3%)1-1 (50.0%)0-2-0 (0.0%)6-2 (75.0%)5-3-0 (62.5%)1-1 (50.0%)0-2-0 (0.0%)9-7-0 (56.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2015 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 10, 20158:40@New England PatriotsW 28-21P -7Pittsburgh SteelersU 52
SunSep 13, 20151:00Green Bay PackersW 31-23W -6.5@Chicago BearsO 49
SunSep 13, 20151:00Seattle SeahawksL 31-34 (OT)L -4@St Louis RamsO 40.5
SunSep 13, 20151:02@Houston TexansL 20-27L -1Kansas City ChiefsO 41
SunSep 13, 20151:02Miami DolphinsW 17-10W -3@Washington RedskinsU 43.5
SunSep 13, 20151:03Indianapolis ColtsL 14-27L -2.5@Buffalo BillsU 45
SunSep 13, 20151:03Carolina PanthersW 20-9W -3@Jacksonville JaguarsU 40.5
SunSep 13, 20151:04@New York JetsW 31-10W -3.5Cleveland BrownsO 39.5
SunSep 13, 20154:05@Arizona CardinalsW 31-19W -2New Orleans SaintsO 48.5
SunSep 13, 20154:05@San Diego ChargersW 33-28W -2.5Detroit LionsO 45.5
SunSep 13, 20154:25@Denver BroncosW 19-13W -4.5Baltimore RavensU 48
SunSep 13, 20154:25Cincinnati BengalsW 33-13W -3@Oakland RaidersO 43
SunSep 13, 20154:25@Tampa Bay BuccaneersL 14-42L -3Tennessee TitansO 41
SunSep 13, 20158:31@Dallas CowboysW 27-26L -6New York GiantsO 51.5
MonSep 14, 20157:10Philadelphia EaglesL 24-26L -2.5@Atlanta FalconsU 54.5
MonSep 14, 201510:20Minnesota VikingsL 3-20L -1.5@San Francisco 49ersU 41.5
+ + +

+ +

Back to top

2015 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 17, 20158:29@Kansas City ChiefsL 24-31L -3Denver BroncosO 42
SunSep 20, 20151:00Arizona CardinalsW 48-23W -2@Chicago BearsO 46
SunSep 20, 20151:02New England PatriotsW 40-32W -1@Buffalo BillsO 44
SunSep 20, 20151:02@Carolina PanthersW 24-17W -3Houston TexansO 39.5
SunSep 20, 20151:02Tennessee TitansL 14-28L -2@Cleveland BrownsO 41
SunSep 20, 20151:02@New Orleans SaintsL 19-26L -10Tampa Bay BuccaneersU 47.5
SunSep 20, 20151:02@New York GiantsL 20-24L -2.5Atlanta FalconsU 51
SunSep 20, 20151:02@Pittsburgh SteelersW 43-18W -6.5San Francisco 49ersO 45.5
SunSep 20, 20151:03@Cincinnati BengalsW 24-19W -3San Diego ChargersU 47
SunSep 20, 20151:03@Minnesota VikingsW 26-16W -2Detroit LionsU 43.5
SunSep 20, 20151:03St Louis RamsL 10-24L -3@Washington RedskinsU 41
SunSep 20, 20154:05Miami DolphinsL 20-23L -6@Jacksonville JaguarsO 41.5
SunSep 20, 20154:05Baltimore RavensL 33-37L -6@Oakland RaidersO 43
SunSep 20, 20154:25@Philadelphia EaglesL 10-20L -5Dallas CowboysU 55
SunSep 20, 20158:25@Green Bay PackersW 27-17W -3Seattle SeahawksU 49
MonSep 21, 20158:30@Indianapolis ColtsL 7-20L -7New York JetsU 46.5
+ + +

+ +

Back to top

2015 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 24, 20158:26@New York GiantsW 32-21W -3.5Washington RedskinsO 44
SunSep 27, 20151:00Pittsburgh SteelersW 12-6W -1@St Louis RamsU 48
SunSep 27, 20151:02@Baltimore RavensL 24-28L -2.5Cincinnati BengalsO 44.5
SunSep 27, 20151:02@Cleveland BrownsL 20-27L -3.5Oakland RaidersO 42.5
SunSep 27, 20151:02@Minnesota VikingsW 31-14W -1San Diego ChargersO 44.5
SunSep 27, 20151:03@Carolina PanthersW 27-22L -9.5New Orleans SaintsO 43.5
SunSep 27, 20151:03Atlanta FalconsW 39-28W -1@Dallas CowboysO 43.5
SunSep 27, 20151:03@Houston TexansW 19-9W -6.5Tampa Bay BuccaneersU 40.5
SunSep 27, 20151:03@New York JetsL 17-24L -1.5Philadelphia EaglesU 45.5
SunSep 27, 20151:03Indianapolis ColtsW 35-33L -3.5@Tennessee TitansO 46
SunSep 27, 20151:06@New England PatriotsW 51-17W -13.5Jacksonville JaguarsO 49
SunSep 27, 20154:05@Arizona CardinalsW 47-7W -6.5San Francisco 49ersO 45
SunSep 27, 20154:25@Miami DolphinsL 14-41L -2.5Buffalo BillsO 41.5
SunSep 27, 20154:26@Seattle SeahawksW 26-0W -14.5Chicago BearsU 43.5
SunSep 27, 20158:30Denver BroncosW 24-12W -3@Detroit LionsU 44.5
MonSep 28, 20158:30@Green Bay PackersW 38-28W -6Kansas City ChiefsO 49
+ + +

+ +

Back to top

2015 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 1, 20158:26Baltimore RavensW 23-20 (OT)W -2.5@Pittsburgh SteelersU 43.5
SunOct 4, 20159:37NMiami DolphinsL 14-27L -1.5New York JetsU 42at London
SunOct 4, 20151:02@Atlanta FalconsW 48-21W -6Houston TexansO 47
SunOct 4, 20151:02@Buffalo BillsL 10-24L -5.5New York GiantsU 45.5
SunOct 4, 20151:02Oakland RaidersL 20-22L -3@Chicago BearsU 44
SunOct 4, 20151:02@Indianapolis ColtsW 16-13 (OT)L -9.5Jacksonville JaguarsU 48
SunOct 4, 20151:03@Cincinnati BengalsW 36-21W -3.5Kansas City ChiefsO 45
SunOct 4, 20151:03Carolina PanthersW 37-23W -3@Tampa Bay BuccaneersO 40
SunOct 4, 20151:03Philadelphia EaglesL 20-23L -3@Washington RedskinsU 44
SunOct 4, 20154:05@San Diego ChargersW 30-27L -7Cleveland BrownsO 44.5
SunOct 4, 20154:25@Arizona CardinalsL 22-24L -7St Louis RamsO 44
SunOct 4, 20154:25@Denver BroncosW 23-20L -7Minnesota VikingsO 42.5
SunOct 4, 20154:25Green Bay PackersW 17-3W -7.5@San Francisco 49ersU 48
SunOct 4, 20158:30@New Orleans SaintsW 26-20 (OT)W -3Dallas CowboysU 48
MonOct 5, 20158:31@Seattle SeahawksW 13-10L -9.5Detroit LionsU 43
+ + +

+ +

Back to top

2015 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 8, 20158:26@Houston TexansL 20-27L -2Indianapolis ColtsO 44.5
SunOct 11, 20151:02@Atlanta FalconsW 25-19 (OT)L -7Washington RedskinsU 48
SunOct 11, 20151:02@Baltimore RavensL 30-33 (OT)L -6Cleveland BrownsO 42.5
SunOct 11, 20151:02@Green Bay PackersW 24-10W -9St Louis RamsU 45.5
SunOct 11, 20151:02@Kansas City ChiefsL 17-18L -9Chicago BearsU 45
SunOct 11, 20151:02@Tampa Bay BuccaneersW 38-31W -2.5Jacksonville JaguarsO 41.5
SunOct 11, 20151:03@Cincinnati BengalsW 27-24 (OT)P -3Seattle SeahawksO 43.5
SunOct 11, 20151:03Buffalo BillsW 14-13P -1@Tennessee TitansU 42
SunOct 11, 20151:04@Philadelphia EaglesW 39-17W -6New Orleans SaintsO 49.5
SunOct 11, 20154:05Arizona CardinalsW 42-17W -3@Detroit LionsO 45.5
SunOct 11, 20154:25New England PatriotsW 30-6W -9@Dallas CowboysU 49.5
SunOct 11, 20154:25Denver BroncosW 16-10W -4@Oakland RaidersU 44
SunOct 11, 20158:31@New York GiantsW 30-27L -6.5San Francisco 49ersO 43
MonOct 12, 20158:30@San Diego ChargersL 20-24L -3.5Pittsburgh SteelersU 46
+ + +

+ +

Back to top

2015 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 15, 20158:26Atlanta FalconsL 21-31L -3@New Orleans SaintsO 51
SunOct 18, 20151:02Cincinnati BengalsW 34-21W -3@Buffalo BillsO 43
SunOct 18, 20151:02Denver BroncosW 26-23 (OT)L -3.5@Cleveland BrownsO 42
SunOct 18, 20151:02@Detroit LionsW 37-34 (OT)P -3Chicago BearsO 44
SunOct 18, 20151:02@Jacksonville JaguarsL 20-31L -2.5Houston TexansO 43
SunOct 18, 20151:02@Minnesota VikingsW 16-10W -3.5Kansas City ChiefsU 43
SunOct 18, 20151:02@New York JetsW 34-20W -7Washington RedskinsO 40.5
SunOct 18, 20151:03@Tennessee TitansL 10-38L -2Miami DolphinsO 43.5
SunOct 18, 20151:04Arizona CardinalsL 13-25L -3.5@Pittsburgh SteelersU 45
SunOct 18, 20154:06@Seattle SeahawksL 23-27L -7Carolina PanthersO 40.5
SunOct 18, 20154:25@Green Bay PackersW 27-20L -10.5San Diego ChargersU 51
SunOct 18, 20154:25Baltimore RavensL 20-25L -2@San Francisco 49ersO 43.5
SunOct 18, 20158:30New England PatriotsW 34-27L -9.5@Indianapolis ColtsO 54.5
MonOct 19, 20158:30@Philadelphia EaglesW 27-7W -5New York GiantsU 49.5
+ + +

+ +

Back to top

2015 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 22, 20158:26Seattle SeahawksW 20-3W -6.5@San Francisco 49ersU 42
SunOct 25, 20158:35NBuffalo BillsL 31-34L -4Jacksonville JaguarsO 41at London
SunOct 25, 20151:00@St Louis RamsW 24-6W -6.5Cleveland BrownsU 41.5
SunOct 25, 20151:02Minnesota VikingsW 28-19W -2@Detroit LionsO 44.5
SunOct 25, 20151:02@Miami DolphinsW 44-26W -4.5Houston TexansO 44.5
SunOct 25, 20151:02@New England PatriotsW 30-23L -7.5New York JetsO 47.5
SunOct 25, 20151:02Atlanta FalconsW 10-7L -6@Tennessee TitansU 47
SunOct 25, 20151:03@Indianapolis ColtsL 21-27L -4New Orleans SaintsU 52
SunOct 25, 20151:03@Kansas City ChiefsW 23-13W -3Pittsburgh SteelersU 43
SunOct 25, 20151:04@Washington RedskinsW 31-30L -3Tampa Bay BuccaneersO 42.5
SunOct 25, 20154:05@San Diego ChargersL 29-37L -3.5Oakland RaidersO 47
SunOct 25, 20154:25@New York GiantsW 27-20W -3Dallas CowboysO 45
SunOct 25, 20158:31@Carolina PanthersW 27-16W -3Philadelphia EaglesU 45
MonOct 26, 20158:30@Arizona CardinalsW 26-18P -8Baltimore RavensU 49
+ + +

+ +

Back to top

2015 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 29, 20158:26@New England PatriotsW 36-7W -7.5Miami DolphinsU 50.5
SunNov 1, 20159:36NKansas City ChiefsW 45-10W -3.5Detroit LionsO 45at London
SunNov 1, 20151:00Minnesota VikingsW 23-20W -1@Chicago BearsP 43
SunNov 1, 20151:00@St Louis RamsW 27-6W -7.5San Francisco 49ersU 39.5
SunNov 1, 20151:02@Atlanta FalconsL 20-23 (OT)L -7Tampa Bay BuccaneersU 48.5
SunNov 1, 20151:02@Baltimore RavensW 29-26L -3.5San Diego ChargersO 51
SunNov 1, 20151:02Arizona CardinalsW 34-20W -6@Cleveland BrownsO 46
SunNov 1, 20151:02@Houston TexansW 20-6W -3.5Tennessee TitansU 42.5
SunNov 1, 20151:02@New Orleans SaintsW 52-49P -3New York GiantsO 49.5
SunNov 1, 20151:02@Pittsburgh SteelersL 10-16L -1Cincinnati BengalsU 48.5
SunNov 1, 20154:05New York JetsL 20-34L -3@Oakland RaidersO 44
SunNov 1, 20154:25Seattle SeahawksW 13-12L -4.5@Dallas CowboysU 41
SunNov 1, 20158:30Green Bay PackersL 10-29L -2.5@Denver BroncosU 45.5
MonNov 2, 20158:30@Carolina PanthersW 29-26 (OT)L -6.5Indianapolis ColtsO 46.5
+ + +

+ +

Back to top

2015 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 5, 20158:25@Cincinnati BengalsW 31-10W -11Cleveland BrownsU 45
SunNov 8, 20151:02@Buffalo BillsW 33-17W -3Miami DolphinsO 44
SunNov 8, 20151:02@Minnesota VikingsW 21-18 (OT)W -1St Louis RamsU 40
SunNov 8, 20151:02@New England PatriotsW 27-10W -14Washington RedskinsU 52
SunNov 8, 20151:02@New Orleans SaintsL 28-34 (OT)L -7.5Tennessee TitansO 48
SunNov 8, 20151:02@New York JetsW 28-23L -8Jacksonville JaguarsO 42
SunNov 8, 20151:02@Pittsburgh SteelersW 38-35L -4.5Oakland RaidersO 48.5
SunNov 8, 20151:04Green Bay PackersL 29-37L -2.5@Carolina PanthersO 46
SunNov 8, 20154:05Atlanta FalconsL 16-17L -7.5@San Francisco 49ersU 44
SunNov 8, 20154:05New York GiantsW 32-18W -1@Tampa Bay BuccaneersO 49.5
SunNov 8, 20154:25Denver BroncosL 24-27L -5.5@Indianapolis ColtsO 45.5
SunNov 8, 20158:31Philadelphia EaglesW 33-27 (OT)W -3@Dallas CowboysO 43.5
MonNov 9, 20158:30@San Diego ChargersL 19-22L -4.5Chicago BearsU 49.5
+ + +

+ +

Back to top

2015 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 12, 20158:26@New York JetsL 17-22L -2.5Buffalo BillsU 42.5
SunNov 15, 20151:00@St Louis RamsL 13-37L -6.5Chicago BearsO 42.5
SunNov 15, 20151:03Carolina PanthersW 27-10W -4@Tennessee TitansU 44.5
SunNov 15, 20151:04@Green Bay PackersL 16-18L -10.5Detroit LionsU 49.5
SunNov 15, 20151:04@Pittsburgh SteelersW 30-9W -6Cleveland BrownsU 41.5
SunNov 15, 20151:05@Baltimore RavensL 20-22L -5Jacksonville JaguarsU 47.5
SunNov 15, 20151:05@Philadelphia EaglesL 19-20L -6Miami DolphinsU 49.5
SunNov 15, 20151:05@Tampa Bay BuccaneersW 10-6W -1Dallas CowboysU 43
SunNov 15, 20151:05New Orleans SaintsL 14-47L -1@Washington RedskinsO 50
SunNov 15, 20154:05@Oakland RaidersL 14-30L -3Minnesota VikingsP 44
SunNov 15, 20154:30@Denver BroncosL 13-29L -4.5Kansas City ChiefsP 42
SunNov 15, 20154:31New England PatriotsW 27-26L -7.5@New York GiantsU 54
SunNov 15, 20158:35@Seattle SeahawksL 32-39L -3Arizona CardinalsO 44.5
MonNov 16, 20158:30@Cincinnati BengalsL 6-10L -10.5Houston TexansU 47
+ + +

+ +

Back to top

2015 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 19, 20158:26@Jacksonville JaguarsW 19-13W -2.5Tennessee TitansU 43
SunNov 22, 20151:02@Atlanta FalconsL 21-24L -4.5Indianapolis ColtsU 47.5
SunNov 22, 20151:02@Baltimore RavensW 16-13W -2.5St Louis RamsU 42
SunNov 22, 20151:02@Carolina PanthersW 44-16W -7Washington RedskinsO 44.5
SunNov 22, 20151:02Denver BroncosW 17-15W -1@Chicago BearsU 41
SunNov 22, 20151:02Oakland RaidersL 13-18L -1@Detroit LionsU 49
SunNov 22, 20151:02@Philadelphia EaglesL 17-45L -6Tampa Bay BuccaneersO 44.5
SunNov 22, 20151:03New York JetsL 17-24L -3@Houston TexansO 40.5
SunNov 22, 20151:03Dallas CowboysW 24-14W -1.5@Miami DolphinsU 46
SunNov 22, 20154:05Kansas City ChiefsW 33-3W -3@San Diego ChargersU 45
SunNov 22, 20154:25@Minnesota VikingsL 13-30L -1Green Bay PackersU 44
SunNov 22, 20154:27@Seattle SeahawksW 29-13W -13.5San Francisco 49ersO 40
SunNov 22, 20158:30@Arizona CardinalsW 34-31L -4.5Cincinnati BengalsO 48.5
MonNov 23, 20158:30@New England PatriotsW 20-13P -7Buffalo BillsU 48
+ + +

+ +

Back to top

2015 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 201512:35@Detroit LionsW 45-14W -2Philadelphia EaglesO 46
ThuNov 26, 20154:31@Dallas CowboysL 14-33L -1.5Carolina PanthersO 45.5
ThuNov 26, 20158:30@Green Bay PackersL 13-17L -8.5Chicago BearsU 44.5
SunNov 29, 20151:02@Atlanta FalconsL 10-20L -2.5Minnesota VikingsU 45.5
SunNov 29, 20151:02@Cincinnati BengalsW 31-7W -8.5St Louis RamsU 42
SunNov 29, 20151:02@Houston TexansW 24-6W -3New Orleans SaintsU 48
SunNov 29, 20151:02@Indianapolis ColtsW 25-12W -3Tampa Bay BuccaneersU 46
SunNov 29, 20151:02@New York JetsW 38-20W -4Miami DolphinsO 42.5
SunNov 29, 20151:02Oakland RaidersW 24-21W -1@Tennessee TitansO 44
SunNov 29, 20151:03@Jacksonville JaguarsL 25-31L -4.5San Diego ChargersO 46.5
SunNov 29, 20151:03@Kansas City ChiefsW 30-22W -5.5Buffalo BillsO 41.5
SunNov 29, 20151:03New York GiantsL 14-20L -2.5@Washington RedskinsU 47
SunNov 29, 20154:05Arizona CardinalsW 19-13L -9.5@San Francisco 49ersU 45
SunNov 29, 20154:26@Seattle SeahawksW 39-30W -3.5Pittsburgh SteelersO 45.5
SunNov 29, 20158:30New England PatriotsL 24-30 (OT)L -2.5@Denver BroncosO 43.5
MonNov 30, 20158:30@Cleveland BrownsL 27-33L -3.5Baltimore RavensO 41.5
+ + +

+ +

Back to top

2015 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 3, 20158:26Green Bay PackersW 27-23W -3@Detroit LionsO 46.5
SunDec 6, 20151:00Arizona CardinalsW 27-3W -4.5@St Louis RamsU 43
SunDec 6, 20151:02@Buffalo BillsW 30-21W -3.5Houston TexansO 41.5
SunDec 6, 20151:02@Chicago BearsL 20-26 (OT)L -6.5San Francisco 49ersO 43.5
SunDec 6, 20151:02Seattle SeahawksW 38-7W -1.5@Minnesota VikingsO 42
SunDec 6, 20151:02@Tennessee TitansW 42-39W -2.5Jacksonville JaguarsO 43.5
SunDec 6, 20151:03Cincinnati BengalsW 37-3W -9@Cleveland BrownsU 43.5
SunDec 6, 20151:03@Miami DolphinsW 15-13L -3.5Baltimore RavensU 42.5
SunDec 6, 20151:03New York JetsW 23-20 (OT)W -2.5@New York GiantsU 46.5
SunDec 6, 20151:03@Tampa Bay BuccaneersW 23-19W -1Atlanta FalconsU 46
SunDec 6, 20154:05Kansas City ChiefsW 34-20W -3@Oakland RaidersO 44.5
SunDec 6, 20154:05Denver BroncosW 17-3W -3.5@San Diego ChargersU 43.5
SunDec 6, 20154:25@New England PatriotsL 28-35L -8Philadelphia EaglesO 49
SunDec 6, 20154:25Carolina PanthersW 41-38L -6.5@New Orleans SaintsO 50
SunDec 6, 20158:30@Pittsburgh SteelersW 45-10W -7.5Indianapolis ColtsO 49
MonDec 7, 20158:31@Washington RedskinsL 16-19L -3.5Dallas CowboysU 42
+ + +

+ +

Back to top

2015 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 10, 20158:25@Arizona CardinalsW 23-20L -8.5Minnesota VikingsU 46.5
SunDec 13, 20151:01@Philadelphia EaglesW 23-20W -1Buffalo BillsU 47
SunDec 13, 20151:02Seattle SeahawksW 35-6W -11@Baltimore RavensP 41
SunDec 13, 20151:02@Chicago BearsL 21-24L -3.5Washington RedskinsO 43
SunDec 13, 20151:02@Cincinnati BengalsL 20-33L -2.5Pittsburgh SteelersO 50
SunDec 13, 20151:02@Cleveland BrownsW 24-10W -1.5San Francisco 49ersU 41.5
SunDec 13, 20151:02@Jacksonville JaguarsW 51-16W -1.5Indianapolis ColtsO 46
SunDec 13, 20151:02@New York JetsW 30-8W -7Tennessee TitansU 43
SunDec 13, 20151:02Detroit LionsL 14-21L -3.5@St Louis RamsU 41
SunDec 13, 20151:02@Tampa Bay BuccaneersL 17-24L -4.5New Orleans SaintsU 50.5
SunDec 13, 20151:03@Carolina PanthersW 38-0W -7.5Atlanta FalconsU 46.5
SunDec 13, 20151:03@Kansas City ChiefsW 10-3L -10.5San Diego ChargersU 44
SunDec 13, 20154:05@Denver BroncosL 12-15L -6.5Oakland RaidersU 43.5
SunDec 13, 20154:25@Green Bay PackersW 28-7W -6.5Dallas CowboysU 42.5
SunDec 13, 20158:31New England PatriotsW 27-6W -3.5@Houston TexansU 45
MonDec 14, 20158:30New York GiantsW 31-24W -1@Miami DolphinsO 46.5
+ + +

+ +

Back to top

2015 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 17, 20158:25@St Louis RamsW 31-23W -2.5Tampa Bay BuccaneersO 41
SatDec 19, 20158:26New York JetsW 19-16P -3@Dallas CowboysU 41.5
SunDec 20, 20151:02Kansas City ChiefsW 34-14W -6.5@Baltimore RavensO 41
SunDec 20, 20151:02@Indianapolis ColtsL 10-16L -1.5Houston TexansU 42
SunDec 20, 20151:02@Jacksonville JaguarsL 17-23L -3Atlanta FalconsU 49
SunDec 20, 20151:02@Minnesota VikingsW 38-17W -5.5Chicago BearsO 43
SunDec 20, 20151:02@New England PatriotsW 33-16W -14Tennessee TitansO 46.5
SunDec 20, 20151:02Carolina PanthersW 38-35L -4@New York GiantsO 48
SunDec 20, 20151:03Buffalo BillsL 25-35L -2.5@Washington RedskinsO 44
SunDec 20, 20154:05Green Bay PackersW 30-20W -3@Oakland RaidersO 47
SunDec 20, 20154:06@Seattle SeahawksW 30-13W -14Cleveland BrownsP 43
SunDec 20, 20154:25@Pittsburgh SteelersW 34-27W -6Denver BroncosO 45
SunDec 20, 20154:25@San Diego ChargersW 30-14W -1.5Miami DolphinsU 46
SunDec 20, 20154:25Cincinnati BengalsW 24-14W -5.5@San Francisco 49ersU 40.5
SunDec 20, 20158:31Arizona CardinalsW 40-17W -3.5@Philadelphia EaglesO 51.5
MonDec 21, 20158:30@New Orleans SaintsL 27-35L -2.5Detroit LionsO 51.5
+ + +

+ +

Back to top

2015 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 24, 20158:26@Oakland RaidersW 23-20 (OT)L -6San Diego ChargersU 46.5
SatDec 26, 20158:26@Philadelphia EaglesL 24-38L -3Washington RedskinsO 48
SunDec 27, 20151:02Carolina PanthersL 13-20L -6.5@Atlanta FalconsU 47.5
SunDec 27, 20151:02Pittsburgh SteelersL 17-20L -10@Baltimore RavensU 47
SunDec 27, 20151:02@Buffalo BillsW 16-6W -6.5Dallas CowboysU 42
SunDec 27, 20151:02@Miami DolphinsL 12-18L -2.5Indianapolis ColtsU 43
SunDec 27, 20151:02New England PatriotsL 20-26 (OT)L -3@New York JetsO 45
SunDec 27, 20151:02Houston TexansW 34-6W -3.5@Tennessee TitansP 40
SunDec 27, 20151:03@Detroit LionsW 32-17W -9.5San Francisco 49ersO 42
SunDec 27, 20151:03@Kansas City ChiefsW 17-13L -10.5Cleveland BrownsU 42.5
SunDec 27, 20151:03@Tampa Bay BuccaneersL 21-26L -3Chicago BearsO 45
SunDec 27, 20154:05@New Orleans SaintsW 38-27W -3Jacksonville JaguarsO 51.5
SunDec 27, 20154:25@Arizona CardinalsW 38-8W -4.5Green Bay PackersU 50.5
SunDec 27, 20154:26@Seattle SeahawksL 17-23L -12St Louis RamsP 40
SunDec 27, 20158:30@Minnesota VikingsW 49-17W -7New York GiantsO 44.5
MonDec 28, 20158:30@Denver BroncosW 20-17 (OT)P -3Cincinnati BengalsU 39.5
+ + +

+ +

Back to top

2015 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 3, 20161:02@Atlanta FalconsL 17-20L -5.5New Orleans SaintsU 52.5
SunJan 3, 20161:02New York JetsL 17-22L -3@Buffalo BillsU 42
SunJan 3, 20161:02Detroit LionsW 24-20W -1@Chicago BearsU 45.5
SunJan 3, 20161:02@Cincinnati BengalsW 24-16L -9.5Baltimore RavensU 41.5
SunJan 3, 20161:02Pittsburgh SteelersW 28-12W -11@Cleveland BrownsU 46.5
SunJan 3, 20161:02@Houston TexansW 30-6W -6.5Jacksonville JaguarsU 45.5
SunJan 3, 20161:02@Indianapolis ColtsW 30-24W -4.5Tennessee TitansO 39
SunJan 3, 20161:02New England PatriotsL 10-20L -9@Miami DolphinsU 46.5
SunJan 3, 20161:03@Dallas CowboysL 23-34L -3.5Washington RedskinsO 39.5
SunJan 3, 20161:03@New York GiantsL 30-35L -5Philadelphia EaglesO 51
SunJan 3, 20164:25@Arizona CardinalsL 6-36L -6.5Seattle SeahawksU 47
SunJan 3, 20164:25@Carolina PanthersW 38-10W -10Tampa Bay BuccaneersO 46
SunJan 3, 20164:25@Denver BroncosW 27-20L -10San Diego ChargersO 41.5
SunJan 3, 20164:25St Louis RamsL 16-19 (OT)L -3.5@San Francisco 49ersU 37.5
SunJan 3, 20164:26@Kansas City ChiefsW 23-17L -7Oakland RaidersU 43
SunJan 3, 20168:30@Green Bay PackersL 13-20L -3Minnesota VikingsU 45.5
+ + +

+

Back to top

+

2015 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 9, 20164:35Kansas City Chiefs (5)W 30-0W -3@Houston Texans (4)U 40
AFC Wild CardSatJan 9, 20168:15Pittsburgh Steelers (6)W 18-16L -2.5@Cincinnati Bengals (3)U 45
NFC Wild CardSunJan 10, 20161:05Seattle Seahawks (6)W 10-9L -4.5@Minnesota Vikings (3)U 40
NFC Wild CardSunJan 10, 20164:42@Washington Redskins (4)L 18-35L -1Green Bay Packers (5)O 46
AFC DivisionalSatJan 16, 20164:35@New England Patriots (2)W 27-20W -6Kansas City Chiefs (5)O 43
NFC DivisionalSatJan 16, 20168:15@Arizona Cardinals (2)W 26-20 (OT)L -7Green Bay Packers (5)U 49
NFC DivisionalSunJan 17, 20161:06@Carolina Panthers (1)W 31-24W -2.5Seattle Seahawks (6)O 44
AFC DivisionalSunJan 17, 20164:40@Denver Broncos (1)W 23-16L -7.5Pittsburgh Steelers (6)U 41
AFC ChampionshipSunJan 24, 20163:05New England Patriots (2)L 18-20L -3@Denver Broncos (1)U 44.5
NFC ChampionshipSunJan 24, 20166:42@Carolina Panthers (1)W 49-15W -3Arizona Cardinals (2)O 47.5
Super Bowl 50SunFeb 7, 20166:39NCarolina Panthers (1)L 10-24L -5Denver Broncos (1)U 43.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2016.html b/data/2016.html new file mode 100644 index 0000000..cc51d1c --- /dev/null +++ b/data/2016.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2016 Season

+ +

Historical NFL Game Odds

2016 Season

<<-- 2015 Season    2017 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2016 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-8 (50.0%)6-10-0 (37.5%)7-9 (43.8%)5-11-0 (31.3%)5-6 (45.5%)3-8-0 (27.3%)2-3 (40.0%)2-3-0 (40.0%)9-7-0 (56.3%)
28-8 (50.0%)7-9-0 (43.8%)10-6 (62.5%)9-7-0 (56.3%)7-5 (58.3%)6-6-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)9-7-0 (56.3%)
38-7 (53.3%)6-9-0 (40.0%)9-7 (56.3%)9-7-0 (56.3%)6-5 (54.5%)5-6-0 (45.5%)2-2 (50.0%)3-1-0 (75.0%)9-7-0 (56.3%)
48-7 (53.3%)8-7-0 (53.3%)7-7 (50.0%)7-7-0 (50.0%)5-4 (55.6%)5-4-0 (55.6%)2-3 (40.0%)2-3-0 (40.0%)8-7-0 (53.3%)
58-6 (57.1%)6-7-1 (46.2%)7-7 (50.0%)5-8-1 (38.5%)5-4 (55.6%)3-5-1 (37.5%)2-3 (40.0%)2-3-0 (40.0%)7-7-0 (50.0%)
69-6 (60.0%)6-8-1 (42.9%)12-3 (80.0%)9-5-1 (64.3%)8-2 (80.0%)5-4-1 (55.6%)4-1 (80.0%)4-1-0 (80.0%)9-6-0 (60.0%)
77-7 (50.0%)6-9-0 (40.0%)8-5 (61.5%)7-7-0 (50.0%)5-4 (55.6%)4-6-0 (40.0%)3-1 (75.0%)3-1-0 (75.0%)6-8-1 (42.9%)
89-3 (75.0%)8-5-0 (61.5%)8-4 (66.7%)7-5-0 (58.3%)6-1 (85.7%)5-2-0 (71.4%)2-3 (40.0%)2-3-0 (40.0%)9-4-0 (69.2%)
910-3 (76.9%)8-4-1 (66.7%)7-6 (53.8%)6-6-1 (50.0%)6-2 (75.0%)5-3-0 (62.5%)1-4 (20.0%)1-3-1 (25.0%)8-5-0 (61.5%)
105-9 (35.7%)4-10-0 (28.6%)7-7 (50.0%)6-8-0 (42.9%)4-6 (40.0%)3-7-0 (30.0%)3-1 (75.0%)3-1-0 (75.0%)7-7-0 (50.0%)
1111-3 (78.6%)9-5-0 (64.3%)8-5 (61.5%)6-7-0 (46.2%)8-3 (72.7%)6-5-0 (54.5%)0-2 (0.0%)0-2-0 (0.0%)3-11-0 (21.4%)
1213-3 (81.3%)7-9-0 (43.8%)9-7 (56.3%)7-9-0 (43.8%)8-2 (80.0%)4-6-0 (40.0%)1-5 (16.7%)3-3-0 (50.0%)8-8-0 (50.0%)
1310-4 (71.4%)9-5-0 (64.3%)9-6 (60.0%)10-5-0 (66.7%)8-4 (66.7%)8-4-0 (66.7%)0-2 (0.0%)1-1-0 (50.0%)7-7-1 (50.0%)
1411-5 (68.8%)10-6-0 (62.5%)9-7 (56.3%)8-8-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)3-5 (37.5%)3-5-0 (37.5%)7-9-0 (43.8%)
1512-4 (75.0%)8-8-0 (50.0%)7-9 (43.8%)5-11-0 (31.3%)7-4 (63.6%)4-7-0 (36.4%)0-5 (0.0%)1-4-0 (20.0%)7-9-0 (43.8%)
1611-5 (68.8%)9-7-0 (56.3%)11-5 (68.8%)9-7-0 (56.3%)9-3 (75.0%)7-5-0 (58.3%)2-2 (50.0%)2-2-0 (50.0%)12-3-1 (80.0%)
1713-3 (81.3%)8-7-1 (53.3%)10-6 (62.5%)7-8-1 (46.7%)8-1 (88.9%)4-4-1 (50.0%)2-5 (28.6%)3-4-0 (42.9%)8-8-0 (50.0%)
Playoffs9-2 (81.8%)9-2-0 (81.8%)8-2 (80.0%)8-2-0 (80.0%)8-2 (80.0%)8-2-0 (80.0%)0-0 0-0-0 8-3-0 (72.7%)
+ +


2016 Results by Team

Click on a team to view 2016 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals7-8-1 (46.7%)6-10 (37.5%)6-5 (54.5%)5-7-0 (41.7%)4-3 (57.1%)3-5-0 (37.5%)4-3 (57.1%)3-5-0 (37.5%)10-6-0 (62.5%)
Atlanta Falcons11-5 (68.8%)10-6 (62.5%)7-3 (70.0%)5-5-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)13-2-1 (86.7%)
Baltimore Ravens8-8 (50.0%)7-9 (43.8%)7-3 (70.0%)5-5-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-2 (71.4%)4-3-0 (57.1%)7-8-1 (46.7%)
Buffalo Bills7-9 (43.8%)6-10 (37.5%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)12-4-0 (75.0%)
Carolina Panthers6-10 (37.5%)6-9-1 (40.0%)5-6 (45.5%)3-7-1 (30.0%)4-4 (50.0%)3-5-0 (37.5%)4-3 (57.1%)3-4-0 (42.9%)7-8-1 (46.7%)
Chicago Bears3-13 (18.8%)7-9 (43.8%)0-3 (0.0%)0-3-0 (0.0%)3-5 (37.5%)5-3-0 (62.5%)0-2 (0.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Cincinnati Bengals6-9-1 (40.0%)7-9 (43.8%)4-4 (50.0%)4-5-0 (44.4%)4-3 (57.1%)4-3-0 (57.1%)3-2 (60.0%)3-2-0 (60.0%)6-10-0 (37.5%)
Cleveland Browns1-15 (6.3%)3-12-1 (20.0%)0-0 0-0-0 1-7 (12.5%)1-7-0 (12.5%)0-0 0-0-0 8-8-0 (50.0%)
Dallas Cowboys13-3 (81.3%)10-6 (62.5%)9-2 (81.8%)6-5-0 (54.5%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)6-10-0 (37.5%)
Denver Broncos9-7 (56.3%)9-7 (56.3%)6-3 (66.7%)6-3-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)7-9-0 (43.8%)
Detroit Lions9-7 (56.3%)8-8 (50.0%)4-2 (66.7%)3-3-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)6-10-0 (37.5%)
Green Bay Packers10-6 (62.5%)9-6-1 (60.0%)8-4 (66.7%)6-5-1 (54.5%)6-2 (75.0%)5-2-1 (71.4%)5-2 (71.4%)4-2-1 (66.7%)10-6-0 (62.5%)
Houston Texans9-7 (56.3%)6-9-1 (40.0%)6-0 (100.%)3-2-1 (60.0%)7-1 (87.5%)4-3-1 (57.1%)6-0 (100.%)3-2-1 (60.0%)6-10-0 (37.5%)
Indianapolis Colts8-8 (50.0%)7-8-1 (46.7%)4-3 (57.1%)3-4-0 (42.9%)4-4 (50.0%)3-5-0 (37.5%)4-2 (66.7%)3-3-0 (50.0%)9-7-0 (56.3%)
Jacksonville Jaguars3-13 (18.8%)8-8 (50.0%)1-2 (33.3%)1-2-0 (33.3%)1-6 (14.3%)2-5-0 (28.6%)0-2 (0.0%)0-2-0 (0.0%)10-6-0 (62.5%)
Kansas City Chiefs12-4 (75.0%)9-7 (56.3%)9-3 (75.0%)6-6-0 (50.0%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)6-10-0 (37.5%)
Los Angeles Rams4-12 (25.0%)4-11-1 (26.7%)1-3 (25.0%)1-3-0 (25.0%)1-6 (14.3%)1-5-1 (16.7%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Miami Dolphins10-6 (62.5%)9-7 (56.3%)4-1 (80.0%)2-3-0 (40.0%)6-2 (75.0%)4-4-0 (50.0%)3-1 (75.0%)1-3-0 (25.0%)12-4-0 (75.0%)
Minnesota Vikings8-8 (50.0%)9-7 (56.3%)6-4 (60.0%)6-4-0 (60.0%)5-3 (62.5%)6-2-0 (75.0%)4-2 (66.7%)4-2-0 (66.7%)7-9-0 (43.8%)
New England Patriots14-2 (87.5%)13-3 (81.3%)12-2 (85.7%)11-3-0 (78.6%)6-2 (75.0%)6-2-0 (75.0%)5-2 (71.4%)5-2-0 (71.4%)6-10-0 (37.5%)
New Orleans Saints7-9 (43.8%)11-5 (68.8%)3-4 (42.9%)3-4-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)2-4 (33.3%)2-4-0 (33.3%)9-7-0 (56.3%)
New York Giants11-5 (68.8%)9-6-1 (60.0%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)4-12-0 (25.0%)
New York Jets5-11 (31.3%)6-10 (37.5%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)7-8-1 (46.7%)
Oakland Raiders12-4 (75.0%)10-6 (62.5%)8-1 (88.9%)6-3-0 (66.7%)5-2 (71.4%)3-4-0 (42.9%)5-1 (83.3%)3-3-0 (50.0%)11-5-0 (68.8%)
Philadelphia Eagles7-9 (43.8%)8-8 (50.0%)4-3 (57.1%)4-3-0 (57.1%)6-2 (75.0%)6-2-0 (75.0%)4-1 (80.0%)4-1-0 (80.0%)9-7-0 (56.3%)
Pittsburgh Steelers11-5 (68.8%)9-6-1 (60.0%)11-4 (73.3%)9-5-1 (64.3%)6-2 (75.0%)4-3-1 (57.1%)6-1 (85.7%)4-2-1 (66.7%)6-10-0 (37.5%)
San Diego Chargers5-11 (31.3%)7-9 (43.8%)3-4 (42.9%)3-4-0 (42.9%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)2-3-0 (40.0%)9-6-1 (60.0%)
San Francisco 49ers2-14 (12.5%)5-11 (31.3%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)10-6-0 (62.5%)
Seattle Seahawks10-5-1 (66.7%)8-8 (50.0%)9-5 (64.3%)6-8-0 (42.9%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)9-7-0 (56.3%)
Tampa Bay Buccaneers9-7 (56.3%)9-7 (56.3%)2-2 (50.0%)1-3-0 (25.0%)4-4 (50.0%)3-5-0 (37.5%)2-2 (50.0%)1-3-0 (25.0%)7-8-1 (46.7%)
Tennessee Titans9-7 (56.3%)7-9 (43.8%)5-2 (71.4%)3-4-0 (42.9%)5-3 (62.5%)4-4-0 (50.0%)4-1 (80.0%)3-2-0 (60.0%)10-6-0 (62.5%)
Washington Redskins8-7-1 (53.3%)10-6 (62.5%)5-4 (55.6%)5-4-0 (55.6%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)3-3-0 (50.0%)12-4-0 (75.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2016 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 8, 20168:40Carolina PanthersL 20-21L -3@Denver BroncosO 40.5
SunSep 11, 20161:04@Baltimore RavensW 13-7W -3Buffalo BillsU 44.5
SunSep 11, 20161:04Green Bay PackersW 27-23W -3.5@Jacksonville JaguarsO 47
SunSep 11, 20161:05@Atlanta FalconsL 24-31L -2.5Tampa Bay BuccaneersO 46.5
SunSep 11, 20161:05@Houston TexansW 23-14W -5.5Chicago BearsU 43
SunSep 11, 20161:05@Kansas City ChiefsW 33-27 (OT)L -6.5San Diego ChargersO 45.5
SunSep 11, 20161:05@New Orleans SaintsL 34-35L -2.5Oakland RaidersO 50
SunSep 11, 20161:05@New York JetsL 22-23L -1Cincinnati BengalsO 42
SunSep 11, 20161:05@Philadelphia EaglesW 29-10W -4Cleveland BrownsU 41.5
SunSep 11, 20161:05Minnesota VikingsW 25-16W -2.5@Tennessee TitansO 40
SunSep 11, 20164:08@Seattle SeahawksW 12-10L -10.5Miami DolphinsU 43.5
SunSep 11, 20164:27@Dallas CowboysL 19-20L -1New York GiantsU 47.5
SunSep 11, 20164:27@Indianapolis ColtsL 35-39L -2.5Detroit LionsO 51
SunSep 11, 20168:30@Arizona CardinalsL 21-23L -9New England PatriotsU 44.5
MonSep 12, 20167:11Pittsburgh SteelersW 38-16W -2.5@Washington RedskinsO 49
MonSep 12, 201610:20Los Angeles RamsL 0-28L -2.5@San Francisco 49ersU 43
+ + +

+ +

Back to top

2016 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 15, 20168:26@Buffalo BillsL 31-37L -1New York JetsO 40.5
SunSep 18, 20161:02Baltimore RavensW 25-20W -4@Cleveland BrownsO 42
SunSep 18, 20161:02@Detroit LionsL 15-16L -6Tennessee TitansU 48
SunSep 18, 20161:02Kansas City ChiefsL 12-19L -1@Houston TexansU 41.5
SunSep 18, 20161:02@New England PatriotsW 31-24W -5.5Miami DolphinsO 42
SunSep 18, 20161:02@Pittsburgh SteelersW 24-16W -3Cincinnati BengalsU 48
SunSep 18, 20161:03@Carolina PanthersW 46-27W -12San Francisco 49ersO 44.5
SunSep 18, 20161:03@New York GiantsW 16-13L -3.5New Orleans SaintsU 54
SunSep 18, 20161:03@Washington RedskinsL 23-27L -3.5Dallas CowboysO 47
SunSep 18, 20161:05@Arizona CardinalsW 40-7W -7.5Tampa Bay BuccaneersU 49.5
SunSep 18, 20164:08Seattle SeahawksL 3-9L -5.5@Los Angeles RamsU 38
SunSep 18, 20164:25@Denver BroncosW 34-20W -6Indianapolis ColtsO 47
SunSep 18, 20164:25@Oakland RaidersL 28-35L -4Atlanta FalconsO 47.5
SunSep 18, 20164:25@San Diego ChargersW 38-14W -3Jacksonville JaguarsO 47.5
SunSep 18, 20168:32Green Bay PackersL 14-17L -1.5@Minnesota VikingsU 43
MonSep 19, 20168:30@Chicago BearsL 14-29L -3Philadelphia EaglesO 42.5
+ + +

+ +

Back to top

2016 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 22, 20168:26@New England PatriotsW 27-0W PKHouston TexansU 38.5
SunSep 25, 20161:02Arizona CardinalsL 18-33L -5@Buffalo BillsO 48
SunSep 25, 20161:02@Carolina PanthersL 10-22L -6Minnesota VikingsU 43
SunSep 25, 20161:02@Cincinnati BengalsL 17-29L -3.5Denver BroncosO 42
SunSep 25, 20161:02@Green Bay PackersW 34-27W -6Detroit LionsO 47.5
SunSep 25, 20161:02Baltimore RavensW 19-17L -2.5@Jacksonville JaguarsU 45
SunSep 25, 20161:02@Miami DolphinsW 30-24 (OT)L -10Cleveland BrownsO 42
SunSep 25, 20161:02@New York GiantsL 27-29L -3.5Washington RedskinsO 47
SunSep 25, 20161:02Oakland RaidersW 17-10W -1.5@Tennessee TitansU 47
SunSep 25, 20164:05@Seattle SeahawksW 37-18W -10.5San Francisco 49ersO 42
SunSep 25, 20164:05@Tampa Bay BuccaneersL 32-37L -3.5Los Angeles RamsO 40.5
SunSep 25, 20164:25@Indianapolis ColtsW 26-22W -1.5San Diego ChargersU 51.5
SunSep 25, 20164:25Pittsburgh SteelersL 3-34L -3.5@Philadelphia EaglesU 46.5
SunSep 25, 20164:26@Kansas City ChiefsW 24-3W -3New York JetsU 44.5
SunSep 25, 20168:31@Dallas CowboysW 31-17W -6.5Chicago BearsO 44.5
MonSep 26, 20168:30@New Orleans SaintsL 32-45L -2.5Atlanta FalconsO 54
+ + +

+ +

Back to top

2016 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 29, 20168:26@Cincinnati BengalsW 22-7W -7.5Miami DolphinsU 46
SunOct 2, 20169:35NIndianapolis ColtsL 27-30L -1Jacksonville JaguarsO 48at London
SunOct 2, 20161:00Detroit LionsL 14-17L -3@Chicago BearsU 48
SunOct 2, 20161:02@Baltimore RavensL 27-28L -3.5Oakland RaidersO 45
SunOct 2, 20161:02@Houston TexansW 27-20W -4Tennessee TitansO 40
SunOct 2, 20161:02@New England PatriotsL 0-16L -3.5Buffalo BillsU 41
SunOct 2, 20161:03Seattle SeahawksW 27-17W -1@New York JetsO 40
SunOct 2, 20161:04Carolina PanthersL 33-48L -2.5@Atlanta FalconsO 48.5
SunOct 2, 20161:05@Washington RedskinsW 31-20W -7.5Cleveland BrownsO 48
SunOct 2, 20164:05Denver BroncosW 27-7W -3.5@Tampa Bay BuccaneersU 43
SunOct 2, 20164:25@Arizona CardinalsL 13-17L -10Los Angeles RamsU 43.5
SunOct 2, 20164:25@San Diego ChargersL 34-35L -3.5New Orleans SaintsO 54
SunOct 2, 20164:25Dallas CowboysW 24-17W -1@San Francisco 49ersU 44.5
SunOct 2, 20168:30@Pittsburgh SteelersW 43-14W -3Kansas City ChiefsO 48
MonOct 3, 20168:35@Minnesota VikingsW 24-10W -3.5New York GiantsU 42.5
+ + +

+ +

Back to top

2016 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 6, 20168:27Arizona CardinalsW 33-21W -3.5@San Francisco 49ersO 42.5
SunOct 9, 20161:02New England PatriotsW 33-13W -10@Cleveland BrownsU 47.5
SunOct 9, 20161:02Philadelphia EaglesL 23-24L -3.5@Detroit LionsO 46
SunOct 9, 20161:02@Indianapolis ColtsW 29-23W -4Chicago BearsO 47.5
SunOct 9, 20161:02@Miami DolphinsL 17-30L -2.5Tennessee TitansO 44.5
SunOct 9, 20161:02@Pittsburgh SteelersW 31-13W -10New York JetsU 50
SunOct 9, 20161:03@Baltimore RavensL 10-16L -4Washington RedskinsU 44.5
SunOct 9, 20161:05@Minnesota VikingsW 31-13W -6Houston TexansO 39
SunOct 9, 20164:05@Denver BroncosL 16-23L -3.5Atlanta FalconsU 44.5
SunOct 9, 20164:25Cincinnati BengalsL 14-28L -2.5@Dallas CowboysU 46
SunOct 9, 20164:25Buffalo BillsW 30-19W -2.5@Los Angeles RamsO 41.5
SunOct 9, 20164:25@Oakland RaidersW 34-31L -3.5San Diego ChargersO 50.5
SunOct 9, 20168:30@Green Bay PackersW 23-16P -7New York GiantsU 49
MonOct 10, 20168:04@Carolina PanthersL 14-17L -6Tampa Bay BuccaneersU 46.5
+ + +

+ +

Back to top

2016 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 13, 20168:25Denver BroncosL 13-21L -3@San Diego ChargersU 44
SunOct 16, 20161:02@Buffalo BillsW 45-16W -7.5San Francisco 49ersO 44
SunOct 16, 20161:02@Chicago BearsL 16-17L -2.5Jacksonville JaguarsU 46
SunOct 16, 20161:02@Detroit LionsW 31-28W -2.5Los Angeles RamsO 44
SunOct 16, 20161:02Pittsburgh SteelersL 15-30L -7.5@Miami DolphinsU 49.5
SunOct 16, 20161:02@New England PatriotsW 35-17W -7.5Cincinnati BengalsO 48
SunOct 16, 20161:02@New York GiantsW 27-23W -3.5Baltimore RavensO 42.5
SunOct 16, 20161:02@Tennessee TitansW 28-26L -7.5Cleveland BrownsO 44.5
SunOct 16, 20161:03Carolina PanthersL 38-41L -2.5@New Orleans SaintsO 53.5
SunOct 16, 20161:03Philadelphia EaglesL 20-27L -3@Washington RedskinsO 45
SunOct 16, 20164:05Kansas City ChiefsW 26-10W -1@Oakland RaidersU 46.5
SunOct 16, 20164:25@Green Bay PackersL 16-30L -5Dallas CowboysU 47
SunOct 16, 20164:26@Seattle SeahawksW 26-24L -7Atlanta FalconsO 45.5
SunOct 16, 20168:32@Houston TexansW 26-23 (OT)P -3Indianapolis ColtsO 47.5
MonOct 17, 20168:30@Arizona CardinalsW 28-3W -7New York JetsU 45.5
+ + +

+ +

Back to top

2016 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 20, 20168:26@Green Bay PackersW 26-10W -7.5Chicago BearsU 46.5
SunOct 23, 20169:31NNew York GiantsW 17-10W -2.5Los Angeles RamsU 44.5at London
SunOct 23, 20161:02@Cincinnati BengalsW 31-17W -11Cleveland BrownsO 46.5
SunOct 23, 20161:02Washington RedskinsL 17-20L -1@Detroit LionsU 50
SunOct 23, 20161:02@Jacksonville JaguarsL 16-33L -2Oakland RaidersO 47.5
SunOct 23, 20161:02Buffalo BillsL 25-28L -2.5@Miami DolphinsO 46
SunOct 23, 20161:02Minnesota VikingsL 10-21L -3@Philadelphia EaglesU 39
SunOct 23, 20161:02@Tennessee TitansL 26-34L -4Indianapolis ColtsO 48
SunOct 23, 20161:03@Kansas City ChiefsW 27-21L -7New Orleans SaintsU 51.5
SunOct 23, 20161:04@New York JetsW 24-16W -2.5Baltimore RavensP 40
SunOct 23, 20164:05@Atlanta FalconsL 30-33 (OT)L -4.5San Diego ChargersO 52.5
SunOct 23, 20164:05@San Francisco 49ersL 17-34L -1Tampa Bay BuccaneersO 45
SunOct 23, 20164:25New England PatriotsW 27-16W -7.5@Pittsburgh SteelersU 49
SunOct 23, 20168:30@Arizona CardinalsT 6-6 (OT)L -2.5Seattle SeahawksU 43
MonOct 24, 20168:30@Denver BroncosW 27-9W -8.5Houston TexansU 40
+ + +

+ +

Back to top

2016 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 27, 20168:26@Tennessee TitansW 36-22W -3Jacksonville JaguarsO 43.5
SunOct 30, 20168:36NCincinnati BengalsT 27-27 (OT)L -3Washington RedskinsO 49at London
SunOct 30, 201612:47@Carolina PanthersW 30-20W -2.5Arizona CardinalsO 45.5
SunOct 30, 20161:02New England PatriotsW 41-25W -5.5@Buffalo BillsO 48
SunOct 30, 20161:02New York JetsW 31-28W -2.5@Cleveland BrownsO 45.5
SunOct 30, 20161:02Kansas City ChiefsW 30-14W -3@Indianapolis ColtsU 50.5
SunOct 30, 20161:02@Tampa Bay BuccaneersL 24-30 (OT)L -1Oakland RaidersO 48
SunOct 30, 20161:03@Houston TexansW 20-13W -1Detroit LionsU 46.5
SunOct 30, 20161:03Seattle SeahawksL 20-25L -1@New Orleans SaintsU 50
SunOct 30, 20164:05@Denver BroncosW 27-19W -3.5San Diego ChargersO 43
SunOct 30, 20164:25@Atlanta FalconsW 33-32L -3Green Bay PackersO 51
SunOct 30, 20168:31@Dallas CowboysW 29-23 (OT)W -5Philadelphia EaglesO 44
MonOct 31, 20168:31Minnesota VikingsL 10-20L -4.5@Chicago BearsU 39.5
+ + +

+ +

Back to top

2016 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 3, 20168:25Atlanta FalconsW 43-28W -4.5@Tampa Bay BuccaneersO 49
SunNov 6, 20161:00Pittsburgh SteelersL 14-21L -3.5@Baltimore RavensU 46
SunNov 6, 20161:00Dallas CowboysW 35-10W -7@Cleveland BrownsU 49
SunNov 6, 20161:00@Kansas City ChiefsW 19-14L -7Jacksonville JaguarsU 42.5
SunNov 6, 20161:00@Miami DolphinsW 27-23W -3.5New York JetsO 45
SunNov 6, 20161:00@Minnesota VikingsL 16-22 (OT)L -4.5Detroit LionsU 42.5
SunNov 6, 20161:00@New York GiantsW 28-23W -3Philadelphia EaglesO 42.5
SunNov 6, 20164:05Carolina PanthersW 13-10P -3@Los Angeles RamsU 44.5
SunNov 6, 20164:05New Orleans SaintsW 41-23W -5@San Francisco 49ersO 53
SunNov 6, 20164:25@Green Bay PackersL 26-31L -7.5Indianapolis ColtsO 52
SunNov 6, 20164:25@San Diego ChargersW 43-35W -3.5Tennessee TitansO 47.5
SunNov 6, 20168:30@Oakland RaidersW 30-20W -1Denver BroncosO 44.5
MonNov 7, 20168:30@Seattle SeahawksW 31-25W -5.5Buffalo BillsO 43.5
+ + +

+ +

Back to top

2016 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 10, 20168:25@Baltimore RavensW 28-7W -7.5Cleveland BrownsU 44
SunNov 13, 20161:00@Carolina PanthersL 17-20L -3Kansas City ChiefsU 44
SunNov 13, 20161:00@Jacksonville JaguarsL 21-24L -3Houston TexansO 42
SunNov 13, 20161:00@New Orleans SaintsL 23-25L -3Denver BroncosU 50
SunNov 13, 20161:00Los Angeles RamsW 9-6W -1@New York JetsU 39
SunNov 13, 20161:00@Philadelphia EaglesW 24-15W -2Atlanta FalconsU 48.5
SunNov 13, 20161:00Chicago BearsL 10-36L -2.5@Tampa Bay BuccaneersO 45
SunNov 13, 20161:00Green Bay PackersL 25-47L -3@Tennessee TitansO 48.5
SunNov 13, 20161:00@Washington RedskinsW 26-20W -2.5Minnesota VikingsO 42
SunNov 13, 20164:05@San Diego ChargersL 24-31L -4Miami DolphinsO 48.5
SunNov 13, 20164:25@Arizona CardinalsW 23-20L -13.5San Francisco 49ersU 46.5
SunNov 13, 20164:25@Pittsburgh SteelersL 30-35L -3Dallas CowboysO 50.5
SunNov 13, 20168:30@New England PatriotsL 24-31L -7.5Seattle SeahawksO 49.5
MonNov 14, 20168:30Cincinnati BengalsL 20-21L -1@New York GiantsU 49.5
+ + +

+ +

Back to top

2016 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 17, 20168:25@Carolina PanthersW 23-20L -3.5New Orleans SaintsU 52.5
SunNov 20, 20161:00@Cincinnati BengalsL 12-16L -2.5Buffalo BillsU 48
SunNov 20, 20161:00Pittsburgh SteelersW 24-9W -8@Cleveland BrownsU 45.5
SunNov 20, 20161:00@Dallas CowboysW 27-17W -7Baltimore RavensU 44.5
SunNov 20, 20161:00@Detroit LionsW 26-19W -5.5Jacksonville JaguarsU 47
SunNov 20, 20161:00@Indianapolis ColtsW 24-17W -3Tennessee TitansU 53.5
SunNov 20, 20161:00@Kansas City ChiefsL 17-19L -7Tampa Bay BuccaneersU 45
SunNov 20, 20161:00@Minnesota VikingsW 30-24W -2Arizona CardinalsO 39.5
SunNov 20, 20161:00@New York GiantsW 22-16L -7Chicago BearsU 41.5
SunNov 20, 20164:05@Los Angeles RamsL 10-14L -1Miami DolphinsU 39
SunNov 20, 20164:25New England PatriotsW 30-17W -10.5@San Francisco 49ersU 51.5
SunNov 20, 20164:25@Seattle SeahawksW 26-15W -6.5Philadelphia EaglesU 42.5
SunNov 20, 20168:30@Washington RedskinsW 42-24W -3Green Bay PackersO 48
MonNov 21, 20168:30NOakland RaidersW 27-20W -6.5Houston TexansO 45.5at Mexico City
+ + +

+ +

Back to top

2016 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 201612:30@Detroit LionsW 16-13W -1.5Minnesota VikingsU 42
ThuNov 24, 20164:30@Dallas CowboysW 31-26L -5.5Washington RedskinsO 53
ThuNov 24, 20168:30Pittsburgh SteelersW 28-7W -8@Indianapolis ColtsU 50
SunNov 27, 20161:00@Atlanta FalconsW 38-19W -4Arizona CardinalsO 49
SunNov 27, 20161:00@Baltimore RavensW 19-14W -3.5Cincinnati BengalsU 41.5
SunNov 27, 20161:00@Buffalo BillsW 28-21L -8.5Jacksonville JaguarsO 43.5
SunNov 27, 20161:00Tennessee TitansW 27-21L -6.5@Chicago BearsO 41.5
SunNov 27, 20161:00New York GiantsW 27-13W -6.5@Cleveland BrownsU 46.5
SunNov 27, 20161:00San Diego ChargersW 21-13W -2.5@Houston TexansU 45.5
SunNov 27, 20161:00@Miami DolphinsW 31-24L -7.5San Francisco 49ersO 44.5
SunNov 27, 20161:00@New Orleans SaintsW 49-21W -8Los Angeles RamsO 45
SunNov 27, 20164:05Seattle SeahawksL 5-14L -5@Tampa Bay BuccaneersU 46
SunNov 27, 20164:25New England PatriotsW 22-17L -8.5@New York JetsU 48
SunNov 27, 20164:25@Oakland RaidersW 35-32L -3.5Carolina PanthersO 48.5
SunNov 27, 20168:30@Denver BroncosL 27-30 (OT)L -3.5Kansas City ChiefsO 40
MonNov 28, 20168:30@Philadelphia EaglesL 13-27L -4Green Bay PackersU 47
+ + +

+ +

Back to top

2016 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 1, 20167:25Dallas CowboysW 17-15L -3@Minnesota VikingsU 43.5
SunDec 4, 20161:00@Atlanta FalconsL 28-29L -5Kansas City ChiefsO 50
SunDec 4, 20161:00@Baltimore RavensW 38-6W -3.5Miami DolphinsO 41.5
SunDec 4, 20161:00@Chicago BearsW 26-6W PKSan Francisco 49ersU 44
SunDec 4, 20161:00@Cincinnati BengalsW 32-14W -2Philadelphia EaglesO 42
SunDec 4, 20161:00@Green Bay PackersW 21-13W -6.5Houston TexansU 44.5
SunDec 4, 20161:00Denver BroncosW 20-10W -3.5@Jacksonville JaguarsU 38.5
SunDec 4, 20161:00@New England PatriotsW 26-10W -13Los Angeles RamsU 44.5
SunDec 4, 20161:00@New Orleans SaintsL 13-28L -6.5Detroit LionsU 53
SunDec 4, 20164:05@Oakland RaidersW 38-24W -3Buffalo BillsO 48.5
SunDec 4, 20164:25@Arizona CardinalsW 31-23W -2.5Washington RedskinsO 48.5
SunDec 4, 20164:25@Pittsburgh SteelersW 24-14W -6.5New York GiantsU 49.5
SunDec 4, 20164:25@San Diego ChargersL 21-28L -3.5Tampa Bay BuccaneersP 49
SunDec 4, 20168:30@Seattle SeahawksW 40-7W -8Carolina PanthersO 43.5
MonDec 5, 20168:30@New York JetsL 10-41L -1Indianapolis ColtsO 48.5
+ + +

+ +

Back to top

2016 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 8, 20168:25@Kansas City ChiefsW 21-13W -3.5Oakland RaidersU 46
SunDec 11, 20161:00Pittsburgh SteelersW 27-20W -1@Buffalo BillsO 45.5
SunDec 11, 20161:00@Carolina PanthersW 28-16W -1San Diego ChargersU 48.5
SunDec 11, 20161:00Cincinnati BengalsW 23-10W -4.5@Cleveland BrownsU 42
SunDec 11, 20161:00@Detroit LionsW 20-17L -7.5Chicago BearsU 42
SunDec 11, 20161:00@Indianapolis ColtsL 17-22L -6.5Houston TexansU 47.5
SunDec 11, 20161:00Minnesota VikingsW 25-16W -3@Jacksonville JaguarsO 38
SunDec 11, 20161:00Arizona CardinalsL 23-26L -2@Miami DolphinsO 44
SunDec 11, 20161:00Washington RedskinsW 27-22W -2@Philadelphia EaglesO 48.5
SunDec 11, 20161:00@Tennessee TitansW 13-10W -2Denver BroncosU 44
SunDec 11, 20164:05@San Francisco 49ersL 17-23 (OT)L -3New York JetsU 42.5
SunDec 11, 20164:25Seattle SeahawksL 10-38L -3@Green Bay PackersO 47
SunDec 11, 20164:25Atlanta FalconsW 42-14W -4.5@Los Angeles RamsO 44
SunDec 11, 20164:25@Tampa Bay BuccaneersW 16-11W -2New Orleans SaintsU 52
SunDec 11, 20168:30Dallas CowboysL 7-10L -3.5@New York GiantsU 47
MonDec 12, 20168:30@New England PatriotsW 30-23W -6Baltimore RavensO 45
+ + +

+ +

Back to top

2016 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 15, 20168:25@Seattle SeahawksW 24-3W -15Los Angeles RamsU 39.5
SatDec 17, 20168:25Miami DolphinsW 34-13W -2.5@New York JetsO 40
SunDec 18, 20161:00@Baltimore RavensW 27-26L -5Philadelphia EaglesO 41
SunDec 18, 20161:00@Buffalo BillsW 33-13W -10.5Cleveland BrownsO 43
SunDec 18, 20161:00Green Bay PackersW 30-27L -4.5@Chicago BearsO 40
SunDec 18, 20161:00Pittsburgh SteelersW 24-20W -3@Cincinnati BengalsU 45.5
SunDec 18, 20161:00@Houston TexansW 21-20L -3.5Jacksonville JaguarsO 39.5
SunDec 18, 20161:00@Kansas City ChiefsL 17-19L -6Tennessee TitansU 43
SunDec 18, 20161:00@Minnesota VikingsL 6-34L -5Indianapolis ColtsU 44.5
SunDec 18, 20161:00@New York GiantsW 17-6W -4Detroit LionsU 42.5
SunDec 18, 20164:05@Arizona CardinalsL 41-48L -3New Orleans SaintsO 48.5
SunDec 18, 20164:05@Atlanta FalconsW 41-13W -13.5San Francisco 49ersO 51.5
SunDec 18, 20164:25New England PatriotsW 16-3W -3@Denver BroncosU 43
SunDec 18, 20164:25Oakland RaidersW 19-16W -2.5@San Diego ChargersU 49.5
SunDec 18, 20168:30@Dallas CowboysW 26-20L -7Tampa Bay BuccaneersU 47.5
MonDec 19, 20168:30@Washington RedskinsL 15-26L -7Carolina PanthersU 50.5
+ + +

+ +

Back to top

2016 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 22, 20168:25@Philadelphia EaglesW 24-19W -1.5New York GiantsO 42.5
SatDec 24, 20161:00@Buffalo BillsL 31-34 (OT)L -4.5Miami DolphinsO 44.5
SatDec 24, 20161:00Atlanta FalconsW 33-16W -3@Carolina PanthersP 49
SatDec 24, 20161:00Washington RedskinsW 41-21W -3@Chicago BearsO 49
SatDec 24, 20161:00San Diego ChargersL 17-20L -4.5@Cleveland BrownsU 45
SatDec 24, 20161:00@Green Bay PackersW 38-25W -6Minnesota VikingsO 44.5
SatDec 24, 20161:00Tennessee TitansL 17-38L -4@Jacksonville JaguarsO 44
SatDec 24, 20161:00@New England PatriotsW 41-3W -17New York JetsU 45
SatDec 24, 20164:05@Oakland RaidersW 33-25W -3.5Indianapolis ColtsO 52
SatDec 24, 20164:25@Los Angeles RamsL 21-22L -6San Francisco 49ersO 39.5
SatDec 24, 20164:25@New Orleans SaintsW 31-24W -3Tampa Bay BuccaneersO 53
SatDec 24, 20164:25@Seattle SeahawksL 31-34L -9Arizona CardinalsO 43.5
SatDec 24, 20168:25@Houston TexansW 12-10L -3Cincinnati BengalsU 41.5
SunDec 25, 20164:30@Pittsburgh SteelersW 31-27L -5.5Baltimore RavensO 46.5
SunDec 25, 20168:30@Kansas City ChiefsW 33-10W -3.5Denver BroncosO 38
MonDec 26, 20168:30@Dallas CowboysW 42-21W -6.5Detroit LionsO 46.5
+ + +

+ +

Back to top

2016 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 1, 20171:00Baltimore RavensL 10-27L -2.5@Cincinnati BengalsU 40.5
SunJan 1, 20171:00@Indianapolis ColtsW 24-20L -5.5Jacksonville JaguarsU 48.5
SunJan 1, 20171:00New England PatriotsW 35-14W -7.5@Miami DolphinsO 47
SunJan 1, 20171:00@Minnesota VikingsW 38-10W -6Chicago BearsO 44
SunJan 1, 20171:00Buffalo BillsL 10-30L -3.5@New York JetsU 43
SunJan 1, 20171:00@Philadelphia EaglesW 27-13W -6.5Dallas CowboysU 44
SunJan 1, 20171:00@Pittsburgh SteelersW 27-24 (OT)P -3Cleveland BrownsO 41.5
SunJan 1, 20171:00@Tampa Bay BuccaneersW 17-16L -3Carolina PanthersU 44.5
SunJan 1, 20171:00@Tennessee TitansW 24-17W -3Houston TexansU 41.5
SunJan 1, 20174:25@Atlanta FalconsW 38-32L -7.5New Orleans SaintsO 58.5
SunJan 1, 20174:25@Denver BroncosW 24-6W -1Oakland RaidersU 40
SunJan 1, 20174:25Arizona CardinalsW 44-6W -7@Los Angeles RamsO 39
SunJan 1, 20174:25Kansas City ChiefsW 37-27W -5.5@San Diego ChargersO 45
SunJan 1, 20174:25Seattle SeahawksW 25-23L -11.5@San Francisco 49ersO 45
SunJan 1, 20174:25@Washington RedskinsL 10-19L -9New York GiantsU 47.5
SunJan 1, 20178:30Green Bay PackersW 31-24W -3.5@Detroit LionsO 50
+ + +

+

Back to top

+

2016 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 7, 20174:35@Houston Texans (4)W 27-14W -4Oakland Raiders (5)O 38
NFC Wild CardSatJan 7, 20178:15@Seattle Seahawks (3)W 26-6W -8Detroit Lions (6)U 45.5
AFC Wild CardSunJan 8, 20171:05@Pittsburgh Steelers (3)W 30-12W -11Miami Dolphins (6)U 47.5
NFC Wild CardSunJan 8, 20174:40@Green Bay Packers (4)W 38-13W -5New York Giants (5)O 46.5
NFC DivisionalSatJan 14, 20174:35@Atlanta Falcons (2)W 36-20W -6.5Seattle Seahawks (3)O 51
AFC DivisionalSatJan 14, 20178:15@New England Patriots (1)W 34-16W -16Houston Texans (4)O 44
NFC DivisionalSunJan 15, 20174:40@Dallas Cowboys (1)L 31-34L -5.5Green Bay Packers (4)O 52.5
AFC DivisionalSunJan 15, 20178:20@Kansas City Chiefs (2)L 16-18L -2.5Pittsburgh Steelers (3)U 45.5
NFC ChampionshipSunJan 22, 20173:05@Atlanta Falcons (2)W 44-21W -6.5Green Bay Packers (4)O 59.5
AFC ChampionshipSunJan 22, 20176:40@New England Patriots (1)W 36-17W -5.5Pittsburgh Steelers (3)O 50
Super Bowl LISunFeb 5, 20176:30NNew England Patriots (1)W 34-28 (OT)W -3Atlanta Falcons (2)O 57
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2017.html b/data/2017.html new file mode 100644 index 0000000..75f3ad6 --- /dev/null +++ b/data/2017.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2017 Season

+ +

Historical NFL Game Odds

2017 Season

<<-- 2016 Season    2018 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2017 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-5 (66.7%)7-7-1 (50.0%)7-8 (46.7%)8-6-1 (57.1%)6-4 (60.0%)5-4-1 (55.6%)1-4 (20.0%)3-2-0 (60.0%)5-10-0 (33.3%)
211-5 (68.8%)8-8-0 (50.0%)9-7 (56.3%)8-8-0 (50.0%)8-4 (66.7%)6-6-0 (50.0%)1-3 (25.0%)2-2-0 (50.0%)7-9-0 (43.8%)
38-7 (53.3%)4-11-0 (26.7%)11-5 (68.8%)9-7-0 (56.3%)4-1 (80.0%)1-4-0 (20.0%)6-4 (60.0%)7-3-0 (70.0%)11-5-0 (68.8%)
49-7 (56.3%)7-9-0 (43.8%)8-7 (53.3%)6-9-0 (40.0%)6-5 (54.5%)4-7-0 (36.4%)2-2 (50.0%)2-2-0 (50.0%)9-7-0 (56.3%)
57-6 (53.8%)6-7-0 (46.2%)4-10 (28.6%)5-9-0 (35.7%)3-6 (33.3%)3-6-0 (33.3%)0-4 (0.0%)1-3-0 (25.0%)6-8-0 (42.9%)
65-9 (35.7%)3-11-0 (21.4%)6-8 (42.9%)6-8-0 (42.9%)4-7 (36.4%)3-8-0 (27.3%)2-1 (66.7%)3-0-0 (100.%)8-6-0 (57.1%)
712-3 (80.0%)9-4-2 (69.2%)9-5 (64.3%)8-4-2 (66.7%)6-0 (100.%)4-0-2 (100.%)3-5 (37.5%)4-4-0 (50.0%)7-8-0 (46.7%)
812-1 (92.3%)9-4-0 (69.2%)8-4 (66.7%)7-5-0 (58.3%)8-1 (88.9%)6-3-0 (66.7%)0-3 (0.0%)1-2-0 (33.3%)8-5-0 (61.5%)
99-4 (69.2%)7-4-2 (63.6%)7-6 (53.8%)6-5-2 (54.5%)5-2 (71.4%)4-2-1 (66.7%)2-4 (33.3%)2-3-1 (40.0%)6-7-0 (46.2%)
1012-2 (85.7%)8-5-1 (61.5%)8-6 (57.1%)7-6-1 (53.8%)7-1 (87.5%)5-3-0 (62.5%)1-5 (16.7%)2-3-1 (40.0%)8-6-0 (57.1%)
1112-2 (85.7%)10-3-1 (76.9%)6-7 (46.2%)5-7-1 (41.7%)5-1 (83.3%)4-2-0 (66.7%)1-6 (14.3%)1-5-1 (16.7%)7-7-0 (50.0%)
1214-2 (87.5%)12-4-0 (75.0%)10-6 (62.5%)8-8-0 (50.0%)9-1 (90.0%)7-3-0 (70.0%)1-5 (16.7%)1-5-0 (16.7%)7-9-0 (43.8%)
1310-6 (62.5%)7-9-0 (43.8%)11-5 (68.8%)10-6-0 (62.5%)7-2 (77.8%)5-4-0 (55.6%)4-3 (57.1%)5-2-0 (71.4%)8-8-0 (50.0%)
148-7 (53.3%)7-8-0 (46.7%)10-6 (62.5%)9-7-0 (56.3%)6-3 (66.7%)5-4-0 (55.6%)4-2 (66.7%)4-2-0 (66.7%)5-11-0 (31.3%)
1516-0 (100.%)11-4-1 (73.3%)9-7 (56.3%)9-6-1 (60.0%)9-0 (100.%)7-2-0 (77.8%)0-7 (0.0%)2-4-1 (33.3%)7-9-0 (43.8%)
1613-3 (81.3%)8-8-0 (50.0%)11-5 (68.8%)10-6-0 (62.5%)9-1 (90.0%)6-4-0 (60.0%)2-4 (33.3%)4-2-0 (66.7%)3-13-0 (18.8%)
1711-5 (68.8%)9-7-0 (56.3%)10-6 (62.5%)8-8-0 (50.0%)8-3 (72.7%)6-5-0 (54.5%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Playoffs5-6 (45.5%)1-10-0 (9.1%)7-3 (70.0%)3-7-0 (30.0%)5-3 (62.5%)1-7-0 (12.5%)2-0 (100.%)2-0-0 (100.%)6-5-0 (54.5%)
+ +


2017 Results by Team

Click on a team to view 2017 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-8 (50.0%)6-9-1 (40.0%)4-1 (80.0%)2-3-0 (40.0%)5-3 (62.5%)4-3-1 (57.1%)2-0 (100.%)1-1-0 (50.0%)6-10-0 (37.5%)
Atlanta Falcons10-6 (62.5%)7-9 (43.8%)10-4 (71.4%)7-7-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)5-11-0 (31.3%)
Baltimore Ravens9-7 (56.3%)8-7-1 (53.3%)7-3 (70.0%)5-5-0 (50.0%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)9-7-0 (56.3%)
Buffalo Bills9-7 (56.3%)9-6-1 (60.0%)6-1 (85.7%)5-1-1 (83.3%)6-2 (75.0%)5-2-1 (71.4%)5-0 (100.%)4-0-1 (100.%)8-8-0 (50.0%)
Carolina Panthers11-5 (68.8%)9-7 (56.3%)6-3 (66.7%)4-5-0 (44.4%)6-2 (75.0%)4-4-0 (50.0%)4-2 (66.7%)2-4-0 (33.3%)9-7-0 (56.3%)
Chicago Bears5-11 (31.3%)8-7-1 (53.3%)1-2 (33.3%)1-2-0 (33.3%)3-5 (37.5%)5-2-1 (71.4%)1-2 (33.3%)1-2-0 (33.3%)4-12-0 (25.0%)
Cincinnati Bengals7-9 (43.8%)9-7 (56.3%)4-3 (57.1%)3-4-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)3-3 (50.0%)2-4-0 (33.3%)7-9-0 (43.8%)
Cleveland Browns0-16 (0.0%)4-12 (25.0%)0-1 (0.0%)0-1-0 (0.0%)0-7 (0.0%)2-5-0 (28.6%)0-0 0-0-0 7-9-0 (43.8%)
Dallas Cowboys9-7 (56.3%)8-7-1 (53.3%)8-4 (66.7%)7-4-1 (63.6%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)2-3-0 (40.0%)6-10-0 (37.5%)
Denver Broncos5-11 (31.3%)4-11-1 (26.7%)3-6 (33.3%)2-6-1 (25.0%)4-4 (50.0%)3-4-1 (42.9%)2-3 (40.0%)1-3-1 (25.0%)8-8-0 (50.0%)
Detroit Lions9-7 (56.3%)8-7-1 (53.3%)5-2 (71.4%)4-2-1 (66.7%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)3-1-0 (75.0%)10-6-0 (62.5%)
Green Bay Packers7-9 (43.8%)7-9 (43.8%)5-1 (83.3%)4-2-0 (66.7%)4-4 (50.0%)3-5-0 (37.5%)4-0 (100.%)3-1-0 (75.0%)11-5-0 (68.8%)
Houston Texans4-12 (25.0%)7-9 (43.8%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)2-3-0 (40.0%)7-9-0 (43.8%)
Indianapolis Colts4-12 (25.0%)8-8 (50.0%)2-0 (100.%)2-0-0 (100.%)3-5 (37.5%)5-3-0 (62.5%)2-0 (100.%)2-0-0 (100.%)6-10-0 (37.5%)
Jacksonville Jaguars10-6 (62.5%)9-7 (56.3%)7-4 (63.6%)6-5-0 (54.5%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)8-8-0 (50.0%)
Kansas City Chiefs10-6 (62.5%)10-6 (62.5%)8-5 (61.5%)8-5-0 (61.5%)6-2 (75.0%)6-2-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)8-8-0 (50.0%)
Los Angeles Chargers9-7 (56.3%)8-7-1 (53.3%)6-2 (75.0%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)4-12-0 (25.0%)
Los Angeles Rams11-5 (68.8%)9-7 (56.3%)9-3 (75.0%)7-5-0 (58.3%)3-4 (42.9%)3-4-0 (42.9%)3-3 (50.0%)3-3-0 (50.0%)11-5-0 (68.8%)
Miami Dolphins6-10 (37.5%)5-9-2 (35.7%)1-1 (50.0%)0-1-1 (0.0%)4-3 (57.1%)3-2-2 (60.0%)1-0 (100.%)0-0-1 8-8-0 (50.0%)
Minnesota Vikings13-3 (81.3%)11-5 (68.8%)10-2 (83.3%)8-4-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)7-9-0 (43.8%)
New England Patriots13-3 (81.3%)11-5 (68.8%)13-3 (81.3%)11-5-0 (68.8%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)7-9-0 (43.8%)
New Orleans Saints11-5 (68.8%)9-7 (56.3%)10-1 (90.9%)8-3-0 (72.7%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)9-7-0 (56.3%)
New York Giants3-13 (18.8%)7-9 (43.8%)0-3 (0.0%)0-3-0 (0.0%)2-6 (25.0%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)6-10-0 (37.5%)
New York Jets5-11 (31.3%)9-6-1 (60.0%)1-1 (50.0%)1-1-0 (50.0%)4-4 (50.0%)7-1-0 (87.5%)0-0 0-0-0 8-8-0 (50.0%)
Oakland Raiders6-10 (37.5%)5-9-2 (35.7%)4-3 (57.1%)2-4-1 (33.3%)4-3 (57.1%)3-3-1 (50.0%)3-2 (60.0%)2-3-0 (40.0%)5-11-0 (31.3%)
Philadelphia Eagles13-3 (81.3%)10-6 (62.5%)10-1 (90.9%)7-4-0 (63.6%)7-1 (87.5%)5-3-0 (62.5%)7-0 (100.%)5-2-0 (71.4%)8-8-0 (50.0%)
Pittsburgh Steelers13-3 (81.3%)7-9 (43.8%)12-2 (85.7%)6-8-0 (42.9%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)6-10-0 (37.5%)
San Francisco 49ers6-10 (37.5%)9-7 (56.3%)2-0 (100.%)1-1-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)1-0 (100.%)0-1-0 (0.0%)8-8-0 (50.0%)
Seattle Seahawks9-7 (56.3%)6-9-1 (40.0%)6-2 (75.0%)3-4-1 (42.9%)4-4 (50.0%)2-6-0 (25.0%)3-2 (60.0%)1-4-0 (20.0%)7-9-0 (43.8%)
Tampa Bay Buccaneers5-11 (31.3%)6-9-1 (40.0%)4-2 (66.7%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)8-8-0 (50.0%)
Tennessee Titans9-7 (56.3%)8-7-1 (53.3%)9-3 (75.0%)6-5-1 (54.5%)6-2 (75.0%)5-2-1 (71.4%)6-1 (85.7%)4-2-1 (66.7%)9-7-0 (56.3%)
Washington Redskins7-9 (43.8%)7-9 (43.8%)4-2 (66.7%)3-3-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)4-0 (100.%)3-1-0 (75.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2017 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 7, 20178:30@New England PatriotsL 27-42L -8Kansas City ChiefsO 47.5
SunSep 10, 20171:00@Buffalo BillsW 21-12W -7New York JetsU 42
SunSep 10, 20171:00Atlanta FalconsW 23-17L -6.5@Chicago BearsU 48
SunSep 10, 20171:00@Cincinnati BengalsL 0-20L -2.5Baltimore RavensU 41.5
SunSep 10, 20171:00Pittsburgh SteelersW 21-18L -10@Cleveland BrownsU 47
SunSep 10, 20171:00Arizona CardinalsL 23-35L -2.5@Detroit LionsO 48.5
SunSep 10, 20171:00@Houston TexansL 7-29L -5.5Jacksonville JaguarsU 38
SunSep 10, 20171:00@Tennessee TitansL 16-26L -2.5Oakland RaidersU 49.5
SunSep 10, 20171:00Philadelphia EaglesW 30-17W -2@Washington RedskinsU 49.5
SunSep 10, 20174:05@Los Angeles RamsW 46-9W -3.5Indianapolis ColtsO 41.5
SunSep 10, 20174:25@Green Bay PackersW 17-9W -2.5Seattle SeahawksU 49.5
SunSep 10, 20174:25Carolina PanthersW 23-3W -4.5@San Francisco 49ersU 45.5
SunSep 10, 20178:30@Dallas CowboysW 19-3W -6New York GiantsU 46.5
MonSep 11, 20177:10@Minnesota VikingsW 29-19W -3New Orleans SaintsO 47.5
MonSep 11, 201710:20@Denver BroncosW 24-21P -3Los Angeles ChargersO 41.5
+ + +

+ +

Back to top

2017 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 14, 20178:25@Cincinnati BengalsL 9-13L -5Houston TexansU 38
SunSep 17, 20171:00@Baltimore RavensW 24-10W -7.5Cleveland BrownsU 39.5
SunSep 17, 20171:00@Carolina PanthersW 9-3L -6.5Buffalo BillsU 43
SunSep 17, 20171:00Arizona CardinalsW 16-13 (OT)L -7@Indianapolis ColtsU 44
SunSep 17, 20171:00Tennessee TitansW 37-16W -1@Jacksonville JaguarsO 42
SunSep 17, 20171:00@Kansas City ChiefsW 27-20W -4Philadelphia EaglesO 46.5
SunSep 17, 20171:00New England PatriotsW 36-20W -5.5@New Orleans SaintsO 55
SunSep 17, 20171:00@Pittsburgh SteelersW 26-9W -8.5Minnesota VikingsU 43
SunSep 17, 20171:00@Tampa Bay BuccaneersW 29-7W -7Chicago BearsU 44
SunSep 17, 20174:05@Los Angeles ChargersL 17-19L -3.5Miami DolphinsU 46
SunSep 17, 20174:05@Oakland RaidersW 45-20W -14New York JetsO 44
SunSep 17, 20174:25Dallas CowboysL 17-42L -2.5@Denver BroncosO 44
SunSep 17, 20174:25@Los Angeles RamsL 20-27L -3Washington RedskinsO 46.5
SunSep 17, 20174:25@Seattle SeahawksW 12-9L -13.5San Francisco 49ersU 42
SunSep 17, 20178:30@Atlanta FalconsW 34-23W -3Green Bay PackersO 55
MonSep 18, 20178:30@New York GiantsL 10-24L -3Detroit LionsU 42
+ + +

+ +

Back to top

2017 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 21, 20178:25Los Angeles RamsW 41-39L -3@San Francisco 49ersO 40.5
SunSep 24, 20171:00Denver BroncosL 16-26L -3.5@Buffalo BillsO 40
SunSep 24, 20171:00@Carolina PanthersL 13-34L -5New Orleans SaintsO 46.5
SunSep 24, 20171:00Pittsburgh SteelersL 17-23 (OT)L -7@Chicago BearsU 43.5
SunSep 24, 20171:00Atlanta FalconsW 30-26W -3@Detroit LionsO 51
SunSep 24, 20171:00Cleveland BrownsL 28-31L -1@Indianapolis ColtsO 42
SunSep 24, 20171:00@Minnesota VikingsW 34-17W PKTampa Bay BuccaneersO 41
SunSep 24, 20171:00@New England PatriotsW 36-33L -13.5Houston TexansO 44.5
SunSep 24, 20171:00Miami DolphinsL 6-20L -5.5@New York JetsU 43
SunSep 24, 20171:00@Philadelphia EaglesW 27-24L -5New York GiantsO 43
SunSep 24, 20174:05@Tennessee TitansW 33-27W -2Seattle SeahawksO 42
SunSep 24, 20174:25@Green Bay PackersW 27-24 (OT)L -7Cincinnati BengalsO 47.5
SunSep 24, 20174:25Kansas City ChiefsW 24-10W -3@Los Angeles ChargersU 47.5
SunSep 24, 20178:30Oakland RaidersL 10-27L -3.5@Washington RedskinsU 53.5
SunSep 24, 20179:30Baltimore RavensL 7-44L -3@Jacksonville JaguarsO 38
MonSep 25, 20178:30Dallas CowboysW 28-17W -3@Arizona CardinalsU 46.5
+ + +

+ +

Back to top

2017 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 28, 20178:25@Green Bay PackersW 35-14W -7.5Chicago BearsO 44
SunOct 1, 20179:30NNew Orleans SaintsW 20-0W -4Miami DolphinsU 51.5at London
SunOct 1, 20171:00@Atlanta FalconsL 17-23L -8Buffalo BillsU 48
SunOct 1, 20171:00Pittsburgh SteelersW 26-9W -3.5@Baltimore RavensU 42
SunOct 1, 20171:00Cincinnati BengalsW 31-7W -3@Cleveland BrownsU 41.5
SunOct 1, 20171:00@Dallas CowboysL 30-35L -5Los Angeles RamsO 51
SunOct 1, 20171:00Tennessee TitansL 14-57L -2.5@Houston TexansO 43
SunOct 1, 20171:00@Minnesota VikingsL 7-14L -2.5Detroit LionsU 43
SunOct 1, 20171:00@New England PatriotsL 30-33L -9Carolina PanthersO 48
SunOct 1, 20171:00Jacksonville JaguarsL 20-23 (OT)L -4@New York JetsO 38.5
SunOct 1, 20174:05@Arizona CardinalsW 18-15 (OT)L -6San Francisco 49ersU 43
SunOct 1, 20174:05@Los Angeles ChargersL 24-26L -2Philadelphia EaglesO 48
SunOct 1, 20174:05@Tampa Bay BuccaneersW 25-23L -2.5New York GiantsO 45.5
SunOct 1, 20174:25@Denver BroncosW 16-10W -3.5Oakland RaidersU 44
SunOct 1, 20178:30@Seattle SeahawksW 46-18W -12.5Indianapolis ColtsO 41.5
MonOct 2, 20178:30@Kansas City ChiefsW 29-20W -6.5Washington RedskinsO 48
+ + +

+ +

Back to top

2017 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 5, 20178:25New England PatriotsW 19-14W -3.5@Tampa Bay BuccaneersU 54.5
SunOct 8, 20171:00@Cincinnati BengalsW 20-16W -3Buffalo BillsU 39
SunOct 8, 20171:00New York JetsW 17-14W -1.5@Cleveland BrownsU 41.5
SunOct 8, 20171:00@Detroit LionsL 24-27L -2Carolina PanthersO 42
SunOct 8, 20171:00@Indianapolis ColtsW 26-23 (OT)W -1San Francisco 49ersO 43.5
SunOct 8, 20171:00@Miami DolphinsW 16-10W PKTennessee TitansU 41.5
SunOct 8, 20171:00@New York GiantsL 22-27L -3Los Angeles ChargersO 45.5
SunOct 8, 20171:00@Philadelphia EaglesW 34-7W -6Arizona CardinalsU 45
SunOct 8, 20171:00@Pittsburgh SteelersL 9-30L -7.5Jacksonville JaguarsU 41
SunOct 8, 20174:05@Los Angeles RamsL 10-16L -2Seattle SeahawksU 47
SunOct 8, 20174:05@Oakland RaidersL 17-30L -3Baltimore RavensO 40.5
SunOct 8, 20174:25@Dallas CowboysL 31-35L -2.5Green Bay PackersO 52
SunOct 8, 20178:30Kansas City ChiefsW 42-34W -2@Houston TexansO 45
MonOct 9, 20178:30Minnesota VikingsW 20-17L -3.5@Chicago BearsU 41
+ + +

+ +

Back to top

2017 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 12, 20178:25@Carolina PanthersL 23-28L -3Philadelphia EaglesO 44
SunOct 15, 20171:00@Atlanta FalconsL 17-20L -14Miami DolphinsU 46
SunOct 15, 20171:00@Baltimore RavensL 24-27 (OT)L -5.5Chicago BearsO 39.5
SunOct 15, 20171:00@Houston TexansW 33-17W -7.5Cleveland BrownsO 46
SunOct 15, 20171:00Green Bay PackersL 10-23L -3@Minnesota VikingsU 46
SunOct 15, 20171:00@New Orleans SaintsW 52-38W -6Detroit LionsO 50.5
SunOct 15, 20171:00New England PatriotsW 24-17L -9@New York JetsU 48.5
SunOct 15, 20171:00@Washington RedskinsW 26-24L -12San Francisco 49ersO 46
SunOct 15, 20174:05Tampa Bay BuccaneersL 33-38L -2.5@Arizona CardinalsO 46.5
SunOct 15, 20174:05@Jacksonville JaguarsL 17-27L -1Los Angeles RamsO 42
SunOct 15, 20174:25@Kansas City ChiefsL 13-19L -3.5Pittsburgh SteelersU 46
SunOct 15, 20174:25@Oakland RaidersL 16-17L -3Los Angeles ChargersU 48.5
SunOct 15, 20178:30@Denver BroncosL 10-23L -13.5New York GiantsU 37.5
MonOct 16, 20178:30@Tennessee TitansW 36-22W -7Indianapolis ColtsO 46
+ + +

+ +

Back to top

2017 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 19, 20178:25Kansas City ChiefsL 30-31L -3@Oakland RaidersO 46.5
SunOct 22, 20171:00@Buffalo BillsW 30-27P -3Tampa Bay BuccaneersO 46.5
SunOct 22, 20171:00Carolina PanthersL 3-17L -2.5@Chicago BearsU 39.5
SunOct 22, 20171:00Tennessee TitansW 12-9 (OT)L -5.5@Cleveland BrownsU 42.5
SunOct 22, 20171:00New Orleans SaintsW 26-17W -3.5@Green Bay PackersU 45.5
SunOct 22, 20171:00Jacksonville JaguarsW 27-0W -3@Indianapolis ColtsU 41
SunOct 22, 20171:00NLos Angeles RamsW 33-0W -3Arizona CardinalsU 45.5at London
SunOct 22, 20171:00@Miami DolphinsW 31-28P -3New York JetsO 40
SunOct 22, 20171:00@Minnesota VikingsW 24-16W -5Baltimore RavensO 37.5
SunOct 22, 20174:05Dallas CowboysW 40-10W -6.5@San Francisco 49ersO 48
SunOct 22, 20174:25Denver BroncosL 0-21L -1@Los Angeles ChargersU 41
SunOct 22, 20174:25Seattle SeahawksW 24-7W -4@New York GiantsU 39
SunOct 22, 20174:25@Pittsburgh SteelersW 29-14W -4Cincinnati BengalsO 40
SunOct 22, 20178:30@New England PatriotsW 23-7W -3Atlanta FalconsU 56.5
MonOct 23, 20178:30@Philadelphia EaglesW 34-24W -5Washington RedskinsO 48.5
+ + +

+ +

Back to top

2017 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 26, 20178:25@Baltimore RavensW 40-0W -3Miami DolphinsO 38
SunOct 29, 20179:30NMinnesota VikingsW 33-16W -11Cleveland BrownsO 38.5at London
SunOct 29, 20171:00@Buffalo BillsW 34-14W -2Oakland RaidersO 47
SunOct 29, 20171:00@Cincinnati BengalsW 24-23L -11Indianapolis ColtsO 44
SunOct 29, 20171:00@New England PatriotsW 21-13W -6.5Los Angeles ChargersU 49
SunOct 29, 20171:00@New Orleans SaintsW 20-12W -7.5Chicago BearsU 46
SunOct 29, 20171:00Atlanta FalconsW 25-20L -6.5@New York JetsO 43.5
SunOct 29, 20171:00@Philadelphia EaglesW 33-10W -13San Francisco 49ersU 45
SunOct 29, 20171:00@Tampa Bay BuccaneersL 3-17L -1.5Carolina PanthersU 46
SunOct 29, 20174:05@Seattle SeahawksW 41-38L -6Houston TexansO 45
SunOct 29, 20174:25Dallas CowboysW 33-19W -3@Washington RedskinsO 46.5
SunOct 29, 20178:30Pittsburgh SteelersW 20-15W -3@Detroit LionsU 44.5
MonOct 30, 20178:30@Kansas City ChiefsW 29-19W -7Denver BroncosO 42
+ + +

+ +

Back to top

2017 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 2, 20178:25Buffalo BillsL 21-34L -3@New York JetsO 42
SunNov 5, 20171:00Atlanta FalconsL 17-20L -3@Carolina PanthersU 42
SunNov 5, 20171:00@Houston TexansL 14-20L -6Indianapolis ColtsU 45
SunNov 5, 20171:00@Jacksonville JaguarsW 23-7W -6Cincinnati BengalsU 38
SunNov 5, 20171:00@New Orleans SaintsW 30-10W -7Tampa Bay BuccaneersU 54
SunNov 5, 20171:00Los Angeles RamsW 51-17W -5.5@New York GiantsO 42.5
SunNov 5, 20171:00@Philadelphia EaglesW 51-23W -7Denver BroncosO 41
SunNov 5, 20171:00@Tennessee TitansW 23-20P -3Baltimore RavensO 41
SunNov 5, 20174:05Arizona CardinalsW 20-10W -2.5@San Francisco 49ersU 39
SunNov 5, 20174:05@Seattle SeahawksL 14-17L -8Washington RedskinsU 44.5
SunNov 5, 20174:25@Dallas CowboysW 28-17W -2.5Kansas City ChiefsU 53
SunNov 5, 20178:30Oakland RaidersW 27-24P -3@Miami DolphinsO 44.5
MonNov 6, 20178:30Detroit LionsW 30-17W -2.5@Green Bay PackersO 42.5
+ + +

+ +

Back to top

2017 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 9, 20178:25Seattle SeahawksW 22-16P -6@Arizona CardinalsU 40
SunNov 12, 20171:00New Orleans SaintsW 47-10W -2@Buffalo BillsO 48.5
SunNov 12, 20171:00@Chicago BearsL 16-23L -4.5Green Bay PackersO 37.5
SunNov 12, 20171:00@Detroit LionsW 38-24W -10.5Cleveland BrownsO 42.5
SunNov 12, 20171:00Pittsburgh SteelersW 20-17L -10.5@Indianapolis ColtsU 47
SunNov 12, 20171:00@Jacksonville JaguarsW 20-17 (OT)L -5Los Angeles ChargersU 40.5
SunNov 12, 20171:00@Tampa Bay BuccaneersW 15-10W -1New York JetsU 44.5
SunNov 12, 20171:00@Tennessee TitansW 24-20L -4.5Cincinnati BengalsO 40.5
SunNov 12, 20171:00Minnesota VikingsW 38-30W -1@Washington RedskinsO 43
SunNov 12, 20174:05@Los Angeles RamsW 33-7W -12Houston TexansU 45
SunNov 12, 20174:25@Atlanta FalconsW 27-7W -3.5Dallas CowboysU 49
SunNov 12, 20174:25New York GiantsL 21-31L -3@San Francisco 49ersO 41.5
SunNov 12, 20178:30New England PatriotsW 41-16W -7@Denver BroncosO 45
MonNov 13, 20178:30@Carolina PanthersW 45-21W -8Miami DolphinsO 38.5
+ + +

+ +

Back to top

2017 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 16, 20178:25@Pittsburgh SteelersW 40-17W -7Tennessee TitansO 44.5
SunNov 19, 20171:00Detroit LionsW 27-24P -3@Chicago BearsO 41
SunNov 19, 20171:00Jacksonville JaguarsW 19-7W -7.5@Cleveland BrownsU 37
SunNov 19, 20171:00Baltimore RavensW 23-0W -2.5@Green Bay PackersU 38.5
SunNov 19, 20171:00@Houston TexansW 31-21W -2.5Arizona CardinalsO 38
SunNov 19, 20171:00Tampa Bay BuccaneersW 30-20W -1@Miami DolphinsO 44
SunNov 19, 20171:00@Minnesota VikingsW 24-7W -1Los Angeles RamsU 46
SunNov 19, 20171:00@New Orleans SaintsW 34-31 (OT)L -9.5Washington RedskinsO 52.5
SunNov 19, 20171:00Kansas City ChiefsL 9-12 (OT)L -10@New York GiantsU 44.5
SunNov 19, 20174:05@Los Angeles ChargersW 54-24W -7Buffalo BillsO 41.5
SunNov 19, 20174:25@Denver BroncosL 17-20L -2.5Cincinnati BengalsU 37.5
SunNov 19, 20174:25NNew England PatriotsW 33-8W -7Oakland RaidersU 55at Mexico City
SunNov 19, 20178:30Philadelphia EaglesW 37-9W -6@Dallas CowboysU 48
MonNov 20, 20178:30Atlanta FalconsW 34-31W -1@Seattle SeahawksO 46
+ + +

+ +

Back to top

2017 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 201712:30Minnesota VikingsW 30-23W -2.5@Detroit LionsO 46
ThuNov 23, 20174:30Los Angeles ChargersW 28-6W -1@Dallas CowboysU 46.5
ThuNov 23, 20178:30@Washington RedskinsW 20-10W -7New York GiantsU 44
SunNov 26, 20171:00@Atlanta FalconsW 34-20W -10.5Tampa Bay BuccaneersO 47
SunNov 26, 20171:00@Cincinnati BengalsW 30-16W -7.5Cleveland BrownsO 39
SunNov 26, 20171:00Tennessee TitansW 20-16W -3@Indianapolis ColtsU 46.5
SunNov 26, 20171:00@Kansas City ChiefsL 10-16L -8.5Buffalo BillsU 47
SunNov 26, 20171:00@New England PatriotsW 35-17W -17Miami DolphinsO 49
SunNov 26, 20171:00Carolina PanthersW 35-27W -5.5@New York JetsO 39.5
SunNov 26, 20171:00@Philadelphia EaglesW 31-3W -14Chicago BearsU 43.5
SunNov 26, 20174:05Seattle SeahawksW 24-13W -7@San Francisco 49ersU 45
SunNov 26, 20174:25Jacksonville JaguarsL 24-27L -6@Arizona CardinalsO 37.5
SunNov 26, 20174:25@Los Angeles RamsW 26-20W -2.5New Orleans SaintsU 54
SunNov 26, 20174:25@Oakland RaidersW 21-14W -3.5Denver BroncosU 41
SunNov 26, 20178:30@Pittsburgh SteelersW 31-28L -14Green Bay PackersO 42.5
MonNov 27, 20178:30@Baltimore RavensW 23-16L -7.5Houston TexansU 39.5
+ + +

+ +

Back to top

2017 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 30, 20178:25Washington RedskinsL 14-38L -1.5@Dallas CowboysO 47
SunDec 3, 20171:00@Atlanta FalconsL 9-14L -2Minnesota VikingsU 48.5
SunDec 3, 20171:00@Baltimore RavensW 44-20W -2.5Detroit LionsO 43
SunDec 3, 20171:00New England PatriotsW 23-3W -7.5@Buffalo BillsU 48.5
SunDec 3, 20171:00@Chicago BearsL 14-15L -2.5San Francisco 49ersU 42
SunDec 3, 20171:00@Green Bay PackersW 26-20 (OT)W -3Tampa Bay BuccaneersO 45
SunDec 3, 20171:00@Jacksonville JaguarsW 30-10W -10Indianapolis ColtsU 41
SunDec 3, 20171:00Denver BroncosL 9-35L -1@Miami DolphinsO 41
SunDec 3, 20171:00Kansas City ChiefsL 31-38L -4@New York JetsO 44
SunDec 3, 20171:00@Tennessee TitansW 24-13W -7Houston TexansU 42.5
SunDec 3, 20174:05@Los Angeles ChargersW 19-10L -13.5Cleveland BrownsU 45
SunDec 3, 20174:25Los Angeles RamsW 32-16W -7.5@Arizona CardinalsO 43
SunDec 3, 20174:25@New Orleans SaintsW 31-21W -5.5Carolina PanthersO 48
SunDec 3, 20174:25@Oakland RaidersW 24-17L -10New York GiantsU 43
SunDec 3, 20178:30Philadelphia EaglesL 10-24L -3.5@Seattle SeahawksU 46.5
MonDec 4, 20178:30Pittsburgh SteelersW 23-20L -4.5@Cincinnati BengalsO 42.5
+ + +

+ +

Back to top

2017 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 7, 20178:25@Atlanta FalconsW 20-17W -2.5New Orleans SaintsU 51.5
SunDec 10, 20171:00@Buffalo BillsW 13-7 (OT)W -3.5Indianapolis ColtsU 36.5
SunDec 10, 20171:00Minnesota VikingsL 24-31L -2.5@Carolina PanthersO 40.5
SunDec 10, 20171:00@Cincinnati BengalsL 7-33L -6Chicago BearsU 40.5
SunDec 10, 20171:00Green Bay PackersW 27-21 (OT)W -2.5@Cleveland BrownsO 38.5
SunDec 10, 20171:00@Houston TexansL 16-26L -1San Francisco 49ersU 45.5
SunDec 10, 20171:00@Kansas City ChiefsW 26-15W -4.5Oakland RaidersU 48.5
SunDec 10, 20171:00Dallas CowboysW 30-10W -4@New York GiantsU 42
SunDec 10, 20171:00@Tampa Bay BuccaneersL 21-24L PKDetroit LionsU 47.5
SunDec 10, 20174:05Tennessee TitansL 7-12L -2.5@Arizona CardinalsU 42
SunDec 10, 20174:05New York JetsL 0-23L -1@Denver BroncosU 40.5
SunDec 10, 20174:05@Los Angeles ChargersW 30-13W -6Washington RedskinsU 46.5
SunDec 10, 20174:25@Jacksonville JaguarsW 30-24W -3Seattle SeahawksO 41
SunDec 10, 20174:25@Los Angeles RamsL 35-43L -1Philadelphia EaglesO 47.5
SunDec 10, 20178:30@Pittsburgh SteelersW 39-38L -6Baltimore RavensO 43
MonDec 11, 20178:30New England PatriotsL 20-27L -10.5@Miami DolphinsU 48
+ + +

+ +

Back to top

2017 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 14, 20178:25Denver BroncosW 25-13W -3@Indianapolis ColtsU 40.5
SatDec 16, 20174:30@Detroit LionsW 20-10W -5Chicago BearsU 43.5
SatDec 16, 20178:25@Kansas City ChiefsW 30-13W -1Los Angeles ChargersU 47
SunDec 17, 20171:00@Buffalo BillsW 24-16W -3.5Miami DolphinsO 39.5
SunDec 17, 20171:00@Carolina PanthersW 31-24W -3Green Bay PackersO 46.5
SunDec 17, 20171:00Baltimore RavensW 27-10W -6.5@Cleveland BrownsU 42
SunDec 17, 20171:00@Jacksonville JaguarsW 45-7W -10.5Houston TexansO 39
SunDec 17, 20171:00@Minnesota VikingsW 34-7W -12.5Cincinnati BengalsU 42.5
SunDec 17, 20171:00@New Orleans SaintsW 31-19L -16.5New York JetsO 47
SunDec 17, 20171:00Philadelphia EaglesW 34-29L -7.5@New York GiantsO 40.5
SunDec 17, 20171:00@Washington RedskinsW 20-15W -4Arizona CardinalsU 40
SunDec 17, 20174:05Los Angeles RamsW 42-7W -1@Seattle SeahawksO 47.5
SunDec 17, 20174:25New England PatriotsW 27-24W -2.5@Pittsburgh SteelersU 52.5
SunDec 17, 20174:25@San Francisco 49ersW 25-23L -2.5Tennessee TitansO 44.5
SunDec 17, 20178:30Dallas CowboysW 20-17P -3@Oakland RaidersU 46
MonDec 18, 20178:30Atlanta FalconsW 24-21L -7@Tampa Bay BuccaneersU 49.5
+ + +

+ +

Back to top

2017 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 23, 20174:30@Baltimore RavensW 23-16L -13.5Indianapolis ColtsU 41
SatDec 23, 20178:30Minnesota VikingsW 16-0W -8.5@Green Bay PackersU 41
SunDec 24, 20171:00@Carolina PanthersW 22-19L -10Tampa Bay BuccaneersU 46.5
SunDec 24, 20171:00@Chicago BearsW 20-3W -5.5Cleveland BrownsU 37
SunDec 24, 20171:00Detroit LionsL 17-26L -3.5@Cincinnati BengalsU 43.5
SunDec 24, 20171:00@Kansas City ChiefsW 29-13W -11Miami DolphinsU 43.5
SunDec 24, 20171:00@New England PatriotsW 37-16W -11Buffalo BillsO 47.5
SunDec 24, 20171:00@New Orleans SaintsW 23-13W -5.5Atlanta FalconsU 52
SunDec 24, 20171:00Los Angeles ChargersW 14-7L -7.5@New York JetsU 42.5
SunDec 24, 20171:00Los Angeles RamsW 27-23L -5.5@Tennessee TitansO 46
SunDec 24, 20171:00@Washington RedskinsW 27-11W -3Denver BroncosU 39.5
SunDec 24, 20174:05Jacksonville JaguarsL 33-44L -4@San Francisco 49ersO 43
SunDec 24, 20174:25@Arizona CardinalsW 23-0W -3New York GiantsU 39
SunDec 24, 20174:25@Dallas CowboysL 12-21L -4.5Seattle SeahawksU 47
MonDec 25, 20174:30Pittsburgh SteelersW 34-6W -8@Houston TexansU 45.5
MonDec 25, 20178:30@Philadelphia EaglesW 19-10L -10Oakland RaidersU 46
+ + +

+ +

Back to top

2017 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 31, 20171:00@Detroit LionsW 35-11W -7.5Green Bay PackersO 44.5
SunDec 31, 20171:00@Indianapolis ColtsW 22-13W -5.5Houston TexansU 41.5
SunDec 31, 20171:00@Minnesota VikingsW 23-10L -13.5Chicago BearsU 38.5
SunDec 31, 20171:00@New England PatriotsW 26-6W -17New York JetsU 43.5
SunDec 31, 20171:00Washington RedskinsL 10-18L -4.5@New York GiantsU 41
SunDec 31, 20171:00Dallas CowboysW 6-0W -3.5@Philadelphia EaglesU 41
SunDec 31, 20171:00@Pittsburgh SteelersW 28-24L -5Cleveland BrownsO 38.5
SunDec 31, 20174:25@Atlanta FalconsW 22-10W -5Carolina PanthersU 44.5
SunDec 31, 20174:25@Baltimore RavensL 27-31L -8Cincinnati BengalsO 40
SunDec 31, 20174:25@Denver BroncosL 24-27L -3Kansas City ChiefsO 37.5
SunDec 31, 20174:25@Los Angeles ChargersW 30-10W -7Oakland RaidersU 43
SunDec 31, 20174:25San Francisco 49ersW 34-13W -6@Los Angeles RamsO 44.5
SunDec 31, 20174:25Buffalo BillsW 22-16W -2.5@Miami DolphinsU 41.5
SunDec 31, 20174:25@Seattle SeahawksL 24-26L -8Arizona CardinalsO 38
SunDec 31, 20174:25New Orleans SaintsL 24-31L -6@Tampa Bay BuccaneersO 49
SunDec 31, 20174:25@Tennessee TitansW 15-10W -2.5Jacksonville JaguarsU 40
+ + +

+

Back to top

+

2017 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 6, 20184:35@Kansas City Chiefs (4)L 21-22L -8.5Tennessee Titans (5)U 44
NFC Wild CardSatJan 6, 20188:15@Los Angeles Rams (3)L 13-26L -6.5Atlanta Falcons (6)U 48
AFC Wild CardSunJan 7, 20181:05@Jacksonville Jaguars (3)W 10-3L -8Buffalo Bills (6)U 39.5
NFC Wild CardSunJan 7, 20184:40@New Orleans Saints (4)W 31-26L -6.5Carolina Panthers (5)O 47.5
NFC DivisionalSatJan 13, 20184:35Atlanta Falcons (6)L 10-15L -2.5@Philadelphia Eagles (1)U 40
AFC DivisionalSatJan 13, 20188:15@New England Patriots (1)W 35-14W -13.5Tennessee Titans (5)O 48.5
AFC DivisionalSunJan 14, 20181:05@Pittsburgh Steelers (2)L 42-45L -7Jacksonville Jaguars (3)O 40.5
NFC DivisionalSunJan 14, 20184:40@Minnesota Vikings (2)W 29-24L -5.5New Orleans Saints (4)O 46.5
AFC ChampionshipSunJan 21, 20183:05@New England Patriots (1)W 24-20L -7.5Jacksonville Jaguars (3)U 46
NFC ChampionshipSunJan 21, 20186:40Minnesota Vikings (2)L 7-38L -3@Philadelphia Eagles (1)O 39
Super Bowl LIISunFeb 4, 20186:30NNew England Patriots (1)L 33-41L -4.5Philadelphia Eagles (1)O 48.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2018.html b/data/2018.html new file mode 100644 index 0000000..37e8f28 --- /dev/null +++ b/data/2018.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2018 Season

+ +

Historical NFL Game Odds

2018 Season

<<-- 2017 Season    2019 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2018 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-5 (66.7%)8-7-1 (53.3%)8-7 (53.3%)7-8-1 (46.7%)7-4 (63.6%)5-5-1 (50.0%)1-3 (25.0%)2-3-0 (40.0%)9-7-0 (56.3%)
29-6 (60.0%)6-10-0 (37.5%)11-4 (73.3%)9-7-0 (56.3%)8-3 (72.7%)5-6-0 (45.5%)3-1 (75.0%)4-1-0 (80.0%)8-8-0 (50.0%)
39-7 (56.3%)7-9-0 (43.8%)10-6 (62.5%)10-6-0 (62.5%)8-5 (61.5%)7-6-0 (53.8%)2-1 (66.7%)3-0-0 (100.%)8-8-0 (50.0%)
412-3 (80.0%)8-7-0 (53.3%)9-6 (60.0%)7-8-0 (46.7%)8-2 (80.0%)5-5-0 (50.0%)1-4 (20.0%)2-3-0 (40.0%)9-6-0 (60.0%)
511-4 (73.3%)8-7-0 (53.3%)12-3 (80.0%)11-4-0 (73.3%)10-2 (83.3%)8-4-0 (66.7%)2-1 (66.7%)3-0-0 (100.%)8-7-0 (53.3%)
610-5 (66.7%)5-9-1 (35.7%)9-5 (64.3%)6-7-1 (46.2%)6-2 (75.0%)2-5-1 (28.6%)3-3 (50.0%)4-2-0 (66.7%)9-6-0 (60.0%)
710-4 (71.4%)7-7-0 (50.0%)5-8 (38.5%)3-10-0 (23.1%)4-3 (57.1%)2-5-0 (28.6%)1-5 (16.7%)1-5-0 (16.7%)4-10-0 (28.6%)
811-3 (78.6%)8-6-0 (57.1%)8-6 (57.1%)5-9-0 (35.7%)6-1 (85.7%)3-4-0 (42.9%)2-5 (28.6%)2-5-0 (28.6%)5-8-1 (38.5%)
96-7 (46.2%)6-7-0 (46.2%)6-7 (46.2%)6-7-0 (46.2%)4-5 (44.4%)4-5-0 (44.4%)2-2 (50.0%)2-2-0 (50.0%)6-7-0 (46.2%)
108-6 (57.1%)5-8-1 (38.5%)8-6 (57.1%)5-8-1 (38.5%)6-4 (60.0%)3-6-1 (33.3%)2-2 (50.0%)2-2-0 (50.0%)8-6-0 (57.1%)
119-4 (69.2%)3-6-4 (33.3%)8-5 (61.5%)5-4-4 (55.6%)7-3 (70.0%)3-4-3 (42.9%)1-2 (33.3%)2-0-1 (100.%)7-6-0 (53.8%)
1212-3 (80.0%)10-5-0 (66.7%)11-4 (73.3%)9-6-0 (60.0%)9-1 (90.0%)7-3-0 (70.0%)2-3 (40.0%)2-3-0 (40.0%)7-8-0 (46.7%)
139-7 (56.3%)7-9-0 (43.8%)10-6 (62.5%)10-6-0 (62.5%)6-3 (66.7%)5-4-0 (55.6%)4-3 (57.1%)5-2-0 (71.4%)5-11-0 (31.3%)
149-7 (56.3%)7-9-0 (43.8%)11-5 (68.8%)9-7-0 (56.3%)6-2 (75.0%)4-4-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)7-9-0 (43.8%)
1510-6 (62.5%)6-9-1 (40.0%)9-7 (56.3%)8-7-1 (53.3%)7-4 (63.6%)5-6-0 (45.5%)2-3 (40.0%)3-1-1 (75.0%)6-9-1 (40.0%)
1612-4 (75.0%)6-10-0 (37.5%)9-7 (56.3%)3-13-0 (18.8%)7-2 (77.8%)1-8-0 (11.1%)2-5 (28.6%)2-5-0 (28.6%)6-9-1 (40.0%)
1712-4 (75.0%)8-8-0 (50.0%)8-8 (50.0%)6-10-0 (37.5%)8-4 (66.7%)5-7-0 (41.7%)0-4 (0.0%)1-3-0 (25.0%)8-8-0 (50.0%)
Playoffs6-5 (54.5%)4-7-0 (36.4%)5-5 (50.0%)3-7-0 (30.0%)5-5 (50.0%)3-7-0 (30.0%)0-0 0-0-0 4-7-0 (36.4%)
+ +


2018 Results by Team

Click on a team to view 2018 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals3-13 (18.8%)7-8-1 (46.7%)0-2 (0.0%)0-2-0 (0.0%)1-7 (12.5%)3-5-0 (37.5%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Atlanta Falcons7-9 (43.8%)5-11 (31.3%)6-5 (54.5%)4-7-0 (36.4%)4-4 (50.0%)3-5-0 (37.5%)4-4 (50.0%)3-5-0 (37.5%)9-7-0 (56.3%)
Baltimore Ravens10-6 (62.5%)8-8 (50.0%)7-4 (63.6%)4-7-0 (36.4%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)7-9-0 (43.8%)
Buffalo Bills6-10 (37.5%)7-9 (43.8%)2-1 (66.7%)1-2-0 (33.3%)4-4 (50.0%)3-5-0 (37.5%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
Carolina Panthers7-9 (43.8%)7-9 (43.8%)4-5 (44.4%)3-6-0 (33.3%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)3-2-0 (60.0%)8-8-0 (50.0%)
Chicago Bears12-4 (75.0%)12-4 (75.0%)10-2 (83.3%)9-3-0 (75.0%)7-1 (87.5%)7-1-0 (87.5%)6-0 (100.%)6-0-0 (100.%)8-8-0 (50.0%)
Cincinnati Bengals6-10 (37.5%)9-7 (56.3%)5-1 (83.3%)4-2-0 (66.7%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)3-2-0 (60.0%)8-6-2 (57.1%)
Cleveland Browns7-8-1 (46.7%)10-6 (62.5%)3-1 (75.0%)2-2-0 (50.0%)5-2 (71.4%)5-3-0 (62.5%)2-1 (66.7%)1-2-0 (33.3%)7-8-1 (46.7%)
Dallas Cowboys10-6 (62.5%)9-7 (56.3%)5-2 (71.4%)3-4-0 (42.9%)7-1 (87.5%)5-3-0 (62.5%)5-1 (83.3%)3-3-0 (50.0%)7-9-0 (43.8%)
Denver Broncos6-10 (37.5%)6-9-1 (40.0%)4-4 (50.0%)2-5-1 (28.6%)3-5 (37.5%)2-5-1 (28.6%)2-2 (50.0%)0-3-1 (0.0%)3-12-1 (20.0%)
Detroit Lions6-10 (37.5%)9-7 (56.3%)3-2 (60.0%)3-2-0 (60.0%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)6-10-0 (37.5%)
Green Bay Packers6-9-1 (40.0%)6-9-1 (40.0%)6-3 (66.7%)4-5-0 (44.4%)5-2 (71.4%)4-4-0 (50.0%)5-2 (71.4%)3-4-0 (42.9%)8-8-0 (50.0%)
Houston Texans11-5 (68.8%)7-8-1 (46.7%)9-3 (75.0%)5-6-1 (45.5%)6-2 (75.0%)4-4-0 (50.0%)6-2 (75.0%)4-4-0 (50.0%)7-9-0 (43.8%)
Indianapolis Colts10-6 (62.5%)8-7-1 (53.3%)8-1 (88.9%)5-3-1 (62.5%)6-2 (75.0%)3-4-1 (42.9%)6-0 (100.%)3-2-1 (60.0%)8-8-0 (50.0%)
Jacksonville Jaguars5-11 (31.3%)5-9-2 (35.7%)2-5 (28.6%)2-5-0 (28.6%)3-5 (37.5%)3-4-1 (42.9%)1-3 (25.0%)1-3-0 (25.0%)6-10-0 (37.5%)
Kansas City Chiefs12-4 (75.0%)9-6-1 (60.0%)10-2 (83.3%)6-6-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)10-5-1 (66.7%)
Los Angeles Chargers12-4 (75.0%)9-7 (56.3%)8-3 (72.7%)5-6-0 (45.5%)4-3 (57.1%)2-5-0 (28.6%)4-3 (57.1%)2-5-0 (28.6%)8-8-0 (50.0%)
Los Angeles Rams13-3 (81.3%)7-8-1 (46.7%)13-3 (81.3%)7-8-1 (46.7%)7-1 (87.5%)3-4-1 (42.9%)7-1 (87.5%)3-4-1 (42.9%)8-8-0 (50.0%)
Miami Dolphins7-9 (43.8%)8-8 (50.0%)3-1 (75.0%)3-1-0 (75.0%)6-2 (75.0%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)8-8-0 (50.0%)
Minnesota Vikings8-7-1 (53.3%)8-7-1 (53.3%)7-2 (77.8%)6-3-1 (66.7%)5-3 (62.5%)4-3-1 (57.1%)5-2 (71.4%)4-2-1 (66.7%)6-10-0 (37.5%)
New England Patriots11-5 (68.8%)9-7 (56.3%)11-5 (68.8%)9-7-0 (56.3%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)5-11-0 (31.3%)
New Orleans Saints13-3 (81.3%)10-6 (62.5%)10-3 (76.9%)7-6-0 (53.8%)6-2 (75.0%)4-4-0 (50.0%)5-2 (71.4%)3-4-0 (42.9%)7-9-0 (43.8%)
New York Giants5-11 (31.3%)8-7-1 (53.3%)2-1 (66.7%)1-1-1 (50.0%)2-6 (25.0%)1-6-1 (14.3%)1-1 (50.0%)0-1-1 (0.0%)9-7-0 (56.3%)
New York Jets4-12 (25.0%)5-10-1 (33.3%)2-2 (50.0%)2-2-0 (50.0%)2-6 (25.0%)2-5-1 (28.6%)2-2 (50.0%)2-2-0 (50.0%)10-6-0 (62.5%)
Oakland Raiders4-12 (25.0%)6-10 (37.5%)1-1 (50.0%)1-1-0 (50.0%)3-4 (42.9%)4-3-0 (57.1%)1-0 (100.%)1-0-0 (100.%)6-9-1 (40.0%)
Philadelphia Eagles9-7 (56.3%)7-9 (43.8%)8-5 (61.5%)6-7-0 (46.2%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)7-9-0 (43.8%)
Pittsburgh Steelers9-6-1 (60.0%)8-7-1 (53.3%)5-5 (50.0%)3-7-1 (30.0%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)8-8-0 (50.0%)
San Francisco 49ers4-12 (25.0%)5-11 (31.3%)1-3 (25.0%)0-4-0 (0.0%)4-4 (50.0%)3-5-0 (37.5%)1-2 (33.3%)0-3-0 (0.0%)9-7-0 (56.3%)
Seattle Seahawks10-6 (62.5%)9-5-2 (64.3%)7-2 (77.8%)4-4-1 (50.0%)6-2 (75.0%)5-2-1 (71.4%)5-1 (83.3%)3-2-1 (60.0%)9-7-0 (56.3%)
Tampa Bay Buccaneers5-11 (31.3%)8-7-1 (53.3%)2-2 (50.0%)1-3-0 (25.0%)4-4 (50.0%)4-4-0 (50.0%)2-2 (50.0%)1-3-0 (25.0%)9-7-0 (56.3%)
Tennessee Titans9-7 (56.3%)8-8 (50.0%)4-2 (66.7%)2-4-0 (33.3%)6-2 (75.0%)4-4-0 (50.0%)3-0 (100.%)1-2-0 (33.3%)8-8-0 (50.0%)
Washington Redskins7-9 (43.8%)9-7 (56.3%)1-2 (33.3%)1-2-0 (33.3%)3-5 (37.5%)4-4-0 (50.0%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2018 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 6, 20188:20@Philadelphia EaglesW 18-12W -1Atlanta FalconsU 44.5
SunSep 9, 20181:00@Baltimore RavensW 47-3W -7.5Buffalo BillsO 39
SunSep 9, 20181:00Pittsburgh SteelersT 21-21 (OT)L -3.5@Cleveland BrownsO 41
SunSep 9, 20181:00Cincinnati BengalsW 34-23W -1@Indianapolis ColtsO 47.5
SunSep 9, 20181:00Tennessee TitansL 20-27L -1@Miami DolphinsO 43.5
SunSep 9, 20181:00@Minnesota VikingsW 24-16W -6San Francisco 49ersU 46.5
SunSep 9, 20181:00@New England PatriotsW 27-20W -6Houston TexansU 49.5
SunSep 9, 20181:00@New Orleans SaintsL 40-48L -10Tampa Bay BuccaneersO 50
SunSep 9, 20181:00Jacksonville JaguarsW 20-15W -2.5@New York GiantsU 43
SunSep 9, 20184:05@Los Angeles ChargersL 28-38L -3.5Kansas City ChiefsO 48
SunSep 9, 20184:25@Arizona CardinalsL 6-24L -2Washington RedskinsU 43.5
SunSep 9, 20184:25@Carolina PanthersW 16-8W -2.5Dallas CowboysU 42.5
SunSep 9, 20184:25@Denver BroncosW 27-24P -3Seattle SeahawksO 42.5
SunSep 9, 20188:20@Green Bay PackersW 24-23L -6.5Chicago BearsO 45
MonSep 10, 20187:10@Detroit LionsL 17-48L -7New York JetsO 44
MonSep 10, 201810:20Los Angeles RamsW 33-13W -6.5@Oakland RaidersU 47.5
+ + +

+ +

Back to top

2018 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 13, 20188:20@Cincinnati BengalsW 34-23W -1Baltimore RavensO 43
SunSep 16, 20181:00@Atlanta FalconsW 31-24W -5.5Carolina PanthersO 44
SunSep 16, 20181:00Los Angeles ChargersW 31-20W -7.5@Buffalo BillsO 41.5
SunSep 16, 20181:00Minnesota VikingsT 29-29 (OT)L -2@Green Bay PackersO 45
SunSep 16, 20181:00@New Orleans SaintsW 21-18L -10Cleveland BrownsU 51
SunSep 16, 20181:00@New York JetsL 12-20L -3Miami DolphinsU 43
SunSep 16, 20181:00@Pittsburgh SteelersL 37-42L -4.5Kansas City ChiefsO 52
SunSep 16, 20181:00Philadelphia EaglesL 21-27L -3@Tampa Bay BuccaneersO 46.5
SunSep 16, 20181:00Houston TexansL 17-20L -3.5@Tennessee TitansU 41
SunSep 16, 20181:00@Washington RedskinsL 9-21L -6Indianapolis ColtsU 48
SunSep 16, 20184:05@Los Angeles RamsW 34-0W -13.5Arizona CardinalsU 43.5
SunSep 16, 20184:05@San Francisco 49ersW 30-27L -6Detroit LionsO 48.5
SunSep 16, 20184:25@Denver BroncosW 20-19L -5.5Oakland RaidersU 44
SunSep 16, 20184:25New England PatriotsL 20-31L -2@Jacksonville JaguarsO 44.5
SunSep 16, 20188:20@Dallas CowboysW 20-13W -3New York GiantsU 42
MonSep 17, 20188:15@Chicago BearsW 24-17W -4.5Seattle SeahawksU 42.5
+ + +

+ +

Back to top

2018 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 20, 20188:20@Cleveland BrownsW 21-17W -3New York JetsU 41
SunSep 23, 20181:00@Atlanta FalconsL 37-43 (OT)L -1.5New Orleans SaintsO 54
SunSep 23, 20181:00@Baltimore RavensW 27-14W -5.5Denver BroncosU 46
SunSep 23, 20181:00@Carolina PanthersW 31-21W -2.5Cincinnati BengalsO 44
SunSep 23, 20181:00@Houston TexansL 22-27L -6.5New York GiantsO 44
SunSep 23, 20181:00@Jacksonville JaguarsL 6-9L -10Tennessee TitansU 39
SunSep 23, 20181:00@Kansas City ChiefsW 38-27W -5.5San Francisco 49ersO 53
SunSep 23, 20181:00@Miami DolphinsW 28-20W -3Oakland RaidersO 46
SunSep 23, 20181:00@Minnesota VikingsL 6-27L -16.5Buffalo BillsU 41
SunSep 23, 20181:00@Philadelphia EaglesW 20-16L -6.5Indianapolis ColtsU 45.5
SunSep 23, 20181:00Green Bay PackersL 17-31L -2.5@Washington RedskinsO 45.5
SunSep 23, 20184:05@Los Angeles RamsW 35-23W -7.5Los Angeles ChargersO 49
SunSep 23, 20184:25Chicago BearsW 16-14L -5.5@Arizona CardinalsU 39
SunSep 23, 20184:25@Seattle SeahawksW 24-13W -1Dallas CowboysU 40
SunSep 23, 20188:20New England PatriotsL 10-26L -7@Detroit LionsU 55
MonSep 24, 20188:15@Tampa Bay BuccaneersL 27-30L -1Pittsburgh SteelersO 55
+ + +

+ +

Back to top

2018 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 27, 20188:20@Los Angeles RamsW 38-31L -7.5Minnesota VikingsO 48.5
SunSep 30, 20181:00@Atlanta FalconsL 36-37L -3.5Cincinnati BengalsO 52.5
SunSep 30, 20181:00@Chicago BearsW 48-10W -3Tampa Bay BuccaneersO 46
SunSep 30, 20181:00@Dallas CowboysW 26-24L -2.5Detroit LionsO 43.5
SunSep 30, 20181:00@Green Bay PackersW 22-0W -8.5Buffalo BillsU 43.5
SunSep 30, 20181:00Houston TexansW 37-34 (OT)W -1@Indianapolis ColtsO 48
SunSep 30, 20181:00@Jacksonville JaguarsW 31-12W -7.5New York JetsO 40.5
SunSep 30, 20181:00@New England PatriotsW 38-7W -6.5Miami DolphinsU 50.5
SunSep 30, 20181:00Philadelphia EaglesL 23-26 (OT)L -3@Tennessee TitansO 41.5
SunSep 30, 20184:05Seattle SeahawksW 20-17L -3.5@Arizona CardinalsU 40
SunSep 30, 20184:05@Oakland RaidersW 45-42 (OT)W -2.5Cleveland BrownsO 44.5
SunSep 30, 20184:25@Los Angeles ChargersW 29-27L -10.5San Francisco 49ersO 46
SunSep 30, 20184:25New Orleans SaintsW 33-18W -3.5@New York GiantsU 51.5
SunSep 30, 20188:20@Pittsburgh SteelersL 14-26L -3Baltimore RavensU 51
MonOct 1, 20188:15Kansas City ChiefsW 27-23W -3.5@Denver BroncosU 53.5
+ + +

+ +

Back to top

2018 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 4, 20188:20@New England PatriotsW 38-24W -10.5Indianapolis ColtsO 49.5
SunOct 7, 20181:00Tennessee TitansL 12-13L -6@Buffalo BillsU 38.5
SunOct 7, 20181:00@Carolina PanthersW 33-31L -7New York GiantsO 43.5
SunOct 7, 20181:00@Cincinnati BengalsW 27-17W -6.5Miami DolphinsU 47.5
SunOct 7, 20181:00Baltimore RavensL 9-12 (OT)L -3@Cleveland BrownsU 44.5
SunOct 7, 20181:00@Detroit LionsW 31-23W -1Green Bay PackersO 50
SunOct 7, 20181:00@Kansas City ChiefsW 30-14W -3Jacksonville JaguarsU 48
SunOct 7, 20181:00@New York JetsW 34-16W -1Denver BroncosO 43
SunOct 7, 20181:00@Pittsburgh SteelersW 41-17W -3.5Atlanta FalconsO 57
SunOct 7, 20184:05@Los Angeles ChargersW 26-10W -5Oakland RaidersU 52
SunOct 7, 20184:25@Philadelphia EaglesL 21-23L -3.5Minnesota VikingsU 48
SunOct 7, 20184:25@San Francisco 49ersL 18-28L -3Arizona CardinalsO 40.5
SunOct 7, 20184:25Los Angeles RamsW 33-31L -7.5@Seattle SeahawksO 50.5
SunOct 7, 20188:20@Houston TexansW 19-16 (OT)L -3.5Dallas CowboysU 45.5
MonOct 8, 20188:15@New Orleans SaintsW 43-19W -5.5Washington RedskinsO 51.5
+ + +

+ +

Back to top

2018 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 11, 20188:20Philadelphia EaglesW 34-13W -1.5@New York GiantsO 45
SunOct 14, 20181:00@Atlanta FalconsW 34-29W -3Tampa Bay BuccaneersO 57
SunOct 14, 20181:00@Cincinnati BengalsL 21-28L -1.5Pittsburgh SteelersU 49.5
SunOct 14, 20181:00@Cleveland BrownsL 14-38L -1Los Angeles ChargersO 47
SunOct 14, 20181:00@Houston TexansW 20-13L -10.5Buffalo BillsU 40.5
SunOct 14, 20181:00Chicago BearsL 28-31 (OT)L -7.5@Miami DolphinsO 40.5
SunOct 14, 20181:00@Minnesota VikingsW 27-17P -10Arizona CardinalsO 43.5
SunOct 14, 20181:00@New York JetsW 42-34W -2.5Indianapolis ColtsO 47.5
SunOct 14, 20181:00NSeattle SeahawksW 27-3W -3Oakland RaidersU 48at London
SunOct 14, 20181:00Carolina PanthersL 17-23L -1@Washington RedskinsU 44.5
SunOct 14, 20184:05Los Angeles RamsW 23-20L -7@Denver BroncosU 50
SunOct 14, 20184:25Jacksonville JaguarsL 7-40L -3@Dallas CowboysO 39
SunOct 14, 20184:25Baltimore RavensW 21-0W -2.5@Tennessee TitansU 43.5
SunOct 14, 20188:20@New England PatriotsW 43-40L -3.5Kansas City ChiefsO 59.5
MonOct 15, 20188:15@Green Bay PackersW 33-30L -9San Francisco 49ersO 46.5
+ + +

+ +

Back to top

2018 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 18, 20188:20Denver BroncosW 45-10W -1@Arizona CardinalsO 42.5
SunOct 21, 20189:30NLos Angeles ChargersW 20-19L -6.5Tennessee TitansU 46at London
SunOct 21, 20181:00New England PatriotsW 38-31W -1@Chicago BearsO 48.5
SunOct 21, 20181:00@Indianapolis ColtsW 37-5W -7Buffalo BillsU 43.5
SunOct 21, 20181:00@Jacksonville JaguarsL 7-20L -3.5Houston TexansU 42.5
SunOct 21, 20181:00Detroit LionsW 32-21W -3@Miami DolphinsO 47
SunOct 21, 20181:00Minnesota VikingsW 37-17W -3.5@New York JetsO 45
SunOct 21, 20181:00@Philadelphia EaglesL 17-21L -5Carolina PanthersU 45
SunOct 21, 20181:00@Tampa Bay BuccaneersW 26-23 (OT)L -3.5Cleveland BrownsU 52.5
SunOct 21, 20184:05@Baltimore RavensL 23-24L -2.5New Orleans SaintsU 49
SunOct 21, 20184:25Los Angeles RamsW 39-10W -8@San Francisco 49ersU 52
SunOct 21, 20184:25Dallas CowboysL 17-20L -1@Washington RedskinsU 40.5
SunOct 21, 20188:20@Kansas City ChiefsW 45-10W -6.5Cincinnati BengalsU 56
MonOct 22, 20188:15@Atlanta FalconsW 23-20L -4.5New York GiantsU 52
+ + +

+ +

Back to top

2018 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 25, 20188:20@Houston TexansW 42-23W -7.5Miami DolphinsO 45
SunOct 28, 20181:00Baltimore RavensL 21-36L -2.5@Carolina PanthersO 44
SunOct 28, 20181:00@Chicago BearsW 24-10W -8.5New York JetsU 42.5
SunOct 28, 20181:00@Cincinnati BengalsW 37-34L -3.5Tampa Bay BuccaneersO 55
SunOct 28, 20181:00@Detroit LionsL 14-28L -3Seattle SeahawksU 48
SunOct 28, 20181:00@Kansas City ChiefsW 30-23L -8.5Denver BroncosP 53
SunOct 28, 20181:00Washington RedskinsW 20-13W -1@New York GiantsU 44
SunOct 28, 20181:00@Pittsburgh SteelersW 33-18W -8.5Cleveland BrownsO 47.5
SunOct 28, 20184:05Indianapolis ColtsW 42-28W -3.5@Oakland RaidersO 51
SunOct 28, 20184:25San Francisco 49ersL 15-18L -2.5@Arizona CardinalsU 40
SunOct 28, 20184:25@Los Angeles RamsW 29-27L -7.5Green Bay PackersU 57
SunOct 28, 20188:20New Orleans SaintsW 30-20W -2.5@Minnesota VikingsU 53.5
SunOct 28, 20189:30Philadelphia EaglesW 24-18W -3.5@Jacksonville JaguarsU 44
MonOct 29, 20188:15New England PatriotsW 25-6W -13.5@Buffalo BillsU 44.5
+ + +

+ +

Back to top

2018 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 1, 20188:20Oakland RaidersL 3-34L -1.5@San Francisco 49ersU 44
SunNov 4, 20181:00@Baltimore RavensL 16-23L -1.5Pittsburgh SteelersU 46.5
SunNov 4, 20181:00Chicago BearsW 41-9W -10.5@Buffalo BillsO 38
SunNov 4, 20181:00@Carolina PanthersW 42-28W -6Tampa Bay BuccaneersO 55.5
SunNov 4, 20181:00Kansas City ChiefsW 37-21W -7.5@Cleveland BrownsO 51.5
SunNov 4, 20181:00@Miami DolphinsW 13-6W -3New York JetsU 43
SunNov 4, 20181:00@Minnesota VikingsW 24-9W -4.5Detroit LionsU 47.5
SunNov 4, 20181:00@Washington RedskinsL 14-38L -1.5Atlanta FalconsO 46.5
SunNov 4, 20184:05@Denver BroncosL 17-19L -1Houston TexansU 46.5
SunNov 4, 20184:05@Seattle SeahawksL 17-25L -1Los Angeles ChargersU 48
SunNov 4, 20184:25Los Angeles RamsL 35-45L -1.5@New Orleans SaintsO 57
SunNov 4, 20188:20@New England PatriotsW 31-17W -5Green Bay PackersU 56
MonNov 5, 20188:15@Dallas CowboysL 14-28L -4.5Tennessee TitansO 40.5
+ + +

+ +

Back to top

2018 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 8, 20188:20@Pittsburgh SteelersW 52-21W -3.5Carolina PanthersO 51
SunNov 11, 20181:00@Chicago BearsW 34-22W -7.5Detroit LionsO 44.5
SunNov 11, 20181:00New Orleans SaintsW 51-14W -6@Cincinnati BengalsO 53.5
SunNov 11, 20181:00Atlanta FalconsL 16-28L -5.5@Cleveland BrownsU 49.5
SunNov 11, 20181:00@Indianapolis ColtsW 29-26P -3Jacksonville JaguarsO 48
SunNov 11, 20181:00@Kansas City ChiefsW 26-14L -16.5Arizona CardinalsU 49.5
SunNov 11, 20181:00@New York JetsL 10-41L -7Buffalo BillsO 38
SunNov 11, 20181:00@Tampa Bay BuccaneersL 3-16L -3.5Washington RedskinsU 51
SunNov 11, 20181:00New England PatriotsL 10-34L -6.5@Tennessee TitansU 47
SunNov 11, 20184:05Los Angeles ChargersW 20-6W -10.5@Oakland RaidersU 50
SunNov 11, 20184:25@Green Bay PackersW 31-12W -11Miami DolphinsU 48.5
SunNov 11, 20184:25@Los Angeles RamsW 36-31L -10Seattle SeahawksO 51
SunNov 11, 20188:20@Philadelphia EaglesL 20-27L -7.5Dallas CowboysO 45.5
MonNov 12, 20188:15@San Francisco 49ersL 23-27L -3New York GiantsO 45
+ + +

+ +

Back to top

2018 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 15, 20188:20@Seattle SeahawksW 27-24P -3Green Bay PackersO 49
SunNov 18, 20181:00@Atlanta FalconsL 19-22L -3.5Dallas CowboysU 50
SunNov 18, 20181:00@Baltimore RavensW 24-21L -6.5Cincinnati BengalsO 44
SunNov 18, 20181:00Carolina PanthersL 19-20L -4@Detroit LionsU 48
SunNov 18, 20181:00@Indianapolis ColtsW 38-10W -1Tennessee TitansU 50
SunNov 18, 20181:00Pittsburgh SteelersW 20-16P -4@Jacksonville JaguarsU 47
SunNov 18, 20181:00@New York GiantsW 38-35P -3Tampa Bay BuccaneersO 53.5
SunNov 18, 20181:00Houston TexansW 23-21L -3@Washington RedskinsO 40.5
SunNov 18, 20184:05@Arizona CardinalsL 21-23L -4.5Oakland RaidersO 41
SunNov 18, 20184:05@Los Angeles ChargersL 22-23L -7.5Denver BroncosU 46.5
SunNov 18, 20184:25@New Orleans SaintsW 48-7W -7Philadelphia EaglesU 56.5
SunNov 18, 20188:20@Chicago BearsW 25-20W -2.5Minnesota VikingsO 44
MonNov 19, 20188:15@Los Angeles RamsW 54-51P -3Kansas City ChiefsO 63.5
+ + +

+ +

Back to top

2018 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 22, 201812:30Chicago BearsW 23-16W -3@Detroit LionsU 43
ThuNov 22, 20184:30@Dallas CowboysW 31-23W -7Washington RedskinsO 40
ThuNov 22, 20188:20@New Orleans SaintsW 31-17W -11.5Atlanta FalconsU 61.5
SunNov 25, 20181:00@Baltimore RavensW 34-17W -13Oakland RaidersO 42
SunNov 25, 20181:00Jacksonville JaguarsL 21-24L -3@Buffalo BillsO 36.5
SunNov 25, 20181:00@Carolina PanthersL 27-30L -3Seattle SeahawksO 46.5
SunNov 25, 20181:00Cleveland BrownsW 35-20W -1@Cincinnati BengalsO 46.5
SunNov 25, 20181:00New England PatriotsW 27-13W -13@New York JetsU 46.5
SunNov 25, 20181:00@Philadelphia EaglesW 25-22L -4.5New York GiantsU 49
SunNov 25, 20181:00@Tampa Bay BuccaneersW 27-9W -1.5San Francisco 49ersU 54.5
SunNov 25, 20184:05@Los Angeles ChargersW 45-10W -14Arizona CardinalsO 43
SunNov 25, 20184:25Pittsburgh SteelersL 17-24L -3@Denver BroncosU 47.5
SunNov 25, 20184:25@Indianapolis ColtsW 27-24L -9Miami DolphinsU 52.5
SunNov 25, 20188:20@Minnesota VikingsW 24-17W -3.5Green Bay PackersU 48
MonNov 26, 20188:15@Houston TexansW 34-17W -3.5Tennessee TitansO 42.5
+ + +

+ +

Back to top

2018 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 29, 20188:20New Orleans SaintsL 10-13L -7.5@Dallas CowboysU 51.5
SunDec 2, 20181:00@Atlanta FalconsL 16-26L -2.5Baltimore RavensU 46.5
SunDec 2, 20181:00Denver BroncosW 24-10W -4@Cincinnati BengalsU 45
SunDec 2, 20181:00Los Angeles RamsW 30-16W -10.5@Detroit LionsU 54
SunDec 2, 20181:00@Green Bay PackersL 17-20L -13.5Arizona CardinalsU 41
SunDec 2, 20181:00@Houston TexansW 29-13W -5Cleveland BrownsU 47.5
SunDec 2, 20181:00Indianapolis ColtsL 0-6L -4@Jacksonville JaguarsU 45.5
SunDec 2, 20181:00@Miami DolphinsW 21-17W -3.5Buffalo BillsU 40
SunDec 2, 20181:00Chicago BearsL 27-30 (OT)L -4@New York GiantsO 44
SunDec 2, 20181:00Carolina PanthersL 17-24L -3.5@Tampa Bay BuccaneersU 52
SunDec 2, 20184:05Kansas City ChiefsW 40-33L -14@Oakland RaidersO 53.5
SunDec 2, 20184:05@Tennessee TitansW 26-22L -10.5New York JetsO 40.5
SunDec 2, 20184:25@New England PatriotsW 24-10W -6Minnesota VikingsU 49.5
SunDec 2, 20184:25@Seattle SeahawksW 43-16W -10San Francisco 49ersO 45.5
SunDec 2, 20188:20@Pittsburgh SteelersL 30-33L -3Los Angeles ChargersO 52.5
MonDec 3, 20188:15@Philadelphia EaglesW 28-13W -5.5Washington RedskinsU 45
+ + +

+ +

Back to top

2018 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 6, 20188:20@Tennessee TitansW 30-9W -5.5Jacksonville JaguarsO 37.5
SunDec 9, 20181:00@Buffalo BillsL 23-27L -4.5New York JetsO 37
SunDec 9, 20181:00Carolina PanthersL 20-26L -1@Cleveland BrownsU 47.5
SunDec 9, 20181:00@Green Bay PackersW 34-20W -4Atlanta FalconsO 50.5
SunDec 9, 20181:00@Houston TexansL 21-24L -4Indianapolis ColtsU 49
SunDec 9, 20181:00@Kansas City ChiefsW 27-24 (OT)L -6.5Baltimore RavensO 48.5
SunDec 9, 20181:00New England PatriotsL 33-34L -9.5@Miami DolphinsO 49.5
SunDec 9, 20181:00New Orleans SaintsW 28-14W -10@Tampa Bay BuccaneersU 54
SunDec 9, 20181:00New York GiantsW 40-16W -3@Washington RedskinsO 40.5
SunDec 9, 20184:05@Los Angeles ChargersW 26-21L -17Cincinnati BengalsU 48.5
SunDec 9, 20184:05Denver BroncosL 14-20L -3@San Francisco 49ersU 45.5
SunDec 9, 20184:25Detroit LionsW 17-3W -2.5@Arizona CardinalsU 40.5
SunDec 9, 20184:25@Dallas CowboysW 29-23 (OT)W -3.5Philadelphia EaglesO 45.5
SunDec 9, 20184:25Pittsburgh SteelersL 21-24L -10.5@Oakland RaidersU 51
SunDec 9, 20188:20Los Angeles RamsL 6-15L -3@Chicago BearsU 51
MonDec 10, 20188:15@Seattle SeahawksW 21-7W -3Minnesota VikingsU 45.5
+ + +

+ +

Back to top

2018 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 13, 20188:20@Kansas City ChiefsL 28-29L -3.5Los Angeles ChargersO 54
SatDec 15, 20184:30Houston TexansW 29-22P -7@New York JetsO 44
SatDec 15, 20188:20@Denver BroncosL 16-17L -1Cleveland BrownsU 47
SunDec 16, 20181:00@Atlanta FalconsW 40-14W -10Arizona CardinalsO 43.5
SunDec 16, 20181:00@Baltimore RavensW 20-12L -8.5Tampa Bay BuccaneersU 45
SunDec 16, 20181:00@Buffalo BillsW 14-13L -2.5Detroit LionsU 40
SunDec 16, 20181:00@Chicago BearsW 24-17W -5.5Green Bay PackersU 46.5
SunDec 16, 20181:00@Cincinnati BengalsW 30-16W -3Oakland RaidersP 46
SunDec 16, 20181:00@Indianapolis ColtsW 23-0W -3Dallas CowboysU 46.5
SunDec 16, 20181:00@Jacksonville JaguarsL 13-16L -7.5Washington RedskinsU 36.5
SunDec 16, 20181:00@Minnesota VikingsW 41-17W -7.5Miami DolphinsO 45
SunDec 16, 20181:00Tennessee TitansW 17-0W -2.5@New York GiantsU 42
SunDec 16, 20184:05Seattle SeahawksL 23-26 (OT)L -3.5@San Francisco 49ersO 44
SunDec 16, 20184:25New England PatriotsL 10-17L -2.5@Pittsburgh SteelersU 56
SunDec 16, 20188:20@Los Angeles RamsL 23-30L -13.5Philadelphia EaglesO 52.5
MonDec 17, 20188:15New Orleans SaintsW 12-9L -6@Carolina PanthersU 50.5
+ + +

+ +

Back to top

2018 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 22, 20184:30@Tennessee TitansW 25-16L -11.5Washington RedskinsO 37.5
SatDec 22, 20188:20@Los Angeles ChargersL 10-22L -4Baltimore RavensU 42.5
SunDec 23, 20181:00Atlanta FalconsW 24-10W -3@Carolina PanthersU 46
SunDec 23, 20181:00@Cleveland BrownsW 26-18L -10Cincinnati BengalsP 44
SunDec 23, 20181:00@Dallas CowboysW 27-20L -7.5Tampa Bay BuccaneersU 48
SunDec 23, 20181:00Minnesota VikingsW 27-9W -6.5@Detroit LionsU 42.5
SunDec 23, 20181:00@Indianapolis ColtsW 28-27L -10New York GiantsO 48.5
SunDec 23, 20181:00@Miami DolphinsL 7-17L -3Jacksonville JaguarsU 39.5
SunDec 23, 20181:00@New England PatriotsW 24-12L -13.5Buffalo BillsU 45
SunDec 23, 20181:00Green Bay PackersW 44-38 (OT)W -3@New York JetsO 47.5
SunDec 23, 20181:00@Philadelphia EaglesW 32-30W -1Houston TexansO 46.5
SunDec 23, 20184:05Los Angeles RamsW 31-9W -14.5@Arizona CardinalsU 43
SunDec 23, 20184:05Chicago BearsW 14-9W -4@San Francisco 49ersU 44
SunDec 23, 20184:25@New Orleans SaintsW 31-28L -6.5Pittsburgh SteelersO 53
SunDec 23, 20188:20Kansas City ChiefsL 31-38L -1@Seattle SeahawksO 54.5
MonDec 24, 20188:15Denver BroncosL 14-27L -2.5@Oakland RaidersU 42.5
+ + +

+ +

Back to top

2018 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 30, 20181:00@Buffalo BillsW 42-17W -5.5Miami DolphinsO 39.5
SunDec 30, 20181:00@Green Bay PackersL 0-31L -7.5Detroit LionsU 44.5
SunDec 30, 20181:00@Houston TexansW 20-3W -7Jacksonville JaguarsU 39.5
SunDec 30, 20181:00@New England PatriotsW 38-3W -14.5New York JetsU 46.5
SunDec 30, 20181:00@New Orleans SaintsL 14-33L -8Carolina PanthersO 42
SunDec 30, 20181:00@New York GiantsL 35-36L -7.5Dallas CowboysO 38.5
SunDec 30, 20181:00Atlanta FalconsW 34-32L -2.5@Tampa Bay BuccaneersO 51.5
SunDec 30, 20184:25@Baltimore RavensW 26-24L -7Cleveland BrownsO 41
SunDec 30, 20184:25Los Angeles ChargersW 23-9W -7@Denver BroncosU 43.5
SunDec 30, 20184:25@Kansas City ChiefsW 35-3W -14.5Oakland RaidersU 52.5
SunDec 30, 20184:25@Los Angeles RamsW 48-32W -10.5San Francisco 49ersO 49.5
SunDec 30, 20184:25@Minnesota VikingsL 10-24L -6Chicago BearsU 40.5
SunDec 30, 20184:25@Pittsburgh SteelersW 16-13L -14Cincinnati BengalsU 45
SunDec 30, 20184:25@Seattle SeahawksW 27-24L -14Arizona CardinalsO 39.5
SunDec 30, 20184:25Philadelphia EaglesW 24-0W -6@Washington RedskinsU 42.5
SunDec 30, 20188:20Indianapolis ColtsW 33-17W -5.5@Tennessee TitansO 42.5
+ + +

+

Back to top

+

2018 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 5, 20194:35@Houston Texans (3)L 7-21L -2Indianapolis Colts (6)U 48.5
NFC Wild CardSatJan 5, 20198:15@Dallas Cowboys (4)W 24-22L -2.5Seattle Seahawks (5)O 43
AFC Wild CardSunJan 6, 20191:05@Baltimore Ravens (4)L 17-23L -3Los Angeles Chargers (5)U 43
NFC Wild CardSunJan 6, 20194:40@Chicago Bears (3)L 15-16L -6.5Philadelphia Eagles (6)U 41.5
AFC DivisionalSatJan 12, 20194:35@Kansas City Chiefs (1)W 31-13W -4Indianapolis Colts (6)U 54
NFC DivisionalSatJan 12, 20198:15@Los Angeles Rams (2)W 30-22W -7.5Dallas Cowboys (4)O 48
AFC DivisionalSunJan 13, 20191:05@New England Patriots (2)W 41-28W -3.5Los Angeles Chargers (5)O 47.5
NFC DivisionalSunJan 13, 20194:40@New Orleans Saints (1)W 20-14L -8.5Philadelphia Eagles (6)U 52
NFC ChampionshipSunJan 20, 20193:05@New Orleans Saints (1)L 23-26 (OT)L -3Los Angeles Rams (2)U 55.5
AFC ChampionshipSunJan 20, 20196:40@Kansas City Chiefs (1)L 31-37 (OT)L -3New England Patriots (2)O 56
Super Bowl LIIISunFeb 3, 20196:30NNew England Patriots (2)W 13-3W -2Los Angeles Rams (2)U 55.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2019.html b/data/2019.html new file mode 100644 index 0000000..3464870 --- /dev/null +++ b/data/2019.html @@ -0,0 +1,5328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2019 Season

+ +

Historical NFL Game Odds

2019 Season

<<-- 2018 Season    2020 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2019 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-5 (66.7%)6-9-1 (40.0%)8-7 (53.3%)5-10-1 (33.3%)7-4 (63.6%)3-7-1 (30.0%)1-3 (25.0%)2-3-0 (40.0%)9-7-0 (56.3%)
210-6 (62.5%)7-9-0 (43.8%)6-10 (37.5%)5-11-0 (31.3%)4-4 (50.0%)2-6-0 (25.0%)2-6 (25.0%)3-5-0 (37.5%)3-13-0 (18.8%)
310-6 (62.5%)7-9-0 (43.8%)9-7 (56.3%)6-10-0 (37.5%)8-5 (61.5%)5-8-0 (38.5%)1-2 (33.3%)1-2-0 (33.3%)10-6-0 (62.5%)
46-9 (40.0%)4-11-0 (26.7%)4-11 (26.7%)6-9-0 (40.0%)2-7 (22.2%)2-7-0 (22.2%)2-4 (33.3%)4-2-0 (66.7%)6-9-0 (40.0%)
59-6 (60.0%)7-8-0 (46.7%)6-8 (42.9%)6-8-0 (42.9%)6-5 (54.5%)5-6-0 (45.5%)0-3 (0.0%)1-2-0 (33.3%)8-7-0 (53.3%)
67-7 (50.0%)4-10-0 (28.6%)7-6 (53.8%)6-7-0 (46.2%)5-5 (50.0%)3-7-0 (30.0%)2-1 (66.7%)3-0-0 (100.%)7-7-0 (50.0%)
711-3 (78.6%)8-5-1 (61.5%)5-9 (35.7%)4-9-1 (30.8%)5-3 (62.5%)3-4-1 (42.9%)0-6 (0.0%)1-5-0 (16.7%)6-8-0 (42.9%)
813-2 (86.7%)7-8-0 (46.7%)10-4 (71.4%)6-8-0 (42.9%)10-2 (83.3%)5-7-0 (41.7%)0-2 (0.0%)1-1-0 (50.0%)6-9-0 (40.0%)
98-6 (57.1%)7-7-0 (50.0%)11-2 (84.6%)12-1-0 (92.3%)6-0 (100.%)6-0-0 (100.%)5-2 (71.4%)6-1-0 (85.7%)10-4-0 (71.4%)
105-8 (38.5%)3-9-1 (25.0%)8-5 (61.5%)6-6-1 (50.0%)4-4 (50.0%)2-5-1 (28.6%)4-1 (80.0%)4-1-0 (80.0%)7-6-0 (53.8%)
1112-2 (85.7%)9-4-1 (69.2%)7-6 (53.8%)4-8-1 (33.3%)7-2 (77.8%)4-4-1 (50.0%)0-4 (0.0%)0-4-0 (0.0%)7-7-0 (50.0%)
1211-3 (78.6%)7-7-0 (50.0%)10-4 (71.4%)6-8-0 (42.9%)8-1 (88.9%)4-5-0 (44.4%)2-3 (40.0%)2-3-0 (40.0%)5-9-0 (35.7%)
139-7 (56.3%)7-9-0 (43.8%)8-8 (50.0%)8-8-0 (50.0%)3-2 (60.0%)2-3-0 (40.0%)5-6 (45.5%)6-5-0 (54.5%)8-8-0 (50.0%)
1412-4 (75.0%)8-7-1 (53.3%)9-7 (56.3%)5-10-1 (33.3%)8-3 (72.7%)4-6-1 (40.0%)1-4 (20.0%)1-4-0 (20.0%)8-8-0 (50.0%)
1510-6 (62.5%)9-6-1 (60.0%)7-9 (43.8%)7-8-1 (46.7%)5-4 (55.6%)5-4-0 (55.6%)2-5 (28.6%)2-4-1 (33.3%)10-6-0 (62.5%)
1610-6 (62.5%)7-7-2 (50.0%)8-8 (50.0%)6-8-2 (42.9%)5-3 (62.5%)3-4-1 (42.9%)3-5 (37.5%)3-4-1 (42.9%)6-10-0 (37.5%)
1711-5 (68.8%)6-8-2 (42.9%)7-9 (43.8%)6-8-2 (42.9%)4-2 (66.7%)1-3-2 (25.0%)3-7 (30.0%)5-5-0 (50.0%)12-3-1 (80.0%)
Playoffs7-4 (63.6%)7-4-0 (63.6%)6-4 (60.0%)6-4-0 (60.0%)6-4 (60.0%)6-4-0 (60.0%)0-0 0-0-0 4-7-0 (36.4%)
+ +


2019 Results by Team

Click on a team to view 2019 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals5-10-1 (33.3%)9-5-2 (64.3%)0-1 (0.0%)0-1-0 (0.0%)2-5 (28.6%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)9-7-0 (56.3%)
Atlanta Falcons7-9 (43.8%)8-8 (50.0%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)7-9-0 (43.8%)
Baltimore Ravens14-2 (87.5%)10-6 (62.5%)11-1 (91.7%)7-5-0 (58.3%)7-1 (87.5%)4-4-0 (50.0%)5-1 (83.3%)2-4-0 (33.3%)9-7-0 (56.3%)
Buffalo Bills10-6 (62.5%)9-5-2 (64.3%)6-1 (85.7%)4-3-0 (57.1%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)2-3-0 (40.0%)4-12-0 (25.0%)
Carolina Panthers5-11 (31.3%)6-9-1 (40.0%)3-3 (50.0%)3-3-0 (50.0%)2-6 (25.0%)2-5-1 (28.6%)2-3 (40.0%)2-3-0 (40.0%)11-5-0 (68.8%)
Chicago Bears8-8 (50.0%)4-12 (25.0%)6-4 (60.0%)2-8-0 (20.0%)4-4 (50.0%)3-5-0 (37.5%)2-3 (40.0%)1-4-0 (20.0%)6-10-0 (37.5%)
Cincinnati Bengals2-14 (12.5%)6-10 (37.5%)0-3 (0.0%)0-3-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Cleveland Browns6-10 (37.5%)5-10-1 (33.3%)5-6 (45.5%)4-6-1 (40.0%)4-4 (50.0%)3-4-1 (42.9%)4-2 (66.7%)3-2-1 (60.0%)8-8-0 (50.0%)
Dallas Cowboys8-8 (50.0%)9-7 (56.3%)7-7 (50.0%)7-7-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)4-3 (57.1%)4-3-0 (57.1%)10-6-0 (62.5%)
Denver Broncos7-9 (43.8%)9-7 (56.3%)3-2 (60.0%)2-3-0 (40.0%)5-3 (62.5%)5-3-0 (62.5%)3-1 (75.0%)2-2-0 (50.0%)7-9-0 (43.8%)
Detroit Lions3-12-1 (20.0%)6-10 (37.5%)1-1 (50.0%)0-3-0 (0.0%)2-6 (25.0%)4-4-0 (50.0%)1-0 (100.%)0-1-0 (0.0%)10-6-0 (62.5%)
Green Bay Packers13-3 (81.3%)10-6 (62.5%)10-2 (83.3%)7-5-0 (58.3%)7-1 (87.5%)5-3-0 (62.5%)7-1 (87.5%)5-3-0 (62.5%)6-10-0 (37.5%)
Houston Texans10-6 (62.5%)7-8-1 (46.7%)6-2 (75.0%)2-5-1 (28.6%)5-3 (62.5%)2-6-0 (25.0%)4-2 (66.7%)1-5-0 (16.7%)7-9-0 (43.8%)
Indianapolis Colts7-9 (43.8%)7-7-2 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)5-2 (71.4%)4-3-0 (57.1%)9-7-0 (56.3%)
Jacksonville Jaguars6-10 (37.5%)7-9 (43.8%)2-2 (50.0%)2-2-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)1-1 (50.0%)1-1-0 (50.0%)8-8-0 (50.0%)
Kansas City Chiefs12-4 (75.0%)10-5-1 (66.7%)10-3 (76.9%)8-4-1 (66.7%)5-3 (62.5%)4-3-1 (57.1%)4-2 (66.7%)3-2-1 (60.0%)8-8-0 (50.0%)
Los Angeles Chargers5-11 (31.3%)4-9-3 (30.8%)3-7 (30.0%)2-7-1 (22.2%)2-5 (28.6%)1-5-1 (16.7%)1-4 (20.0%)0-4-1 (0.0%)7-9-0 (43.8%)
Los Angeles Rams9-7 (56.3%)10-5-1 (66.7%)9-4 (69.2%)8-4-1 (66.7%)4-3 (57.1%)3-3-1 (50.0%)4-2 (66.7%)3-2-1 (60.0%)7-9-0 (43.8%)
Miami Dolphins5-11 (31.3%)9-7 (56.3%)0-0 0-0-0 3-5 (37.5%)4-4-0 (50.0%)0-0 0-0-0 9-7-0 (56.3%)
Minnesota Vikings10-6 (62.5%)9-7 (56.3%)9-3 (75.0%)7-5-0 (58.3%)6-2 (75.0%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)9-7-0 (56.3%)
New England Patriots12-4 (75.0%)8-7-1 (53.3%)12-4 (75.0%)8-7-1 (53.3%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)7-9-0 (43.8%)
New Orleans Saints13-3 (81.3%)11-5 (68.8%)9-2 (81.8%)7-4-0 (63.6%)6-2 (75.0%)4-4-0 (50.0%)5-2 (71.4%)3-4-0 (42.9%)9-7-0 (56.3%)
New York Giants4-12 (25.0%)7-9 (43.8%)3-2 (60.0%)3-2-0 (60.0%)2-6 (25.0%)2-6-0 (25.0%)2-1 (66.7%)2-1-0 (66.7%)10-6-0 (62.5%)
New York Jets7-9 (43.8%)7-9 (43.8%)2-3 (40.0%)1-4-0 (20.0%)5-3 (62.5%)4-4-0 (50.0%)1-1 (50.0%)0-2-0 (0.0%)7-9-0 (43.8%)
Oakland Raiders7-9 (43.8%)8-8 (50.0%)3-2 (60.0%)1-4-0 (20.0%)4-3 (57.1%)3-4-0 (42.9%)2-1 (66.7%)1-2-0 (33.3%)7-9-0 (43.8%)
Philadelphia Eagles9-7 (56.3%)7-9 (43.8%)6-3 (66.7%)4-5-0 (44.4%)5-3 (62.5%)3-5-0 (37.5%)4-1 (80.0%)2-3-0 (40.0%)8-8-0 (50.0%)
Pittsburgh Steelers8-8 (50.0%)9-7 (56.3%)5-4 (55.6%)4-5-0 (44.4%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)2-3-0 (40.0%)4-12-0 (25.0%)
San Francisco 49ers13-3 (81.3%)9-6-1 (60.0%)9-2 (81.8%)4-6-1 (40.0%)6-2 (75.0%)3-4-1 (42.9%)6-2 (75.0%)3-4-1 (42.9%)8-7-1 (53.3%)
Seattle Seahawks11-5 (68.8%)7-8-1 (46.7%)8-3 (72.7%)4-6-1 (40.0%)4-4 (50.0%)2-6-0 (25.0%)4-3 (57.1%)2-5-0 (28.6%)8-7-1 (53.3%)
Tampa Bay Buccaneers7-9 (43.8%)5-9-2 (35.7%)4-3 (57.1%)2-4-1 (33.3%)2-5 (28.6%)0-5-2 (0.0%)2-3 (40.0%)0-4-1 (0.0%)12-4-0 (75.0%)
Tennessee Titans9-7 (56.3%)8-7-1 (53.3%)6-4 (60.0%)5-4-1 (55.6%)4-4 (50.0%)3-4-1 (42.9%)3-3 (50.0%)2-3-1 (40.0%)10-6-0 (62.5%)
Washington Redskins3-13 (18.8%)6-10 (37.5%)1-1 (50.0%)0-2-0 (0.0%)1-7 (12.5%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2019 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 5, 20198:20@Chicago BearsL 3-10L -3.5Green Bay PackersU 47
SunSep 8, 20191:00Los Angeles RamsW 30-27W -1.5@Carolina PanthersO 49.5
SunSep 8, 20191:00@Cleveland BrownsL 13-43L -5.5Tennessee TitansO 44
SunSep 8, 20191:00Kansas City ChiefsW 40-26W -3.5@Jacksonville JaguarsO 49
SunSep 8, 20191:00Baltimore RavensW 59-10W -7@Miami DolphinsO 41
SunSep 8, 20191:00@Minnesota VikingsW 28-12W -3.5Atlanta FalconsU 47
SunSep 8, 20191:00@New York JetsL 16-17L -2.5Buffalo BillsU 41
SunSep 8, 20191:00@Philadelphia EaglesW 32-27L -10.5Washington RedskinsO 44
SunSep 8, 20194:05@Los Angeles ChargersW 30-24 (OT)P -6Indianapolis ColtsO 44.5
SunSep 8, 20194:05@Seattle SeahawksW 21-20L -9.5Cincinnati BengalsU 44
SunSep 8, 20194:25Detroit LionsT 27-27 (OT)L -2.5@Arizona CardinalsO 45.5
SunSep 8, 20194:25@Dallas CowboysW 35-17W -7New York GiantsO 44
SunSep 8, 20194:25@Tampa Bay BuccaneersL 17-31L -1San Francisco 49ersU 51
SunSep 8, 20198:20@New England PatriotsW 33-3W -5.5Pittsburgh SteelersU 49
MonSep 9, 20197:10@New Orleans SaintsW 30-28L -6.5Houston TexansO 52
MonSep 9, 201910:20Denver BroncosL 16-24L -3@Oakland RaidersU 42.5
+ + +

+ +

Back to top

2019 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 12, 20198:20@Carolina PanthersL 14-20L -6.5Tampa Bay BuccaneersU 48
SunSep 15, 20191:00@Baltimore RavensW 23-17L -13Arizona CardinalsU 46
SunSep 15, 20191:00@Cincinnati BengalsL 17-41L -1San Francisco 49ersO 46
SunSep 15, 20191:00Los Angeles ChargersL 10-13L -1@Detroit LionsU 47
SunSep 15, 20191:00@Green Bay PackersW 21-16W -3Minnesota VikingsU 43
SunSep 15, 20191:00@Houston TexansW 13-12L -7.5Jacksonville JaguarsU 43
SunSep 15, 20191:00New England PatriotsW 43-0W -18@Miami DolphinsU 48.5
SunSep 15, 20191:00Buffalo BillsW 28-14W -1@New York GiantsU 44.5
SunSep 15, 20191:00@Pittsburgh SteelersL 26-28L -4Seattle SeahawksO 47
SunSep 15, 20191:00@Tennessee TitansL 17-19L -3Indianapolis ColtsU 43.5
SunSep 15, 20191:00Dallas CowboysW 31-21W -6@Washington RedskinsO 46.5
SunSep 15, 20194:05Kansas City ChiefsW 28-10W -7@Oakland RaidersU 53.5
SunSep 15, 20194:25Chicago BearsW 16-14L -3@Denver BroncosU 41
SunSep 15, 20194:25@Los Angeles RamsW 27-9W -2New Orleans SaintsU 52.5
SunSep 15, 20198:20Philadelphia EaglesL 20-24L -1@Atlanta FalconsU 53
MonSep 16, 20198:15Cleveland BrownsW 23-3W -6.5@New York JetsU 45.5
+ + +

+ +

Back to top

2019 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 19, 20198:20Tennessee TitansL 7-20L -1.5@Jacksonville JaguarsU 38
SunSep 22, 20191:00@Buffalo BillsW 21-17L -5.5Cincinnati BengalsU 43.5
SunSep 22, 20191:00@Dallas CowboysW 31-6W -22Miami DolphinsU 46.5
SunSep 22, 20191:00@Green Bay PackersW 27-16W -7Denver BroncosO 42
SunSep 22, 20191:00@Indianapolis ColtsW 27-24W -1Atlanta FalconsO 48
SunSep 22, 20191:00@Kansas City ChiefsW 33-28W -4.5Baltimore RavensO 52
SunSep 22, 20191:00@Minnesota VikingsW 34-14W -8.5Oakland RaidersO 43
SunSep 22, 20191:00@New England PatriotsW 30-14L -20.5New York JetsO 43
SunSep 22, 20191:00@Philadelphia EaglesL 24-27L -4Detroit LionsO 45
SunSep 22, 20194:05@Arizona CardinalsL 20-38L -2.5Carolina PanthersO 46
SunSep 22, 20194:05@Tampa Bay BuccaneersL 31-32L -5New York GiantsO 48
SunSep 22, 20194:25@Los Angeles ChargersL 20-27L -3Houston TexansU 49
SunSep 22, 20194:25@San Francisco 49ersW 24-20L -6Pittsburgh SteelersU 44.5
SunSep 22, 20194:25@Seattle SeahawksL 27-33L -5New Orleans SaintsO 44
SunSep 22, 20198:20Los Angeles RamsW 20-13W -4@Cleveland BrownsU 48
MonSep 23, 20198:15Chicago BearsW 31-15W -5@Washington RedskinsO 41
+ + +

+ +

Back to top

2019 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 26, 20198:20@Green Bay PackersL 27-34L -3.5Philadelphia EaglesO 46
SunSep 29, 20191:00@Atlanta FalconsL 10-24L -3.5Tennessee TitansU 46
SunSep 29, 20191:00@Baltimore RavensL 25-40L -7.5Cleveland BrownsO 47
SunSep 29, 20191:00New England PatriotsW 16-10L -7@Buffalo BillsU 41.5
SunSep 29, 20191:00Kansas City ChiefsW 34-30L -7.5@Detroit LionsO 54.5
SunSep 29, 20191:00@Houston TexansL 10-16L -5.5Carolina PanthersU 47.5
SunSep 29, 20191:00@Indianapolis ColtsL 24-31L -5.5Oakland RaidersO 46
SunSep 29, 20191:00Los Angeles ChargersW 30-10W -15@Miami DolphinsU 43.5
SunSep 29, 20191:00@New York GiantsW 24-3W -3Washington RedskinsU 48
SunSep 29, 20194:05Seattle SeahawksW 27-10W -5.5@Arizona CardinalsU 49
SunSep 29, 20194:05@Los Angeles RamsL 40-55L -9Tampa Bay BuccaneersO 48.5
SunSep 29, 20194:25Minnesota VikingsL 6-16L -1@Chicago BearsU 38
SunSep 29, 20194:25@Denver BroncosL 24-26L -2.5Jacksonville JaguarsO 37
SunSep 29, 20198:20Dallas CowboysL 10-12L -2.5@New Orleans SaintsU 47
MonSep 30, 20198:15@Pittsburgh SteelersW 27-3W -3.5Cincinnati BengalsU 45.5
+ + +

+ +

Back to top

2019 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 3, 20198:20@Seattle SeahawksW 30-29L -1.5Los Angeles RamsO 49
SunOct 6, 20191:00@Carolina PanthersW 34-27W -3Jacksonville JaguarsO 41
SunOct 6, 20191:00@Cincinnati BengalsL 23-26L -3Arizona CardinalsO 45
SunOct 6, 20191:00@Houston TexansW 53-32W -4Atlanta FalconsO 49
SunOct 6, 20191:00@New Orleans SaintsW 31-24W -3Tampa Bay BuccaneersO 46
SunOct 6, 20191:00Minnesota VikingsW 28-10W -5.5@New York GiantsU 44
SunOct 6, 20191:00NChicago BearsL 21-24L -6.5Oakland RaidersO 39.5at London
SunOct 6, 20191:00@Philadelphia EaglesW 31-6W -14New York JetsU 43
SunOct 6, 20191:00Baltimore RavensW 26-23 (OT)L -3.5@Pittsburgh SteelersO 44
SunOct 6, 20191:00@Tennessee TitansL 7-14L -3.5Buffalo BillsU 39.5
SunOct 6, 20191:00New England PatriotsW 33-7W -15.5@Washington RedskinsU 42
SunOct 6, 20194:05@Los Angeles ChargersL 13-20L -4Denver BroncosU 46
SunOct 6, 20194:25@Dallas CowboysL 24-34L -3.5Green Bay PackersO 46.5
SunOct 6, 20198:20@Kansas City ChiefsL 13-19L -10.5Indianapolis ColtsU 55.5
MonOct 7, 20198:15@San Francisco 49ersW 31-3W -5Cleveland BrownsU 47.5
+ + +

+ +

Back to top

2019 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 10, 20198:20@New England PatriotsW 35-14W -16.5New York GiantsO 43
SunOct 13, 20199:30NCarolina PanthersW 37-26W -2Tampa Bay BuccaneersO 48.5at London
SunOct 13, 20191:00@Baltimore RavensW 23-17L -10.5Cincinnati BengalsU 47
SunOct 13, 20191:00@Cleveland BrownsL 28-32L -1Seattle SeahawksO 45.5
SunOct 13, 20191:00@Jacksonville JaguarsL 6-13L -2.5New Orleans SaintsU 42.5
SunOct 13, 20191:00@Kansas City ChiefsL 24-31L -3.5Houston TexansO 54.5
SunOct 13, 20191:00Washington RedskinsW 17-16L -6@Miami DolphinsU 42
SunOct 13, 20191:00@Minnesota VikingsW 38-20W -3.5Philadelphia EaglesO 44
SunOct 13, 20194:05Atlanta FalconsL 33-34L -3@Arizona CardinalsO 52.5
SunOct 13, 20194:05@Los Angeles RamsL 7-20L -3San Francisco 49ersU 49.5
SunOct 13, 20194:25@Denver BroncosW 16-0W -1Tennessee TitansU 41
SunOct 13, 20194:25Dallas CowboysL 22-24L -7@New York JetsO 43.5
SunOct 13, 20198:20@Los Angeles ChargersL 17-24L -6Pittsburgh SteelersU 42.5
MonOct 14, 20198:15@Green Bay PackersW 23-22L -3.5Detroit LionsU 47
+ + +

+ +

Back to top

2019 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 17, 20198:20Kansas City ChiefsW 30-6W -3@Denver BroncosU 49.5
SunOct 20, 20191:00Los Angeles RamsW 37-10W -3@Atlanta FalconsU 54.5
SunOct 20, 20191:00@Buffalo BillsW 31-21L -17Miami DolphinsO 42.5
SunOct 20, 20191:00Jacksonville JaguarsW 27-17W -4@Cincinnati BengalsU 44.5
SunOct 20, 20191:00Minnesota VikingsW 42-30W -2.5@Detroit LionsO 43.5
SunOct 20, 20191:00@Green Bay PackersW 42-24W -5.5Oakland RaidersO 48
SunOct 20, 20191:00@Indianapolis ColtsW 30-23W -1.5Houston TexansO 46.5
SunOct 20, 20191:00@New York GiantsL 21-27L -3.5Arizona CardinalsU 49.5
SunOct 20, 20191:00San Francisco 49ersW 9-0L -10@Washington RedskinsU 39
SunOct 20, 20194:05@Tennessee TitansW 23-20P -3Los Angeles ChargersO 42.5
SunOct 20, 20194:25@Chicago BearsL 25-36L -4New Orleans SaintsO 37
SunOct 20, 20194:25@Seattle SeahawksL 16-30L -3Baltimore RavensU 49
SunOct 20, 20198:20@Dallas CowboysW 37-10W -3Philadelphia EaglesU 50
MonOct 21, 20198:15New England PatriotsW 33-0W -9.5@New York JetsU 43
+ + +

+ +

Back to top

2019 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 24, 20198:20@Minnesota VikingsW 19-9L -16.5Washington RedskinsU 42
SunOct 27, 20191:00Seattle SeahawksW 27-20L -7.5@Atlanta FalconsU 48.5
SunOct 27, 20191:00@Buffalo BillsL 13-31L -1Philadelphia EaglesO 39.5
SunOct 27, 20191:00@Chicago BearsL 16-17L -3.5Los Angeles ChargersU 41
SunOct 27, 20191:00@Detroit LionsW 31-26L -6.5New York GiantsO 49
SunOct 27, 20191:00@Indianapolis ColtsW 15-13L -6Denver BroncosU 41
SunOct 27, 20191:00@Jacksonville JaguarsW 29-15W -7New York JetsO 39.5
SunOct 27, 20191:00NLos Angeles RamsW 24-10W -12Cincinnati BengalsU 48.5at London
SunOct 27, 20191:00@New Orleans SaintsW 31-9W -12.5Arizona CardinalsU 47.5
SunOct 27, 20191:00@Tennessee TitansW 27-23W -2Tampa Bay BuccaneersO 45.5
SunOct 27, 20194:05@San Francisco 49ersW 51-13W -4.5Carolina PanthersO 41
SunOct 27, 20194:25@Houston TexansW 27-24L -5Oakland RaidersU 52
SunOct 27, 20194:25@New England PatriotsW 27-13W -9.5Cleveland BrownsU 43
SunOct 27, 20198:20Green Bay PackersW 31-24W -5@Kansas City ChiefsO 48
MonOct 28, 20198:15@Pittsburgh SteelersW 27-14L -14Miami DolphinsU 44
+ + +

+ +

Back to top

2019 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 31, 20198:20San Francisco 49ersW 28-25L -10.5@Arizona CardinalsO 43.5
SunNov 3, 20199:30NJacksonville JaguarsL 3-26L -1Houston TexansU 46at London
SunNov 3, 20191:00@Buffalo BillsW 24-9W -10.5Washington RedskinsU 37
SunNov 3, 20191:00@Carolina PanthersW 30-20W -3.5Tennessee TitansO 43
SunNov 3, 20191:00Minnesota VikingsL 23-26L -5.5@Kansas City ChiefsO 46
SunNov 3, 20191:00New York JetsL 18-26L -3.5@Miami DolphinsO 42.5
SunNov 3, 20191:00@Philadelphia EaglesW 22-14W -5Chicago BearsU 41
SunNov 3, 20191:00@Pittsburgh SteelersW 26-24W -1Indianapolis ColtsO 39.5
SunNov 3, 20194:05@Oakland RaidersW 31-24W -2.5Detroit LionsO 51.5
SunNov 3, 20194:05@Seattle SeahawksW 40-34 (OT)W -4Tampa Bay BuccaneersO 51
SunNov 3, 20194:25Cleveland BrownsL 19-24L -4@Denver BroncosO 39
SunNov 3, 20194:25Green Bay PackersL 11-26L -4@Los Angeles ChargersU 50
SunNov 3, 20198:20New England PatriotsL 20-37L -3@Baltimore RavensO 44.5
MonNov 4, 20198:15Dallas CowboysW 37-18W -6.5@New York GiantsO 48.5
+ + +

+ +

Back to top

2019 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 7, 20198:20Los Angeles ChargersL 24-26L -1@Oakland RaidersO 49
SunNov 10, 20191:00@Chicago BearsW 20-13W -6Detroit LionsU 38
SunNov 10, 20191:00Baltimore RavensW 49-13W -10.5@Cincinnati BengalsO 44
SunNov 10, 20191:00@Cleveland BrownsW 19-16P -3Buffalo BillsU 42
SunNov 10, 20191:00@New Orleans SaintsL 9-26L -14Atlanta FalconsU 51.5
SunNov 10, 20191:00New York GiantsL 27-34L -3@New York JetsO 43
SunNov 10, 20191:00@Tampa Bay BuccaneersW 30-27L -5.5Arizona CardinalsO 51
SunNov 10, 20191:00Kansas City ChiefsL 32-35L -5@Tennessee TitansO 49
SunNov 10, 20194:05@Indianapolis ColtsL 12-16L -11Miami DolphinsU 44.5
SunNov 10, 20194:25@Green Bay PackersW 24-16W -5Carolina PanthersU 49
SunNov 10, 20194:25Los Angeles RamsL 12-17L -4@Pittsburgh SteelersU 43
SunNov 10, 20198:20@Dallas CowboysL 24-28L -3.5Minnesota VikingsO 48.5
MonNov 11, 20198:15@San Francisco 49ersL 24-27 (OT)L -6.5Seattle SeahawksO 47
+ + +

+ +

Back to top

2019 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 14, 20198:20@Cleveland BrownsW 21-7W -3Pittsburgh SteelersU 41.5
SunNov 17, 20191:00@Baltimore RavensW 41-7W -4Houston TexansU 51
SunNov 17, 20191:00@Carolina PanthersL 3-29L -3.5Atlanta FalconsU 49
SunNov 17, 20191:00Dallas CowboysW 35-27W -7.5@Detroit LionsO 46.5
SunNov 17, 20191:00@Indianapolis ColtsW 33-13W -2.5Jacksonville JaguarsO 41.5
SunNov 17, 20191:00Buffalo BillsW 37-20W -7@Miami DolphinsO 41.5
SunNov 17, 20191:00@Minnesota VikingsW 27-23L -10Denver BroncosO 40.5
SunNov 17, 20191:00New Orleans SaintsW 34-17W -5@Tampa Bay BuccaneersO 50.5
SunNov 17, 20191:00@Washington RedskinsL 17-34L -1New York JetsO 37.5
SunNov 17, 20194:05@San Francisco 49ersW 36-26P -10Arizona CardinalsO 44
SunNov 17, 20194:25@Oakland RaidersW 17-10L -13Cincinnati BengalsU 48
SunNov 17, 20194:25New England PatriotsW 17-10W -4.5@Philadelphia EaglesU 45
SunNov 17, 20198:20@Los Angeles RamsW 17-7W -5Chicago BearsU 40
MonNov 18, 20198:15NKansas City ChiefsW 24-17W -5.5Los Angeles ChargersU 52.5at Mexico City
+ + +

+ +

Back to top

2019 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 21, 20198:20@Houston TexansW 20-17L -3.5Indianapolis ColtsU 46
SunNov 24, 20191:00@Atlanta FalconsL 22-35L -3.5Tampa Bay BuccaneersO 51.5
SunNov 24, 20191:00@Buffalo BillsW 20-3W -3.5Denver BroncosU 37
SunNov 24, 20191:00@Chicago BearsW 19-14L -6New York GiantsU 41
SunNov 24, 20191:00Pittsburgh SteelersW 16-10W -5.5@Cincinnati BengalsU 37.5
SunNov 24, 20191:00@Cleveland BrownsW 41-24W -11Miami DolphinsO 45.5
SunNov 24, 20191:00@New Orleans SaintsW 34-31L -10Carolina PanthersO 46
SunNov 24, 20191:00Oakland RaidersL 3-34L -3.5@New York JetsU 45
SunNov 24, 20191:00Seattle SeahawksW 17-9W -1@Philadelphia EaglesU 45.5
SunNov 24, 20191:00Detroit LionsL 16-19L -4@Washington RedskinsU 39
SunNov 24, 20194:05@Tennessee TitansW 42-20W -4.5Jacksonville JaguarsO 42
SunNov 24, 20194:25@New England PatriotsW 13-9L -5.5Dallas CowboysU 44
SunNov 24, 20198:20@San Francisco 49ersW 37-8W -3Green Bay PackersU 48
MonNov 25, 20198:15Baltimore RavensW 45-6W -3.5@Los Angeles RamsO 47
+ + +

+ +

Back to top

2019 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 201912:30Chicago BearsW 24-20L -5.5@Detroit LionsO 37.5
ThuNov 28, 20194:30@Dallas CowboysL 15-26L -6.5Buffalo BillsU 46.5
ThuNov 28, 20198:20New Orleans SaintsW 26-18W -7@Atlanta FalconsU 48
SunDec 1, 20191:00@Baltimore RavensW 20-17L -5.5San Francisco 49ersU 45
SunDec 1, 20191:00@Carolina PanthersL 21-29L -10.5Washington RedskinsO 38.5
SunDec 1, 20191:00New York JetsL 6-22L -2.5@Cincinnati BengalsU 43
SunDec 1, 20191:00Tennessee TitansW 31-17W -1@Indianapolis ColtsO 41.5
SunDec 1, 20191:00Tampa Bay BuccaneersW 28-11W -3@Jacksonville JaguarsU 46.5
SunDec 1, 20191:00Philadelphia EaglesL 31-37L -10.5@Miami DolphinsO 45
SunDec 1, 20191:00Green Bay PackersW 31-13W -6.5@New York GiantsO 43.5
SunDec 1, 20191:00Cleveland BrownsL 13-20L -1@Pittsburgh SteelersU 40
SunDec 1, 20194:05Los Angeles RamsW 34-7W -2.5@Arizona CardinalsU 47
SunDec 1, 20194:25Los Angeles ChargersL 20-23L -4.5@Denver BroncosO 39
SunDec 1, 20194:25@Kansas City ChiefsW 40-9W -11.5Oakland RaidersU 49.5
SunDec 1, 20198:20New England PatriotsL 22-28L -3.5@Houston TexansO 47
MonDec 2, 20198:15@Seattle SeahawksW 37-30W -2.5Minnesota VikingsO 48
+ + +

+ +

Back to top

2019 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 5, 20198:20Dallas CowboysL 24-31L -3@Chicago BearsO 43
SunDec 8, 20191:00@Atlanta FalconsW 40-20W -3.5Carolina PanthersO 48
SunDec 8, 20191:00Baltimore RavensW 24-17W -6.5@Buffalo BillsU 44
SunDec 8, 20191:00@Cleveland BrownsW 27-19W -6.5Cincinnati BengalsO 43
SunDec 8, 20191:00@Green Bay PackersW 20-15L -13Washington RedskinsU 42.5
SunDec 8, 20191:00@Houston TexansL 24-38L -8Denver BroncosO 42.5
SunDec 8, 20191:00@Minnesota VikingsW 20-7W -12Detroit LionsU 43.5
SunDec 8, 20191:00@New Orleans SaintsL 46-48L -1San Francisco 49ersO 45
SunDec 8, 20191:00@New York JetsW 22-21L -5Miami DolphinsU 47
SunDec 8, 20191:00@Tampa Bay BuccaneersW 38-35P -3Indianapolis ColtsO 46.5
SunDec 8, 20194:05Los Angeles ChargersW 45-10W -3.5@Jacksonville JaguarsO 42
SunDec 8, 20194:25Pittsburgh SteelersW 23-17W -2.5@Arizona CardinalsU 43.5
SunDec 8, 20194:25@New England PatriotsL 16-23L -3Kansas City ChiefsU 49.5
SunDec 8, 20194:25Tennessee TitansW 42-21W -3@Oakland RaidersO 47
SunDec 8, 20198:20@Los Angeles RamsW 28-12W -1Seattle SeahawksU 47.5
MonDec 9, 20198:15@Philadelphia EaglesW 23-17 (OT)L -9.5New York GiantsU 45.5
+ + +

+ +

Back to top

2019 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 12, 20198:20@Baltimore RavensW 42-21W -17New York JetsO 44
SunDec 15, 20191:00Seattle SeahawksW 30-24P -6@Carolina PanthersO 48.5
SunDec 15, 20191:00New England PatriotsW 34-13W -10.5@Cincinnati BengalsO 42
SunDec 15, 20191:00Tampa Bay BuccaneersW 38-17W -5.5@Detroit LionsO 46
SunDec 15, 20191:00@Green Bay PackersW 21-13W -4Chicago BearsU 40
SunDec 15, 20191:00@Kansas City ChiefsW 23-3W -10Denver BroncosU 43
SunDec 15, 20191:00@New York GiantsW 36-20W -3.5Miami DolphinsO 47
SunDec 15, 20191:00@Tennessee TitansL 21-24L -3Houston TexansU 50
SunDec 15, 20191:00Philadelphia EaglesW 37-27W -7@Washington RedskinsO 38
SunDec 15, 20194:05Cleveland BrownsL 24-38L -3@Arizona CardinalsO 49
SunDec 15, 20194:05Minnesota VikingsW 39-10W -1@Los Angeles ChargersO 45
SunDec 15, 20194:05@Oakland RaidersL 16-20L -7Jacksonville JaguarsU 47
SunDec 15, 20194:25Los Angeles RamsL 21-44L -1@Dallas CowboysO 48.5
SunDec 15, 20194:25@San Francisco 49ersL 22-29L -10.5Atlanta FalconsO 50
SunDec 15, 20198:20@Pittsburgh SteelersL 10-17L -1Buffalo BillsU 37
MonDec 16, 20198:15@New Orleans SaintsW 34-7W -8Indianapolis ColtsU 48.5
+ + +

+ +

Back to top

2019 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatDec 21, 20191:00Houston TexansW 23-20P -3@Tampa Bay BuccaneersU 50
SatDec 21, 20194:30@New England PatriotsW 24-17P -7Buffalo BillsO 38.5
SatDec 21, 20198:15@San Francisco 49ersW 34-31L -7Los Angeles RamsO 45.5
SunDec 22, 20191:00@Atlanta FalconsW 24-12W -7.5Jacksonville JaguarsU 48
SunDec 22, 20191:00Baltimore RavensW 31-15W -9.5@Cleveland BrownsU 48.5
SunDec 22, 20191:00@Indianapolis ColtsW 38-6W -7.5Carolina PanthersU 46
SunDec 22, 20191:00Cincinnati BengalsL 35-38 (OT)L -1.5@Miami DolphinsO 46
SunDec 22, 20191:00Pittsburgh SteelersL 10-16L -3@New York JetsU 36.5
SunDec 22, 20191:00New Orleans SaintsW 38-28W -3.5@Tennessee TitansO 49
SunDec 22, 20191:00New York GiantsW 41-35 (OT)W -1@Washington RedskinsO 42
SunDec 22, 20194:05@Denver BroncosW 27-17W -9.5Detroit LionsO 40
SunDec 22, 20194:05@Los Angeles ChargersL 17-24L -7.5Oakland RaidersU 45
SunDec 22, 20194:25Dallas CowboysL 9-17L -2@Philadelphia EaglesU 47
SunDec 22, 20194:25@Seattle SeahawksL 13-27L -8Arizona CardinalsU 51
SunDec 22, 20198:20Kansas City ChiefsW 26-3W -6.5@Chicago BearsU 45.5
MonDec 23, 20198:15@Minnesota VikingsL 10-23L -4Green Bay PackersU 47
+ + +

+ +

Back to top

2019 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 29, 20191:00New York JetsW 13-6W -1.5@Buffalo BillsU 37
SunDec 29, 20191:00New Orleans SaintsW 42-10W -13.5@Carolina PanthersO 45
SunDec 29, 20191:00Cleveland BrownsL 23-33L -2.5@Cincinnati BengalsO 44
SunDec 29, 20191:00Green Bay PackersW 23-20L -13.5@Detroit LionsU 44
SunDec 29, 20191:00@Kansas City ChiefsW 31-21P -10Los Angeles ChargersO 46
SunDec 29, 20191:00Chicago BearsW 21-19L -5@Minnesota VikingsO 36.5
SunDec 29, 20191:00@New England PatriotsL 24-27L -17.5Miami DolphinsO 46
SunDec 29, 20191:00@Tampa Bay BuccaneersL 22-28 (OT)L -1Atlanta FalconsO 48
SunDec 29, 20194:25Pittsburgh SteelersL 10-28L -2@Baltimore RavensO 35
SunDec 29, 20194:25@Dallas CowboysW 47-16W -12.5Washington RedskinsO 47.5
SunDec 29, 20194:25@Denver BroncosW 16-15L -5.5Oakland RaidersU 41.5
SunDec 29, 20194:25Tennessee TitansW 35-14W -10@Houston TexansO 43
SunDec 29, 20194:25Indianapolis ColtsL 20-38L -5@Jacksonville JaguarsO 41.5
SunDec 29, 20194:25@Los Angeles RamsW 31-24P -7Arizona CardinalsO 46
SunDec 29, 20194:25Philadelphia EaglesW 34-17W -4@New York GiantsO 44
SunDec 29, 20198:20San Francisco 49ersW 26-21W -3.5@Seattle SeahawksP 47
+ + +

+

Back to top

+

2019 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 4, 20204:35@Houston Texans (4)W 22-19 (OT)W -2.5Buffalo Bills (5)U 43
AFC Wild CardSatJan 4, 20208:15@New England Patriots (3)L 13-20L -4.5Tennessee Titans (6)U 45
NFC Wild CardSunJan 5, 20201:05@New Orleans Saints (3)L 20-26 (OT)L -7.5Minnesota Vikings (6)U 50
NFC Wild CardSunJan 5, 20204:40@Philadelphia Eagles (4)L 9-17L -1Seattle Seahawks (5)U 44
NFC DivisionalSatJan 11, 20204:35@San Francisco 49ers (1)W 27-10W -7Minnesota Vikings (6)U 44.5
AFC DivisionalSatJan 11, 20208:15@Baltimore Ravens (1)L 12-28L -10Tennessee Titans (6)U 47.5
AFC DivisionalSunJan 12, 20203:05@Kansas City Chiefs (2)W 51-31W -10Houston Texans (4)O 50.5
NFC DivisionalSunJan 12, 20206:40@Green Bay Packers (2)W 28-23W -4.5Seattle Seahawks (5)O 46
AFC ChampionshipSunJan 19, 20203:05@Kansas City Chiefs (2)W 35-24W -7.5Tennessee Titans (6)O 51
NFC ChampionshipSunJan 19, 20206:40@San Francisco 49ers (1)W 37-20W -8Green Bay Packers (2)O 46.5
Super Bowl LIVSunFeb 2, 20206:30NKansas City Chiefs (2)W 31-20W -1.5San Francisco 49ers (1)U 52.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2020.html b/data/2020.html new file mode 100644 index 0000000..18f0acf --- /dev/null +++ b/data/2020.html @@ -0,0 +1,5354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2020 Season

+ +

Historical NFL Game Odds

2020 Season

<<-- 2019 Season    2021 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2020 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-6 (62.5%)9-7-0 (56.3%)8-8 (50.0%)9-7-0 (56.3%)6-4 (60.0%)6-4-0 (60.0%)2-4 (33.3%)3-3-0 (50.0%)9-7-0 (56.3%)
214-2 (87.5%)7-9-0 (43.8%)11-5 (68.8%)8-8-0 (50.0%)10-1 (90.9%)5-6-0 (45.5%)1-4 (20.0%)3-2-0 (60.0%)11-5-0 (68.8%)
39-6 (60.0%)8-8-0 (50.0%)6-9 (40.0%)7-9-0 (43.8%)6-6 (50.0%)6-7-0 (46.2%)0-3 (0.0%)1-2-0 (33.3%)9-7-0 (56.3%)
410-5 (66.7%)7-8-0 (46.7%)6-9 (40.0%)5-10-0 (33.3%)5-4 (55.6%)3-6-0 (33.3%)1-5 (16.7%)2-4-0 (33.3%)7-7-1 (50.0%)
59-5 (64.3%)6-8-0 (42.9%)9-5 (64.3%)6-8-0 (42.9%)7-3 (70.0%)4-6-0 (40.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-0 (50.0%)
68-6 (57.1%)5-9-0 (35.7%)7-7 (50.0%)6-8-0 (42.9%)5-4 (55.6%)3-6-0 (33.3%)2-3 (40.0%)3-2-0 (60.0%)4-10-0 (28.6%)
79-5 (64.3%)5-9-0 (35.7%)6-8 (42.9%)6-8-0 (42.9%)4-3 (57.1%)2-5-0 (28.6%)2-5 (28.6%)4-3-0 (57.1%)6-7-1 (46.2%)
87-7 (50.0%)4-10-0 (28.6%)7-7 (50.0%)8-6-0 (57.1%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)5-1-0 (83.3%)9-5-0 (64.3%)
99-5 (64.3%)5-9-0 (35.7%)5-9 (35.7%)7-7-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)1-5 (16.7%)4-2-0 (66.7%)9-5-0 (64.3%)
1012-2 (85.7%)9-5-0 (64.3%)11-3 (78.6%)8-6-0 (57.1%)9-0 (100.%)6-3-0 (66.7%)2-3 (40.0%)2-3-0 (40.0%)5-8-1 (38.5%)
118-6 (57.1%)6-8-0 (42.9%)9-5 (64.3%)9-5-0 (64.3%)6-3 (66.7%)5-4-0 (55.6%)3-2 (60.0%)4-1-0 (80.0%)6-8-0 (42.9%)
1211-5 (68.8%)5-11-0 (31.3%)6-10 (37.5%)8-8-0 (50.0%)4-3 (57.1%)2-5-0 (28.6%)2-7 (22.2%)6-3-0 (66.7%)6-10-0 (37.5%)
139-6 (60.0%)6-9-0 (40.0%)5-10 (33.3%)4-11-0 (26.7%)5-6 (45.5%)3-8-0 (27.3%)0-4 (0.0%)1-3-0 (25.0%)6-9-0 (40.0%)
1412-4 (75.0%)10-6-0 (62.5%)7-9 (43.8%)9-7-0 (56.3%)5-2 (71.4%)5-2-0 (71.4%)2-7 (22.2%)4-5-0 (44.4%)5-11-0 (31.3%)
1510-6 (62.5%)6-9-1 (40.0%)8-8 (50.0%)8-7-1 (53.3%)5-3 (62.5%)3-4-1 (42.9%)3-5 (37.5%)5-3-0 (62.5%)10-6-0 (62.5%)
1611-5 (68.8%)9-7-0 (56.3%)9-7 (56.3%)9-7-0 (56.3%)6-2 (75.0%)5-3-0 (62.5%)3-5 (37.5%)4-4-0 (50.0%)7-8-1 (46.7%)
1714-2 (87.5%)7-9-0 (43.8%)7-9 (43.8%)10-6-0 (62.5%)5-0 (100.%)3-2-0 (60.0%)2-9 (18.2%)7-4-0 (63.6%)10-6-0 (62.5%)
Playoffs8-5 (61.5%)5-8-0 (38.5%)6-6 (50.0%)5-7-0 (41.7%)6-4 (60.0%)4-6-0 (40.0%)0-2 (0.0%)1-1-0 (50.0%)7-6-0 (53.8%)
+ +


2020 Results by Team

Click on a team to view 2020 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-8 (50.0%)7-9 (43.8%)5-5 (50.0%)4-6-0 (40.0%)4-4 (50.0%)3-5-0 (37.5%)3-3 (50.0%)2-4-0 (33.3%)5-11-0 (31.3%)
Atlanta Falcons4-12 (25.0%)7-9 (43.8%)1-4 (20.0%)1-4-0 (20.0%)2-6 (25.0%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)7-9-0 (43.8%)
Baltimore Ravens11-5 (68.8%)10-6 (62.5%)10-4 (71.4%)8-6-0 (57.1%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)7-9-0 (43.8%)
Buffalo Bills13-3 (81.3%)11-5 (68.8%)10-1 (90.9%)7-4-0 (63.6%)7-1 (87.5%)6-2-0 (75.0%)5-0 (100.%)4-1-0 (80.0%)10-5-1 (66.7%)
Carolina Panthers5-11 (31.3%)8-7-1 (53.3%)1-3 (25.0%)1-3-0 (25.0%)2-6 (25.0%)2-6-0 (25.0%)0-3 (0.0%)0-3-0 (0.0%)7-9-0 (43.8%)
Chicago Bears8-8 (50.0%)8-8 (50.0%)2-1 (66.7%)1-2-0 (33.3%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)0-2-0 (0.0%)8-8-0 (50.0%)
Cincinnati Bengals4-11-1 (26.7%)9-7 (56.3%)1-0 (100.%)1-0-0 (100.%)3-5 (37.5%)5-3-0 (62.5%)1-0 (100.%)1-0-0 (100.%)7-8-1 (46.7%)
Cleveland Browns11-5 (68.8%)6-10 (37.5%)9-2 (81.8%)4-7-0 (36.4%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)9-7-0 (56.3%)
Dallas Cowboys6-10 (37.5%)5-11 (31.3%)3-5 (37.5%)1-7-0 (12.5%)4-4 (50.0%)3-5-0 (37.5%)2-3 (40.0%)0-5-0 (0.0%)9-7-0 (56.3%)
Denver Broncos5-11 (31.3%)9-7 (56.3%)0-0 0-0-0 2-6 (25.0%)4-4-0 (50.0%)0-0 0-0-0 8-8-0 (50.0%)
Detroit Lions5-11 (31.3%)7-9 (43.8%)2-2 (50.0%)2-2-0 (50.0%)1-7 (12.5%)3-5-0 (37.5%)1-1 (50.0%)1-1-0 (50.0%)10-5-1 (66.7%)
Green Bay Packers13-3 (81.3%)10-5-1 (66.7%)11-2 (84.6%)8-4-1 (66.7%)7-1 (87.5%)5-2-1 (71.4%)7-1 (87.5%)5-2-1 (71.4%)9-7-0 (56.3%)
Houston Texans4-12 (25.0%)6-10 (37.5%)3-3 (50.0%)2-4-0 (33.3%)2-6 (25.0%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)8-8-0 (50.0%)
Indianapolis Colts11-5 (68.8%)8-8 (50.0%)11-4 (73.3%)8-7-0 (53.3%)6-2 (75.0%)3-5-0 (37.5%)6-2 (75.0%)3-5-0 (37.5%)9-7-0 (56.3%)
Jacksonville Jaguars1-15 (6.3%)7-9 (43.8%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)8-8-0 (50.0%)
Kansas City Chiefs14-2 (87.5%)7-9 (43.8%)13-1 (92.9%)6-8-0 (42.9%)6-2 (75.0%)3-5-0 (37.5%)6-1 (85.7%)3-4-0 (42.9%)8-8-0 (50.0%)
Las Vegas Raiders8-8 (50.0%)8-8 (50.0%)5-2 (71.4%)3-4-0 (42.9%)2-6 (25.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)12-3-1 (80.0%)
Los Angeles Chargers7-9 (43.8%)9-7 (56.3%)6-3 (66.7%)5-4-0 (55.6%)4-4 (50.0%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)9-7-0 (56.3%)
Los Angeles Rams10-6 (62.5%)9-7 (56.3%)8-4 (66.7%)7-5-0 (58.3%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)4-12-0 (25.0%)
Miami Dolphins10-6 (62.5%)11-5 (68.8%)5-2 (71.4%)4-3-0 (57.1%)5-3 (62.5%)7-1-0 (87.5%)3-0 (100.%)3-0-0 (100.%)7-9-0 (43.8%)
Minnesota Vikings7-9 (43.8%)6-10 (37.5%)5-4 (55.6%)2-7-0 (22.2%)3-5 (37.5%)2-6-0 (25.0%)3-4 (42.9%)1-6-0 (14.3%)11-5-0 (68.8%)
New England Patriots7-9 (43.8%)7-9 (43.8%)4-4 (50.0%)3-5-0 (37.5%)5-3 (62.5%)5-3-0 (62.5%)3-2 (60.0%)3-2-0 (60.0%)5-11-0 (31.3%)
New Orleans Saints12-4 (75.0%)9-7 (56.3%)11-3 (78.6%)8-6-0 (57.1%)6-2 (75.0%)4-4-0 (50.0%)6-1 (85.7%)4-3-0 (57.1%)10-6-0 (62.5%)
New York Giants6-10 (37.5%)9-7 (56.3%)2-0 (100.%)0-2-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)1-0 (100.%)0-1-0 (0.0%)3-13-0 (18.8%)
New York Jets2-14 (12.5%)6-10 (37.5%)0-1 (0.0%)0-1-0 (0.0%)1-7 (12.5%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)7-9-0 (43.8%)
Philadelphia Eagles4-11-1 (26.7%)6-10 (37.5%)2-4 (33.3%)1-6-0 (14.3%)3-4 (42.9%)5-3-0 (62.5%)2-1 (66.7%)1-3-0 (25.0%)7-9-0 (43.8%)
Pittsburgh Steelers12-4 (75.0%)10-6 (62.5%)9-2 (81.8%)6-5-0 (54.5%)7-1 (87.5%)5-3-0 (62.5%)6-1 (85.7%)4-3-0 (57.1%)7-7-2 (50.0%)
San Francisco 49ers6-10 (37.5%)7-9 (43.8%)2-6 (25.0%)2-6-0 (25.0%)1-7 (12.5%)2-6-0 (25.0%)0-5 (0.0%)0-5-0 (0.0%)8-8-0 (50.0%)
Seattle Seahawks12-4 (75.0%)8-8 (50.0%)11-3 (78.6%)7-7-0 (50.0%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)7-9-0 (43.8%)
Tampa Bay Buccaneers11-5 (68.8%)9-7 (56.3%)10-3 (76.9%)7-6-0 (53.8%)5-3 (62.5%)5-3-0 (62.5%)4-2 (66.7%)3-3-0 (50.0%)9-6-1 (60.0%)
Tennessee Titans11-5 (68.8%)7-9 (43.8%)8-3 (72.7%)4-7-0 (36.4%)5-3 (62.5%)4-4-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)12-3-1 (80.0%)
Washington Football Team7-9 (43.8%)9-7 (56.3%)2-1 (66.7%)1-2-0 (33.3%)3-5 (37.5%)5-3-0 (62.5%)1-1 (50.0%)1-1-0 (50.0%)5-11-0 (31.3%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2020 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 10, 20208:20@Kansas City ChiefsW 34-20W -9.5Houston TexansO 53.5
SunSep 13, 20201:00@Atlanta FalconsL 25-38L -1Seattle SeahawksO 49.5
SunSep 13, 20201:00@Baltimore RavensW 38-6W -7Cleveland BrownsU 47
SunSep 13, 20201:00@Buffalo BillsW 27-17W -6.5New York JetsO 39.5
SunSep 13, 20201:00Las Vegas RaidersW 34-30W -3@Carolina PanthersO 48
SunSep 13, 20201:00@Detroit LionsL 23-27L -2.5Chicago BearsO 42.5
SunSep 13, 20201:00Indianapolis ColtsL 20-27L -7@Jacksonville JaguarsO 44
SunSep 13, 20201:00@Minnesota VikingsL 34-43L -1Green Bay PackersO 44
SunSep 13, 20201:00@New England PatriotsW 21-11W -7.5Miami DolphinsU 41.5
SunSep 13, 20201:00Philadelphia EaglesL 17-27L -5.5@Washington Football TeamO 41.5
SunSep 13, 20204:05Los Angeles ChargersW 16-13W -2.5@Cincinnati BengalsU 41.5
SunSep 13, 20204:25@New Orleans SaintsW 34-23W -4Tampa Bay BuccaneersO 48.5
SunSep 13, 20204:25@San Francisco 49ersL 20-24L -7Arizona CardinalsU 48.5
SunSep 13, 20208:20@Los Angeles RamsW 20-17W -1Dallas CowboysU 52
MonSep 14, 20207:15Pittsburgh SteelersW 26-16W -6@New York GiantsU 44
MonSep 14, 202010:10Tennessee TitansW 16-14L -3.5@Denver BroncosU 41.5
+ + +

+ +

Back to top

2020 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 17, 20208:20@Cleveland BrownsW 35-30L -6Cincinnati BengalsO 44.5
SunSep 20, 20201:00@Chicago BearsW 17-13L -4.5New York GiantsU 42.5
SunSep 20, 20201:00@Dallas CowboysW 40-39L -3Atlanta FalconsO 53
SunSep 20, 20201:00@Green Bay PackersW 42-21W -7Detroit LionsO 51
SunSep 20, 20201:00@Indianapolis ColtsW 28-11W -3.5Minnesota VikingsU 49
SunSep 20, 20201:00Buffalo BillsW 31-28L -5.5@Miami DolphinsO 42.5
SunSep 20, 20201:00San Francisco 49ersW 31-13W -7@New York JetsO 41.5
SunSep 20, 20201:00@Philadelphia EaglesL 19-37L -2Los Angeles RamsO 46
SunSep 20, 20201:00@Pittsburgh SteelersW 26-21L -6Denver BroncosO 41
SunSep 20, 20201:00@Tampa Bay BuccaneersW 31-17W -7.5Carolina PanthersO 47
SunSep 20, 20201:00@Tennessee TitansW 33-30L -7Jacksonville JaguarsO 44.5
SunSep 20, 20204:05@Arizona CardinalsW 30-15W -7.5Washington Football TeamU 46.5
SunSep 20, 20204:25Baltimore RavensW 33-16W -7.5@Houston TexansU 49.5
SunSep 20, 20204:25Kansas City ChiefsW 23-20 (OT)L -8.5@Los Angeles ChargersU 47
SunSep 20, 20208:20@Seattle SeahawksW 35-30W -4New England PatriotsO 45
MonSep 21, 20208:15New Orleans SaintsL 24-34L -4@Las Vegas RaidersO 47.5
+ + +

+ +

Back to top

2020 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 24, 20208:20@Jacksonville JaguarsL 13-31L -2.5Miami DolphinsU 49.5
SunSep 27, 20201:00@Atlanta FalconsL 26-30L -2.5Chicago BearsO 46
SunSep 27, 20201:00@Buffalo BillsW 35-32W -1.5Los Angeles RamsO 46.5
SunSep 27, 20201:00@Cleveland BrownsW 34-20W -7.5Washington Football TeamO 45
SunSep 27, 20201:00Tennessee TitansW 31-30L -3@Minnesota VikingsO 49.5
SunSep 27, 20201:00@New England PatriotsW 36-20W -7Las Vegas RaidersO 47
SunSep 27, 20201:00San Francisco 49ersW 36-9W -3@New York GiantsO 44
SunSep 27, 20201:00@Philadelphia EaglesT 23-23 (OT)L -5.5Cincinnati BengalsU 46.5
SunSep 27, 20201:00@Pittsburgh SteelersW 28-21W -3.5Houston TexansO 46.5
SunSep 27, 20204:05@Indianapolis ColtsW 36-7W -12.5New York JetsU 44
SunSep 27, 20204:05@Los Angeles ChargersL 16-21L -6Carolina PanthersU 43.5
SunSep 27, 20204:25@Arizona CardinalsL 23-26L -4.5Detroit LionsU 55.5
SunSep 27, 20204:25Tampa Bay BuccaneersW 28-10W -6@Denver BroncosU 42.5
SunSep 27, 20204:25@Seattle SeahawksW 38-31W -5.5Dallas CowboysO 58
SunSep 27, 20208:20@New Orleans SaintsL 30-37L -3.5Green Bay PackersO 52
MonSep 28, 20208:15@Baltimore RavensL 20-34L -3.5Kansas City ChiefsU 55
+ + +

+ +

Back to top

2020 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 1, 20208:20@New York JetsL 28-37L -1Denver BroncosO 41
SunOct 4, 20201:00Arizona CardinalsL 21-31L -3@Carolina PanthersU 52.5
SunOct 4, 20201:00Indianapolis ColtsW 19-11W -3.5@Chicago BearsU 43.5
SunOct 4, 20201:00@Cincinnati BengalsW 33-25W -1Jacksonville JaguarsO 50
SunOct 4, 20201:00@Dallas CowboysL 38-49L -3.5Cleveland BrownsO 56.5
SunOct 4, 20201:00New Orleans SaintsW 35-29W -3@Detroit LionsO 51.5
SunOct 4, 20201:00@Houston TexansL 23-31L -3.5Minnesota VikingsO 52.5
SunOct 4, 20201:00Seattle SeahawksW 31-23W -4.5@Miami DolphinsU 55
SunOct 4, 20201:00@Tampa Bay BuccaneersW 38-31L -7.5Los Angeles ChargersO 42.5
SunOct 4, 20201:00Baltimore RavensW 31-17L -14.5@Washington Football TeamO 45
SunOct 4, 20204:05@Los Angeles RamsW 17-9L -13.5New York GiantsU 50
SunOct 4, 20204:25Buffalo BillsW 30-23W -3@Las Vegas RaidersP 53
SunOct 4, 20208:20@San Francisco 49ersL 20-25L -8.5Philadelphia EaglesU 45.5
MonOct 5, 20207:05@Kansas City ChiefsW 26-10W -11New England PatriotsU 48.5
MonOct 5, 20208:15@Green Bay PackersW 30-16W -5Atlanta FalconsU 56.5
+ + +

+ +

Back to top

2020 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 8, 20208:20Tampa Bay BuccaneersL 19-20L -3.5@Chicago BearsU 44
SunOct 11, 20201:00@Atlanta FalconsL 16-23L -2.5Carolina PanthersU 53.5
SunOct 11, 20201:00@Baltimore RavensW 27-3W -12.5Cincinnati BengalsU 49
SunOct 11, 20201:00@Houston TexansW 30-14W -6.5Jacksonville JaguarsU 55
SunOct 11, 20201:00@Kansas City ChiefsL 32-40L -11Las Vegas RaidersO 54.5
SunOct 11, 20201:00Arizona CardinalsW 30-10W -7@New York JetsU 48.5
SunOct 11, 20201:00@Pittsburgh SteelersW 38-29W -7.5Philadelphia EaglesO 44
SunOct 11, 20201:00Los Angeles RamsW 30-10W -7@Washington Football TeamU 45
SunOct 11, 20204:05@San Francisco 49ersL 17-43L -8.5Miami DolphinsO 50.5
SunOct 11, 20204:25@Cleveland BrownsW 32-23W -1Indianapolis ColtsO 48.5
SunOct 11, 20204:25@Dallas CowboysW 37-34L -7.5New York GiantsO 52
SunOct 11, 20208:20@Seattle SeahawksW 27-26L -6.5Minnesota VikingsU 54
MonOct 12, 20208:15@New Orleans SaintsW 30-27 (OT)L -7Los Angeles ChargersO 49.5
TueOct 13, 20207:00Buffalo BillsL 16-42L -3@Tennessee TitansO 52
+ + +

+ +

Back to top

2020 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunOct 18, 20201:00@Carolina PanthersL 16-23L -2Chicago BearsU 45
SunOct 18, 20201:00@Indianapolis ColtsW 31-27L -7.5Cincinnati BengalsO 46
SunOct 18, 20201:00Detroit LionsW 34-16W -3@Jacksonville JaguarsU 52.5
SunOct 18, 20201:00@Minnesota VikingsL 23-40L -3.5Atlanta FalconsO 53.5
SunOct 18, 20201:00@New England PatriotsL 12-18L -7Denver BroncosU 43.5
SunOct 18, 20201:00@New York GiantsW 20-19L -2Washington Football TeamU 42.5
SunOct 18, 20201:00Baltimore RavensW 30-28L -10.5@Philadelphia EaglesO 46.5
SunOct 18, 20201:00@Pittsburgh SteelersW 38-7W -3Cleveland BrownsU 50
SunOct 18, 20201:00@Tennessee TitansW 42-36 (OT)W -4Houston TexansO 52
SunOct 18, 20204:05@Miami DolphinsW 24-0W -10New York JetsU 46
SunOct 18, 20204:25Green Bay PackersL 10-38L -3@Tampa Bay BuccaneersU 55
SunOct 18, 20208:20Los Angeles RamsL 16-24L -2.5@San Francisco 49ersU 51
MonOct 19, 20205:00Kansas City ChiefsW 26-17W -5.5@Buffalo BillsU 55
MonOct 19, 20208:15@Dallas CowboysL 10-38L -1Arizona CardinalsU 55.5
+ + +

+ +

Back to top

2020 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 22, 20208:20@Philadelphia EaglesW 22-21L -5New York GiantsU 44.5
SunOct 25, 20201:00@Atlanta FalconsL 22-23L -1Detroit LionsU 54
SunOct 25, 20201:00Cleveland BrownsW 37-34L -4.5@Cincinnati BengalsO 50
SunOct 25, 20201:00Green Bay PackersW 35-20W -2.5@Houston TexansU 55.5
SunOct 25, 20201:00@New Orleans SaintsW 27-24L -7Carolina PanthersO 49.5
SunOct 25, 20201:00Buffalo BillsW 18-10L -9.5@New York JetsU 47
SunOct 25, 20201:00@Tennessee TitansL 24-27L -1Pittsburgh SteelersP 51
SunOct 25, 20201:00Dallas CowboysL 3-25L -1@Washington Football TeamU 44.5
SunOct 25, 20204:05Tampa Bay BuccaneersW 45-20W -3.5@Las Vegas RaidersO 51.5
SunOct 25, 20204:25Kansas City ChiefsW 43-16W -7@Denver BroncosO 46
SunOct 25, 20204:25@Los Angeles ChargersW 39-29W -8Jacksonville JaguarsO 48
SunOct 25, 20204:25@New England PatriotsL 6-33L -3San Francisco 49ersU 44.5
SunOct 25, 20208:20Seattle SeahawksL 34-37 (OT)L -3.5@Arizona CardinalsO 55.5
MonOct 26, 20208:15@Los Angeles RamsW 24-10W -6.5Chicago BearsU 44
+ + +

+ +

Back to top

2020 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 29, 20208:20@Carolina PanthersL 17-25L -1.5Atlanta FalconsU 52
SunNov 1, 20201:00@Baltimore RavensL 24-28L -4Pittsburgh SteelersO 44
SunNov 1, 20201:00@Buffalo BillsW 24-21L -4New England PatriotsO 41
SunNov 1, 20201:00Tennessee TitansL 20-31L -7.5@Cincinnati BengalsO 49.5
SunNov 1, 20201:00@Cleveland BrownsL 6-16L -1Las Vegas RaidersU 48
SunNov 1, 20201:00Indianapolis ColtsW 41-21W -3.5@Detroit LionsO 49
SunNov 1, 20201:00@Green Bay PackersL 22-28L -5.5Minnesota VikingsO 47
SunNov 1, 20201:00@Kansas City ChiefsW 35-9W -20New York JetsU 49
SunNov 1, 20201:00Los Angeles RamsL 17-28L -3.5@Miami DolphinsU 46.5
SunNov 1, 20204:05Los Angeles ChargersL 30-31L -3@Denver BroncosO 44.5
SunNov 1, 20204:25New Orleans SaintsW 26-23 (OT)L -5.5@Chicago BearsO 41
SunNov 1, 20204:25@Seattle SeahawksW 37-27W -1San Francisco 49ersO 54.5
SunNov 1, 20208:20@Philadelphia EaglesW 23-9W -10.5Dallas CowboysU 43
MonNov 2, 20208:15Tampa Bay BuccaneersW 25-23L -13@New York GiantsO 47
+ + +

+ +

Back to top

2020 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 5, 20208:20Green Bay PackersW 34-17W -6@San Francisco 49ersO 48.5
SunNov 8, 20201:00@Atlanta FalconsW 34-27W -4.5Denver BroncosO 50.5
SunNov 8, 20201:00Seattle SeahawksL 34-44L -3@Buffalo BillsO 55.5
SunNov 8, 20201:00@Indianapolis ColtsL 10-24L -1Baltimore RavensU 47.5
SunNov 8, 20201:00Houston TexansW 27-25L -7@Jacksonville JaguarsO 49
SunNov 8, 20201:00@Kansas City ChiefsW 33-31L -10Carolina PanthersO 51.5
SunNov 8, 20201:00@Minnesota VikingsW 34-20W -3Detroit LionsO 51.5
SunNov 8, 20201:00@Tennessee TitansW 24-17W -6.5Chicago BearsU 46.5
SunNov 8, 20201:00@Washington Football TeamL 20-23L -3New York GiantsU 43.5
SunNov 8, 20204:05Las Vegas RaidersW 31-26W -1@Los Angeles ChargersO 52.5
SunNov 8, 20204:25@Arizona CardinalsL 31-34L -6Miami DolphinsO 49
SunNov 8, 20204:25Pittsburgh SteelersW 24-19L -14@Dallas CowboysU 44
SunNov 8, 20208:20@Tampa Bay BuccaneersL 3-38L -3New Orleans SaintsU 51
MonNov 9, 20208:15New England PatriotsW 30-27L -9@New York JetsO 42
+ + +

+ +

Back to top

2020 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 12, 20208:20Indianapolis ColtsW 34-17W -1@Tennessee TitansO 49.5
SunNov 15, 20201:00Tampa Bay BuccaneersW 46-23W -6@Carolina PanthersO 49.5
SunNov 15, 20201:00@Cleveland BrownsW 10-7L -4.5Houston TexansU 46.5
SunNov 15, 20201:00@Detroit LionsW 30-27W -2.5Washington Football TeamO 45.5
SunNov 15, 20201:00@Green Bay PackersW 24-20L -13.5Jacksonville JaguarsU 47.5
SunNov 15, 20201:00Philadelphia EaglesL 17-27L -5@New York GiantsU 46.5
SunNov 15, 20204:05@Arizona CardinalsW 32-30L -3Buffalo BillsO 56
SunNov 15, 20204:05@Las Vegas RaidersW 37-12W -3.5Denver BroncosU 50
SunNov 15, 20204:05@Miami DolphinsW 29-21W -1.5Los Angeles ChargersO 49
SunNov 15, 20204:25@Los Angeles RamsW 23-16W -3Seattle SeahawksU 55
SunNov 15, 20204:25@New Orleans SaintsW 27-13W -9.5San Francisco 49ersU 50
SunNov 15, 20204:25@Pittsburgh SteelersW 36-10W -6.5Cincinnati BengalsP 46
SunNov 15, 20208:20Baltimore RavensL 17-23L -7@New England PatriotsU 44
MonNov 16, 20208:15Minnesota VikingsW 19-13W -3.5@Chicago BearsU 44.5
+ + +

+ +

Back to top

2020 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 19, 20208:20@Seattle SeahawksW 28-21W -3Arizona CardinalsU 56.5
SunNov 22, 20201:00@Baltimore RavensL 24-30 (OT)L -6Tennessee TitansO 50.5
SunNov 22, 20201:00Detroit LionsL 0-20L -3@Carolina PanthersU 47
SunNov 22, 20201:00@Cleveland BrownsW 22-17W -2.5Philadelphia EaglesU 45.5
SunNov 22, 20201:00New England PatriotsL 20-27L -2.5@Houston TexansU 49.5
SunNov 22, 20201:00Pittsburgh SteelersW 27-3W -11@Jacksonville JaguarsU 47.5
SunNov 22, 20201:00@New Orleans SaintsW 24-9W -3.5Atlanta FalconsU 49.5
SunNov 22, 20201:00@Washington Football TeamW 20-9W -2Cincinnati BengalsU 48
SunNov 22, 20204:05Miami DolphinsL 13-20L -4@Denver BroncosU 46
SunNov 22, 20204:05@Los Angeles ChargersW 34-28L -10New York JetsO 47
SunNov 22, 20204:25@Indianapolis ColtsW 34-31 (OT)W -1.5Green Bay PackersO 52.5
SunNov 22, 20204:25@Minnesota VikingsL 28-31L -7Dallas CowboysO 49.5
SunNov 22, 20208:20Kansas City ChiefsW 35-31L -7.5@Las Vegas RaidersO 56.5
MonNov 23, 20208:15@Tampa Bay BuccaneersL 24-27L -4Los Angeles RamsO 47.5
+ + +

+ +

Back to top

2020 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 26, 202012:30Houston TexansW 41-25W -3@Detroit LionsO 52.5
ThuNov 26, 20204:30@Dallas CowboysL 16-41L -2.5Washington Football TeamO 46
SunNov 29, 20201:00Las Vegas RaidersL 6-43L -3.5@Atlanta FalconsU 53
SunNov 29, 20201:00@Buffalo BillsW 27-17W -4.5Los Angeles ChargersU 51.5
SunNov 29, 20201:00New York GiantsW 19-17L -6.5@Cincinnati BengalsU 45
SunNov 29, 20201:00@Indianapolis ColtsL 26-45L -3Tennessee TitansO 51.5
SunNov 29, 20201:00Cleveland BrownsW 27-25L -7.5@Jacksonville JaguarsO 48
SunNov 29, 20201:00@Minnesota VikingsW 28-27L -3Carolina PanthersO 50
SunNov 29, 20201:00Arizona CardinalsL 17-20L -1@New England PatriotsU 51
SunNov 29, 20201:00Miami DolphinsW 20-3W -7.5@New York JetsU 46.5
SunNov 29, 20204:05New Orleans SaintsW 31-3W -17@Denver BroncosU 36.5
SunNov 29, 20204:05@Los Angeles RamsL 20-23L -5San Francisco 49ersU 45
SunNov 29, 20204:25Kansas City ChiefsW 27-24L -3.5@Tampa Bay BuccaneersU 56
SunNov 29, 20208:20@Green Bay PackersW 41-25W -7.5Chicago BearsO 44
MonNov 30, 20208:15Seattle SeahawksW 23-17L -6.5@Philadelphia EaglesU 50
WedDec 2, 20203:40@Pittsburgh SteelersW 19-14L -10Baltimore RavensU 42
+ + +

+ +

Back to top

2020 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunDec 6, 20201:00New Orleans SaintsW 21-16W -2.5@Atlanta FalconsU 46.5
SunDec 6, 20201:00@Chicago BearsL 30-34L -3Detroit LionsO 44
SunDec 6, 20201:00Indianapolis ColtsW 26-20W -3.5@Houston TexansU 50
SunDec 6, 20201:00@Miami DolphinsW 19-7W -10.5Cincinnati BengalsU 43
SunDec 6, 20201:00@Minnesota VikingsW 27-24 (OT)L -10.5Jacksonville JaguarsU 51.5
SunDec 6, 20201:00Las Vegas RaidersW 31-28L -7.5@New York JetsO 48.5
SunDec 6, 20201:00@Tennessee TitansL 35-41L -4Cleveland BrownsO 54
SunDec 6, 20204:05Los Angeles RamsW 38-28W -2.5@Arizona CardinalsO 49
SunDec 6, 20204:05@Seattle SeahawksL 12-17L -11New York GiantsU 48.5
SunDec 6, 20204:25@Green Bay PackersW 30-16W -8Philadelphia EaglesU 50
SunDec 6, 20204:25@Los Angeles ChargersL 0-45L -2New England PatriotsU 46.5
SunDec 6, 20208:20@Kansas City ChiefsW 22-16L -13Denver BroncosU 51.5
MonDec 7, 20205:00@Pittsburgh SteelersL 17-23L -6.5Washington Football TeamU 43.5
MonDec 7, 20208:15@San Francisco 49ersL 24-34L -1.5Buffalo BillsO 48at Glendale
TueDec 8, 20208:05@Baltimore RavensW 34-17W -8Dallas CowboysO 45.5
+ + +

+ +

Back to top

2020 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 10, 20208:20@Los Angeles RamsW 24-3W -5New England PatriotsU 43.5
SunDec 13, 20201:00@Carolina PanthersL 27-32L -4Denver BroncosO 46.5
SunDec 13, 20201:00Houston TexansL 7-36L -1@Chicago BearsU 46.5
SunDec 13, 20201:00Dallas CowboysW 30-7W -3@Cincinnati BengalsU 44
SunDec 13, 20201:00Tennessee TitansW 31-10W -7.5@Jacksonville JaguarsU 52.5
SunDec 13, 20201:00Kansas City ChiefsW 33-27L -7.5@Miami DolphinsO 52
SunDec 13, 20201:00Arizona CardinalsW 26-7W -3@New York GiantsU 47.5
SunDec 13, 20201:00@Tampa Bay BuccaneersW 26-14W -7Minnesota VikingsU 52
SunDec 13, 20204:05Indianapolis ColtsW 44-27W -2.5@Las Vegas RaidersO 52
SunDec 13, 20204:05@Seattle SeahawksW 40-3W -16.5New York JetsU 50.5
SunDec 13, 20204:25Green Bay PackersW 31-24L -9.5@Detroit LionsU 55.5
SunDec 13, 20204:25@Los Angeles ChargersW 20-17W -1Atlanta FalconsU 49.5
SunDec 13, 20204:25New Orleans SaintsL 21-24L -7.5@Philadelphia EaglesO 43
SunDec 13, 20204:25@San Francisco 49ersL 15-23L -3Washington Football TeamU 43.5at Glendale
SunDec 13, 20208:20@Buffalo BillsW 26-15W -2Pittsburgh SteelersU 48.5
MonDec 14, 20208:15Baltimore RavensW 47-42W -3@Cleveland BrownsO 46
+ + +

+ +

Back to top

2020 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 17, 20208:20@Las Vegas RaidersL 27-30 (OT)L -3.5Los Angeles ChargersO 52.5
SatDec 19, 20204:30Buffalo BillsW 48-19W -5.5@Denver BroncosO 49
SatDec 19, 20208:15@Green Bay PackersW 24-16P -8Carolina PanthersU 51.5
SunDec 20, 20201:00Tampa Bay BuccaneersW 31-27L -6@Atlanta FalconsO 49.5
SunDec 20, 20201:00@Baltimore RavensW 40-14W -13Jacksonville JaguarsO 49
SunDec 20, 20201:00San Francisco 49ersL 33-41L -4@Dallas CowboysO 46
SunDec 20, 20201:00@Indianapolis ColtsW 27-20L -7.5Houston TexansU 52.5
SunDec 20, 20201:00New England PatriotsL 12-22L -1.5@Miami DolphinsU 40.5
SunDec 20, 20201:00@Minnesota VikingsL 27-33L -2.5Chicago BearsO 47.5
SunDec 20, 20201:00@Tennessee TitansW 46-25W -9.5Detroit LionsO 54.5
SunDec 20, 20201:00Seattle SeahawksW 20-15L -6@Washington Football TeamU 44.5
SunDec 20, 20204:05@Arizona CardinalsW 33-26W -6.5Philadelphia EaglesO 49.5
SunDec 20, 20204:05@Los Angeles RamsL 20-23L -17.5New York JetsU 44.5
SunDec 20, 20204:25Kansas City ChiefsW 32-29W -2.5@New Orleans SaintsO 54
SunDec 20, 20208:20Cleveland BrownsW 20-6W -6@New York GiantsU 45
MonDec 21, 20208:15Pittsburgh SteelersL 17-27L -14.5@Cincinnati BengalsO 40.5
+ + +

+ +

Back to top

2020 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
FriDec 25, 20204:30@New Orleans SaintsW 52-33W -6.5Minnesota VikingsO 48.5
SatDec 26, 20201:00Tampa Bay BuccaneersW 47-7W -9.5@Detroit LionsP 54
SatDec 26, 20204:30@Arizona CardinalsL 12-20L -5San Francisco 49ersU 48.5
SatDec 26, 20208:15Miami DolphinsW 26-25L -3@Las Vegas RaidersO 48
SunDec 27, 20201:00@Baltimore RavensW 27-13W -10New York GiantsU 43
SunDec 27, 20201:00@Houston TexansL 31-37L -7.5Cincinnati BengalsO 46
SunDec 27, 20201:00Chicago BearsW 41-17W -9.5@Jacksonville JaguarsO 47
SunDec 27, 20201:00@Kansas City ChiefsW 17-14L -11Atlanta FalconsU 54
SunDec 27, 20201:00Cleveland BrownsL 16-23L -6.5@New York JetsU 45
SunDec 27, 20201:00Indianapolis ColtsL 24-28L -1@Pittsburgh SteelersO 43.5
SunDec 27, 20204:05@Los Angeles ChargersW 19-16W -2.5Denver BroncosU 47.5
SunDec 27, 20204:05Carolina PanthersW 20-13W -1@Washington Football TeamU 41.5
SunDec 27, 20204:25Philadelphia EaglesL 17-37L -3@Dallas CowboysO 50
SunDec 27, 20204:25@Seattle SeahawksW 20-9W -1.5Los Angeles RamsU 47.5
SunDec 27, 20208:20@Green Bay PackersW 40-14W -3Tennessee TitansO 52.5
MonDec 28, 20208:15Buffalo BillsW 38-9W -7@New England PatriotsU 47.5
+ + +

+ +

Back to top

2020 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 3, 20211:00Miami DolphinsL 26-56L -3.5@Buffalo BillsO 43
SunJan 3, 20211:00Baltimore RavensW 38-3W -13.5@Cincinnati BengalsU 46
SunJan 3, 20211:00@Cleveland BrownsW 24-22L -10.5Pittsburgh SteelersO 44.5
SunJan 3, 20211:00Minnesota VikingsW 37-35L -3@Detroit LionsO 53.5
SunJan 3, 20211:00@New England PatriotsW 28-14W -3New York JetsO 41
SunJan 3, 20211:00Dallas CowboysL 19-23L -1.5@New York GiantsU 44.5
SunJan 3, 20211:00@Tampa Bay BuccaneersW 44-27W -7.5Atlanta FalconsO 51.5
SunJan 3, 20214:25New Orleans SaintsW 33-7W -6@Carolina PanthersU 47
SunJan 3, 20214:25Green Bay PackersW 35-16W -4.5@Chicago BearsO 48
SunJan 3, 20214:25Las Vegas RaidersW 32-31L -2.5@Denver BroncosO 50.5
SunJan 3, 20214:25Tennessee TitansW 41-38L -7@Houston TexansO 55.5
SunJan 3, 20214:25@Indianapolis ColtsW 28-14L -15.5Jacksonville JaguarsU 47.5
SunJan 3, 20214:25Los Angeles ChargersW 38-21W -7@Kansas City ChiefsO 43
SunJan 3, 20214:25@Los Angeles RamsW 18-7W -1Arizona CardinalsU 42
SunJan 3, 20214:25Seattle SeahawksW 26-23L -7@San Francisco 49ersO 44.5at Glendale
SunJan 3, 20218:20Washington Football TeamW 20-14L -6.5@Philadelphia EaglesU 44
+ + +

+

Back to top

+

2020 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 9, 20211:05@Buffalo Bills (2)W 27-24L -7Indianapolis Colts (7)O 50.5
NFC Wild CardSatJan 9, 20214:40@Seattle Seahawks (3)L 20-30L -3Los Angeles Rams (6)O 42.5
NFC Wild CardSatJan 9, 20218:15Tampa Bay Buccaneers (5)W 31-23L -10@Washington Football Team (4)O 45
AFC Wild CardSunJan 10, 20211:05Baltimore Ravens (5)W 20-13W -3.5@Tennessee Titans (4)U 53.5
NFC Wild CardSunJan 10, 20214:40@New Orleans Saints (2)W 21-9W -11Chicago Bears (7)U 48
AFC Wild CardSunJan 10, 20218:15@Pittsburgh Steelers (3)L 37-48L -5Cleveland Browns (6)O 47
NFC DivisionalSatJan 16, 20214:35@Green Bay Packers (1)W 32-18W -7Los Angeles Rams (6)O 45
AFC DivisionalSatJan 16, 20218:15@Buffalo Bills (2)W 17-3W -2.5Baltimore Ravens (5)U 49.5
AFC DivisionalSunJan 17, 20213:05@Kansas City Chiefs (1)W 22-17L -7.5Cleveland Browns (6)U 55.5
NFC DivisionalSunJan 17, 20216:40@New Orleans Saints (2)L 20-30L -2.5Tampa Bay Buccaneers (5)U 53
NFC ChampionshipSunJan 24, 20213:05@Green Bay Packers (1)L 26-31L -3Tampa Bay Buccaneers (5)O 53
AFC ChampionshipSunJan 24, 20216:40@Kansas City Chiefs (1)W 38-24W -3Buffalo Bills (2)O 55
Super Bowl LVSunFeb 7, 20216:30NKansas City Chiefs (1)L 9-31L -3Tampa Bay Buccaneers (5)U 55.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2021.html b/data/2021.html new file mode 100644 index 0000000..5cd3d78 --- /dev/null +++ b/data/2021.html @@ -0,0 +1,5596 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2021 Season

+ +

Historical NFL Game Odds

2021 Season

<<-- 2020 Season    2022 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2021 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
17-9 (43.8%)4-12-0 (25.0%)7-8 (46.7%)6-9-0 (40.0%)4-5 (44.4%)2-7-0 (22.2%)3-3 (50.0%)4-2-0 (66.7%)7-9-0 (43.8%)
211-5 (68.8%)7-9-0 (43.8%)8-8 (50.0%)6-10-0 (37.5%)6-3 (66.7%)3-6-0 (33.3%)2-5 (28.6%)3-4-0 (42.9%)8-8-0 (50.0%)
39-7 (56.3%)7-9-0 (43.8%)8-8 (50.0%)8-8-0 (50.0%)6-5 (54.5%)5-6-0 (45.5%)2-3 (40.0%)3-2-0 (60.0%)5-11-0 (31.3%)
411-5 (68.8%)9-7-0 (56.3%)7-9 (43.8%)7-9-0 (43.8%)6-4 (60.0%)5-5-0 (50.0%)1-5 (16.7%)2-4-0 (33.3%)7-9-0 (43.8%)
512-4 (75.0%)8-7-1 (53.3%)7-8 (46.7%)6-8-1 (42.9%)6-3 (66.7%)4-5-0 (44.4%)1-5 (16.7%)2-3-1 (40.0%)10-6-0 (62.5%)
610-4 (71.4%)8-6-0 (57.1%)4-9 (30.8%)4-9-0 (30.8%)3-2 (60.0%)2-3-0 (40.0%)1-7 (12.5%)2-6-0 (25.0%)6-7-1 (46.2%)
79-4 (69.2%)6-6-1 (50.0%)9-4 (69.2%)9-3-1 (75.0%)7-2 (77.8%)6-3-0 (66.7%)2-2 (50.0%)3-0-1 (100.%)5-8-0 (38.5%)
87-8 (46.7%)5-9-1 (35.7%)6-9 (40.0%)5-9-1 (35.7%)4-6 (40.0%)3-7-0 (30.0%)2-3 (40.0%)2-2-1 (50.0%)7-8-0 (46.7%)
97-7 (50.0%)4-10-0 (28.6%)7-7 (50.0%)4-10-0 (28.6%)5-5 (50.0%)2-8-0 (20.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-0 (50.0%)
107-6 (53.8%)5-9-0 (35.7%)8-5 (61.5%)6-8-0 (42.9%)5-3 (62.5%)3-6-0 (33.3%)3-2 (60.0%)3-2-0 (60.0%)4-9-1 (30.8%)
1110-5 (66.7%)7-8-0 (46.7%)6-9 (40.0%)5-10-0 (33.3%)5-4 (55.6%)3-6-0 (33.3%)1-5 (16.7%)2-4-0 (33.3%)5-10-0 (33.3%)
128-6 (57.1%)7-7-0 (50.0%)9-6 (60.0%)10-5-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)4-4 (50.0%)5-3-0 (62.5%)7-8-0 (46.7%)
138-6 (57.1%)8-6-0 (57.1%)6-8 (42.9%)6-8-0 (42.9%)3-3 (50.0%)3-3-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)5-9-0 (35.7%)
1412-2 (85.7%)11-3-0 (78.6%)8-6 (57.1%)7-7-0 (50.0%)8-2 (80.0%)7-3-0 (70.0%)0-4 (0.0%)0-4-0 (0.0%)10-3-1 (76.9%)
1511-5 (68.8%)9-7-0 (56.3%)8-8 (50.0%)8-8-0 (50.0%)7-4 (63.6%)6-5-0 (54.5%)1-4 (20.0%)2-3-0 (40.0%)6-10-0 (37.5%)
1610-5 (66.7%)8-7-0 (53.3%)10-6 (62.5%)8-8-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)8-7-1 (53.3%)
1713-3 (81.3%)9-7-0 (56.3%)11-5 (68.8%)13-3-0 (81.3%)10-2 (83.3%)9-3-0 (75.0%)1-3 (25.0%)4-0-0 (100.%)6-9-1 (40.0%)
189-7 (56.3%)6-10-0 (37.5%)8-8 (50.0%)9-7-0 (56.3%)4-3 (57.1%)3-4-0 (42.9%)4-5 (44.4%)6-3-0 (66.7%)11-4-1 (73.3%)
Playoffs8-5 (61.5%)6-7-0 (46.2%)7-5 (58.3%)6-6-0 (50.0%)7-5 (58.3%)6-6-0 (50.0%)0-0 0-0-0 5-8-0 (38.5%)
+ +


2021 Results by Team

Click on a team to view 2021 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals11-6 (64.7%)10-7 (58.8%)5-6 (45.5%)4-7-0 (36.4%)3-5 (37.5%)2-6-0 (25.0%)3-5 (37.5%)2-6-0 (25.0%)8-9-0 (47.1%)
Atlanta Falcons7-10 (41.2%)6-10-1 (37.5%)4-2 (66.7%)2-3-1 (40.0%)1-6 (14.3%)0-7-0 (0.0%)1-2 (33.3%)0-3-0 (0.0%)7-9-1 (43.8%)
Baltimore Ravens8-9 (47.1%)7-10 (41.2%)7-5 (58.3%)3-9-0 (25.0%)5-4 (55.6%)5-4-0 (55.6%)4-2 (66.7%)2-4-0 (33.3%)8-9-0 (47.1%)
Buffalo Bills11-6 (64.7%)10-7 (58.8%)9-5 (64.3%)8-6-0 (57.1%)6-3 (66.7%)5-4-0 (55.6%)6-3 (66.7%)5-4-0 (55.6%)8-8-1 (50.0%)
Carolina Panthers5-12 (29.4%)5-12 (29.4%)2-5 (28.6%)2-5-0 (28.6%)2-6 (25.0%)2-6-0 (25.0%)1-3 (25.0%)1-3-0 (25.0%)8-9-0 (47.1%)
Chicago Bears6-11 (35.3%)7-10 (41.2%)4-0 (100.%)3-1-0 (75.0%)3-5 (37.5%)4-4-0 (50.0%)3-0 (100.%)3-0-0 (100.%)7-10-0 (41.2%)
Cincinnati Bengals10-7 (58.8%)10-6-1 (62.5%)5-3 (62.5%)4-4-0 (50.0%)5-4 (55.6%)4-4-1 (50.0%)3-2 (60.0%)2-3-0 (40.0%)8-7-2 (53.3%)
Cleveland Browns8-9 (47.1%)6-11 (35.3%)7-3 (70.0%)3-7-0 (30.0%)6-3 (66.7%)2-7-0 (22.2%)6-3 (66.7%)2-7-0 (22.2%)7-9-1 (43.8%)
Dallas Cowboys12-5 (70.6%)13-4 (76.5%)10-3 (76.9%)10-3-0 (76.9%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)5-3-0 (62.5%)8-9-0 (47.1%)
Denver Broncos7-10 (41.2%)8-9 (47.1%)5-4 (55.6%)5-4-0 (55.6%)4-5 (44.4%)5-4-0 (55.6%)3-3 (50.0%)3-3-0 (50.0%)5-12-0 (29.4%)
Detroit Lions3-13-1 (18.8%)11-6 (64.7%)0-0 0-0-0 3-5 (37.5%)6-2-0 (75.0%)0-0 0-0-0 7-10-0 (41.2%)
Green Bay Packers13-4 (76.5%)11-5-1 (68.8%)10-3 (76.9%)7-5-1 (58.3%)8-0 (100.%)7-1-0 (87.5%)7-0 (100.%)6-1-0 (85.7%)8-9-0 (47.1%)
Houston Texans4-13 (23.5%)7-9-1 (43.8%)0-1 (0.0%)0-1-0 (0.0%)2-7 (22.2%)4-4-1 (50.0%)0-1 (0.0%)0-1-0 (0.0%)8-9-0 (47.1%)
Indianapolis Colts9-8 (52.9%)10-7 (58.8%)5-3 (62.5%)4-4-0 (50.0%)4-5 (44.4%)4-5-0 (44.4%)4-2 (66.7%)3-3-0 (50.0%)8-9-0 (47.1%)
Jacksonville Jaguars3-14 (17.6%)5-12 (29.4%)1-2 (33.3%)0-2-1 (0.0%)2-6 (25.0%)2-6-0 (25.0%)0-1 (0.0%)0-1-0 (0.0%)5-12-0 (29.4%)
Kansas City Chiefs12-5 (70.6%)8-9 (47.1%)12-5 (70.6%)8-9-0 (47.1%)7-2 (77.8%)4-5-0 (44.4%)7-2 (77.8%)4-5-0 (44.4%)9-7-1 (56.3%)
Las Vegas Raiders10-7 (58.8%)9-8 (52.9%)2-3 (40.0%)1-4-0 (20.0%)5-4 (55.6%)4-5-0 (44.4%)2-2 (50.0%)1-3-0 (25.0%)8-9-0 (47.1%)
Los Angeles Chargers9-8 (52.9%)8-9 (47.1%)6-6 (50.0%)5-7-0 (41.7%)5-4 (55.6%)4-5-0 (44.4%)5-3 (62.5%)4-4-0 (50.0%)10-7-0 (58.8%)
Los Angeles Rams12-5 (70.6%)8-8-1 (50.0%)10-5 (66.7%)6-8-1 (42.9%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)10-7-0 (58.8%)
Miami Dolphins9-8 (52.9%)9-7-1 (56.3%)5-2 (71.4%)4-3-0 (57.1%)6-3 (66.7%)5-3-1 (62.5%)3-1 (75.0%)2-2-0 (50.0%)7-10-0 (41.2%)
Minnesota Vikings8-9 (47.1%)9-8 (52.9%)5-3 (62.5%)4-4-0 (50.0%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)11-6-0 (64.7%)
New England Patriots10-7 (58.8%)10-7 (58.8%)8-4 (66.7%)7-5-0 (58.3%)4-5 (44.4%)5-4-0 (55.6%)4-3 (57.1%)4-3-0 (57.1%)9-8-0 (52.9%)
New Orleans Saints9-8 (52.9%)9-8 (52.9%)6-3 (66.7%)5-4-0 (55.6%)2-5 (28.6%)2-5-0 (28.6%)1-2 (33.3%)1-2-0 (33.3%)6-10-1 (37.5%)
New York Giants4-13 (23.5%)6-11 (35.3%)0-1 (0.0%)0-1-0 (0.0%)3-5 (37.5%)3-5-0 (37.5%)0-1 (0.0%)0-1-0 (0.0%)6-11-0 (35.3%)
New York Jets4-13 (23.5%)6-11 (35.3%)1-0 (100.%)1-0-0 (100.%)3-6 (33.3%)4-5-0 (44.4%)1-0 (100.%)1-0-0 (100.%)10-7-0 (58.8%)
Philadelphia Eagles9-8 (52.9%)9-8 (52.9%)6-1 (85.7%)5-2-0 (71.4%)3-5 (37.5%)4-4-0 (50.0%)3-0 (100.%)3-0-0 (100.%)10-7-0 (58.8%)
Pittsburgh Steelers9-7-1 (56.3%)8-9 (47.1%)4-2 (66.7%)2-5-0 (28.6%)6-2 (75.0%)4-5-0 (44.4%)4-2 (66.7%)2-5-0 (28.6%)5-10-2 (33.3%)
San Francisco 49ers10-7 (58.8%)9-8 (52.9%)8-6 (57.1%)7-7-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)3-4 (42.9%)3-4-0 (42.9%)8-8-1 (50.0%)
Seattle Seahawks7-10 (41.2%)9-8 (52.9%)4-4 (50.0%)4-4-0 (50.0%)3-5 (37.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)6-10-1 (37.5%)
Tampa Bay Buccaneers13-4 (76.5%)9-8 (52.9%)13-4 (76.5%)9-8-0 (52.9%)7-1 (87.5%)6-2-0 (75.0%)7-1 (87.5%)6-2-0 (75.0%)9-8-0 (52.9%)
Tennessee Titans12-5 (70.6%)10-7 (58.8%)6-3 (66.7%)4-5-0 (44.4%)7-2 (77.8%)6-3-0 (66.7%)4-2 (66.7%)3-3-0 (50.0%)7-9-1 (43.8%)
Washington Football Team7-10 (41.2%)7-10 (41.2%)3-1 (75.0%)2-2-0 (50.0%)3-5 (37.5%)3-5-0 (37.5%)1-1 (50.0%)0-2-0 (0.0%)7-10-0 (41.2%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2021 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 9, 20218:20@Tampa Bay BuccaneersW 31-29L -8.5Dallas CowboysO 52
SunSep 12, 20211:00@Atlanta FalconsL 6-32L -3.5Philadelphia EaglesU 49
SunSep 12, 20211:00@Buffalo BillsL 16-23L -6.5Pittsburgh SteelersU 48.5
SunSep 12, 20211:00@Carolina PanthersW 19-14W -4New York JetsU 45
SunSep 12, 20211:00Minnesota VikingsL 24-27 (OT)L -3@Cincinnati BengalsO 47.5
SunSep 12, 20211:00San Francisco 49ersW 41-33L -9@Detroit LionsO 45.5
SunSep 12, 20211:00Jacksonville JaguarsL 21-37L -3@Houston TexansO 45
SunSep 12, 20211:00Seattle SeahawksW 28-16W -3@Indianapolis ColtsU 49
SunSep 12, 20211:00@Tennessee TitansL 13-38L -3Arizona CardinalsU 53.5
SunSep 12, 20211:00@Washington Football TeamL 16-20L -1.5Los Angeles ChargersU 45
SunSep 12, 20214:25@Kansas City ChiefsW 33-29L -5.5Cleveland BrownsO 54.5
SunSep 12, 20214:25@New England PatriotsL 16-17L -3Miami DolphinsU 43.5
SunSep 12, 20214:25NGreen Bay PackersL 3-38L -3.5New Orleans SaintsU 49.5at Jacksonville
SunSep 12, 20214:25Denver BroncosW 27-13W -3@New York GiantsU 41.5
SunSep 12, 20218:20@Los Angeles RamsW 34-14W -8Chicago BearsO 46.5
MonSep 13, 20218:15Baltimore RavensL 27-33 (OT)L -4@Las Vegas RaidersO 50.5
+ + +

+ +

Back to top

2021 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 16, 20218:20@Washington Football TeamW 30-29L -3.5New York GiantsO 40.5
SunSep 19, 20211:00New Orleans SaintsL 7-26L -3@Carolina PanthersU 44.5
SunSep 19, 20211:00@Chicago BearsW 20-17W -1.5Cincinnati BengalsU 44.5
SunSep 19, 20211:00@Cleveland BrownsW 31-21L -13.5Houston TexansO 48
SunSep 19, 20211:00Los Angeles RamsW 27-24L -3.5@Indianapolis ColtsO 48
SunSep 19, 20211:00Denver BroncosW 23-13W -6@Jacksonville JaguarsU 45
SunSep 19, 20211:00Buffalo BillsW 35-0W -3.5@Miami DolphinsU 47.5
SunSep 19, 20211:00New England PatriotsW 25-6W -6@New York JetsU 43
SunSep 19, 20211:00San Francisco 49ersW 17-11W -3@Philadelphia EaglesU 49
SunSep 19, 20211:00@Pittsburgh SteelersL 17-26L -6Las Vegas RaidersU 47
SunSep 19, 20214:05@Arizona CardinalsW 34-33L -3.5Minnesota VikingsO 50.5
SunSep 19, 20214:05@Tampa Bay BuccaneersW 48-25W -12.5Atlanta FalconsO 51.5
SunSep 19, 20214:25@Los Angeles ChargersL 17-20L -3Dallas CowboysU 55
SunSep 19, 20214:25@Seattle SeahawksL 30-33 (OT)L -6.5Tennessee TitansO 54
SunSep 19, 20218:20Kansas City ChiefsL 35-36L -4@Baltimore RavensO 54.5
MonSep 20, 20218:15@Green Bay PackersW 35-17W -11.5Detroit LionsO 48
+ + +

+ +

Back to top

2021 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 23, 20218:20Carolina PanthersW 24-9W -9@Houston TexansU 43.5
SunSep 26, 20211:00@Buffalo BillsW 43-21W -7Washington Football TeamO 45.5
SunSep 26, 20211:00@Cleveland BrownsW 26-6W -7.5Chicago BearsU 44.5
SunSep 26, 20211:00Baltimore RavensW 19-17L -7.5@Detroit LionsU 50.5
SunSep 26, 20211:00Arizona CardinalsW 31-19W -7.5@Jacksonville JaguarsU 51.5
SunSep 26, 20211:00@Kansas City ChiefsL 24-30L -7Los Angeles ChargersU 54.5
SunSep 26, 20211:00@New England PatriotsL 13-28L -3New Orleans SaintsU 42.5
SunSep 26, 20211:00@New York GiantsL 14-17L -3Atlanta FalconsU 47.5
SunSep 26, 20211:00@Pittsburgh SteelersL 10-24L -3Cincinnati BengalsU 43
SunSep 26, 20211:00@Tennessee TitansW 25-16W -5.5Indianapolis ColtsU 47.5
SunSep 26, 20214:05@Denver BroncosW 26-0W -10New York JetsU 41.5
SunSep 26, 20214:05@Las Vegas RaidersW 31-28 (OT)L -4Miami DolphinsO 44
SunSep 26, 20214:25Tampa Bay BuccaneersL 24-34L -1.5@Los Angeles RamsO 55.5
SunSep 26, 20214:25Seattle SeahawksL 17-30L -2@Minnesota VikingsU 55
SunSep 26, 20218:20@San Francisco 49ersL 28-30L -3Green Bay PackersO 50.5
MonSep 27, 20218:15@Dallas CowboysW 41-21W -3.5Philadelphia EaglesO 51.5
+ + +

+ +

Back to top

2021 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 30, 20218:20@Cincinnati BengalsW 24-21L -7.5Jacksonville JaguarsU 46.5
SunOct 3, 20211:00Washington Football TeamW 34-30W -2@Atlanta FalconsO 48
SunOct 3, 20211:00@Buffalo BillsW 40-0W -17.5Houston TexansU 47
SunOct 3, 20211:00@Chicago BearsW 24-14W -3Detroit LionsU 41.5
SunOct 3, 20211:00@Dallas CowboysW 36-28W -4Carolina PanthersO 51.5
SunOct 3, 20211:00@Miami DolphinsL 17-27L -2.5Indianapolis ColtsO 42.5
SunOct 3, 20211:00Cleveland BrownsW 14-7W -1@Minnesota VikingsU 51.5
SunOct 3, 20211:00@New Orleans SaintsL 21-27 (OT)L -7New York GiantsO 41.5
SunOct 3, 20211:00Tennessee TitansL 24-27 (OT)L -6@New York JetsO 44
SunOct 3, 20211:00Kansas City ChiefsW 42-30W -7@Philadelphia EaglesO 54.5
SunOct 3, 20214:05@Los Angeles RamsL 20-37L -4Arizona CardinalsO 54.5
SunOct 3, 20214:05@San Francisco 49ersL 21-28L -2.5Seattle SeahawksU 52
SunOct 3, 20214:25Baltimore RavensW 23-7W -1@Denver BroncosU 44
SunOct 3, 20214:25@Green Bay PackersW 27-17W -6Pittsburgh SteelersU 44.5
SunOct 3, 20218:20Tampa Bay BuccaneersW 19-17L -7@New England PatriotsU 49.5
MonOct 4, 20218:15@Los Angeles ChargersW 28-14W -3Las Vegas RaidersU 52
+ + +

+ +

Back to top

2021 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 7, 20218:20Los Angeles RamsW 26-17W -2.5@Seattle SeahawksU 54.5
SunOct 10, 20219:30NAtlanta FalconsW 27-20W -2.5New York JetsO 45at London
SunOct 10, 20211:00@Carolina PanthersL 18-21L -3Philadelphia EaglesU 46
SunOct 10, 20211:00Green Bay PackersW 25-22 (OT)P -3@Cincinnati BengalsU 51
SunOct 10, 20211:00New England PatriotsW 25-22L -8@Houston TexansO 39
SunOct 10, 20211:00Tennessee TitansW 37-19W -4.5@Jacksonville JaguarsO 48.5
SunOct 10, 20211:00@Minnesota VikingsW 19-17L -10Detroit LionsU 49.5
SunOct 10, 20211:00Denver BroncosL 19-27L -1.5@Pittsburgh SteelersO 39.5
SunOct 10, 20211:00@Tampa Bay BuccaneersW 45-17W -10Miami DolphinsO 48
SunOct 10, 20211:00New Orleans SaintsW 33-22W -2.5@Washington Football TeamO 43.5
SunOct 10, 20214:05@Las Vegas RaidersL 9-20L -5.5Chicago BearsU 45.5
SunOct 10, 20214:05@Los Angeles ChargersW 47-42W -2.5Cleveland BrownsO 46.5
SunOct 10, 20214:25@Arizona CardinalsW 17-10W -5San Francisco 49ersU 48.5
SunOct 10, 20214:25@Dallas CowboysW 44-20W -7New York GiantsO 52.5
SunOct 10, 20218:20@Kansas City ChiefsL 20-38L -2.5Buffalo BillsO 56.5
MonOct 11, 20218:15@Baltimore RavensW 31-25 (OT)L -7Indianapolis ColtsO 46
+ + +

+ +

Back to top

2021 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 14, 20218:20Tampa Bay BuccaneersW 28-22L -7@Philadelphia EaglesU 52.5
SunOct 17, 20219:30NMiami DolphinsL 20-23L -3Jacksonville JaguarsU 47at London
SunOct 17, 20211:00@Baltimore RavensW 34-6W -2.5Los Angeles ChargersU 51.5
SunOct 17, 20211:00Minnesota VikingsW 34-28 (OT)W -2.5@Carolina PanthersO 45.5
SunOct 17, 20211:00Green Bay PackersW 24-14W -6@Chicago BearsU 44
SunOct 17, 20211:00Cincinnati BengalsW 34-11W -3.5@Detroit LionsU 47
SunOct 17, 20211:00@Indianapolis ColtsW 31-3W -10Houston TexansU 43.5
SunOct 17, 20211:00Los Angeles RamsW 38-11W -9@New York GiantsO 48.5
SunOct 17, 20211:00Kansas City ChiefsW 31-13W -7@Washington Football TeamU 54
SunOct 17, 20214:05@Cleveland BrownsL 14-37L -3.5Arizona CardinalsO 48.5
SunOct 17, 20214:25@Denver BroncosL 24-34L -4Las Vegas RaidersO 43.5
SunOct 17, 20214:25Dallas CowboysW 35-29 (OT)W -3.5@New England PatriotsO 50.5
SunOct 17, 20218:20@Pittsburgh SteelersW 23-20 (OT)L -5Seattle SeahawksP 43
MonOct 18, 20218:15Buffalo BillsL 31-34L -6@Tennessee TitansO 53.5
+ + +

+ +

Back to top

2021 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 21, 20218:20@Cleveland BrownsW 17-14W -1.5Denver BroncosU 41.5
SunOct 24, 20211:00@Baltimore RavensL 17-41L -6.5Cincinnati BengalsO 45.5
SunOct 24, 20211:00@Green Bay PackersW 24-10W -8Washington Football TeamU 48
SunOct 24, 20211:00Atlanta FalconsW 30-28P -2@Miami DolphinsO 47.5
SunOct 24, 20211:00@New England PatriotsW 54-13W -7New York JetsO 42.5
SunOct 24, 20211:00Carolina PanthersL 3-25L -3@New York GiantsU 42.5
SunOct 24, 20211:00Kansas City ChiefsL 3-27L -4@Tennessee TitansU 57.5
SunOct 24, 20214:05@Las Vegas RaidersW 33-22W -3Philadelphia EaglesO 48.5
SunOct 24, 20214:05@Los Angeles RamsW 28-19L -16.5Detroit LionsU 50.5
SunOct 24, 20214:25@Arizona CardinalsW 31-5W -18Houston TexansU 47.5
SunOct 24, 20214:25@Tampa Bay BuccaneersW 38-3W -11.5Chicago BearsU 47
SunOct 24, 20218:20@San Francisco 49ersL 18-30L -4Indianapolis ColtsO 42.5
MonOct 25, 20218:15New Orleans SaintsW 13-10L -4.5@Seattle SeahawksU 42.5
+ + +

+ +

Back to top

2021 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 28, 20218:20@Arizona CardinalsL 21-24L -6.5Green Bay PackersU 50.5
SunOct 31, 20211:00@Atlanta FalconsL 13-19L -3Carolina PanthersU 47
SunOct 31, 20211:00@Buffalo BillsW 26-11W -14Miami DolphinsU 49
SunOct 31, 20211:00San Francisco 49ersW 33-22W -4@Chicago BearsO 39.5
SunOct 31, 20211:00@Cleveland BrownsL 10-15L -4.5Pittsburgh SteelersU 43
SunOct 31, 20211:00Philadelphia EaglesW 44-6W -3.5@Detroit LionsO 48
SunOct 31, 20211:00Los Angeles RamsW 38-22P -16@Houston TexansO 46.5
SunOct 31, 20211:00@Indianapolis ColtsL 31-34 (OT)L -3Tennessee TitansO 51
SunOct 31, 20211:00Cincinnati BengalsL 31-34L -11@New York JetsO 43
SunOct 31, 20214:05@Los Angeles ChargersL 24-27L -4.5New England PatriotsO 49.5
SunOct 31, 20214:05@Seattle SeahawksW 31-7W -3.5Jacksonville JaguarsU 44.5
SunOct 31, 20214:25@Denver BroncosW 17-10W -3.5Washington Football TeamU 45
SunOct 31, 20214:25Tampa Bay BuccaneersL 27-36L -4.5@New Orleans SaintsO 49
SunOct 31, 20218:20@Minnesota VikingsL 16-20L -3Dallas CowboysU 51.5
MonNov 1, 20218:15@Kansas City ChiefsW 20-17L -10New York GiantsU 52
+ + +

+ +

Back to top

2021 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 4, 20218:20@Indianapolis ColtsW 45-30W -10.5New York JetsO 46
SunNov 7, 20211:00@Baltimore RavensW 34-31 (OT)L -6Minnesota VikingsO 50.5
SunNov 7, 20211:00New England PatriotsW 24-6W -3.5@Carolina PanthersU 41
SunNov 7, 20211:00@Cincinnati BengalsL 16-41L -2.5Cleveland BrownsO 47.5
SunNov 7, 20211:00@Dallas CowboysL 16-30L -10Denver BroncosU 48.5
SunNov 7, 20211:00Buffalo BillsL 6-9L -14.5@Jacksonville JaguarsU 48.5
SunNov 7, 20211:00@Miami DolphinsW 17-9W -5.5Houston TexansU 46.5
SunNov 7, 20211:00@New Orleans SaintsL 25-27L -6Atlanta FalconsO 41.5
SunNov 7, 20211:00Las Vegas RaidersL 16-23L -3@New York GiantsU 46.5
SunNov 7, 20214:05Los Angeles ChargersW 27-24W -1.5@Philadelphia EaglesO 49
SunNov 7, 20214:25@Kansas City ChiefsW 13-7L -7.5Green Bay PackersU 48
SunNov 7, 20214:25@San Francisco 49ersL 17-31L -3.5Arizona CardinalsO 45
SunNov 7, 20218:20@Los Angeles RamsL 16-28L -7.5Tennessee TitansU 52.5
MonNov 8, 20218:15@Pittsburgh SteelersW 29-27L -6.5Chicago BearsO 38.5
+ + +

+ +

Back to top

2021 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 11, 20218:20Baltimore RavensL 10-22L -7.5@Miami DolphinsU 46.5
SunNov 14, 20211:00@Dallas CowboysW 43-3W -8Atlanta FalconsU 55
SunNov 14, 20211:00@Indianapolis ColtsW 23-17L -10Jacksonville JaguarsU 47.5
SunNov 14, 20211:00@New England PatriotsW 45-7W -2.5Cleveland BrownsO 45
SunNov 14, 20211:00Buffalo BillsW 45-17W -13@New York JetsO 47.5
SunNov 14, 20211:00@Pittsburgh SteelersT 16-16 (OT)L -6Detroit LionsU 41
SunNov 14, 20211:00@Tennessee TitansW 23-21L -3New Orleans SaintsP 44
SunNov 14, 20211:00Tampa Bay BuccaneersL 19-29L -9.5@Washington Football TeamU 51
SunNov 14, 20214:05@Arizona CardinalsL 10-34L -10.5Carolina PanthersO 43
SunNov 14, 20214:05@Los Angeles ChargersL 20-27L -3Minnesota VikingsU 53.5
SunNov 14, 20214:25@Denver BroncosL 13-30L -2Philadelphia EaglesU 46
SunNov 14, 20214:25@Green Bay PackersW 17-0W -3.5Seattle SeahawksU 49.5
SunNov 14, 20218:20Kansas City ChiefsW 41-14W -2.5@Las Vegas RaidersO 52
MonNov 15, 20218:15Los Angeles RamsL 10-31L -4@San Francisco 49ersU 49.5
+ + +

+ +

Back to top

2021 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 18, 20218:20New England PatriotsW 25-0W -7@Atlanta FalconsU 47
SunNov 21, 20211:00@Buffalo BillsL 15-41L -7Indianapolis ColtsO 49.5
SunNov 21, 20211:00@Carolina PanthersL 21-27L -3.5Washington Football TeamO 43
SunNov 21, 20211:00Baltimore RavensW 16-13L -5@Chicago BearsU 43.5
SunNov 21, 20211:00@Cleveland BrownsW 13-10L -12.5Detroit LionsU 42.5
SunNov 21, 20211:00San Francisco 49ersW 30-10W -6.5@Jacksonville JaguarsU 45
SunNov 21, 20211:00Green Bay PackersL 31-34L -1@Minnesota VikingsO 47
SunNov 21, 20211:00Miami DolphinsW 24-17W -3.5@New York JetsU 44.5
SunNov 21, 20211:00@Philadelphia EaglesW 40-29W -2.5New Orleans SaintsO 42.5
SunNov 21, 20211:00@Tennessee TitansL 13-22L -10Houston TexansU 44.5
SunNov 21, 20214:05Cincinnati BengalsW 32-13W -1@Las Vegas RaidersU 50.5
SunNov 21, 20214:25@Kansas City ChiefsW 19-9W -2.5Dallas CowboysU 56.5
SunNov 21, 20214:25@Seattle SeahawksL 13-23L -2.5Arizona CardinalsU 47
SunNov 21, 20218:20@Los Angeles ChargersW 41-37L -5.5Pittsburgh SteelersO 47.5
MonNov 22, 20218:15@Tampa Bay BuccaneersW 30-10W -11New York GiantsU 50
+ + +

+ +

Back to top

2021 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 25, 202112:30Chicago BearsW 16-14L -3@Detroit LionsU 41
ThuNov 25, 20214:30@Dallas CowboysL 33-36 (OT)L -7.5Las Vegas RaidersO 51.5
ThuNov 25, 20218:20Buffalo BillsW 31-6W -6.5@New Orleans SaintsU 45
SunNov 28, 20211:00@Cincinnati BengalsW 41-10W -3.5Pittsburgh SteelersO 44
SunNov 28, 20211:00@Houston TexansL 14-21L -2.5New York JetsU 44.5
SunNov 28, 20211:00Tampa Bay BuccaneersW 38-31W -3@Indianapolis ColtsO 53.5
SunNov 28, 20211:00Atlanta FalconsW 21-14W -2@Jacksonville JaguarsU 45.5
SunNov 28, 20211:00Carolina PanthersL 10-33L -2.5@Miami DolphinsO 42
SunNov 28, 20211:00@New England PatriotsW 36-13W -7Tennessee TitansO 43.5
SunNov 28, 20211:00Philadelphia EaglesL 7-13L -3.5@New York GiantsU 45.5
SunNov 28, 20214:05Los Angeles ChargersL 13-28L -3@Denver BroncosU 47
SunNov 28, 20214:25Los Angeles RamsL 28-36L -2@Green Bay PackersO 46.5
SunNov 28, 20214:25@San Francisco 49ersW 34-26W -3.5Minnesota VikingsO 49
SunNov 28, 20218:20@Baltimore RavensW 16-10W -3.5Cleveland BrownsU 47
MonNov 29, 20218:15@Washington Football TeamW 17-15W PKSeattle SeahawksU 47
+ + +

+ +

Back to top

2021 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 2, 20218:20Dallas CowboysW 27-17W -5@New Orleans SaintsU 47.5
SunDec 5, 20211:00Tampa Bay BuccaneersW 30-17W -10.5@Atlanta FalconsU 50.5
SunDec 5, 20211:00Arizona CardinalsW 33-22W -7.5@Chicago BearsO 42
SunDec 5, 20211:00@Cincinnati BengalsL 22-41L -3Los Angeles ChargersO 49.5
SunDec 5, 20211:00Minnesota VikingsL 27-29L -7@Detroit LionsO 46.5
SunDec 5, 20211:00Indianapolis ColtsW 31-0W -10@Houston TexansU 44.5
SunDec 5, 20211:00@Miami DolphinsW 20-9W -6.5New York GiantsU 39.5
SunDec 5, 20211:00Philadelphia EaglesW 33-18W -5@New York JetsO 43.5
SunDec 5, 20214:00San Francisco 49ersL 23-30L -3.5@Seattle SeahawksO 45.5
SunDec 5, 20214:05@Las Vegas RaidersL 15-17L -1.5Washington Football TeamU 48
SunDec 5, 20214:25@Los Angeles RamsW 37-7W -13Jacksonville JaguarsU 48
SunDec 5, 20214:25Baltimore RavensL 19-20L -4.5@Pittsburgh SteelersU 44
SunDec 5, 20218:20@Kansas City ChiefsW 22-9W -9.5Denver BroncosU 47
MonDec 6, 20218:15@Buffalo BillsL 10-14L -2.5New England PatriotsU 41
+ + +

+ +

Back to top

2021 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 9, 20218:20@Minnesota VikingsW 36-28W -3Pittsburgh SteelersO 44
SunDec 12, 20211:00@Carolina PanthersL 21-29L -2.5Atlanta FalconsO 41
SunDec 12, 20211:00San Francisco 49ersW 26-23 (OT)W -1.5@Cincinnati BengalsP 49
SunDec 12, 20211:00@Cleveland BrownsW 24-22L -3Baltimore RavensO 42.5
SunDec 12, 20211:00Seattle SeahawksW 33-13W -9@Houston TexansO 40.5
SunDec 12, 20211:00@Kansas City ChiefsW 48-9W -10Las Vegas RaidersO 48
SunDec 12, 20211:00New Orleans SaintsW 30-9W -5.5@New York JetsU 43
SunDec 12, 20211:00@Tennessee TitansW 20-0W -8.5Jacksonville JaguarsU 43.5
SunDec 12, 20211:00Dallas CowboysW 27-20W -4.5@Washington Football TeamU 48
SunDec 12, 20214:05@Denver BroncosW 38-10W -11Detroit LionsO 42
SunDec 12, 20214:05@Los Angeles ChargersW 37-21W -9New York GiantsO 43
SunDec 12, 20214:25@Tampa Bay BuccaneersW 33-27 (OT)W -3.5Buffalo BillsO 54.5
SunDec 12, 20218:20@Green Bay PackersW 45-30W -11.5Chicago BearsO 43
MonDec 13, 20218:15@Arizona CardinalsL 23-30L -2.5Los Angeles RamsO 51.5
+ + +

+ +

Back to top

2021 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 16, 20218:20Kansas City ChiefsW 34-28 (OT)W -3@Los Angeles ChargersO 52.5
SatDec 18, 20218:20@Indianapolis ColtsW 27-17W -2.5New England PatriotsU 45.5
SunDec 19, 20211:00Green Bay PackersW 31-30L -9.5@Baltimore RavensO 45
SunDec 19, 20211:00@Buffalo BillsW 31-14W -14.5Carolina PanthersO 43
SunDec 19, 20211:00Arizona CardinalsL 12-30L -13@Detroit LionsU 48
SunDec 19, 20211:00@Jacksonville JaguarsL 16-30L -6Houston TexansO 40
SunDec 19, 20211:00@Miami DolphinsW 31-24L -10New York JetsO 42
SunDec 19, 20211:00Dallas CowboysW 21-6W -11.5@New York GiantsU 43.5
SunDec 19, 20211:00@Pittsburgh SteelersW 19-13W -1Tennessee TitansU 44
SunDec 19, 20214:05@Denver BroncosL 10-15L -3Cincinnati BengalsU 44
SunDec 19, 20214:05@San Francisco 49ersW 31-13W -8.5Atlanta FalconsU 48
SunDec 19, 20218:20@Tampa Bay BuccaneersL 0-9L -11.5New Orleans SaintsU 45.5
MonDec 20, 20215:00@Cleveland BrownsL 14-16L -3Las Vegas RaidersU 41
MonDec 20, 20218:15Minnesota VikingsW 17-9W -6.5@Chicago BearsU 44.5
TueDec 21, 20217:00@Los Angeles RamsW 20-10W -7Seattle SeahawksU 46
TueDec 21, 20217:00@Philadelphia EaglesW 27-17W -6.5Washington Football TeamO 42
+ + +

+ +

Back to top

2021 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 23, 20218:20San Francisco 49ersL 17-20L -3.5@Tennessee TitansU 44
SatDec 25, 20214:30@Green Bay PackersW 24-22L -7.5Cleveland BrownsU 46.5
SatDec 25, 20218:15@Arizona CardinalsL 16-22L -2Indianapolis ColtsU 49
SunDec 26, 20211:00@Atlanta FalconsW 20-16L -6.5Detroit LionsU 42
SunDec 26, 20211:00Tampa Bay BuccaneersW 32-6W -9.5@Carolina PanthersU 43
SunDec 26, 20211:00@Cincinnati BengalsW 41-21W -7Baltimore RavensO 41.5
SunDec 26, 20211:00Los Angeles ChargersL 29-41L -11@Houston TexansO 45.5
SunDec 26, 20211:00Los Angeles RamsW 30-23W -3.5@Minnesota VikingsO 49
SunDec 26, 20211:00@New England PatriotsL 21-33L -1.5Buffalo BillsO 43.5
SunDec 26, 20211:00@New York JetsW 26-21W -1.5Jacksonville JaguarsO 41
SunDec 26, 20211:00@Philadelphia EaglesW 34-10W -10New York GiantsO 40.5
SunDec 26, 20214:05@Seattle SeahawksL 24-25L -6.5Chicago BearsO 41.5
SunDec 26, 20214:25@Kansas City ChiefsW 36-10W -10Pittsburgh SteelersP 46
SunDec 26, 20214:25@Las Vegas RaidersW 17-13W PKDenver BroncosU 41
SunDec 26, 20218:20@Dallas CowboysW 56-14W -10Washington Football TeamO 46.5
MonDec 27, 20218:15Miami DolphinsW 20-3W -2.5@New Orleans SaintsU 37.5
+ + +

+ +

Back to top

2021 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SunJan 2, 20221:00@Buffalo BillsW 29-15L -14.5Atlanta FalconsP 44
SunJan 2, 20221:00@Chicago BearsW 29-3W -6.5New York GiantsU 36.5
SunJan 2, 20221:00Kansas City ChiefsL 31-34L -4@Cincinnati BengalsO 51.5
SunJan 2, 20221:00@Dallas CowboysL 22-25L -6.5Arizona CardinalsU 52.5
SunJan 2, 20221:00@Indianapolis ColtsL 20-23L -8Las Vegas RaidersU 45
SunJan 2, 20221:00@New England PatriotsW 50-10W -16.5Jacksonville JaguarsO 41.5
SunJan 2, 20221:00@New Orleans SaintsW 18-10W -6.5Carolina PanthersU 37.5
SunJan 2, 20221:00Tampa Bay BuccaneersW 28-24L -13.5@New York JetsO 45.5
SunJan 2, 20221:00@Tennessee TitansW 34-3W -3Miami DolphinsU 40
SunJan 2, 20221:00Philadelphia EaglesW 20-16L -4.5@Washington Football TeamU 44.5
SunJan 2, 20224:05@Los Angeles ChargersW 34-13W -7.5Denver BroncosO 45
SunJan 2, 20224:05@San Francisco 49ersW 23-7W -12.5Houston TexansU 43.5
SunJan 2, 20224:25Los Angeles RamsW 20-19L -6@Baltimore RavensU 46.5
SunJan 2, 20224:25@Seattle SeahawksW 51-29W -7Detroit LionsO 41.5
SunJan 2, 20228:20@Green Bay PackersW 37-10W -13Minnesota VikingsO 42.5
MonJan 3, 20228:15@Pittsburgh SteelersW 26-14W -2Cleveland BrownsU 42
+ + +

+ +

Back to top

2021 Regular Season - Week 18

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatJan 8, 20224:30Kansas City ChiefsW 28-24L -11@Denver BroncosO 45
SatJan 8, 20228:15Dallas CowboysW 51-26W -4@Philadelphia EaglesO 43.5
SunJan 9, 20221:00New Orleans SaintsW 30-20W -3.5@Atlanta FalconsO 40
SunJan 9, 20221:00@Baltimore RavensL 13-16 (OT)L -3.5Pittsburgh SteelersU 41
SunJan 9, 20221:00@Buffalo BillsW 27-10W -16.5New York JetsU 40.5
SunJan 9, 20221:00@Cleveland BrownsW 21-16L -5.5Cincinnati BengalsP 37
SunJan 9, 20221:00Green Bay PackersL 30-37L -3@Detroit LionsO 44.5
SunJan 9, 20221:00Tennessee TitansW 28-25L -10.5@Houston TexansO 42.5
SunJan 9, 20221:00Indianapolis ColtsL 11-26L -15@Jacksonville JaguarsU 43.5
SunJan 9, 20221:00New England PatriotsL 24-33L -6@Miami DolphinsO 40
SunJan 9, 20221:00@Minnesota VikingsW 31-17W -4Chicago BearsO 44.5
SunJan 9, 20221:00Washington Football TeamW 22-7W -7@New York GiantsU 37.5
SunJan 9, 20221:00@Tampa Bay BuccaneersW 41-17W -9Carolina PanthersO 41.5
SunJan 9, 20224:25@Arizona CardinalsL 30-38L -5.5Seattle SeahawksO 48
SunJan 9, 20224:25Los Angeles ChargersL 32-35 (OT)L -3@Las Vegas RaidersO 49
SunJan 9, 20224:25@Los Angeles RamsL 24-27 (OT)L -3.5San Francisco 49ersO 44.5
+ + +

+

Back to top

+

2021 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 15, 20224:30@Cincinnati Bengals (4)W 26-19W -5.5Las Vegas Raiders (5)U 49
AFC Wild CardSatJan 15, 20228:15@Buffalo Bills (3)W 47-17W -4New England Patriots (6)O 44
NFC Wild CardSunJan 16, 20221:00@Tampa Bay Buccaneers (2)W 31-15W -8.5Philadelphia Eagles (7)O 45.5
NFC Wild CardSunJan 16, 20224:40@Dallas Cowboys (3)L 17-23L -3San Francisco 49ers (6)U 51
AFC Wild CardSunJan 16, 20228:15@Kansas City Chiefs (2)W 42-21W -12.5Pittsburgh Steelers (7)O 46.5
NFC Wild CardMonJan 17, 20228:15@Los Angeles Rams (4)W 34-11W -3.5Arizona Cardinals (5)U 49.5
AFC DivisionalSatJan 22, 20224:30@Tennessee Titans (1)L 16-19L -4Cincinnati Bengals (4)U 47.5
NFC DivisionalSatJan 22, 20228:15@Green Bay Packers (1)L 10-13L -5.5San Francisco 49ers (6)U 47
NFC DivisionalSunJan 23, 20223:00@Tampa Bay Buccaneers (2)L 27-30L -3Los Angeles Rams (4)O 48
AFC DivisionalSunJan 23, 20226:30@Kansas City Chiefs (2)W 42-36 (OT)W -2Buffalo Bills (3)O 54.5
AFC ChampionshipSunJan 30, 20223:00@Kansas City Chiefs (1)L 24-27 (OT)L -7Cincinnati Bengals (4)U 55
NFC ChampionshipSunJan 30, 20226:30@Los Angeles Rams (4)W 20-17L -3.5San Francisco 49ers (6)U 46
Super Bowl LVISunFeb 13, 20226:30NLos Angeles Rams (4)W 23-20L -4.5Cincinnati Bengals (4)U 48.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2022.html b/data/2022.html new file mode 100644 index 0000000..7e06fec --- /dev/null +++ b/data/2022.html @@ -0,0 +1,5583 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2022 Season

+ +

Historical NFL Game Odds

2022 Season

<<-- 2021 Season    2023 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2022 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
110-5 (66.7%)8-8-0 (50.0%)6-9 (40.0%)9-7-0 (56.3%)4-3 (57.1%)4-3-0 (57.1%)2-6 (25.0%)5-4-0 (55.6%)5-11-0 (31.3%)
211-5 (68.8%)8-8-0 (50.0%)11-5 (68.8%)8-8-0 (50.0%)9-3 (75.0%)6-6-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)6-10-0 (37.5%)
37-9 (43.8%)5-10-1 (33.3%)8-8 (50.0%)6-9-1 (40.0%)3-4 (42.9%)1-5-1 (16.7%)5-4 (55.6%)5-4-0 (55.6%)6-9-1 (40.0%)
410-6 (62.5%)7-8-1 (46.7%)8-7 (53.3%)7-7-1 (50.0%)7-5 (58.3%)6-6-0 (50.0%)1-2 (33.3%)1-1-1 (50.0%)8-8-0 (50.0%)
511-5 (68.8%)6-10-0 (37.5%)8-7 (53.3%)5-10-0 (33.3%)7-3 (70.0%)3-7-0 (30.0%)1-4 (20.0%)2-3-0 (40.0%)7-9-0 (43.8%)
68-6 (57.1%)7-7-0 (50.0%)8-6 (57.1%)7-7-0 (50.0%)4-2 (66.7%)3-3-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)4-10-0 (28.6%)
79-5 (64.3%)7-7-0 (50.0%)9-5 (64.3%)7-7-0 (50.0%)7-3 (70.0%)5-5-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)7-7-0 (50.0%)
89-6 (60.0%)7-8-0 (46.7%)8-6 (57.1%)6-8-0 (42.9%)6-3 (66.7%)4-5-0 (44.4%)2-3 (40.0%)2-3-0 (40.0%)7-7-1 (50.0%)
99-4 (69.2%)3-7-3 (30.0%)7-6 (53.8%)7-3-3 (70.0%)4-1 (80.0%)2-2-1 (50.0%)3-5 (37.5%)5-1-2 (83.3%)4-9-0 (30.8%)
106-8 (42.9%)5-9-0 (35.7%)8-5 (61.5%)7-6-0 (53.8%)5-5 (50.0%)4-6-0 (40.0%)3-0 (100.%)3-0-0 (100.%)7-7-0 (50.0%)
1111-3 (78.6%)8-6-0 (57.1%)4-8 (33.3%)5-7-0 (41.7%)4-3 (57.1%)3-4-0 (42.9%)0-5 (0.0%)2-3-0 (40.0%)8-6-0 (57.1%)
1211-5 (68.8%)8-8-0 (50.0%)11-5 (68.8%)12-4-0 (75.0%)8-2 (80.0%)7-3-0 (70.0%)3-3 (50.0%)5-1-0 (83.3%)8-8-0 (50.0%)
1312-2 (85.7%)9-6-0 (60.0%)9-5 (64.3%)9-6-0 (60.0%)8-1 (88.9%)6-3-0 (66.7%)1-4 (20.0%)3-3-0 (50.0%)7-8-0 (46.7%)
148-5 (61.5%)5-8-0 (38.5%)7-6 (53.8%)6-7-0 (46.2%)5-3 (62.5%)3-5-0 (37.5%)2-3 (40.0%)3-2-0 (60.0%)7-6-0 (53.8%)
1512-4 (75.0%)6-9-1 (40.0%)9-7 (56.3%)7-8-1 (46.7%)8-3 (72.7%)4-6-1 (40.0%)1-4 (20.0%)3-2-0 (60.0%)8-8-0 (50.0%)
1610-6 (62.5%)8-8-0 (50.0%)8-8 (50.0%)8-8-0 (50.0%)6-4 (60.0%)5-5-0 (50.0%)2-4 (33.3%)3-3-0 (50.0%)6-10-0 (37.5%)
1711-4 (73.3%)7-8-0 (46.7%)9-6 (60.0%)7-8-0 (46.7%)8-3 (72.7%)5-6-0 (45.5%)1-3 (25.0%)2-2-0 (50.0%)7-8-0 (46.7%)
1812-4 (75.0%)8-7-1 (53.3%)11-5 (68.8%)7-8-1 (46.7%)10-3 (76.9%)6-6-1 (50.0%)1-2 (33.3%)1-2-0 (33.3%)7-9-0 (43.8%)
Playoffs9-4 (69.2%)6-7-0 (46.2%)9-4 (69.2%)6-7-0 (46.2%)8-3 (72.7%)5-6-0 (45.5%)1-1 (50.0%)1-1-0 (50.0%)6-7-0 (46.2%)
+ +


2022 Results by Team

Click on a team to view 2022 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals4-13 (23.5%)8-9 (47.1%)1-2 (33.3%)1-2-0 (33.3%)1-7 (12.5%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)10-7-0 (58.8%)
Atlanta Falcons7-10 (41.2%)9-7-1 (56.3%)4-2 (66.7%)2-4-0 (33.3%)6-3 (66.7%)5-3-1 (62.5%)4-1 (80.0%)2-3-0 (40.0%)7-10-0 (41.2%)
Baltimore Ravens10-7 (58.8%)6-10-1 (37.5%)8-4 (66.7%)4-8-0 (33.3%)5-3 (62.5%)1-6-1 (14.3%)5-2 (71.4%)1-6-0 (14.3%)5-12-0 (29.4%)
Buffalo Bills13-3 (81.3%)8-7-1 (53.3%)13-3 (81.3%)8-7-1 (53.3%)6-1 (85.7%)3-4-0 (42.9%)6-1 (85.7%)3-4-0 (42.9%)6-10-0 (37.5%)
Carolina Panthers7-10 (41.2%)9-8 (52.9%)0-3 (0.0%)0-3-0 (0.0%)5-4 (55.6%)5-4-0 (55.6%)0-3 (0.0%)0-3-0 (0.0%)8-9-0 (47.1%)
Chicago Bears3-14 (17.6%)5-11-1 (31.3%)1-1 (50.0%)0-1-1 (0.0%)2-7 (22.2%)3-5-1 (37.5%)1-1 (50.0%)0-1-1 (0.0%)10-7-0 (58.8%)
Cincinnati Bengals12-4 (75.0%)13-3 (81.3%)11-3 (78.6%)11-3-0 (78.6%)6-1 (85.7%)6-1-0 (85.7%)5-1 (83.3%)5-1-0 (83.3%)6-9-1 (40.0%)
Cleveland Browns7-10 (41.2%)8-9 (47.1%)3-4 (42.9%)3-4-0 (42.9%)4-4 (50.0%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)8-8-1 (50.0%)
Dallas Cowboys12-5 (70.6%)10-7 (58.8%)9-3 (75.0%)7-5-0 (58.3%)8-1 (88.9%)6-3-0 (66.7%)7-0 (100.%)5-2-0 (71.4%)9-7-1 (56.3%)
Denver Broncos5-12 (29.4%)7-9-1 (43.8%)3-5 (37.5%)1-6-1 (14.3%)4-4 (50.0%)3-4-1 (42.9%)3-2 (60.0%)1-3-1 (25.0%)6-11-0 (35.3%)
Detroit Lions9-8 (52.9%)12-5 (70.6%)4-2 (66.7%)4-2-0 (66.7%)5-4 (55.6%)7-2-0 (77.8%)4-1 (80.0%)4-1-0 (80.0%)9-8-0 (52.9%)
Green Bay Packers8-9 (47.1%)8-9 (47.1%)5-6 (45.5%)4-7-0 (36.4%)5-3 (62.5%)4-4-0 (50.0%)4-3 (57.1%)3-4-0 (42.9%)8-9-0 (47.1%)
Houston Texans3-13-1 (18.8%)8-8-1 (50.0%)0-0 0-0-0 0-7 (0.0%)3-5-0 (37.5%)0-0 0-0-0 7-10-0 (41.2%)
Indianapolis Colts4-12-1 (25.0%)6-11 (35.3%)1-5 (16.7%)1-6-0 (14.3%)2-6 (25.0%)3-5-0 (37.5%)1-4 (20.0%)1-4-0 (20.0%)7-10-0 (41.2%)
Jacksonville Jaguars9-8 (52.9%)8-9 (47.1%)2-3 (40.0%)1-4-0 (20.0%)5-2 (71.4%)4-3-0 (57.1%)1-2 (33.3%)0-3-0 (0.0%)8-9-0 (47.1%)
Kansas City Chiefs14-3 (82.4%)7-10 (41.2%)13-2 (86.7%)6-9-0 (40.0%)7-1 (87.5%)3-5-0 (37.5%)7-0 (100.%)3-4-0 (42.9%)8-9-0 (47.1%)
Las Vegas Raiders6-11 (35.3%)8-9 (47.1%)4-6 (40.0%)4-6-0 (40.0%)4-4 (50.0%)5-3-0 (62.5%)4-2 (66.7%)4-2-0 (66.7%)9-8-0 (52.9%)
Los Angeles Chargers10-7 (58.8%)9-5-3 (64.3%)9-2 (81.8%)5-4-2 (55.6%)5-3 (62.5%)4-3-1 (57.1%)4-2 (66.7%)2-3-1 (40.0%)7-10-0 (41.2%)
Los Angeles Rams5-12 (29.4%)6-10-1 (37.5%)3-3 (50.0%)2-4-0 (33.3%)4-5 (44.4%)4-5-0 (44.4%)2-3 (40.0%)1-4-0 (20.0%)6-11-0 (35.3%)
Miami Dolphins9-8 (52.9%)9-8 (52.9%)7-3 (70.0%)5-5-0 (50.0%)6-2 (75.0%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)8-9-0 (47.1%)
Minnesota Vikings13-4 (76.5%)7-9-1 (43.8%)12-0 (100.%)6-5-1 (54.5%)8-1 (88.9%)4-5-0 (44.4%)8-0 (100.%)4-4-0 (50.0%)10-7-0 (58.8%)
New England Patriots8-9 (47.1%)8-9 (47.1%)7-1 (87.5%)6-2-0 (75.0%)4-4 (50.0%)3-5-0 (37.5%)4-1 (80.0%)3-2-0 (60.0%)8-9-0 (47.1%)
New Orleans Saints7-10 (41.2%)7-10 (41.2%)4-3 (57.1%)2-5-0 (28.6%)4-4 (50.0%)3-5-0 (37.5%)3-1 (75.0%)2-2-0 (50.0%)6-11-0 (35.3%)
New York Giants9-7-1 (56.3%)13-4 (76.5%)4-2 (66.7%)4-2-0 (66.7%)5-3 (62.5%)6-3-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)6-10-1 (37.5%)
New York Jets7-10 (41.2%)8-9 (47.1%)2-3 (40.0%)2-3-0 (40.0%)3-5 (37.5%)3-5-0 (37.5%)1-2 (33.3%)1-2-0 (33.3%)5-12-0 (29.4%)
Philadelphia Eagles14-3 (82.4%)8-9 (47.1%)14-2 (87.5%)8-8-0 (50.0%)7-2 (77.8%)6-3-0 (66.7%)7-2 (77.8%)6-3-0 (66.7%)10-7-0 (58.8%)
Pittsburgh Steelers9-8 (52.9%)10-7 (58.8%)2-2 (50.0%)2-2-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)2-2 (50.0%)2-2-0 (50.0%)7-10-0 (41.2%)
San Francisco 49ers13-4 (76.5%)11-6 (64.7%)12-3 (80.0%)10-5-0 (66.7%)8-1 (88.9%)7-2-0 (77.8%)8-0 (100.%)7-1-0 (87.5%)9-8-0 (52.9%)
Seattle Seahawks9-8 (52.9%)7-10 (41.2%)3-3 (50.0%)1-5-0 (16.7%)5-4 (55.6%)4-5-0 (44.4%)2-3 (40.0%)1-4-0 (20.0%)8-9-0 (47.1%)
Tampa Bay Buccaneers8-9 (47.1%)4-12-1 (25.0%)8-6 (57.1%)4-9-1 (30.8%)4-4 (50.0%)1-6-1 (14.3%)4-3 (57.1%)1-5-1 (16.7%)6-11-0 (35.3%)
Tennessee Titans7-10 (41.2%)9-7-1 (56.3%)4-3 (57.1%)4-3-0 (57.1%)3-5 (37.5%)3-5-0 (37.5%)2-3 (40.0%)2-3-0 (40.0%)6-11-0 (35.3%)
Washington Commanders8-8-1 (50.0%)8-8-1 (50.0%)4-2 (66.7%)4-3-0 (57.1%)4-5 (44.4%)4-4-1 (50.0%)2-2 (50.0%)2-2-0 (50.0%)5-12-0 (29.4%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2022 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 8, 20228:20Buffalo BillsW 31-10W -2.5@Los Angeles RamsU 52
SunSep 11, 20221:00New Orleans SaintsW 27-26L -5.5@Atlanta FalconsO 43.5
SunSep 11, 20221:00@Carolina PanthersL 24-26L -1.5Cleveland BrownsO 42
SunSep 11, 20221:00San Francisco 49ersL 10-19L -6@Chicago BearsU 38
SunSep 11, 20221:00@Cincinnati BengalsL 20-23 (OT)L -7Pittsburgh SteelersU 44
SunSep 11, 20221:00Philadelphia EaglesW 38-35L -6@Detroit LionsO 48.5
SunSep 11, 20221:00Indianapolis ColtsT 20-20 (OT)L -7@Houston TexansU 45.5
SunSep 11, 20221:00@Miami DolphinsW 20-7W -3New England PatriotsU 46
SunSep 11, 20221:00Baltimore RavensW 24-9W -6.5@New York JetsU 44
SunSep 11, 20221:00@Washington CommandersW 28-22W -3Jacksonville JaguarsO 43
SunSep 11, 20224:25Kansas City ChiefsW 44-21W -6.5@Arizona CardinalsO 54
SunSep 11, 20224:25@Los Angeles ChargersW 24-19W -3.5Las Vegas RaidersU 52.5
SunSep 11, 20224:25@Minnesota VikingsW 23-7W -2.5Green Bay PackersU 46
SunSep 11, 20224:25@Tennessee TitansL 20-21L -5New York GiantsU 44
SunSep 11, 20228:20Tampa Bay BuccaneersW 19-3W -2@Dallas CowboysU 50
MonSep 12, 20228:20Denver BroncosL 16-17L -6.5@Seattle SeahawksU 44.5
+ + +

+ +

Back to top

2022 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 15, 20228:15@Kansas City ChiefsW 27-24L -4Los Angeles ChargersU 54
SunSep 18, 20221:00@Baltimore RavensL 38-42L -3.5Miami DolphinsO 44.5
SunSep 18, 20221:00@Cleveland BrownsL 30-31L -6.5New York JetsO 39.5
SunSep 18, 20221:00@Detroit LionsW 36-27W -1.5Washington CommandersO 48.5
SunSep 18, 20221:00Indianapolis ColtsL 0-24L -3@Jacksonville JaguarsU 45
SunSep 18, 20221:00Tampa Bay BuccaneersW 20-10W -2.5@New Orleans SaintsU 44
SunSep 18, 20221:00@New York GiantsW 19-16W -2Carolina PanthersU 43.5
SunSep 18, 20221:00New England PatriotsW 17-14W -2.5@Pittsburgh SteelersU 40.5
SunSep 18, 20224:05@Los Angeles RamsW 31-27L -10Atlanta FalconsO 46.5
SunSep 18, 20224:05@San Francisco 49ersW 27-7W -9Seattle SeahawksU 40.5
SunSep 18, 20224:25Cincinnati BengalsL 17-20L -7@Dallas CowboysU 42
SunSep 18, 20224:25@Denver BroncosW 16-9L -10Houston TexansU 45.5
SunSep 18, 20224:25@Las Vegas RaidersL 23-29 (OT)L -5.5Arizona CardinalsO 51.5
SunSep 18, 20228:20@Green Bay PackersW 27-10W -10Chicago BearsU 41.5
MonSep 19, 20227:15@Buffalo BillsW 41-7W -10Tennessee TitansO 47.5
MonSep 19, 20228:30@Philadelphia EaglesW 24-7W -2.5Minnesota VikingsU 50.5
+ + +

+ +

Back to top

2022 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 22, 20228:15@Cleveland BrownsW 29-17W -4.5Pittsburgh SteelersO 38.5
SunSep 25, 20221:00New Orleans SaintsL 14-22L -2.5@Carolina PanthersU 41
SunSep 25, 20221:00@Chicago BearsW 23-20P -3Houston TexansO 39
SunSep 25, 20221:00Kansas City ChiefsL 17-20L -5.5@Indianapolis ColtsU 51
SunSep 25, 20221:00Buffalo BillsL 19-21L -4.5@Miami DolphinsU 53
SunSep 25, 20221:00@Minnesota VikingsW 28-24L -6Detroit LionsU 52.5
SunSep 25, 20221:00Baltimore RavensW 37-26W -2.5@New England PatriotsO 44
SunSep 25, 20221:00Cincinnati BengalsW 27-12W -6@New York JetsU 45
SunSep 25, 20221:00Las Vegas RaidersL 22-24L -2@Tennessee TitansO 45.5
SunSep 25, 20221:00Philadelphia EaglesW 24-8W -6@Washington CommandersU 47.5
SunSep 25, 20224:05@Los Angeles ChargersL 10-38L -3Jacksonville JaguarsO 42.5
SunSep 25, 20224:25Los Angeles RamsW 20-12W -3.5@Arizona CardinalsU 48.5
SunSep 25, 20224:25@Seattle SeahawksL 23-27L -1Atlanta FalconsO 42
SunSep 25, 20224:25@Tampa Bay BuccaneersL 12-14L -1Green Bay PackersU 42
SunSep 25, 20228:20San Francisco 49ersL 10-11L -1.5@Denver BroncosU 44.5
MonSep 26, 20228:15@New York GiantsL 16-23L -1Dallas CowboysP 39
+ + +

+ +

Back to top

2022 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 29, 20228:15@Cincinnati BengalsW 27-15W -3.5Miami DolphinsU 47.5
SunOct 2, 20221:00Cleveland BrownsL 20-23L -1@Atlanta FalconsU 47.5
SunOct 2, 20221:00Buffalo BillsW 23-20P -3@Baltimore RavensU 51
SunOct 2, 20221:00@Dallas CowboysW 25-10W -3Washington CommandersU 41.5
SunOct 2, 20221:00@Detroit LionsL 45-48L -3.5Seattle SeahawksO 48
SunOct 2, 20221:00Los Angeles ChargersW 34-24W -6@Houston TexansO 45
SunOct 2, 20221:00@Indianapolis ColtsL 17-24L -3.5Tennessee TitansU 43
SunOct 2, 20221:00NMinnesota VikingsW 28-25L -3.5New Orleans SaintsO 42at London
SunOct 2, 20221:00@New York GiantsW 20-12W -3Chicago BearsU 39
SunOct 2, 20221:00@Philadelphia EaglesW 29-21W -6.5Jacksonville JaguarsO 45.5
SunOct 2, 20221:00@Pittsburgh SteelersL 20-24L -3.5New York JetsO 41.5
SunOct 2, 20224:05@Carolina PanthersL 16-26L -1Arizona CardinalsU 43.5
SunOct 2, 20224:25@Green Bay PackersW 27-24 (OT)L -9.5New England PatriotsO 40
SunOct 2, 20224:25@Las Vegas RaidersW 32-23W -2.5Denver BroncosO 45.5
SunOct 2, 20228:20@Tampa Bay BuccaneersL 31-41L -1Kansas City ChiefsO 46
MonOct 3, 20228:15@San Francisco 49ersW 24-9W -1.5Los Angeles RamsU 42.5
+ + +

+ +

Back to top

2022 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 6, 20228:15@Denver BroncosL 9-12 (OT)L -3Indianapolis ColtsU 42
SunOct 9, 20229:30NGreen Bay PackersL 22-27L -8New York GiantsO 41.5at London
SunOct 9, 20221:00@Buffalo BillsW 38-3W -14Pittsburgh SteelersU 45.5
SunOct 9, 20221:00Los Angeles ChargersW 30-28W -1@Cleveland BrownsO 47
SunOct 9, 20221:00@Jacksonville JaguarsL 6-13L -7Houston TexansU 43.5
SunOct 9, 20221:00@Minnesota VikingsW 29-22L -7.5Chicago BearsO 44
SunOct 9, 20221:00@New England PatriotsW 29-0W -3Detroit LionsU 45.5
SunOct 9, 20221:00@New Orleans SaintsW 39-32W -5Seattle SeahawksO 45
SunOct 9, 20221:00Miami DolphinsL 17-40L -3.5@New York JetsO 45
SunOct 9, 20221:00@Tampa Bay BuccaneersW 21-15L -10Atlanta FalconsU 46.5
SunOct 9, 20221:00Tennessee TitansW 21-17W -2@Washington CommandersU 43
SunOct 9, 20224:05San Francisco 49ersW 37-15W -6.5@Carolina PanthersO 39.5
SunOct 9, 20224:25Philadelphia EaglesW 20-17L -5@Arizona CardinalsU 49
SunOct 9, 20224:25@Los Angeles RamsL 10-22L -5.5Dallas CowboysU 42
SunOct 9, 20228:20@Baltimore RavensW 19-17L -3.5Cincinnati BengalsU 47.5
MonOct 10, 20228:15@Kansas City ChiefsW 30-29L -7Las Vegas RaidersO 51.5
+ + +

+ +

Back to top

2022 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 13, 20228:15Washington CommandersW 12-7W -1@Chicago BearsU 38
SunOct 16, 20221:00San Francisco 49ersL 14-28L -4.5@Atlanta FalconsU 45
SunOct 16, 20221:00@Cleveland BrownsL 15-38L -2.5New England PatriotsO 43
SunOct 16, 20221:00@Green Bay PackersL 10-27L -7.5New York JetsU 45
SunOct 16, 20221:00@Indianapolis ColtsW 34-27W -1.5Jacksonville JaguarsO 41
SunOct 16, 20221:00Minnesota VikingsW 24-16W -3@Miami DolphinsU 45.5
SunOct 16, 20221:00Cincinnati BengalsW 30-26W -3@New Orleans SaintsO 43
SunOct 16, 20221:00Baltimore RavensL 20-24L -5.5@New York GiantsU 45.5
SunOct 16, 20221:00Tampa Bay BuccaneersL 18-20L -9.5@Pittsburgh SteelersU 46
SunOct 16, 20224:05@Los Angeles RamsW 24-10W -10Carolina PanthersU 41.5
SunOct 16, 20224:05Arizona CardinalsL 9-19L -2.5@Seattle SeahawksU 50.5
SunOct 16, 20224:25Buffalo BillsW 24-20W -2.5@Kansas City ChiefsU 54
SunOct 16, 20228:20@Philadelphia EaglesW 26-17W -6.5Dallas CowboysO 42
MonOct 17, 20228:15@Los Angeles ChargersW 19-16 (OT)L -4.5Denver BroncosU 45.5
+ + +

+ +

Back to top

2022 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 20, 20228:15@Arizona CardinalsW 42-34W -2.5New Orleans SaintsO 44
SunOct 23, 20221:00@Baltimore RavensW 23-20L -6.5Cleveland BrownsU 45.5
SunOct 23, 20221:00Tampa Bay BuccaneersL 3-21L -13@Carolina PanthersU 39.5
SunOct 23, 20221:00@Cincinnati BengalsW 35-17W -6.5Atlanta FalconsO 47
SunOct 23, 20221:00@Dallas CowboysW 24-6W -6.5Detroit LionsU 49
SunOct 23, 20221:00@Jacksonville JaguarsL 17-23L -3New York GiantsU 43.5
SunOct 23, 20221:00@Tennessee TitansW 19-10W -2.5Indianapolis ColtsU 41.5
SunOct 23, 20221:00Green Bay PackersL 21-23L -4.5@Washington CommandersO 41.5
SunOct 23, 20224:05New York JetsW 16-9W -1.5@Denver BroncosU 37
SunOct 23, 20224:05@Las Vegas RaidersW 38-20W -7Houston TexansO 46
SunOct 23, 20224:25@Los Angeles ChargersL 23-37L -4.5Seattle SeahawksO 50.5
SunOct 23, 20224:25Kansas City ChiefsW 44-23W -1@San Francisco 49ersO 49
SunOct 23, 20228:20@Miami DolphinsW 16-10L -7.5Pittsburgh SteelersU 44.5
MonOct 24, 20228:15@New England PatriotsL 14-33L -8.5Chicago BearsO 40.5
+ + +

+ +

Back to top

2022 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 27, 20228:15@Tampa Bay BuccaneersL 22-27L -1.5Baltimore RavensO 45.5
SunOct 30, 20229:30NJacksonville JaguarsL 17-21L -2Denver BroncosU 40.5at London
SunOct 30, 20221:00@Atlanta FalconsW 37-34 (OT)L -4Carolina PanthersO 41
SunOct 30, 20221:00@Dallas CowboysW 49-29W -10Chicago BearsO 42.5
SunOct 30, 20221:00Miami DolphinsW 31-27W -3.5@Detroit LionsO 51.5
SunOct 30, 20221:00@Minnesota VikingsW 34-26W -3.5Arizona CardinalsO 48.5
SunOct 30, 20221:00Las Vegas RaidersL 0-24L -1.5@New Orleans SaintsU 49.5
SunOct 30, 20221:00New England PatriotsW 22-17W -2.5@New York JetsU 40
SunOct 30, 20221:00@Philadelphia EaglesW 35-13W -10.5Pittsburgh SteelersO 43
SunOct 30, 20224:05Tennessee TitansW 17-10W -3.5@Houston TexansU 39
SunOct 30, 20224:05@Seattle SeahawksW 27-13W -3New York GiantsU 44.5
SunOct 30, 20224:25@Indianapolis ColtsL 16-17L -3Washington CommandersU 39.5
SunOct 30, 20224:25@Los Angeles RamsL 14-31L -2.5San Francisco 49ersO 42
SunOct 30, 20228:20@Buffalo BillsW 27-17L -10.5Green Bay PackersU 47
MonOct 31, 20228:15Cincinnati BengalsL 13-32L -3@Cleveland BrownsP 45
+ + +

+ +

Back to top

2022 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 3, 20228:15Philadelphia EaglesW 29-17L -13.5@Houston TexansO 45.5
SunNov 6, 20221:00Los Angeles ChargersW 20-17P -3@Atlanta FalconsU 49.5
SunNov 6, 20221:00Miami DolphinsW 35-32L -4@Chicago BearsO 45.5
SunNov 6, 20221:00@Cincinnati BengalsW 42-21W -7Carolina PanthersO 42.5
SunNov 6, 20221:00Green Bay PackersL 9-15L -3.5@Detroit LionsU 49.5
SunNov 6, 20221:00Las Vegas RaidersL 20-27L -2.5@Jacksonville JaguarsU 48
SunNov 6, 20221:00@New England PatriotsW 26-3W -5Indianapolis ColtsU 40.5
SunNov 6, 20221:00Buffalo BillsL 17-20L -11@New York JetsU 46
SunNov 6, 20221:00Minnesota VikingsW 20-17P -3@Washington CommandersU 43.5
SunNov 6, 20224:05@Arizona CardinalsL 21-31L -2Seattle SeahawksO 49
SunNov 6, 20224:25@Tampa Bay BuccaneersW 16-13P -3Los Angeles RamsU 42.5
SunNov 6, 20228:20@Kansas City ChiefsW 20-17 (OT)L -12.5Tennessee TitansU 45.5
MonNov 7, 20228:15Baltimore RavensW 27-13W -1.5@New Orleans SaintsU 46.5
+ + +

+ +

Back to top

2022 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 10, 20228:15Atlanta FalconsL 15-25L -2.5@Carolina PanthersU 41.5
SunNov 13, 20229:30NTampa Bay BuccaneersW 21-16W -2.5Seattle SeahawksU 45at Munich
SunNov 13, 20221:00@Buffalo BillsL 30-33 (OT)L -6.5Minnesota VikingsO 44.5
SunNov 13, 20221:00@Chicago BearsL 30-31L -2.5Detroit LionsO 48.5
SunNov 13, 20221:00@Kansas City ChiefsW 27-17W -9Jacksonville JaguarsU 51
SunNov 13, 20221:00@Miami DolphinsW 39-17W -3.5Cleveland BrownsO 49.5
SunNov 13, 20221:00@New York GiantsW 24-16W -4.5Houston TexansU 41
SunNov 13, 20221:00New Orleans SaintsL 10-20L -1@Pittsburgh SteelersU 40
SunNov 13, 20221:00@Tennessee TitansW 17-10W -2.5Denver BroncosU 39
SunNov 13, 20224:05@Las Vegas RaidersL 20-25L -4Indianapolis ColtsO 41
SunNov 13, 20224:25Dallas CowboysL 28-31 (OT)L -4@Green Bay PackersO 44.5
SunNov 13, 20224:25@Los Angeles RamsL 17-27L -2.5Arizona CardinalsO 39.5
SunNov 13, 20228:20@San Francisco 49ersW 22-16L -7.5Los Angeles ChargersU 45
MonNov 14, 20228:15@Philadelphia EaglesL 21-32L -10.5Washington CommandersO 43.5
+ + +

+ +

Back to top

2022 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 17, 20228:15@Green Bay PackersL 17-27L -3Tennessee TitansO 41
SunNov 20, 20221:00@Atlanta FalconsW 27-24W -2.5Chicago BearsO 49
SunNov 20, 20221:00@Baltimore RavensW 13-3L -13Carolina PanthersU 41.5
SunNov 20, 20221:00NBuffalo BillsW 31-23W -7.5Cleveland BrownsO 50at Detroit
SunNov 20, 20221:00Washington CommandersW 23-10W -3@Houston TexansU 41
SunNov 20, 20221:00Philadelphia EaglesW 17-16L -6.5@Indianapolis ColtsU 45.5
SunNov 20, 20221:00@New England PatriotsW 10-3W -3.5New York JetsU 38
SunNov 20, 20221:00@New Orleans SaintsW 27-20W -2.5Los Angeles RamsO 39
SunNov 20, 20221:00@New York GiantsL 18-31L -3Detroit LionsO 44.5
SunNov 20, 20224:05@Denver BroncosL 16-22 (OT)L -2.5Las Vegas RaidersU 41
SunNov 20, 20224:25Dallas CowboysW 40-3W -1.5@Minnesota VikingsU 48.5
SunNov 20, 20224:25Cincinnati BengalsW 37-30W -3.5@Pittsburgh SteelersO 40
SunNov 20, 20228:20Kansas City ChiefsW 30-27L -5@Los Angeles ChargersO 52.5
MonNov 21, 20228:15NSan Francisco 49ersW 38-10W -8Arizona CardinalsO 43at Mexico City
+ + +

+ +

Back to top

2022 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 24, 202212:30Buffalo BillsW 28-25L -9.5@Detroit LionsU 54.5
ThuNov 24, 20224:30@Dallas CowboysW 28-20L -10New York GiantsO 45.5
ThuNov 24, 20228:20@Minnesota VikingsW 33-26W -2.5New England PatriotsO 42.5
SunNov 27, 20221:00Denver BroncosL 10-23L -1@Carolina PanthersU 36
SunNov 27, 20221:00Tampa Bay BuccaneersL 17-23 (OT)L -3@Cleveland BrownsU 42
SunNov 27, 20221:00Baltimore RavensL 27-28L -3.5@Jacksonville JaguarsO 43
SunNov 27, 20221:00@Miami DolphinsW 30-15W -14Houston TexansU 47
SunNov 27, 20221:00@New York JetsW 31-10W -7Chicago BearsO 38.5
SunNov 27, 20221:00Cincinnati BengalsW 20-16W -1.5@Tennessee TitansU 43
SunNov 27, 20221:00@Washington CommandersW 19-13W -4Atlanta FalconsU 40.5
SunNov 27, 20224:05Los Angeles ChargersW 25-24L -2.5@Arizona CardinalsO 48.5
SunNov 27, 20224:05@Seattle SeahawksL 34-40 (OT)L -4Las Vegas RaidersO 47.5
SunNov 27, 20224:25@Kansas City ChiefsW 26-10W -15.5Los Angeles RamsU 42
SunNov 27, 20224:25@San Francisco 49ersW 13-0W -9New Orleans SaintsU 43
SunNov 27, 20228:20@Philadelphia EaglesW 40-33W -6.5Green Bay PackersO 46
MonNov 28, 20228:15@Indianapolis ColtsL 17-24L -2.5Pittsburgh SteelersO 39.5
+ + +

+ +

Back to top

2022 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 1, 20228:15Buffalo BillsW 24-10W -3.5@New England PatriotsU 43.5
SunDec 4, 20221:00@Atlanta FalconsL 16-19L -1Pittsburgh SteelersU 43
SunDec 4, 20221:00@Baltimore RavensW 10-9L -9.5Denver BroncosU 39.5
SunDec 4, 20221:00Green Bay PackersW 28-19W -4.5@Chicago BearsO 45
SunDec 4, 20221:00@Detroit LionsW 40-14W -1Jacksonville JaguarsO 51
SunDec 4, 20221:00Cleveland BrownsW 27-14W -8@Houston TexansU 46.5
SunDec 4, 20221:00@Minnesota VikingsW 27-22W -3New York JetsO 44.5
SunDec 4, 20221:00Washington CommandersT 20-20 (OT)L -2@New York GiantsU 40.5
SunDec 4, 20221:00@Philadelphia EaglesW 35-10W -4Tennessee TitansO 44
SunDec 4, 20224:05Seattle SeahawksW 27-23L -7@Los Angeles RamsO 41
SunDec 4, 20224:05@San Francisco 49ersW 33-17W -4.5Miami DolphinsO 45.5
SunDec 4, 20224:25Kansas City ChiefsL 24-27L -2.5@Cincinnati BengalsU 53
SunDec 4, 20224:25@Las Vegas RaidersW 27-20W -2.5Los Angeles ChargersU 49.5
SunDec 4, 20228:20@Dallas CowboysW 54-19W -10.5Indianapolis ColtsO 44.5
MonDec 5, 20228:15@Tampa Bay BuccaneersW 17-16L -3New Orleans SaintsU 41
+ + +

+ +

Back to top

2022 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 8, 20228:15Las Vegas RaidersL 16-17L -6@Los Angeles RamsU 44.5
SunDec 11, 20221:00@Buffalo BillsW 20-12L -10New York JetsU 43
SunDec 11, 20221:00@Cincinnati BengalsW 23-10W -5.5Cleveland BrownsU 46.5
SunDec 11, 20221:00@Dallas CowboysW 27-23L -17Houston TexansO 44
SunDec 11, 20221:00@Detroit LionsW 34-23W -2Minnesota VikingsO 51.5
SunDec 11, 20221:00Philadelphia EaglesW 48-22W -7@New York GiantsO 45
SunDec 11, 20221:00@Pittsburgh SteelersL 14-16L -1.5Baltimore RavensU 36.5
SunDec 11, 20221:00@Tennessee TitansL 22-36L -3.5Jacksonville JaguarsO 41
SunDec 11, 20224:05Kansas City ChiefsW 34-28L -8.5@Denver BroncosO 44
SunDec 11, 20224:25@San Francisco 49ersW 35-7W -3.5Tampa Bay BuccaneersO 37.5
SunDec 11, 20224:25@Seattle SeahawksL 24-30L -4Carolina PanthersO 44.5
SunDec 11, 20228:20Miami DolphinsL 17-23L -3@Los Angeles ChargersU 53.5
MonDec 12, 20228:15New England PatriotsW 27-13W -1.5@Arizona CardinalsU 43.5
+ + +

+ +

Back to top

2022 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 15, 20228:15San Francisco 49ersW 21-13W -3@Seattle SeahawksU 43
SatDec 17, 20221:00@Minnesota VikingsW 39-36 (OT)L -3.5Indianapolis ColtsO 47.5
SatDec 17, 20224:30@Cleveland BrownsW 13-3W -3Baltimore RavensU 38
SatDec 17, 20228:15@Buffalo BillsW 32-29L -7Miami DolphinsO 43.5
SunDec 18, 20221:00@Carolina PanthersL 16-24L -2.5Pittsburgh SteelersO 37.5
SunDec 18, 20221:00Philadelphia EaglesW 25-20L -8.5@Chicago BearsU 48.5
SunDec 18, 20221:00Kansas City ChiefsW 30-24 (OT)L -14.5@Houston TexansO 48.5
SunDec 18, 20221:00Dallas CowboysL 34-40 (OT)L -4@Jacksonville JaguarsO 48
SunDec 18, 20221:00@New Orleans SaintsW 21-18L -4Atlanta FalconsU 43.5
SunDec 18, 20221:00@New York JetsL 17-20L -1Detroit LionsU 43.5
SunDec 18, 20224:05@Denver BroncosW 24-15W -1.5Arizona CardinalsO 36.5
SunDec 18, 20224:25@Las Vegas RaidersW 30-24W -1.5New England PatriotsO 45
SunDec 18, 20224:25@Los Angeles ChargersW 17-14P -3Tennessee TitansU 46.5
SunDec 18, 20224:25Cincinnati BengalsW 34-23W -3.5@Tampa Bay BuccaneersO 45
SunDec 18, 20228:20@Washington CommandersL 12-20L -4.5New York GiantsU 40.5
MonDec 19, 20228:15@Green Bay PackersW 24-12W -7Los Angeles RamsU 39.5
+ + +

+ +

Back to top

2022 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 22, 20228:15@New York JetsL 3-19L -2Jacksonville JaguarsU 37
SatDec 24, 20221:00@Baltimore RavensW 17-9W -6.5Atlanta FalconsU 34.5
SatDec 24, 20221:00Detroit LionsL 23-37L -2.5@Carolina PanthersO 43.5
SatDec 24, 20221:00Buffalo BillsW 35-13W -8@Chicago BearsO 40
SatDec 24, 20221:00@Cleveland BrownsL 10-17L -3New Orleans SaintsU 32
SatDec 24, 20221:00@Kansas City ChiefsW 24-10W -10Seattle SeahawksU 49.5
SatDec 24, 20221:00@Minnesota VikingsW 27-24L -4New York GiantsO 49.5
SatDec 24, 20221:00Cincinnati BengalsW 22-18W -3@New England PatriotsU 41.5
SatDec 24, 20221:00@Pittsburgh SteelersW 13-10W -2Las Vegas RaidersU 38
SatDec 24, 20222:00@Tennessee TitansL 14-19L -3Houston TexansU 35.5
SatDec 24, 20224:05@San Francisco 49ersW 37-20W -6.5Washington CommandersO 37.5
SatDec 24, 20224:25@Dallas CowboysW 40-34W -4.5Philadelphia EaglesO 47
SunDec 25, 20221:00@Miami DolphinsL 20-26L -3.5Green Bay PackersU 49.5
SunDec 25, 20224:30Denver BroncosL 14-51L -3@Los Angeles RamsO 36.5
SunDec 25, 20228:20Tampa Bay BuccaneersW 19-16 (OT)L -7.5@Arizona CardinalsU 40.5
MonDec 26, 20228:15Los Angeles ChargersW 20-3W -4@Indianapolis ColtsU 45.5
+ + +

+ +

Back to top

2022 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 29, 20228:15Dallas CowboysW 27-13W -12.5@Tennessee TitansO 39.5
SunJan 1, 20231:00@Atlanta FalconsW 20-19L -6Arizona CardinalsU 41
SunJan 1, 20231:00@Detroit LionsW 41-10W -6Chicago BearsU 52.5
SunJan 1, 20231:00Jacksonville JaguarsW 31-3W -3@Houston TexansU 43
SunJan 1, 20231:00@Kansas City ChiefsW 27-24L -12.5Denver BroncosO 45
SunJan 1, 20231:00@New England PatriotsW 23-21L -2.5Miami DolphinsO 41
SunJan 1, 20231:00@New York GiantsW 38-10W -5.5Indianapolis ColtsO 39
SunJan 1, 20231:00@Philadelphia EaglesL 10-20L -5.5New Orleans SaintsU 41.5
SunJan 1, 20231:00@Tampa Bay BuccaneersW 30-24W -3.5Carolina PanthersO 40.5
SunJan 1, 20231:00@Washington CommandersL 10-24L -2Cleveland BrownsU 40.5
SunJan 1, 20234:05San Francisco 49ersW 37-34 (OT)L -9.5@Las Vegas RaidersO 42.5
SunJan 1, 20234:05New York JetsL 6-23L -1.5@Seattle SeahawksU 42.5
SunJan 1, 20234:25@Green Bay PackersW 41-17W -3Minnesota VikingsO 47.5
SunJan 1, 20234:25@Los Angeles ChargersW 31-10W -6.5Los Angeles RamsU 41.5
SunJan 1, 20238:20@Baltimore RavensL 13-16L -2.5Pittsburgh SteelersU 35
+ + +

+ +

Back to top

2022 Regular Season - Week 18

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatJan 7, 20234:30Kansas City ChiefsW 31-13W -9@Las Vegas RaidersU 52.5
SatJan 7, 20238:15@Jacksonville JaguarsW 20-16L -6.5Tennessee TitansU 40
SunJan 8, 20231:00@Atlanta FalconsW 30-17W -4Tampa Bay BuccaneersO 40.5
SunJan 8, 20231:00@Buffalo BillsW 35-23W -7.5New England PatriotsO 43.5
SunJan 8, 20231:00Minnesota VikingsW 29-13W -7@Chicago BearsU 42.5
SunJan 8, 20231:00@Cincinnati BengalsW 27-16W -9Baltimore RavensO 39.5
SunJan 8, 20231:00@Indianapolis ColtsL 31-32L -2.5Houston TexansO 37.5
SunJan 8, 20231:00@Miami DolphinsW 11-6W -3.5New York JetsU 37
SunJan 8, 20231:00@New Orleans SaintsL 7-10L -3.5Carolina PanthersU 41.5
SunJan 8, 20231:00@Pittsburgh SteelersW 28-14W -2.5Cleveland BrownsO 40
SunJan 8, 20234:25@Denver BroncosW 31-28P -3Los Angeles ChargersO 39.5
SunJan 8, 20234:25@Philadelphia EaglesW 22-16L -16New York GiantsU 42
SunJan 8, 20234:25@San Francisco 49ersW 38-13W -14Arizona CardinalsO 39.5
SunJan 8, 20234:25@Seattle SeahawksW 19-16 (OT)L -6Los Angeles RamsU 41.5
SunJan 8, 20234:25Dallas CowboysL 6-26L -7@Washington CommandersU 40
SunJan 8, 20238:20@Green Bay PackersL 16-20L -5Detroit LionsU 49
+ + +

+

Back to top

+

2022 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
NFC Wild CardSatJan 14, 20234:30@San Francisco 49ers (2)W 41-23W -9.5Seattle Seahawks (7)O 42
AFC Wild CardSatJan 14, 20238:15Los Angeles Chargers (5)L 30-31L -2.5@Jacksonville Jaguars (4)O 47.5
AFC Wild CardSunJan 15, 20231:00@Buffalo Bills (2)W 34-31L -13.5Miami Dolphins (7)O 43.5
NFC Wild CardSunJan 15, 20234:30@Minnesota Vikings (3)L 24-31L -3New York Giants (6)O 48
AFC Wild CardSunJan 15, 20238:15@Cincinnati Bengals (3)W 24-17L -8.5Baltimore Ravens (6)O 40.5
NFC Wild CardMonJan 16, 20238:15Dallas Cowboys (5)W 31-14W -3@Tampa Bay Buccaneers (4)U 45.5
AFC DivisionalSatJan 21, 20234:30@Kansas City Chiefs (1)W 27-20L -9Jacksonville Jaguars (4)U 52.5
NFC DivisionalSatJan 21, 20238:15@Philadelphia Eagles (1)W 38-7W -7.5New York Giants (6)U 48
AFC DivisionalSunJan 22, 20233:00@Buffalo Bills (2)L 10-27L -5.5Cincinnati Bengals (3)U 49
NFC DivisionalSunJan 22, 20236:30@San Francisco 49ers (2)W 19-12W -4Dallas Cowboys (5)U 47
NFC ChampionshipSunJan 29, 20233:00@Philadelphia Eagles (1)W 31-7W -2.5San Francisco 49ers (2)U 45.5
AFC ChampionshipSunJan 29, 20236:30@Kansas City Chiefs (1)W 23-20W -1.5Cincinnati Bengals (3)U 48
Super Bowl LVIISunFeb 12, 20236:30@Philadelphia Eagles (1)L 35-38L -1Kansas City Chiefs (1)O 51
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2023.html b/data/2023.html new file mode 100644 index 0000000..9fbdf8b --- /dev/null +++ b/data/2023.html @@ -0,0 +1,5596 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2023 Season

+ +

Historical NFL Game Odds

2023 Season

<<-- 2022 Season    2024 Season -->>

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2023 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
18-8 (50.0%)6-10-0 (37.5%)6-10 (37.5%)4-12-0 (25.0%)4-6 (40.0%)2-8-0 (20.0%)2-4 (33.3%)2-4-0 (33.3%)3-13-0 (18.8%)
210-6 (62.5%)5-9-2 (35.7%)7-9 (43.8%)7-7-2 (50.0%)5-4 (55.6%)3-5-1 (37.5%)2-5 (28.6%)4-2-1 (66.7%)13-3-0 (81.3%)
311-5 (68.8%)9-6-1 (60.0%)9-7 (56.3%)7-8-1 (46.7%)8-4 (66.7%)6-5-1 (54.5%)1-3 (25.0%)1-3-0 (25.0%)5-11-0 (31.3%)
413-3 (81.3%)10-5-1 (66.7%)7-8 (46.7%)7-7-1 (50.0%)5-1 (83.3%)4-2-0 (66.7%)2-7 (22.2%)3-5-1 (37.5%)7-9-0 (43.8%)
58-6 (57.1%)7-7-0 (50.0%)7-6 (53.8%)6-7-0 (46.2%)5-3 (62.5%)4-4-0 (50.0%)2-3 (40.0%)2-3-0 (40.0%)5-9-0 (35.7%)
611-4 (73.3%)10-5-0 (66.7%)10-4 (71.4%)9-5-0 (64.3%)7-1 (87.5%)6-2-0 (75.0%)3-3 (50.0%)3-3-0 (50.0%)3-12-0 (20.0%)
76-7 (46.2%)5-8-0 (38.5%)9-4 (69.2%)10-3-0 (76.9%)5-3 (62.5%)5-3-0 (62.5%)4-1 (80.0%)5-0-0 (100.%)5-8-0 (38.5%)
812-4 (75.0%)8-8-0 (50.0%)9-7 (56.3%)9-7-0 (56.3%)6-1 (85.7%)4-3-0 (57.1%)3-6 (33.3%)5-4-0 (55.6%)8-8-0 (50.0%)
912-2 (85.7%)10-4-0 (71.4%)9-4 (69.2%)7-6-0 (53.8%)9-2 (81.8%)7-4-0 (63.6%)0-2 (0.0%)0-2-0 (0.0%)3-11-0 (21.4%)
108-6 (57.1%)6-8-0 (42.9%)8-5 (61.5%)6-7-0 (46.2%)5-3 (62.5%)3-5-0 (37.5%)3-2 (60.0%)3-2-0 (60.0%)8-6-0 (57.1%)
1111-3 (78.6%)5-9-0 (35.7%)11-3 (78.6%)5-9-0 (35.7%)10-2 (83.3%)4-8-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)5-9-0 (35.7%)
1212-4 (75.0%)12-4-0 (75.0%)7-9 (43.8%)7-9-0 (43.8%)5-2 (71.4%)5-2-0 (71.4%)2-7 (22.2%)2-7-0 (22.2%)9-7-0 (56.3%)
1310-3 (76.9%)8-5-0 (61.5%)5-8 (38.5%)3-10-0 (23.1%)4-2 (66.7%)2-4-0 (33.3%)1-6 (14.3%)1-6-0 (14.3%)9-4-0 (69.2%)
147-8 (46.7%)4-10-1 (28.6%)9-6 (60.0%)7-7-1 (50.0%)6-5 (54.5%)4-7-0 (36.4%)3-1 (75.0%)3-0-1 (100.%)8-7-0 (53.3%)
1512-4 (75.0%)10-4-2 (71.4%)11-5 (68.8%)10-4-2 (71.4%)9-2 (81.8%)8-2-1 (80.0%)2-3 (40.0%)2-2-1 (50.0%)7-9-0 (43.8%)
1611-5 (68.8%)6-9-1 (40.0%)8-8 (50.0%)8-7-1 (53.3%)6-3 (66.7%)4-5-0 (44.4%)2-5 (28.6%)4-2-1 (66.7%)11-5-0 (68.8%)
1712-4 (75.0%)8-8-0 (50.0%)10-6 (62.5%)8-8-0 (50.0%)10-4 (71.4%)7-7-0 (50.0%)0-2 (0.0%)1-1-0 (50.0%)9-7-0 (56.3%)
1811-5 (68.8%)10-6-0 (62.5%)7-9 (43.8%)8-8-0 (50.0%)5-3 (62.5%)5-3-0 (62.5%)2-6 (25.0%)3-5-0 (37.5%)7-9-0 (43.8%)
Playoffs7-6 (53.8%)4-9-0 (30.8%)9-3 (75.0%)6-6-0 (50.0%)7-3 (70.0%)4-6-0 (40.0%)2-0 (100.%)2-0-0 (100.%)6-5-2 (54.5%)
+ +


2023 Results by Team

Click on a team to view 2023 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals4-13 (23.5%)9-8 (52.9%)0-0 0-0-0 2-6 (25.0%)5-3-0 (62.5%)0-0 0-0-0 10-7-0 (58.8%)
Atlanta Falcons7-10 (41.2%)5-12 (29.4%)5-6 (45.5%)3-8-0 (27.3%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)7-10-0 (41.2%)
Baltimore Ravens13-4 (76.5%)11-6 (64.7%)11-3 (78.6%)9-5-0 (64.3%)6-3 (66.7%)5-4-0 (55.6%)6-2 (75.0%)5-3-0 (62.5%)8-9-0 (47.1%)
Buffalo Bills11-6 (64.7%)7-10 (41.2%)10-4 (71.4%)6-8-0 (42.9%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)6-11-0 (35.3%)
Carolina Panthers2-15 (11.8%)5-11-1 (31.3%)0-0 0-0-0 2-6 (25.0%)3-4-1 (42.9%)0-0 0-0-0 6-11-0 (35.3%)
Chicago Bears7-10 (41.2%)8-8-1 (50.0%)3-1 (75.0%)2-2-0 (50.0%)5-3 (62.5%)4-3-1 (57.1%)3-1 (75.0%)2-2-0 (50.0%)9-8-0 (52.9%)
Cincinnati Bengals9-8 (52.9%)7-8-2 (46.7%)7-5 (58.3%)5-5-2 (50.0%)6-3 (66.7%)4-3-2 (57.1%)6-2 (75.0%)4-2-2 (66.7%)10-7-0 (58.8%)
Cleveland Browns11-6 (64.7%)11-6 (64.7%)8-1 (88.9%)7-2-0 (77.8%)8-1 (88.9%)8-1-0 (88.9%)6-0 (100.%)6-0-0 (100.%)11-6-0 (64.7%)
Dallas Cowboys12-5 (70.6%)10-7 (58.8%)12-1 (92.3%)10-3-0 (76.9%)8-0 (100.%)6-2-0 (75.0%)8-0 (100.%)6-2-0 (75.0%)10-7-0 (58.8%)
Denver Broncos8-9 (47.1%)6-10-1 (37.5%)5-4 (55.6%)3-5-1 (37.5%)5-4 (55.6%)4-5-0 (44.4%)4-4 (50.0%)3-5-0 (37.5%)8-9-0 (47.1%)
Detroit Lions12-5 (70.6%)12-5 (70.6%)11-3 (78.6%)10-4-0 (71.4%)6-2 (75.0%)5-3-0 (62.5%)6-2 (75.0%)5-3-0 (62.5%)11-6-0 (64.7%)
Green Bay Packers9-8 (52.9%)8-9 (47.1%)4-2 (66.7%)2-4-0 (33.3%)5-3 (62.5%)4-4-0 (50.0%)3-1 (75.0%)2-2-0 (50.0%)10-7-0 (58.8%)
Houston Texans10-7 (58.8%)9-8 (52.9%)5-3 (62.5%)3-5-0 (37.5%)6-3 (66.7%)4-5-0 (44.4%)4-1 (80.0%)2-3-0 (40.0%)6-11-0 (35.3%)
Indianapolis Colts9-8 (52.9%)9-8 (52.9%)6-0 (100.%)5-1-0 (83.3%)4-5 (44.4%)4-5-0 (44.4%)3-0 (100.%)2-1-0 (66.7%)11-6-0 (64.7%)
Jacksonville Jaguars9-8 (52.9%)9-8 (52.9%)7-4 (63.6%)7-4-0 (63.6%)3-5 (37.5%)3-5-0 (37.5%)3-2 (60.0%)3-2-0 (60.0%)8-9-0 (47.1%)
Kansas City Chiefs11-6 (64.7%)9-7-1 (56.3%)10-6 (62.5%)8-7-1 (53.3%)4-4 (50.0%)4-4-0 (50.0%)4-4 (50.0%)4-4-0 (50.0%)5-12-0 (29.4%)
Las Vegas Raiders8-9 (47.1%)10-6-1 (62.5%)5-2 (71.4%)5-2-0 (71.4%)6-3 (66.7%)6-2-1 (75.0%)5-1 (83.3%)5-1-0 (83.3%)6-11-0 (35.3%)
Los Angeles Chargers5-12 (29.4%)6-11 (35.3%)4-5 (44.4%)4-5-0 (44.4%)2-7 (22.2%)3-6-0 (33.3%)2-3 (40.0%)2-3-0 (40.0%)5-12-0 (29.4%)
Los Angeles Rams10-7 (58.8%)10-6-1 (62.5%)8-1 (88.9%)6-3-0 (66.7%)5-3 (62.5%)5-3-0 (62.5%)5-1 (83.3%)4-2-0 (66.7%)9-8-0 (52.9%)
Miami Dolphins11-6 (64.7%)10-7 (58.8%)10-1 (90.9%)9-2-0 (81.8%)7-2 (77.8%)6-3-0 (66.7%)7-1 (87.5%)6-2-0 (75.0%)9-8-0 (52.9%)
Minnesota Vikings7-10 (41.2%)7-7-3 (50.0%)4-4 (50.0%)3-4-1 (42.9%)2-6 (25.0%)2-6-0 (25.0%)0-4 (0.0%)0-4-0 (0.0%)7-10-0 (41.2%)
New England Patriots4-13 (23.5%)5-11-1 (31.3%)1-4 (20.0%)1-4-0 (20.0%)1-7 (12.5%)1-6-1 (14.3%)0-3 (0.0%)0-3-0 (0.0%)6-11-0 (35.3%)
New Orleans Saints9-8 (52.9%)7-9-1 (43.8%)7-5 (58.3%)4-7-1 (36.4%)5-3 (62.5%)3-5-0 (37.5%)5-2 (71.4%)3-4-0 (42.9%)6-11-0 (35.3%)
New York Giants6-11 (35.3%)9-8 (52.9%)1-0 (100.%)0-1-0 (0.0%)4-4 (50.0%)6-2-0 (75.0%)0-0 0-0-0 6-11-0 (35.3%)
New York Jets7-10 (41.2%)6-11 (35.3%)2-1 (66.7%)0-3-0 (0.0%)4-5 (44.4%)4-5-0 (44.4%)1-0 (100.%)0-1-0 (0.0%)7-10-0 (41.2%)
Philadelphia Eagles11-6 (64.7%)8-8-1 (50.0%)10-4 (71.4%)7-6-1 (53.8%)6-2 (75.0%)3-4-1 (42.9%)6-1 (85.7%)3-3-1 (50.0%)8-9-0 (47.1%)
Pittsburgh Steelers10-7 (58.8%)10-7 (58.8%)4-3 (57.1%)4-3-0 (57.1%)5-4 (55.6%)5-4-0 (55.6%)2-2 (50.0%)2-2-0 (50.0%)6-11-0 (35.3%)
San Francisco 49ers12-5 (70.6%)9-8 (52.9%)12-5 (70.6%)9-8-0 (52.9%)5-3 (62.5%)3-5-0 (37.5%)5-3 (62.5%)3-5-0 (37.5%)10-7-0 (58.8%)
Seattle Seahawks9-8 (52.9%)8-8-1 (50.0%)7-2 (77.8%)3-5-1 (37.5%)5-3 (62.5%)3-5-0 (37.5%)4-2 (66.7%)2-4-0 (33.3%)7-10-0 (41.2%)
Tampa Bay Buccaneers9-8 (52.9%)11-6 (64.7%)4-2 (66.7%)3-3-0 (50.0%)4-4 (50.0%)3-5-0 (37.5%)3-2 (60.0%)2-3-0 (40.0%)6-11-0 (35.3%)
Tennessee Titans6-11 (35.3%)7-9-1 (43.8%)1-2 (33.3%)1-2-0 (33.3%)5-3 (62.5%)5-2-1 (71.4%)1-1 (50.0%)1-1-0 (50.0%)6-11-0 (35.3%)
Washington Commanders4-13 (23.5%)6-11 (35.3%)1-3 (25.0%)0-4-0 (0.0%)1-7 (12.5%)0-8-0 (0.0%)1-2 (33.3%)0-3-0 (0.0%)10-7-0 (58.8%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2023 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 7, 20238:20@Kansas City ChiefsL 20-21L -4Detroit LionsU 53.5
SunSep 10, 20231:00@Atlanta FalconsW 24-10W -3Carolina PanthersU 43
SunSep 10, 20231:00@Baltimore RavensW 25-9W -9Houston TexansU 44.5
SunSep 10, 20231:00@Chicago BearsL 20-38L -2.5Green Bay PackersO 44.5
SunSep 10, 20231:00Cincinnati BengalsL 3-24L -1@Cleveland BrownsU 46.5
SunSep 10, 20231:00Jacksonville JaguarsW 31-21W -3.5@Indianapolis ColtsO 43.5
SunSep 10, 20231:00@Minnesota VikingsL 17-20L -4Tampa Bay BuccaneersU 45.5
SunSep 10, 20231:00@New Orleans SaintsW 16-15L -3.5Tennessee TitansU 41.5
SunSep 10, 20231:00San Francisco 49ersW 30-7W -2.5@Pittsburgh SteelersU 40.5
SunSep 10, 20231:00@Washington CommandersW 20-16L -6Arizona CardinalsU 40.5
SunSep 10, 20234:25@Denver BroncosL 16-17L -2.5Las Vegas RaidersU 44.5
SunSep 10, 20234:25@Los Angeles ChargersL 34-36L -2.5Miami DolphinsO 49.5
SunSep 10, 20234:25Philadelphia EaglesW 25-20W -4@New England PatriotsU 45.5
SunSep 10, 20234:25@Seattle SeahawksL 13-30L -5.5Los Angeles RamsU 46.5
SunSep 10, 20238:20Dallas CowboysW 40-0W -3@New York GiantsU 46.5
MonSep 11, 20238:15Buffalo BillsL 16-22 (OT)L -1.5@New York JetsU 47.5
+ + +

+ +

Back to top

2023 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 14, 20238:15@Philadelphia EaglesW 34-28P -6Minnesota VikingsO 49
SunSep 17, 20231:00@Atlanta FalconsW 25-24L -3Green Bay PackersO 40.5
SunSep 17, 20231:00@Buffalo BillsW 38-10W -8Las Vegas RaidersO 47
SunSep 17, 20231:00@Cincinnati BengalsL 24-27L -3.5Baltimore RavensO 45.5
SunSep 17, 20231:00@Detroit LionsL 31-37 (OT)L -4.5Seattle SeahawksO 47
SunSep 17, 20231:00@Houston TexansL 20-31L -1Indianapolis ColtsO 40
SunSep 17, 20231:00Kansas City ChiefsW 17-9W -3.5@Jacksonville JaguarsU 51
SunSep 17, 20231:00@Tampa Bay BuccaneersW 27-17W -2.5Chicago BearsO 42
SunSep 17, 20231:00Los Angeles ChargersL 24-27 (OT)L -2.5@Tennessee TitansO 45.5
SunSep 17, 20234:05New York GiantsW 31-28L -4.5@Arizona CardinalsO 36.5
SunSep 17, 20234:05San Francisco 49ersW 30-23L -7.5@Los Angeles RamsO 44.5
SunSep 17, 20234:25@Dallas CowboysW 30-10W -8.5New York JetsO 38.5
SunSep 17, 20234:25@Denver BroncosL 33-35L -4Washington CommandersO 38.5
SunSep 17, 20238:20Miami DolphinsW 24-17W -2@New England PatriotsU 46.5
MonSep 18, 20237:15New Orleans SaintsW 20-17P -3@Carolina PanthersU 39.5
MonSep 18, 20238:15Cleveland BrownsL 22-26L -2.5@Pittsburgh SteelersO 39
+ + +

+ +

Back to top

2023 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 21, 20238:15@San Francisco 49ersW 30-12W -10.5New York GiantsU 43.5
SunSep 24, 20231:00@Baltimore RavensL 19-22 (OT)L -7.5Indianapolis ColtsU 44.5
SunSep 24, 20231:00@Cleveland BrownsW 27-3W -3.5Tennessee TitansU 38
SunSep 24, 20231:00@Detroit LionsW 20-6W -3Atlanta FalconsU 47.5
SunSep 24, 20231:00@Green Bay PackersW 18-17L -1.5New Orleans SaintsU 41.5
SunSep 24, 20231:00@Jacksonville JaguarsL 17-37L -9.5Houston TexansO 43.5
SunSep 24, 20231:00@Miami DolphinsW 70-20W -6Denver BroncosO 47.5
SunSep 24, 20231:00@Minnesota VikingsL 24-28L -1Los Angeles ChargersU 53
SunSep 24, 20231:00New England PatriotsW 15-10W -2.5@New York JetsU 35.5
SunSep 24, 20231:00Buffalo BillsW 37-3W -4.5@Washington CommandersU 43.5
SunSep 24, 20234:05@Seattle SeahawksW 37-27W -5Carolina PanthersO 43
SunSep 24, 20234:25Dallas CowboysL 16-28L -11.5@Arizona CardinalsO 43.5
SunSep 24, 20234:25@Kansas City ChiefsW 41-10W -13Chicago BearsO 48.5
SunSep 24, 20238:20@Las Vegas RaidersL 18-23L -3Pittsburgh SteelersU 43.5
MonSep 25, 20237:15Philadelphia EaglesW 25-11W -6@Tampa Bay BuccaneersU 44
MonSep 25, 20238:15@Cincinnati BengalsW 19-16P -3Los Angeles RamsU 45.5
+ + +

+ +

Back to top

2023 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 28, 20238:15Detroit LionsW 34-20W -2.5@Green Bay PackersO 45
SunOct 1, 20239:30NJacksonville JaguarsW 23-7W -3.5Atlanta FalconsU 42.5at London
SunOct 1, 20231:00@Buffalo BillsW 48-20W -2.5Miami DolphinsO 53
SunOct 1, 20231:00Minnesota VikingsW 21-13W -4.5@Carolina PanthersU 46.5
SunOct 1, 20231:00Denver BroncosW 31-28P -3@Chicago BearsO 47
SunOct 1, 20231:00Baltimore RavensW 28-3W -2.5@Cleveland BrownsU 41
SunOct 1, 20231:00Pittsburgh SteelersL 6-30L -3@Houston TexansU 41.5
SunOct 1, 20231:00Los Angeles RamsW 29-23 (OT)W -1@Indianapolis ColtsO 44.5
SunOct 1, 20231:00@New Orleans SaintsL 9-26L -4.5Tampa Bay BuccaneersU 41
SunOct 1, 20231:00@Philadelphia EaglesW 34-31 (OT)L -9.5Washington CommandersO 43
SunOct 1, 20231:00Cincinnati BengalsL 3-27L -2.5@Tennessee TitansU 41.5
SunOct 1, 20234:05@Los Angeles ChargersW 24-17W -5.5Las Vegas RaidersU 48.5
SunOct 1, 20234:25@Dallas CowboysW 38-3W -6.5New England PatriotsU 43.5
SunOct 1, 20234:25@San Francisco 49ersW 35-16W -16.5Arizona CardinalsO 44.5
SunOct 1, 20238:20Kansas City ChiefsW 23-20L -9.5@New York JetsO 41.5
MonOct 2, 20238:15Seattle SeahawksW 24-3W -2.5@New York GiantsU 46.5
+ + +

+ +

Back to top

2023 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 5, 20238:15@Washington CommandersL 20-40L -6Chicago BearsO 44.5
SunOct 8, 20239:30NBuffalo BillsL 20-25L -5.5Jacksonville JaguarsU 48.5at London
SunOct 8, 20231:00@Atlanta FalconsW 21-19L -2.5Houston TexansU 42
SunOct 8, 20231:00@Detroit LionsW 42-24W -9.5Carolina PanthersO 43.5
SunOct 8, 20231:00Tennessee TitansL 16-23L -2.5@Indianapolis ColtsU 43.5
SunOct 8, 20231:00@Miami DolphinsW 31-16W -13New York GiantsU 47.5
SunOct 8, 20231:00@New England PatriotsL 0-34L -1.5New Orleans SaintsU 38.5
SunOct 8, 20231:00Baltimore RavensL 10-17L -4.5@Pittsburgh SteelersU 38.5
SunOct 8, 20234:05Cincinnati BengalsW 34-20W -3@Arizona CardinalsO 45.5
SunOct 8, 20234:05Philadelphia EaglesW 23-14W -3.5@Los Angeles RamsU 49.5
SunOct 8, 20234:25@Denver BroncosL 21-31L -2.5New York JetsO 42.5
SunOct 8, 20234:25Kansas City ChiefsW 27-20W -3.5@Minnesota VikingsU 52.5
SunOct 8, 20238:20@San Francisco 49ersW 42-10W -3.5Dallas CowboysO 45
MonOct 9, 20238:15@Las Vegas RaidersW 17-13W -1.5Green Bay PackersU 44.5
+ + +

+ +

Back to top

2023 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 12, 20238:15@Kansas City ChiefsW 19-8W -10.5Denver BroncosU 47.5
SunOct 15, 20239:30NBaltimore RavensW 24-16W -5Tennessee TitansU 42.5at London
SunOct 15, 20231:00@Atlanta FalconsL 16-24L -1.5Washington CommandersU 41.5
SunOct 15, 20231:00Minnesota VikingsW 19-13W -3@Chicago BearsU 44.5
SunOct 15, 20231:00@Cincinnati BengalsW 17-13W -3Seattle SeahawksU 45.5
SunOct 15, 20231:00San Francisco 49ersL 17-19L -9.5@Cleveland BrownsO 35.5
SunOct 15, 20231:00New Orleans SaintsL 13-20L -2.5@Houston TexansU 41.5
SunOct 15, 20231:00@Jacksonville JaguarsW 37-20W -4.5Indianapolis ColtsO 43.5
SunOct 15, 20231:00@Miami DolphinsW 42-21W -14Carolina PanthersO 47.5
SunOct 15, 20234:05@Las Vegas RaidersW 21-17W -2.5New England PatriotsU 42.5
SunOct 15, 20234:25@Los Angeles RamsW 26-9W -7Arizona CardinalsU 47.5
SunOct 15, 20234:25Philadelphia EaglesL 14-20L -6.5@New York JetsU 43.5
SunOct 15, 20234:25Detroit LionsW 20-6W -3@Tampa Bay BuccaneersU 43.5
SunOct 15, 20238:20@Buffalo BillsW 14-9L -15.5New York GiantsU 43.5
MonOct 16, 20238:15Dallas CowboysW 20-17W -1.5@Los Angeles ChargersU 50
+ + +

+ +

Back to top

2023 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 19, 20238:15@New Orleans SaintsL 24-31L -2.5Jacksonville JaguarsO 40.5
SunOct 22, 20231:00@Baltimore RavensW 38-6W -3Detroit LionsO 43.5
SunOct 22, 20231:00Las Vegas RaidersL 12-30L -2.5@Chicago BearsO 38.5
SunOct 22, 20231:00Cleveland BrownsW 39-38L -3.5@Indianapolis ColtsO 39.5
SunOct 22, 20231:00Buffalo BillsL 25-29L -7.5@New England PatriotsO 41.5
SunOct 22, 20231:00Washington CommandersL 7-14L -3@New York GiantsU 36.5
SunOct 22, 20231:00@Tampa Bay BuccaneersL 13-16L -3Atlanta FalconsU 37.5
SunOct 22, 20234:05@Los Angeles RamsL 17-24L -3Pittsburgh SteelersU 43.5
SunOct 22, 20234:05@Seattle SeahawksW 20-10W -8.5Arizona CardinalsU 43.5
SunOct 22, 20234:25@Denver BroncosW 19-17W -1Green Bay PackersU 44
SunOct 22, 20234:25@Kansas City ChiefsW 31-17W -5.5Los Angeles ChargersU 48.5
SunOct 22, 20238:20@Philadelphia EaglesW 31-17W -3Miami DolphinsU 51.5
MonOct 23, 20238:15San Francisco 49ersL 17-22L -7@Minnesota VikingsU 44
+ + +

+ +

Back to top

2023 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 26, 20238:15@Buffalo BillsW 24-18L -10Tampa Bay BuccaneersU 43.5
SunOct 29, 20231:00Houston TexansL 13-15L -3.5@Carolina PanthersU 42.5
SunOct 29, 20231:00@Dallas CowboysW 43-20W -6.5Los Angeles RamsO 44.5
SunOct 29, 20231:00Minnesota VikingsW 24-10W -1.5@Green Bay PackersU 41.5
SunOct 29, 20231:00New Orleans SaintsW 38-27W -1.5@Indianapolis ColtsO 43.5
SunOct 29, 20231:00@Miami DolphinsW 31-17W -8.5New England PatriotsO 46.5
SunOct 29, 20231:00New York JetsW 13-10 (OT)L -3.5@New York GiantsU 34.5
SunOct 29, 20231:00Jacksonville JaguarsW 20-10W -2.5@Pittsburgh SteelersU 40.5
SunOct 29, 20231:00Atlanta FalconsL 23-28L -2.5@Tennessee TitansO 35.5
SunOct 29, 20231:00Philadelphia EaglesW 38-31W -6.5@Washington CommandersO 42.5
SunOct 29, 20234:05@Seattle SeahawksW 24-20L -4.5Cleveland BrownsO 39.5
SunOct 29, 20234:25Baltimore RavensW 31-24L -9.5@Arizona CardinalsO 44.5
SunOct 29, 20234:25Kansas City ChiefsL 9-24L -7@Denver BroncosU 45.5
SunOct 29, 20234:25@San Francisco 49ersL 17-31L -4.5Cincinnati BengalsO 44.5
SunOct 29, 20238:20@Los Angeles ChargersW 30-13W -10.5Chicago BearsU 45.5
MonOct 30, 20238:15@Detroit LionsW 26-14W -7Las Vegas RaidersU 45.5
+ + +

+ +

Back to top

2023 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 2, 20238:15@Pittsburgh SteelersW 20-16W -3Tennessee TitansU 36.5
SunNov 5, 20239:30NKansas City ChiefsW 21-14W -1.5Miami DolphinsU 51.5at Frankfurt
SunNov 5, 20231:00@Atlanta FalconsL 28-31L -3.5Minnesota VikingsO 39.5
SunNov 5, 20231:00@Baltimore RavensW 37-3W -6.5Seattle SeahawksU 44.5
SunNov 5, 20231:00@Cleveland BrownsW 27-0W -13.5Arizona CardinalsU 38.5
SunNov 5, 20231:00@Green Bay PackersW 20-3W -3.5Los Angeles RamsU 37.5
SunNov 5, 20231:00@Houston TexansW 39-37L -2.5Tampa Bay BuccaneersO 36.5
SunNov 5, 20231:00@New England PatriotsL 17-20L -2.5Washington CommandersU 40.5
SunNov 5, 20231:00@New Orleans SaintsW 24-17L -8.5Chicago BearsU 42.5
SunNov 5, 20234:05Indianapolis ColtsW 27-13W -1.5@Carolina PanthersU 44.5
SunNov 5, 20234:25@Las Vegas RaidersW 30-6W -1.5New York GiantsU 38.5
SunNov 5, 20234:25@Philadelphia EaglesW 28-23W -3Dallas CowboysO 46.5
SunNov 5, 20238:20@Cincinnati BengalsW 24-18W -1.5Buffalo BillsU 50.5
MonNov 6, 20238:15Los Angeles ChargersW 27-6W -3@New York JetsU 41
+ + +

+ +

Back to top

2023 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 9, 20238:15@Chicago BearsW 16-13L -3.5Carolina PanthersU 38.5
SunNov 12, 20239:30NIndianapolis ColtsW 10-6W -2.5New England PatriotsU 41.5at Frankfurt
SunNov 12, 20231:00@Baltimore RavensL 31-33L -6Cleveland BrownsO 38.5
SunNov 12, 20231:00@Cincinnati BengalsL 27-30L -5.5Houston TexansO 45.5
SunNov 12, 20231:00San Francisco 49ersW 34-3W -3@Jacksonville JaguarsU 44.5
SunNov 12, 20231:00New Orleans SaintsL 19-27L -2.5@Minnesota VikingsO 40.5
SunNov 12, 20231:00@Pittsburgh SteelersW 23-19W -3Green Bay PackersO 38.5
SunNov 12, 20231:00@Tampa Bay BuccaneersW 20-6W -2.5Tennessee TitansU 38.5
SunNov 12, 20234:05Atlanta FalconsL 23-25L -2.5@Arizona CardinalsO 43.5
SunNov 12, 20234:05Detroit LionsW 41-38W -2.5@Los Angeles ChargersO 48.5
SunNov 12, 20234:25@Dallas CowboysW 49-17W -17.5New York GiantsO 38.5
SunNov 12, 20234:25@Seattle SeahawksW 29-26L -5.5Washington CommandersO 44.5
SunNov 12, 20238:20New York JetsL 12-16L -1.5@Las Vegas RaidersU 35.5
MonNov 13, 20238:15@Buffalo BillsL 22-24L -7.5Denver BroncosU 47.5
+ + +

+ +

Back to top

2023 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 16, 20238:15@Baltimore RavensW 34-20W -3.5Cincinnati BengalsO 46.5
SunNov 19, 20231:00Dallas CowboysW 33-10W -11@Carolina PanthersO 42.5
SunNov 19, 20231:00@Cleveland BrownsW 13-10W -1.5Pittsburgh SteelersU 33.5
SunNov 19, 20231:00@Detroit LionsW 31-26L -7.5Chicago BearsO 48.5
SunNov 19, 20231:00Los Angeles ChargersL 20-23L -3@Green Bay PackersU 44
SunNov 19, 20231:00@Houston TexansW 21-16L -5.5Arizona CardinalsU 48.5
SunNov 19, 20231:00@Jacksonville JaguarsW 34-14W -6.5Tennessee TitansO 40
SunNov 19, 20231:00@Miami DolphinsW 20-13L -13.5Las Vegas RaidersU 46
SunNov 19, 20231:00@Washington CommandersL 19-31L -7.5New York GiantsO 39.5
SunNov 19, 20234:05@San Francisco 49ersW 27-14L -13.5Tampa Bay BuccaneersU 41.5
SunNov 19, 20234:25@Buffalo BillsW 32-6W -7.5New York JetsU 38.5
SunNov 19, 20234:25@Los Angeles RamsW 17-16L -2Seattle SeahawksU 45.5
SunNov 19, 20238:20@Denver BroncosW 21-20L -2.5Minnesota VikingsU 42.5
MonNov 20, 20238:15@Kansas City ChiefsL 17-21L -2.5Philadelphia EaglesU 45.5
+ + +

+ +

Back to top

2023 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 23, 202312:30@Detroit LionsL 22-29L -8.5Green Bay PackersO 46.5
ThuNov 23, 20234:30@Dallas CowboysW 45-10W -13.5Washington CommandersO 47.5
ThuNov 23, 20238:20San Francisco 49ersW 31-13W -7@Seattle SeahawksO 43.5
FriNov 24, 20233:00Miami DolphinsW 34-13W -9.5@New York JetsO 39.5
SunNov 26, 20231:00New Orleans SaintsL 15-24L -1.5@Atlanta FalconsU 40.5
SunNov 26, 20231:00Pittsburgh SteelersW 16-10W -2.5@Cincinnati BengalsU 35.5
SunNov 26, 20231:00Jacksonville JaguarsW 24-21W -1.5@Houston TexansU 48.5
SunNov 26, 20231:00@Indianapolis ColtsW 27-20W -2.5Tampa Bay BuccaneersO 44.5
SunNov 26, 20231:00New England PatriotsL 7-10L -4@New York GiantsU 36
SunNov 26, 20231:00@Tennessee TitansW 17-10W -3.5Carolina PanthersU 36.5
SunNov 26, 20234:05Los Angeles RamsW 37-14W -2.5@Arizona CardinalsO 45.5
SunNov 26, 20234:05@Denver BroncosW 29-12W -1Cleveland BrownsO 37
SunNov 26, 20234:25Kansas City ChiefsW 31-17W -9.5@Las Vegas RaidersO 42.5
SunNov 26, 20234:25@Philadelphia EaglesW 37-34 (OT)W -2.5Buffalo BillsO 48.5
SunNov 26, 20238:20Baltimore RavensW 20-10W -3@Los Angeles ChargersU 48.5
MonNov 27, 20238:15@Minnesota VikingsL 10-12L -3Chicago BearsU 43.5
+ + +

+ +

Back to top

2023 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 30, 20238:15@Dallas CowboysW 41-35L -9.5Seattle SeahawksO 47.5
SunDec 3, 20231:00@Houston TexansW 22-17W -3.5Denver BroncosU 47
SunDec 3, 20231:00Los Angeles ChargersW 6-0W -4.5@New England PatriotsU 39
SunDec 3, 20231:00Detroit LionsW 33-28W -4@New Orleans SaintsO 48
SunDec 3, 20231:00Atlanta FalconsW 13-8W -2@New York JetsU 33
SunDec 3, 20231:00@Pittsburgh SteelersL 10-24L -6Arizona CardinalsU 41
SunDec 3, 20231:00Indianapolis ColtsW 31-28 (OT)W -1.5@Tennessee TitansO 42.5
SunDec 3, 20231:00Miami DolphinsW 45-15W -8.5@Washington CommandersO 49.5
SunDec 3, 20234:05@Tampa Bay BuccaneersW 21-18L -3.5Carolina PanthersO 37
SunDec 3, 20234:25@Los Angeles RamsW 36-19W -3.5Cleveland BrownsO 39.5
SunDec 3, 20234:25San Francisco 49ersW 42-19W -3@Philadelphia EaglesO 46.5
SunDec 3, 20238:20Kansas City ChiefsL 19-27L -5.5@Green Bay PackersO 43.5
MonDec 4, 20238:15@Jacksonville JaguarsL 31-34 (OT)L -10Cincinnati BengalsO 40.5
+ + +

+ +

Back to top

2023 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 7, 20238:15@Pittsburgh SteelersL 18-21L -5.5New England PatriotsO 30.5
SunDec 10, 20231:00@Atlanta FalconsL 25-29L -1.5Tampa Bay BuccaneersO 41.5
SunDec 10, 20231:00@Baltimore RavensW 37-31 (OT)L -7.5Los Angeles RamsO 42
SunDec 10, 20231:00Detroit LionsL 13-28L -3@Chicago BearsU 44.5
SunDec 10, 20231:00@Cincinnati BengalsW 34-14W -3Indianapolis ColtsO 44.5
SunDec 10, 20231:00@Cleveland BrownsW 31-27W -2.5Jacksonville JaguarsO 37.5
SunDec 10, 20231:00@New Orleans SaintsW 28-6W -6Carolina PanthersU 38.5
SunDec 10, 20231:00Houston TexansL 6-30L -3@New York JetsO 33.5
SunDec 10, 20234:05Minnesota VikingsW 3-0P -3@Las Vegas RaidersU 40.5
SunDec 10, 20234:05@San Francisco 49ersW 28-16L -14.5Seattle SeahawksU 44.5
SunDec 10, 20234:25@Kansas City ChiefsL 17-20L -1.5Buffalo BillsU 49
SunDec 10, 20234:25@Los Angeles ChargersL 7-24L -3Denver BroncosU 44.5
SunDec 10, 20238:20@Dallas CowboysW 33-13W -3.5Philadelphia EaglesU 52.5
MonDec 11, 20238:15@Miami DolphinsL 27-28L -13.5Tennessee TitansO 44.5
MonDec 11, 20238:15Green Bay PackersL 22-24L -5.5@New York GiantsO 37.5
+ + +

+ +

Back to top

2023 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 14, 20238:15@Las Vegas RaidersW 63-21W -3Los Angeles ChargersO 36
SatDec 16, 20231:00@Cincinnati BengalsW 27-24 (OT)P -3Minnesota VikingsO 41.5
SatDec 16, 20234:30@Indianapolis ColtsW 30-13W -1.5Pittsburgh SteelersO 41.5
SatDec 16, 20238:15@Detroit LionsW 42-17W -5.5Denver BroncosO 49
SunDec 17, 20231:00Atlanta FalconsL 7-9L -3@Carolina PanthersU 32.5
SunDec 17, 20231:00@Cleveland BrownsW 20-17W -2.5Chicago BearsU 38
SunDec 17, 20231:00@Green Bay PackersL 20-34L -3.5Tampa Bay BuccaneersO 41.5
SunDec 17, 20231:00@Miami DolphinsW 30-0W -7New York JetsU 35.5
SunDec 17, 20231:00Kansas City ChiefsW 27-17P -10@New England PatriotsO 39.5
SunDec 17, 20231:00@New Orleans SaintsW 24-6W -6New York GiantsU 39.5
SunDec 17, 20231:00@Tennessee TitansL 16-19 (OT)L -3Houston TexansU 38
SunDec 17, 20234:05San Francisco 49ersW 45-29W -12@Arizona CardinalsO 48
SunDec 17, 20234:05@Los Angeles RamsW 28-20W -6.5Washington CommandersU 48.5
SunDec 17, 20234:25@Buffalo BillsW 31-10W -2.5Dallas CowboysU 49
SunDec 17, 20238:20Baltimore RavensW 23-7W -4@Jacksonville JaguarsU 42
MonDec 18, 20238:15Philadelphia EaglesL 17-20L -5.5@Seattle SeahawksU 46
+ + +

+ +

Back to top

2023 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 21, 20238:15@Los Angeles RamsW 30-22W -4New Orleans SaintsO 45.5
SatDec 23, 20234:30Cincinnati BengalsL 11-34L -3@Pittsburgh SteelersO 39
SatDec 23, 20238:00Buffalo BillsW 24-22L -12.5@Los Angeles ChargersO 44.5
SunDec 24, 20231:00@Atlanta FalconsW 29-10W -2.5Indianapolis ColtsU 44.5
SunDec 24, 20231:00Green Bay PackersW 33-30L -3.5@Carolina PanthersO 39.5
SunDec 24, 20231:00Cleveland BrownsW 36-22W -3@Houston TexansO 40
SunDec 24, 20231:00Detroit LionsW 30-24W -2.5@Minnesota VikingsO 47.5
SunDec 24, 20231:00@New York JetsW 30-28L -3Washington CommandersO 36.5
SunDec 24, 20231:00Seattle SeahawksW 20-17P -3@Tennessee TitansU 42.5
SunDec 24, 20234:05Jacksonville JaguarsL 12-30L -2.5@Tampa Bay BuccaneersU 43.5
SunDec 24, 20234:25@Chicago BearsW 27-16W -4.5Arizona CardinalsO 42.5
SunDec 24, 20234:25@Miami DolphinsW 22-20W -1.5Dallas CowboysU 48.5
SunDec 24, 20238:15@Denver BroncosL 23-26L -7New England PatriotsO 37
MonDec 25, 20231:00@Kansas City ChiefsL 14-20L -10.5Las Vegas RaidersU 40.5
MonDec 25, 20234:30@Philadelphia EaglesW 33-25L -14New York GiantsO 41.5
MonDec 25, 20238:15@San Francisco 49ersL 19-33L -6.5Baltimore RavensO 47
+ + +

+ +

Back to top

2023 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 28, 20238:15@Cleveland BrownsW 37-20W -7New York JetsO 33.5
SatDec 30, 20238:15@Dallas CowboysW 20-19L -5Detroit LionsU 53.5
SunDec 31, 20231:00@Baltimore RavensW 56-19W -3.5Miami DolphinsO 46.5
SunDec 31, 20231:00@Buffalo BillsW 27-21L -14.5New England PatriotsO 40
SunDec 31, 20231:00@Chicago BearsW 37-17W -2.5Atlanta FalconsO 39
SunDec 31, 20231:00@Houston TexansW 26-3W -5.5Tennessee TitansU 44
SunDec 31, 20231:00@Indianapolis ColtsW 23-20L -3.5Las Vegas RaidersO 42.5
SunDec 31, 20231:00@Jacksonville JaguarsW 26-0W -3.5Carolina PanthersU 38.5
SunDec 31, 20231:00Los Angeles RamsW 26-25L -6.5@New York GiantsO 43.5
SunDec 31, 20231:00@Philadelphia EaglesL 31-35L -12.5Arizona CardinalsO 48
SunDec 31, 20231:00@Tampa Bay BuccaneersL 13-23L -2.5New Orleans SaintsU 42.5
SunDec 31, 20231:00San Francisco 49ersW 27-10W -14@Washington CommandersU 48.5
SunDec 31, 20234:05@Seattle SeahawksL 23-30L -4.5Pittsburgh SteelersO 40.5
SunDec 31, 20234:25@Denver BroncosW 16-9W -3.5Los Angeles ChargersU 39.5
SunDec 31, 20234:25@Kansas City ChiefsW 25-17W -7Cincinnati BengalsU 45.5
SunDec 31, 20238:20@Minnesota VikingsL 10-33L -1.5Green Bay PackersO 42.5
+ + +

+ +

Back to top

2023 Regular Season - Week 18

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatJan 6, 20244:30Pittsburgh SteelersW 17-10W -3@Baltimore RavensU 34
SatJan 6, 20248:15Houston TexansW 23-19W -1.5@Indianapolis ColtsU 47.5
SunJan 7, 20241:00Tampa Bay BuccaneersW 9-0W -4@Carolina PanthersU 36.5
SunJan 7, 20241:00@Cincinnati BengalsW 31-14W -7.5Cleveland BrownsO 37
SunJan 7, 20241:00@Detroit LionsW 30-20W -3.5Minnesota VikingsO 47.5
SunJan 7, 20241:00@New England PatriotsL 3-17L -2New York JetsU 28.5
SunJan 7, 20241:00@New Orleans SaintsW 48-17W -3Atlanta FalconsO 42
SunJan 7, 20241:00Jacksonville JaguarsL 20-28L -3.5@Tennessee TitansO 41.5
SunJan 7, 20244:25Seattle SeahawksW 21-20L -3@Arizona CardinalsU 47.5
SunJan 7, 20244:25@Green Bay PackersW 17-9W -3Chicago BearsU 46
SunJan 7, 20244:25@Las Vegas RaidersW 27-14W -3Denver BroncosO 37.5
SunJan 7, 20244:25@Los Angeles ChargersL 12-13L -3.5Kansas City ChiefsU 35
SunJan 7, 20244:25Philadelphia EaglesL 10-27L -5@New York GiantsU 42.5
SunJan 7, 20244:25@San Francisco 49ersL 20-21L -5.5Los Angeles RamsO 40
SunJan 7, 20244:25Dallas CowboysW 38-10W -13@Washington CommandersO 47.5
SunJan 7, 20248:20Buffalo BillsW 21-14W -2.5@Miami DolphinsU 48
+ + +

+

Back to top

+

2023 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 13, 20244:30Cleveland Browns (5)L 14-45L -2@Houston Texans (4)O 44.5
AFC Wild CardSatJan 13, 20248:10@Kansas City Chiefs (3)W 26-7W -4.5Miami Dolphins (6)U 43.5
NFC Wild CardSunJan 14, 20244:30@Dallas Cowboys (2)L 32-48L -7Green Bay Packers (7)O 52
NFC Wild CardSunJan 14, 20248:15@Detroit Lions (3)W 24-23L -3Los Angeles Rams (6)U 53
AFC Wild CardMonJan 15, 20244:30@Buffalo Bills (2)W 31-17W -10Pittsburgh Steelers (7)O 39.5
NFC Wild CardMonJan 15, 20248:15Philadelphia Eagles (5)L 9-32L -2.5@Tampa Bay Buccaneers (4)U 43
AFC DivisionalSatJan 20, 20244:30@Baltimore Ravens (1)W 34-10W -10Houston Texans (4)P 44
NFC DivisionalSatJan 20, 20248:15@San Francisco 49ers (1)W 24-21L -10.5Green Bay Packers (7)U 50.5
NFC DivisionalSunJan 21, 20243:00@Detroit Lions (3)W 31-23W -6Tampa Bay Buccaneers (4)O 49.5
AFC DivisionalSunJan 21, 20246:30@Buffalo Bills (2)L 24-27L -2.5Kansas City Chiefs (3)O 45.5
AFC ChampionshipSunJan 28, 20243:00@Baltimore Ravens (1)L 10-17L -4.5Kansas City Chiefs (3)U 44.5
NFC ChampionshipSunJan 28, 20246:30@San Francisco 49ers (1)W 34-31L -7.5Detroit Lions (3)O 53
Super Bowl LVIIISunFeb 11, 20246:30NSan Francisco 49ers (1)L 22-25 (OT)L -2Kansas City Chiefs (3)P 47
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/2024.html b/data/2024.html new file mode 100644 index 0000000..12c39c3 --- /dev/null +++ b/data/2024.html @@ -0,0 +1,5557 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Historical NFL Game Odds by Season |SportsOddsHistory.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ SportsHub.com +
+ + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +

+ + + + + + +
+ + + + + + +

Home >  +Historical NFL Game Odds > 2024 Season

+ +

Historical NFL Game Odds

2024 Season

<<-- 2023 Season    

Odds courtesy of Pro-Football-Reference.com and are the closing odds.

Please let others know about our site - if you use data from SportsOddsHistory.com for an article, tweet or research
for a podcast/broadcast, please reference this site or @SOHistory as the source of material. Thanks!


+ +

+Become a Smarter Bettor - How to betting advice, and tutorials +

+ + + +

2024 Results by Week

Click on a week (or scroll below) to view all games for a week.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekFavoritesHome
Teams
Home
Favorites
Home
Underdogs
Over/
Unders
Straight
Up
+
ATSStraight
Up
ATSStraight
Up
ATSStraight
Up
ATS
113-3 (81.3%)9-7-0 (56.3%)10-5 (66.7%)8-7-0 (53.3%)10-3 (76.9%)7-6-0 (53.8%)0-2 (0.0%)1-1-0 (50.0%)9-7-0 (56.3%)
28-8 (50.0%)5-10-1 (33.3%)6-10 (37.5%)4-11-1 (26.7%)4-6 (40.0%)2-8-0 (20.0%)2-4 (33.3%)2-3-1 (40.0%)5-10-1 (33.3%)
38-8 (50.0%)8-8-0 (50.0%)7-9 (43.8%)7-9-0 (43.8%)5-6 (45.5%)5-6-0 (45.5%)2-3 (40.0%)2-3-0 (40.0%)6-10-0 (37.5%)
49-7 (56.3%)5-10-1 (33.3%)9-7 (56.3%)8-7-1 (53.3%)6-4 (60.0%)4-6-0 (40.0%)3-3 (50.0%)4-1-1 (80.0%)10-6-0 (62.5%)
511-3 (78.6%)10-4-0 (71.4%)7-6 (53.8%)6-7-0 (46.2%)7-3 (70.0%)6-4-0 (60.0%)0-3 (0.0%)0-3-0 (0.0%)7-7-0 (50.0%)
612-2 (85.7%)10-3-1 (76.9%)3-10 (23.1%)1-11-1 (8.3%)3-1 (75.0%)1-2-1 (33.3%)0-9 (0.0%)0-9-0 (0.0%)10-3-1 (76.9%)
710-5 (66.7%)8-7-0 (53.3%)7-7 (50.0%)5-9-0 (35.7%)5-3 (62.5%)3-5-0 (37.5%)2-4 (33.3%)2-4-0 (33.3%)6-9-0 (40.0%)
811-5 (68.8%)8-8-0 (50.0%)10-6 (62.5%)11-5-0 (68.8%)7-2 (77.8%)6-3-0 (66.7%)3-4 (42.9%)5-2-0 (71.4%)12-4-0 (75.0%)
914-1 (93.3%)10-5-0 (66.7%)11-4 (73.3%)7-8-0 (46.7%)10-0 (100.%)6-4-0 (60.0%)1-4 (20.0%)1-4-0 (20.0%)7-8-0 (46.7%)
108-6 (57.1%)3-11-0 (21.4%)5-8 (38.5%)6-7-0 (46.2%)3-3 (50.0%)1-5-0 (16.7%)2-5 (28.6%)5-2-0 (71.4%)4-9-1 (30.8%)
1110-4 (71.4%)9-5-0 (64.3%)8-6 (57.1%)9-5-0 (64.3%)6-2 (75.0%)6-2-0 (75.0%)2-4 (33.3%)3-3-0 (50.0%)8-6-0 (57.1%)
129-4 (69.2%)7-5-1 (58.3%)4-9 (30.8%)5-7-1 (41.7%)2-2 (50.0%)2-2-0 (50.0%)2-7 (22.2%)3-5-1 (37.5%)10-3-0 (76.9%)
1313-3 (81.3%)7-9-0 (43.8%)8-8 (50.0%)8-8-0 (50.0%)8-3 (72.7%)5-6-0 (45.5%)0-5 (0.0%)3-2-0 (60.0%)7-9-0 (43.8%)
149-4 (69.2%)5-8-0 (38.5%)9-4 (69.2%)5-8-0 (38.5%)8-3 (72.7%)4-7-0 (36.4%)1-1 (50.0%)1-1-0 (50.0%)6-7-0 (46.2%)
1512-4 (75.0%)10-6-0 (62.5%)5-11 (31.3%)7-9-0 (43.8%)5-4 (55.6%)5-4-0 (55.6%)0-7 (0.0%)2-5-0 (28.6%)7-8-1 (46.7%)
1612-4 (75.0%)11-5-0 (68.8%)13-3 (81.3%)12-4-0 (75.0%)9-0 (100.%)8-1-0 (88.9%)4-3 (57.1%)4-3-0 (57.1%)10-6-0 (62.5%)
1715-1 (93.8%)13-3-0 (81.3%)9-7 (56.3%)9-7-0 (56.3%)8-0 (100.%)7-1-0 (87.5%)1-7 (12.5%)2-6-0 (25.0%)9-7-0 (56.3%)
1812-4 (75.0%)7-9-0 (43.8%)9-7 (56.3%)10-6-0 (62.5%)8-3 (72.7%)6-5-0 (54.5%)1-4 (20.0%)4-1-0 (80.0%)11-5-0 (68.8%)
Playoffs5-5 (50.0%)3-7-0 (30.0%)7-2 (77.8%)5-4-0 (55.6%)5-2 (71.4%)3-4-0 (42.9%)2-0 (100.%)2-0-0 (100.%)4-6-0 (40.0%)
+ +


2024 Results by Team

Click on a team to view 2024 games by team. Summary statistics are regular season games only.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TeamOverallFavoriteHomeHome
Favorite
Over/
Unders
Straight
Up
+
ATSStraight
Up
+
ATSStraight
Up
ATSStraight
Up
ATS
Arizona Cardinals8-9 (47.1%)11-6 (64.7%)4-4 (50.0%)4-4-0 (50.0%)6-3 (66.7%)6-3-0 (66.7%)4-2 (66.7%)4-2-0 (66.7%)8-8-1 (50.0%)
Atlanta Falcons8-9 (47.1%)6-11 (35.3%)7-4 (63.6%)5-6-0 (45.5%)4-5 (44.4%)3-6-0 (33.3%)4-3 (57.1%)3-4-0 (42.9%)7-10-0 (41.2%)
Baltimore Ravens12-5 (70.6%)10-6-1 (62.5%)12-4 (75.0%)10-5-1 (66.7%)6-2 (75.0%)4-3-1 (57.1%)6-2 (75.0%)4-3-1 (57.1%)13-4-0 (76.5%)
Buffalo Bills13-4 (76.5%)10-7 (58.8%)11-2 (84.6%)8-5-0 (61.5%)8-0 (100.%)5-3-0 (62.5%)8-0 (100.%)5-3-0 (62.5%)11-6-0 (64.7%)
Carolina Panthers5-12 (29.4%)8-9 (47.1%)0-1 (0.0%)0-1-0 (0.0%)2-6 (25.0%)4-4-0 (50.0%)0-1 (0.0%)0-1-0 (0.0%)13-4-0 (76.5%)
Chicago Bears5-12 (29.4%)9-7-1 (56.3%)3-1 (75.0%)3-1-0 (75.0%)3-5 (37.5%)5-2-1 (71.4%)3-1 (75.0%)3-1-0 (75.0%)7-10-0 (41.2%)
Cincinnati Bengals9-8 (52.9%)10-7 (58.8%)9-4 (69.2%)8-5-0 (61.5%)3-5 (37.5%)3-5-0 (37.5%)3-4 (42.9%)3-4-0 (42.9%)11-6-0 (64.7%)
Cleveland Browns3-14 (17.6%)4-13 (23.5%)0-4 (0.0%)0-4-0 (0.0%)2-6 (25.0%)2-6-0 (25.0%)0-2 (0.0%)0-2-0 (0.0%)7-10-0 (41.2%)
Dallas Cowboys7-10 (41.2%)7-10 (41.2%)2-1 (66.7%)1-2-0 (33.3%)2-7 (22.2%)3-6-0 (33.3%)1-1 (50.0%)1-1-0 (50.0%)11-6-0 (64.7%)
Denver Broncos10-7 (58.8%)12-5 (70.6%)8-0 (100.%)8-0-0 (100.%)6-2 (75.0%)6-2-0 (75.0%)6-0 (100.%)6-0-0 (100.%)10-6-1 (62.5%)
Detroit Lions15-2 (88.2%)12-5 (70.6%)14-2 (87.5%)11-5-0 (68.8%)7-2 (77.8%)5-4-0 (55.6%)7-2 (77.8%)5-4-0 (55.6%)9-7-1 (56.3%)
Green Bay Packers11-6 (64.7%)9-8 (52.9%)9-2 (81.8%)6-5-0 (54.5%)6-3 (66.7%)5-4-0 (55.6%)5-2 (71.4%)4-3-0 (57.1%)8-8-1 (50.0%)
Houston Texans10-7 (58.8%)7-10 (41.2%)9-2 (81.8%)4-7-0 (36.4%)5-3 (62.5%)3-5-0 (37.5%)5-1 (83.3%)2-4-0 (33.3%)6-10-1 (37.5%)
Indianapolis Colts8-9 (47.1%)9-8 (52.9%)5-2 (71.4%)3-4-0 (42.9%)5-3 (62.5%)5-3-0 (62.5%)4-0 (100.%)3-1-0 (75.0%)9-7-1 (56.3%)
Jacksonville Jaguars4-13 (23.5%)10-7 (58.8%)3-2 (60.0%)2-3-0 (40.0%)2-5 (28.6%)4-3-0 (57.1%)2-1 (66.7%)1-2-0 (33.3%)9-8-0 (52.9%)
Kansas City Chiefs15-2 (88.2%)7-9-1 (43.8%)14-0 (100.%)6-7-1 (46.2%)8-0 (100.%)3-5-0 (37.5%)8-0 (100.%)3-5-0 (37.5%)7-10-0 (41.2%)
Las Vegas Raiders4-13 (23.5%)8-9 (47.1%)2-1 (66.7%)2-1-0 (66.7%)2-6 (25.0%)4-4-0 (50.0%)1-1 (50.0%)1-1-0 (50.0%)9-8-0 (52.9%)
Los Angeles Chargers11-6 (64.7%)12-4-1 (75.0%)11-2 (84.6%)11-2-0 (84.6%)5-3 (62.5%)5-2-1 (71.4%)5-1 (83.3%)5-1-0 (83.3%)8-9-0 (47.1%)
Los Angeles Rams10-7 (58.8%)9-8 (52.9%)6-1 (85.7%)4-3-0 (57.1%)5-4 (55.6%)4-5-0 (44.4%)2-1 (66.7%)0-3-0 (0.0%)8-9-0 (47.1%)
Miami Dolphins8-9 (47.1%)7-10 (41.2%)6-3 (66.7%)4-5-0 (44.4%)5-3 (62.5%)3-5-0 (37.5%)4-3 (57.1%)2-5-0 (28.6%)8-9-0 (47.1%)
Minnesota Vikings14-3 (82.4%)11-5-1 (68.8%)11-2 (84.6%)8-4-1 (66.7%)7-1 (87.5%)6-2-0 (75.0%)5-1 (83.3%)4-2-0 (66.7%)7-10-0 (41.2%)
New England Patriots4-13 (23.5%)7-9-1 (43.8%)0-0 0-0-0 2-6 (25.0%)3-4-1 (42.9%)0-0 0-0-0 11-6-0 (64.7%)
New Orleans Saints5-12 (29.4%)8-9 (47.1%)1-2 (33.3%)1-2-0 (33.3%)3-6 (33.3%)4-5-0 (44.4%)1-1 (50.0%)1-1-0 (50.0%)8-9-0 (47.1%)
New York Giants3-14 (17.6%)4-13 (23.5%)0-2 (0.0%)0-2-0 (0.0%)1-8 (11.1%)2-7-0 (22.2%)0-1 (0.0%)0-1-0 (0.0%)6-11-0 (35.3%)
New York Jets5-12 (29.4%)6-11 (35.3%)5-6 (45.5%)5-6-0 (45.5%)3-5 (37.5%)3-5-0 (37.5%)3-3 (50.0%)3-3-0 (50.0%)10-6-1 (62.5%)
Philadelphia Eagles14-3 (82.4%)11-6 (64.7%)11-3 (78.6%)8-6-0 (57.1%)7-1 (87.5%)4-4-0 (50.0%)7-1 (87.5%)4-4-0 (50.0%)7-10-0 (41.2%)
Pittsburgh Steelers10-7 (58.8%)11-6 (64.7%)5-3 (62.5%)5-3-0 (62.5%)5-3 (62.5%)6-2-0 (75.0%)3-1 (75.0%)3-1-0 (75.0%)8-9-0 (47.1%)
San Francisco 49ers6-11 (35.3%)5-12 (29.4%)6-7 (46.2%)5-8-0 (38.5%)4-5 (44.4%)4-5-0 (44.4%)4-4 (50.0%)4-4-0 (50.0%)10-7-0 (58.8%)
Seattle Seahawks10-7 (58.8%)6-10-1 (37.5%)5-1 (83.3%)1-4-1 (20.0%)3-6 (33.3%)2-7-0 (22.2%)2-1 (66.7%)1-2-0 (33.3%)9-8-0 (52.9%)
Tampa Bay Buccaneers10-7 (58.8%)10-7 (58.8%)7-2 (77.8%)5-4-0 (55.6%)5-4 (55.6%)5-4-0 (55.6%)4-1 (80.0%)3-2-0 (60.0%)12-5-0 (70.6%)
Tennessee Titans3-14 (17.6%)2-15 (11.8%)1-4 (20.0%)0-5-0 (0.0%)1-7 (12.5%)0-8-0 (0.0%)1-4 (20.0%)0-5-0 (0.0%)10-6-1 (62.5%)
Washington Commanders12-5 (70.6%)10-6-1 (62.5%)9-2 (81.8%)7-4-0 (63.6%)7-2 (77.8%)7-2-0 (77.8%)6-2 (75.0%)6-2-0 (75.0%)11-6-0 (64.7%)
+ +
+ + + + + + +
+ + +

+ +

Back to top

2024 Regular Season - Week 1

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 5, 20248:20@Kansas City ChiefsW 27-20W -3Baltimore RavensO 46
FriSep 6, 20248:15NPhiladelphia EaglesW 34-29W -1.5Green Bay PackersO 49.5at Sao Paulo
SunSep 8, 20241:00@Atlanta FalconsL 10-18L -4Pittsburgh SteelersU 43
SunSep 8, 20241:00@Buffalo BillsW 34-28L -6.5Arizona CardinalsO 46
SunSep 8, 20241:00@Chicago BearsW 24-17W -4Tennessee TitansU 43
SunSep 8, 20241:00@Cincinnati BengalsL 10-16L -7.5New England PatriotsU 40.5
SunSep 8, 20241:00Houston TexansW 29-27L -3@Indianapolis ColtsO 48
SunSep 8, 20241:00@Miami DolphinsW 20-17L -3.5Jacksonville JaguarsU 49.5
SunSep 8, 20241:00@New Orleans SaintsW 47-10W -3.5Carolina PanthersO 41.5
SunSep 8, 20241:00Minnesota VikingsW 28-6W -1@New York GiantsU 42
SunSep 8, 20244:05@Los Angeles ChargersW 22-10W -3Las Vegas RaidersU 40.5
SunSep 8, 20244:05@Seattle SeahawksW 26-20L -6.5Denver BroncosO 42.5
SunSep 8, 20244:25@Cleveland BrownsL 17-33L -2Dallas CowboysO 42
SunSep 8, 20244:25@Tampa Bay BuccaneersW 37-20W -4Washington CommandersO 42.5
SunSep 8, 20248:20@Detroit LionsW 26-20 (OT)W -5.5Los Angeles RamsU 53.5
MonSep 9, 20248:15@San Francisco 49ersW 32-19W -3.5New York JetsO 43
+ + +

+ +

Back to top

2024 Regular Season - Week 2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 12, 20248:20@Miami DolphinsL 10-31L -2.5Buffalo BillsU 49
SunSep 15, 20241:00@Baltimore RavensL 23-26L -8.5Las Vegas RaidersO 42.5
SunSep 15, 20241:00Los Angeles ChargersW 26-3W -4.5@Carolina PanthersU 38.5
SunSep 15, 20241:00@Dallas CowboysL 19-44L -6.5New Orleans SaintsO 47
SunSep 15, 20241:00@Detroit LionsL 16-20L -7.5Tampa Bay BuccaneersU 51.5
SunSep 15, 20241:00Indianapolis ColtsL 10-16L -2.5@Green Bay PackersU 41.5
SunSep 15, 20241:00@Jacksonville JaguarsL 13-18L -3Cleveland BrownsU 41
SunSep 15, 20241:00San Francisco 49ersL 17-23L -4@Minnesota VikingsU 46.5
SunSep 15, 20241:00Seattle SeahawksW 23-20 (OT)P -3@New England PatriotsO 39
SunSep 15, 20241:00New York JetsW 24-17W -3.5@Tennessee TitansP 41
SunSep 15, 20241:00@Washington CommandersW 21-18W -1.5New York GiantsU 43
SunSep 15, 20244:05@Arizona CardinalsW 41-10W -1Los Angeles RamsO 47.5
SunSep 15, 20244:25Pittsburgh SteelersW 13-6W -2.5@Denver BroncosU 36.5
SunSep 15, 20244:25@Kansas City ChiefsW 26-25L -6.5Cincinnati BengalsO 47.5
SunSep 15, 20248:20@Houston TexansW 19-13L -6.5Chicago BearsU 45.5
MonSep 16, 20248:15@Philadelphia EaglesL 21-22L -5.5Atlanta FalconsU 46.5
+ + +

+ +

Back to top

2024 Regular Season - Week 3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 19, 20248:20@New York JetsW 24-3W -6.5New England PatriotsU 39.5
SunSep 22, 20241:00@Cleveland BrownsL 15-21L -6.5New York GiantsU 38
SunSep 22, 20241:00@Indianapolis ColtsW 21-16W -2Chicago BearsU 43.5
SunSep 22, 20241:00Houston TexansL 7-34L -1.5@Minnesota VikingsU 46.5
SunSep 22, 20241:00@New Orleans SaintsL 12-15L -2.5Philadelphia EaglesU 49
SunSep 22, 20241:00@Pittsburgh SteelersW 20-10W -2.5Los Angeles ChargersU 36
SunSep 22, 20241:00@Tampa Bay BuccaneersL 7-26L -6Denver BroncosU 40.5
SunSep 22, 20241:00@Tennessee TitansL 14-30L -3Green Bay PackersO 37
SunSep 22, 20244:05@Las Vegas RaidersL 22-36L -5.5Carolina PanthersO 40
SunSep 22, 20244:05@Seattle SeahawksW 24-3W -4Miami DolphinsU 41.5
SunSep 22, 20244:25Detroit LionsW 20-13W -3@Arizona CardinalsU 51.5
SunSep 22, 20244:25Baltimore RavensW 28-25W -1.5@Dallas CowboysO 47.5
SunSep 22, 20244:25San Francisco 49ersL 24-27L -6@Los Angeles RamsO 44.5
SunSep 22, 20248:20Kansas City ChiefsW 22-17W -3@Atlanta FalconsU 46.5
MonSep 23, 20247:30@Buffalo BillsW 47-10W -4.5Jacksonville JaguarsO 46.5
MonSep 23, 20248:15@Cincinnati BengalsL 33-38L -7.5Washington CommandersO 46.5
+ + +

+ +

Back to top

2024 Regular Season - Week 4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuSep 26, 20248:20Dallas CowboysW 20-15L -5.5@New York GiantsU 45
SunSep 29, 20241:00@Atlanta FalconsW 26-24L -2.5New Orleans SaintsO 42.5
SunSep 29, 20241:00Cincinnati BengalsW 34-24W -5.5@Carolina PanthersO 46.5
SunSep 29, 20241:00@Chicago BearsW 24-18W -3Los Angeles RamsO 40.5
SunSep 29, 20241:00@Green Bay PackersL 29-31L -2.5Minnesota VikingsO 44
SunSep 29, 20241:00@Houston TexansW 24-20L -5.5Jacksonville JaguarsU 44.5
SunSep 29, 20241:00Pittsburgh SteelersL 24-27L -2.5@Indianapolis ColtsO 41
SunSep 29, 20241:00@New York JetsL 9-10L -8Denver BroncosU 39.5
SunSep 29, 20241:00Philadelphia EaglesL 16-33L -1@Tampa Bay BuccaneersO 42.5
SunSep 29, 20244:05@Arizona CardinalsL 14-42L -3.5Washington CommandersO 48.5
SunSep 29, 20244:05@San Francisco 49ersW 30-13W -10.5New England PatriotsO 42
SunSep 29, 20244:25Cleveland BrownsL 16-20L -2.5@Las Vegas RaidersU 37
SunSep 29, 20244:25Kansas City ChiefsW 17-10P -7@Los Angeles ChargersU 41.5
SunSep 29, 20248:20@Baltimore RavensW 35-10W -2.5Buffalo BillsU 47.5
MonSep 30, 20247:30@Miami DolphinsL 12-31L -2.5Tennessee TitansO 37.5
MonSep 30, 20248:15@Detroit LionsW 42-29W -4.5Seattle SeahawksO 47
+ + +

+ +

Back to top

2024 Regular Season - Week 5

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 3, 20248:20@Atlanta FalconsW 36-30 (OT)W -2.5Tampa Bay BuccaneersO 44
SunOct 6, 20249:30NMinnesota VikingsW 23-17W -2.5New York JetsU 42at London
SunOct 6, 20241:00@Chicago BearsW 36-10W -4Carolina PanthersO 40
SunOct 6, 20241:00Baltimore RavensW 41-38W -2.5@Cincinnati BengalsO 48.5
SunOct 6, 20241:00@Houston TexansW 23-20W -1.5Buffalo BillsU 48
SunOct 6, 20241:00@Jacksonville JaguarsW 37-34L -3.5Indianapolis ColtsO 44.5
SunOct 6, 20241:00Miami DolphinsW 15-10W -2@New England PatriotsU 37
SunOct 6, 20241:00@Washington CommandersW 34-13W -3Cleveland BrownsO 43.5
SunOct 6, 20244:05@Denver BroncosW 34-18W -3Las Vegas RaidersO 36
SunOct 6, 20244:05@San Francisco 49ersL 23-24L -7.5Arizona CardinalsU 49
SunOct 6, 20244:25Green Bay PackersW 24-19W -3@Los Angeles RamsU 49.5
SunOct 6, 20244:25@Seattle SeahawksL 20-29L -7New York GiantsO 42.5
SunOct 6, 20249:45@Pittsburgh SteelersL 17-20L -2.5Dallas CowboysU 44
MonOct 7, 20248:20@Kansas City ChiefsW 26-13W -5New Orleans SaintsU 43
+ + +

+ +

Back to top

2024 Regular Season - Week 6

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 10, 20248:20San Francisco 49ersW 36-24W -3.5@Seattle SeahawksO 48.5
SunOct 13, 20249:30NJacksonville JaguarsL 16-35L -1.5Chicago BearsO 44.5at London
SunOct 13, 20241:00@Baltimore RavensW 30-23P -7Washington CommandersO 50.5
SunOct 13, 20241:00@Green Bay PackersW 34-13W -5.5Arizona CardinalsP 47
SunOct 13, 20241:00Houston TexansW 41-21W -6.5@New England PatriotsO 39.5
SunOct 13, 20241:00Tampa Bay BuccaneersW 51-27W -3.5@New Orleans SaintsO 42.5
SunOct 13, 20241:00@Philadelphia EaglesW 20-16L -8.5Cleveland BrownsU 42
SunOct 13, 20241:00@Tennessee TitansL 17-20L -2.5Indianapolis ColtsU 41.5
SunOct 13, 20244:05Los Angeles ChargersW 23-16W -3@Denver BroncosO 37.5
SunOct 13, 20244:05Pittsburgh SteelersW 32-13W -3.5@Las Vegas RaidersO 37
SunOct 13, 20244:25Atlanta FalconsW 38-20W -6@Carolina PanthersO 45.5
SunOct 13, 20244:25Detroit LionsW 47-9W -3.5@Dallas CowboysO 53.5
SunOct 13, 20248:20Cincinnati BengalsW 17-7W -4.5@New York GiantsU 46
MonOct 14, 20248:15Buffalo BillsW 23-20W -1.5@New York JetsO 42
+ + +

+ +

Back to top

2024 Regular Season - Week 7

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 17, 20248:20Denver BroncosW 33-10W -2.5@New Orleans SaintsO 37
SunOct 20, 20249:30NJacksonville JaguarsW 32-16W -7New England PatriotsO 41.5at London
SunOct 20, 20241:00@Atlanta FalconsL 14-34L -3Seattle SeahawksU 51.5
SunOct 20, 20241:00@Buffalo BillsW 34-10W -9.5Tennessee TitansO 41
SunOct 20, 20241:00Cincinnati BengalsW 21-14W -5.5@Cleveland BrownsU 42.5
SunOct 20, 20241:00@Green Bay PackersW 24-22L -3Houston TexansU 47.5
SunOct 20, 20241:00@Indianapolis ColtsW 16-10W -3Miami DolphinsU 44
SunOct 20, 20241:00@Minnesota VikingsL 29-31L -1.5Detroit LionsO 50
SunOct 20, 20241:00Philadelphia EaglesW 28-3W -3@New York GiantsU 41.5
SunOct 20, 20244:05@Los Angeles RamsW 20-15L -7Las Vegas RaidersU 43.5
SunOct 20, 20244:05@Washington CommandersW 40-7W -10Carolina PanthersU 51
SunOct 20, 20244:25@San Francisco 49ersL 18-28L -2.5Kansas City ChiefsU 48
SunOct 20, 20248:20New York JetsL 15-37L -2.5@Pittsburgh SteelersO 40
MonOct 21, 20248:15Baltimore RavensW 41-31W -4.5@Tampa Bay BuccaneersO 51
MonOct 21, 20249:00Los Angeles ChargersL 15-17L -1@Arizona CardinalsU 44.5
+ + +

+ +

Back to top

2024 Regular Season - Week 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 24, 20248:20Minnesota VikingsL 20-30L -2.5@Los Angeles RamsO 47
SunOct 27, 20241:00@Cincinnati BengalsL 17-37L -2.5Philadelphia EaglesO 47.5
SunOct 27, 20241:00Baltimore RavensL 24-29L -7.5@Cleveland BrownsO 44.5
SunOct 27, 20241:00@Detroit LionsW 52-14W -12.5Tennessee TitansO 45.5
SunOct 27, 20241:00@Houston TexansW 23-20L -4.5Indianapolis ColtsU 45
SunOct 27, 20241:00Green Bay PackersW 30-27L -3.5@Jacksonville JaguarsO 49
SunOct 27, 20241:00@Miami DolphinsL 27-28L -5Arizona CardinalsO 46.5
SunOct 27, 20241:00New York JetsL 22-25L -7@New England PatriotsO 41.5
SunOct 27, 20241:00Atlanta FalconsW 31-26W -1.5@Tampa Bay BuccaneersO 47.5
SunOct 27, 20244:05@Los Angeles ChargersW 26-8W -7.5New Orleans SaintsU 41.5
SunOct 27, 20244:05Buffalo BillsW 31-10W -3@Seattle SeahawksU 45.5
SunOct 27, 20244:25@Denver BroncosW 28-14W -13Carolina PanthersO 40.5
SunOct 27, 20244:25Kansas City ChiefsW 27-20L -8.5@Las Vegas RaidersO 43
SunOct 27, 20244:25@Washington CommandersW 18-15W -1.5Chicago BearsU 46.5
SunOct 27, 20248:20@San Francisco 49ersW 30-24W -5.5Dallas CowboysO 47.5
MonOct 28, 20248:15@Pittsburgh SteelersW 26-18W -6New York GiantsO 37.5
+ + +

+ +

Back to top

2024 Regular Season - Week 9

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuOct 31, 20248:20@New York JetsW 21-13W -2.5Houston TexansU 43
SunNov 3, 20241:00@Atlanta FalconsW 27-21W -3Dallas CowboysU 52
SunNov 3, 20241:00@Baltimore RavensW 41-10W -9Denver BroncosO 46.5
SunNov 3, 20241:00@Buffalo BillsW 30-27L -6Miami DolphinsO 49
SunNov 3, 20241:00New Orleans SaintsL 22-23L -7@Carolina PanthersO 43.5
SunNov 3, 20241:00@Cincinnati BengalsW 41-24W -7.5Las Vegas RaidersO 44.5
SunNov 3, 20241:00Los Angeles ChargersW 27-10W -2@Cleveland BrownsU 41.5
SunNov 3, 20241:00Washington CommandersW 27-22W -4@New York GiantsO 44
SunNov 3, 20241:00@Tennessee TitansW 20-17 (OT)L -3.5New England PatriotsU 38.5
SunNov 3, 20244:05@Arizona CardinalsW 29-9W -1.5Chicago BearsU 44.5
SunNov 3, 20244:05@Philadelphia EaglesW 28-23L -7.5Jacksonville JaguarsO 46
SunNov 3, 20244:25Detroit LionsW 24-14W -2.5@Green Bay PackersU 48.5
SunNov 3, 20244:25Los Angeles RamsW 26-20 (OT)W -2@Seattle SeahawksU 48.5
SunNov 3, 20248:20@Minnesota VikingsW 21-13W -6Indianapolis ColtsU 47
MonNov 4, 20248:15@Kansas City ChiefsW 30-24 (OT)L -9Tampa Bay BuccaneersO 45.5
+ + +

+ +

Back to top

2024 Regular Season - Week 10

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 7, 20248:20@Baltimore RavensW 35-34L -6Cincinnati BengalsO 53
SunNov 10, 20249:30NNew York GiantsL 17-20 (OT)L -6.5Carolina PanthersU 40.5at Munich
SunNov 10, 20241:00@Chicago BearsL 3-19L -6.5New England PatriotsU 37.5
SunNov 10, 20241:00Buffalo BillsW 30-20W -4.5@Indianapolis ColtsO 46.5
SunNov 10, 20241:00Minnesota VikingsW 12-7L -7@Jacksonville JaguarsU 42.5
SunNov 10, 20241:00@Kansas City ChiefsW 16-14L -7Denver BroncosU 42.5
SunNov 10, 20241:00Atlanta FalconsL 17-20L -3.5@New Orleans SaintsU 47.5
SunNov 10, 20241:00San Francisco 49ersW 23-20L -6.5@Tampa Bay BuccaneersU 50.5
SunNov 10, 20241:00@Washington CommandersL 27-28L -2Pittsburgh SteelersO 45.5
SunNov 10, 20244:05@Los Angeles ChargersW 27-17W -8.5Tennessee TitansO 39.5
SunNov 10, 20244:25New York JetsL 6-31L -2@Arizona CardinalsU 46
SunNov 10, 20244:25Philadelphia EaglesW 34-6W -7@Dallas CowboysU 44.5
SunNov 10, 20248:20Detroit LionsW 26-23L -4@Houston TexansP 49
MonNov 11, 20248:15@Los Angeles RamsL 15-23L -2.5Miami DolphinsU 49.5
+ + +

+ +

Back to top

2024 Regular Season - Week 11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 14, 20248:20@Philadelphia EaglesW 26-18W -4.5Washington CommandersU 49
SunNov 17, 20241:00Green Bay PackersW 20-19L -6@Chicago BearsU 41
SunNov 17, 20241:00@Detroit LionsW 52-6W -13.5Jacksonville JaguarsO 47.5
SunNov 17, 20241:00@Miami DolphinsW 34-19W -8Las Vegas RaidersO 43.5
SunNov 17, 20241:00Los Angeles RamsW 28-22W -4@New England PatriotsO 42
SunNov 17, 20241:00Cleveland BrownsL 14-35L -1@New Orleans SaintsO 44
SunNov 17, 20241:00@New York JetsL 27-28L -4Indianapolis ColtsO 43
SunNov 17, 20241:00Baltimore RavensL 16-18L -3@Pittsburgh SteelersU 48.5
SunNov 17, 20241:00Minnesota VikingsW 23-13W -6@Tennessee TitansU 40
SunNov 17, 20244:05@Denver BroncosW 38-6W -2Atlanta FalconsU 44.5
SunNov 17, 20244:05@San Francisco 49ersL 17-20L -6Seattle SeahawksU 48.5
SunNov 17, 20244:25@Buffalo BillsW 30-21W -2.5Kansas City ChiefsO 47
SunNov 17, 20248:20@Los Angeles ChargersW 34-27W -1Cincinnati BengalsO 48
MonNov 18, 20248:15Houston TexansW 34-10W -7@Dallas CowboysO 41.5
+ + +

+ +

Back to top

2024 Regular Season - Week 12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 21, 20248:20Pittsburgh SteelersL 19-24L -3.5@Cleveland BrownsO 36.5
SunNov 24, 20241:00Kansas City ChiefsW 30-27L -11@Carolina PanthersO 43
SunNov 24, 20241:00Minnesota VikingsW 30-27 (OT)P -3@Chicago BearsO 39.5
SunNov 24, 20241:00@Houston TexansL 27-32L -8Tennessee TitansO 40.5
SunNov 24, 20241:00Detroit LionsW 24-6W -8@Indianapolis ColtsU 50.5
SunNov 24, 20241:00@Miami DolphinsW 34-15W -7.5New England PatriotsO 45.5
SunNov 24, 20241:00Tampa Bay BuccaneersW 30-7W -6@New York GiantsU 40.5
SunNov 24, 20241:00@Washington CommandersL 26-34L -10.5Dallas CowboysO 44.5
SunNov 24, 20244:05Denver BroncosW 29-19W -5.5@Las Vegas RaidersO 41.5
SunNov 24, 20244:25@Green Bay PackersW 38-10W -6San Francisco 49ersO 44.5
SunNov 24, 20244:25Arizona CardinalsL 6-16L -1@Seattle SeahawksU 46.5
SunNov 24, 20248:20Philadelphia EaglesW 37-20W -3@Los Angeles RamsO 48.5
MonNov 25, 20248:15Baltimore RavensW 30-23W -3@Los Angeles ChargersO 51
+ + +

+ +

Back to top

2024 Regular Season - Week 13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuNov 28, 202412:30@Detroit LionsW 23-20L -9.5Chicago BearsU 48
ThuNov 28, 20244:30@Dallas CowboysW 27-20W -4New York GiantsO 39
ThuNov 28, 20248:20@Green Bay PackersW 30-17W -3.5Miami DolphinsU 47.5
FriNov 29, 20243:00@Kansas City ChiefsW 19-17L -13.5Las Vegas RaidersU 42.5
SunDec 1, 20241:00Los Angeles ChargersW 17-13W -1@Atlanta FalconsU 47
SunDec 1, 20241:00@Cincinnati BengalsL 38-44L -3Pittsburgh SteelersO 46
SunDec 1, 20241:00Houston TexansW 23-20L -3.5@Jacksonville JaguarsU 44.5
SunDec 1, 20241:00@Minnesota VikingsW 23-22L -3.5Arizona CardinalsU 45.5
SunDec 1, 20241:00Indianapolis ColtsW 25-24L -2.5@New England PatriotsO 41.5
SunDec 1, 20241:00@New York JetsL 21-26L -1.5Seattle SeahawksO 41.5
SunDec 1, 20241:00@Washington CommandersW 42-19W -6Tennessee TitansO 45.5
SunDec 1, 20244:05Tampa Bay BuccaneersW 26-23 (OT)L -6.5@Carolina PanthersO 46
SunDec 1, 20244:05Los Angeles RamsW 21-14W -2.5@New Orleans SaintsU 49
SunDec 1, 20244:25@Baltimore RavensL 19-24L -3Philadelphia EaglesU 50
SunDec 1, 20248:20@Buffalo BillsW 35-10W -6.5San Francisco 49ersU 45.5
MonDec 2, 20248:15@Denver BroncosW 41-32W -6.5Cleveland BrownsO 41.5
+ + +

+ +

Back to top

2024 Regular Season - Week 14

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 5, 20248:20@Detroit LionsW 34-31L -3.5Green Bay PackersO 53
SunDec 8, 20241:00@Miami DolphinsW 32-26 (OT)L -6.5New York JetsO 45.5
SunDec 8, 20241:00@Minnesota VikingsW 42-21W -6Atlanta FalconsO 46.5
SunDec 8, 20241:00@New York GiantsL 11-14L -5.5New Orleans SaintsU 40.5
SunDec 8, 20241:00@Philadelphia EaglesW 22-16L -13.5Carolina PanthersU 44.5
SunDec 8, 20241:00@Pittsburgh SteelersW 27-14W -6Cleveland BrownsU 42.5
SunDec 8, 20241:00@Tampa Bay BuccaneersW 28-13W -6.5Las Vegas RaidersU 47
SunDec 8, 20241:00@Tennessee TitansL 6-10L -3Jacksonville JaguarsU 40.5
SunDec 8, 20244:05@Arizona CardinalsL 18-30L -3Seattle SeahawksO 45.5
SunDec 8, 20244:25Buffalo BillsL 42-44L -3.5@Los Angeles RamsO 50.5
SunDec 8, 20244:25@San Francisco 49ersW 38-13W -3Chicago BearsO 43.5
SunDec 8, 20248:20@Kansas City ChiefsW 19-17L -4.5Los Angeles ChargersU 43
MonDec 9, 20248:15Cincinnati BengalsW 27-20W -4.5@Dallas CowboysU 50.5
+ + +

+ +

Back to top

2024 Regular Season - Week 15

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 12, 20248:20@San Francisco 49ersL 6-12L -3Los Angeles RamsU 48.5
SunDec 15, 20241:00@Carolina PanthersL 14-30L -2.5Dallas CowboysO 42
SunDec 15, 20241:00Kansas City ChiefsW 21-7W -4@Cleveland BrownsU 41
SunDec 15, 20241:00@Houston TexansW 20-12W -2.5Miami DolphinsU 46.5
SunDec 15, 20241:00New York JetsW 32-25W -3.5@Jacksonville JaguarsO 41.5
SunDec 15, 20241:00Washington CommandersW 20-19L -7.5@New Orleans SaintsU 44.5
SunDec 15, 20241:00Baltimore RavensW 35-14W -16.5@New York GiantsO 43.5
SunDec 15, 20241:00Cincinnati BengalsW 37-27W -6@Tennessee TitansO 46.5
SunDec 15, 20244:25@Arizona CardinalsW 30-17W -6New England PatriotsO 46.5
SunDec 15, 20244:25@Denver BroncosW 31-13W -4.5Indianapolis ColtsP 44
SunDec 15, 20244:25@Detroit LionsL 42-48L -2.5Buffalo BillsO 55.5
SunDec 15, 20244:25@Los Angeles ChargersL 17-40L -3Tampa Bay BuccaneersO 46
SunDec 15, 20244:25@Philadelphia EaglesW 27-13W -5.5Pittsburgh SteelersU 43
SunDec 15, 20248:20Green Bay PackersW 30-13W -3@Seattle SeahawksU 48
MonDec 16, 20248:00@Minnesota VikingsW 30-12W -7Chicago BearsU 43.5
MonDec 16, 20248:30Atlanta FalconsW 15-9L -6.5@Las Vegas RaidersU 44.5
+ + +

+ +

Back to top

2024 Regular Season - Week 16

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
ThuDec 19, 20248:20@Los Angeles ChargersW 34-27W -2.5Denver BroncosO 41.5
SatDec 21, 20241:00@Kansas City ChiefsW 27-19W -3Houston TexansO 42.5
SatDec 21, 20244:30@Baltimore RavensW 34-17W -7Pittsburgh SteelersO 44
SunDec 22, 20241:00@Atlanta FalconsW 34-7W -9.5New York GiantsU 43
SunDec 22, 20241:00@Buffalo BillsW 24-21L -14New England PatriotsU 48
SunDec 22, 20241:00Arizona CardinalsL 30-36 (OT)L -5.5@Carolina PanthersO 47
SunDec 22, 20241:00Detroit LionsW 34-17W -7@Chicago BearsO 47.5
SunDec 22, 20241:00@Cincinnati BengalsW 24-6W -10Cleveland BrownsU 46
SunDec 22, 20241:00@Indianapolis ColtsW 38-30W -4Tennessee TitansO 42.5
SunDec 22, 20241:00Los Angeles RamsW 19-9W -3@New York JetsU 47
SunDec 22, 20241:00Philadelphia EaglesL 33-36L -4@Washington CommandersO 46.5
SunDec 22, 20244:05Minnesota VikingsW 27-24W -2.5@Seattle SeahawksO 43
SunDec 22, 20244:25@Las Vegas RaidersW 19-14W -2.5Jacksonville JaguarsU 41.5
SunDec 22, 20244:25San Francisco 49ersL 17-29L -1.5@Miami DolphinsO 44
SunDec 22, 20248:20Tampa Bay BuccaneersL 24-26L -4.5@Dallas CowboysO 47.5
MonDec 23, 20248:15@Green Bay PackersW 34-0W -14New Orleans SaintsU 43.5
+ + +

+ +

Back to top

2024 Regular Season - Week 17

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
WedDec 25, 20241:00Kansas City ChiefsW 29-10W -2@Pittsburgh SteelersU 46
WedDec 25, 20244:30Baltimore RavensW 31-2W -6.5@Houston TexansU 47
ThuDec 26, 20248:20Seattle SeahawksW 6-3L -4.5@Chicago BearsU 42.5
SatDec 28, 20241:00Los Angeles ChargersW 40-7W -6@New England PatriotsO 41.5
SatDec 28, 20244:30@Cincinnati BengalsW 30-24 (OT)W -3.5Denver BroncosO 50.5
SatDec 28, 20248:15@Los Angeles RamsW 13-9L -6.5Arizona CardinalsU 48
SunDec 29, 20241:00@Buffalo BillsW 40-14W -10New York JetsO 44.5
SunDec 29, 20241:00@Jacksonville JaguarsW 20-13W -1Tennessee TitansU 38.5
SunDec 29, 20241:00Las Vegas RaidersW 25-10W -1.5@New Orleans SaintsU 37.5
SunDec 29, 20241:00Indianapolis ColtsL 33-45L -7.5@New York GiantsO 40.5
SunDec 29, 20241:00@Philadelphia EaglesW 41-7W -7.5Dallas CowboysO 37.5
SunDec 29, 20241:00@Tampa Bay BuccaneersW 48-14W -10Carolina PanthersO 47.5
SunDec 29, 20244:05Miami DolphinsW 20-3W -3@Cleveland BrownsU 32.5
SunDec 29, 20244:25@Minnesota VikingsW 27-25W -1Green Bay PackersO 49
SunDec 29, 20248:20@Washington CommandersW 30-24 (OT)W -3.5Atlanta FalconsO 46.5
MonDec 30, 20248:15Detroit LionsW 40-34W -3.5@San Francisco 49ersO 50
+ + +

+ +

Back to top

2024 Regular Season - Week 18

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DayDateTime (ET) FavoriteScoreSpread UnderdogOver/
Under
Notes
SatJan 4, 20254:30@Baltimore RavensW 35-10W -19.5Cleveland BrownsO 42
SatJan 4, 20258:00Cincinnati BengalsW 19-17L -2.5@Pittsburgh SteelersU 48.5
SunJan 5, 20251:00@Atlanta FalconsL 38-44 (OT)L -8Carolina PanthersO 48.5
SunJan 5, 20251:00Washington CommandersW 23-19L -7@Dallas CowboysU 43.5
SunJan 5, 20251:00@Green Bay PackersL 22-24L -10Chicago BearsO 41.5
SunJan 5, 20251:00@Indianapolis ColtsW 26-23 (OT)L -3.5Jacksonville JaguarsO 46
SunJan 5, 20251:00Buffalo BillsL 16-23L -3.5@New England PatriotsO 36.5
SunJan 5, 20251:00@Philadelphia EaglesW 20-13W -3New York GiantsU 36
SunJan 5, 20251:00@Tampa Bay BuccaneersW 27-19L -14.5New Orleans SaintsO 44.5
SunJan 5, 20251:00@Tennessee TitansL 14-23L -2.5Houston TexansO 36.5
SunJan 5, 20254:25@Arizona CardinalsW 47-24W -5San Francisco 49ersO 43
SunJan 5, 20254:25@Denver BroncosW 38-0W -11Kansas City ChiefsU 40.5
SunJan 5, 20254:25Los Angeles ChargersW 34-20W -7@Las Vegas RaidersO 42
SunJan 5, 20254:25Seattle SeahawksW 30-25L -7.5@Los Angeles RamsO 38.5
SunJan 5, 20254:25@New York JetsW 32-20W -2Miami DolphinsO 39.5
SunJan 5, 20258:20@Detroit LionsW 31-9W -3Minnesota VikingsU 56.5
+ + +

+

Back to top

+

2024 Playoffs

BOLD = team that covered the spread

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundDayDateTime (ET) Favorite
(Seed)
ScoreSpread Underdog
(Seed)
Over/
Under
AFC Wild CardSatJan 11, 20254:30Los Angeles Chargers (5)L 12-32L -2.5@Houston Texans (4)O 41.5
AFC Wild CardSatJan 11, 20258:00@Baltimore Ravens (3)W 28-14W -9Pittsburgh Steelers (6)U 44.5
AFC Wild CardSunJan 12, 20251:00@Buffalo Bills (2)W 31-7W -7.5Denver Broncos (7)U 48.5
NFC Wild CardSunJan 12, 20254:30@Philadelphia Eagles (2)W 22-10W -5.5Green Bay Packers (7)U 46
NFC Wild CardSunJan 12, 20258:00@Tampa Bay Buccaneers (3)L 20-23L -3Washington Commanders (6)U 51.5
NFC Wild CardMonJan 13, 20258:00NMinnesota Vikings (5)L 9-27L -2.5Los Angeles Rams (4)U 47.5
AFC DivisionalSatJan 18, 20254:30@Kansas City Chiefs (1)W 23-14L -9.5Houston Texans (4)U 41.5
NFC DivisionalSatJan 18, 20258:15@Detroit Lions (1)L 31-45L -8.5Washington Commanders (6)O 55.5
NFC DivisionalSunJan 19, 20253:00@Philadelphia Eagles (2)W 28-22L -7Los Angeles Rams (4)O 43.5
AFC DivisionalSunJan 19, 20256:30Baltimore Ravens (3)L 25-27L -1.5@Buffalo Bills (2)O 51.5
+ +
+ + + + + + + + +
+ + + + +
+ +
+ + + + +
+

Historical odds/data on this site are believed to be accurate. Please let us know if you find any issues.


+

Gambling problem? Call 1-800-GAMBLER CO, DC, IL, IN, KS, KY, LA, MD, MS, NJ, OH, PA, TN, VA, WV, WY
+ Call 877-8-HOPENY or text HOPENY (467369) (NY)
+ Call 1-800-327-5050 (MA) 21+ to wager.
+ Please Gamble Responsibly. Call 1-800-NEXT-STEP (AZ), 1-800-522-4700 (NV), 1-800-BETS-OFF (IA), 1-800-270-7117 for confidential help (MI), 1-800-981-0023 (PR).
+ In partnership with Kansas Crossing Casino and Hotel. Visit BetMGM.com for Terms & Conditions. US promotional offers not available in DC, Kansas, Nevada, New York or Ontario

+
+ + + +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/observablehq.config.js b/observablehq.config.js new file mode 100644 index 0000000..a4cbfef --- /dev/null +++ b/observablehq.config.js @@ -0,0 +1,38 @@ +// See https://observablehq.com/framework/config for documentation. +export default { + // The app’s title; used in the sidebar and webpage titles. + title: ".\\NFLOddsVis", + + // The pages and sections in the sidebar. If you don’t specify this option, + // all pages will be listed in alphabetical order. Listing pages explicitly + // lets you organize them into sections and have unlisted pages. + // pages: [ + // { + // name: "Examples", + // pages: [ + // {name: "Dashboard", path: "/example-dashboard"}, + // {name: "Report", path: "/example-report"} + // ] + // } + // ], + + // Content to add to the head of the page, e.g. for a favicon: + head: '', + + // The path to the source root. + root: "src", + + // Some additional configuration options and their defaults: + // theme: "default", // try "light", "dark", "slate", etc. + // header: "", // what to show in the header (HTML) + // footer: "Built with Observable.", // what to show in the footer (HTML) + // sidebar: true, // whether to show the sidebar + // toc: true, // whether to show the table of contents + // pager: true, // whether to show previous & next links in the footer + // output: "dist", // path to the output root for build + // search: true, // activate search + // linkify: true, // convert URLs in Markdown to links + // typographer: false, // smart quotes and other typographic improvements + // preserveExtension: false, // drop .html from URLs + // preserveIndex: false, // drop /index from URLs +}; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..8ff60fc --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3526 @@ +{ + "name": "NFLOddsVis", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "@observablehq/framework": "^1.13.1" + }, + "devDependencies": { + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@asamuzakjp/css-color": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-2.8.3.tgz", + "integrity": "sha512-GIc76d9UI1hCvOATjZPyHFmE5qhRccp3/zGfMPapK3jBi+yocEzp6BBB0UnfRYP9NP4FANqUZYb0hnfs3TM3hw==", + "dependencies": { + "@csstools/css-calc": "^2.1.1", + "@csstools/css-color-parser": "^3.0.7", + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3", + "lru-cache": "^10.4.3" + } + }, + "node_modules/@asamuzakjp/dom-selector": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-2.0.2.tgz", + "integrity": "sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==", + "dependencies": { + "bidi-js": "^1.0.3", + "css-tree": "^2.3.1", + "is-potential-custom-element-name": "^1.0.1" + } + }, + "node_modules/@clack/core": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@clack/core/-/core-0.3.5.tgz", + "integrity": "sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==", + "dependencies": { + "picocolors": "^1.0.0", + "sisteransi": "^1.0.5" + } + }, + "node_modules/@clack/prompts": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.7.0.tgz", + "integrity": "sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==", + "bundleDependencies": [ + "is-unicode-supported" + ], + "dependencies": { + "@clack/core": "^0.3.3", + "is-unicode-supported": "*", + "picocolors": "^1.0.0", + "sisteransi": "^1.0.5" + } + }, + "node_modules/@clack/prompts/node_modules/is-unicode-supported": { + "version": "1.3.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@csstools/color-helpers": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.1.tgz", + "integrity": "sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@csstools/css-calc": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.1.tgz", + "integrity": "sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-color-parser": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.7.tgz", + "integrity": "sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "dependencies": { + "@csstools/color-helpers": "^5.0.1", + "@csstools/css-calc": "^2.1.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", + "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", + "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", + "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", + "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", + "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", + "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", + "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", + "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", + "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", + "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", + "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", + "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", + "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", + "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", + "cpu": [ + "loong64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", + "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", + "cpu": [ + "mips64el" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", + "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", + "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", + "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", + "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", + "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz", + "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", + "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", + "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", + "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", + "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", + "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + }, + "node_modules/@observablehq/framework": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@observablehq/framework/-/framework-1.13.1.tgz", + "integrity": "sha512-l4L7rPFoABCEs4Fjwd1eNJIJ0Axj4UaAgfhKeETzPbkD9M0eUNifsuTo6rzLqZbalqsfnK2oTSkZMn1DSvu/gg==", + "dependencies": { + "@clack/prompts": "^0.7.0", + "@observablehq/inputs": "^0.12.0", + "@observablehq/inspector": "^5.0.1", + "@observablehq/runtime": "^6.0.0", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-json": "^6.1.0", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-virtual": "^3.0.2", + "@sindresorhus/slugify": "^2.2.1", + "acorn": "^8.11.2", + "acorn-walk": "^8.3.0", + "ci-info": "^4.0.0", + "cross-spawn": "^7.0.3", + "d3-array": "^3.2.4", + "d3-hierarchy": "^3.1.2", + "esbuild": "^0.20.1", + "fast-array-diff": "^1.1.0", + "fast-deep-equal": "^3.1.3", + "glob": "^10.3.10", + "gray-matter": "^4.0.3", + "he": "^1.2.0", + "highlight.js": "^11.8.0", + "is-docker": "^3.0.0", + "is-wsl": "^3.1.0", + "jsdom": "^23.2.0", + "jszip": "^3.10.1", + "markdown-it": "^14.0.0", + "markdown-it-anchor": "^8.6.7", + "mime": "^4.0.0", + "minisearch": "^6.3.0", + "open": "^10.1.0", + "picocolors": "^1.1.1", + "pkg-dir": "^8.0.0", + "resolve.exports": "^2.0.2", + "rollup": "^4.6.0", + "rollup-plugin-esbuild": "^6.1.0", + "semver": "^7.5.4", + "send": "^0.19.0", + "tar": "^6.2.0", + "tar-stream": "^3.1.6", + "tsx": "^4.7.1", + "untildify": "^5.0.0", + "wrap-ansi": "^9.0.0", + "ws": "^8.14.2" + }, + "bin": { + "observable": "dist/bin/observable.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@observablehq/inputs": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@observablehq/inputs/-/inputs-0.12.0.tgz", + "integrity": "sha512-1ln7+PYe31cMx00K9awVbiCscQM0THnXRJ/AEzd+FfTA25Gu3KRWknAGECxU49QzHyKqiXpLl5LCg3XtYm70eQ==", + "dependencies": { + "htl": "^0.3.1", + "isoformat": "^0.2.0" + }, + "engines": { + "node": ">=14.5.0" + } + }, + "node_modules/@observablehq/inspector": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@observablehq/inspector/-/inspector-5.0.1.tgz", + "integrity": "sha512-euwWxwDa6KccU4G3D2JBD7GI/2McJh/z7HHEzJKbj2TDa7zhI37eTbTxiwE9rgTWBagvVBel+hAmnJRYBYOv2Q==", + "dependencies": { + "isoformat": "^0.2.0" + } + }, + "node_modules/@observablehq/runtime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@observablehq/runtime/-/runtime-6.0.0.tgz", + "integrity": "sha512-t3UXP69O0JK20HY/neF4/DDDSDorwo92As806Y1pNTgTmj1NtoPyVpesYzfH31gTFOFrXC2cArV+wLpebMk9eA==" + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rollup/plugin-commonjs": { + "version": "25.0.8", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz", + "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "commondir": "^1.0.1", + "estree-walker": "^2.0.2", + "glob": "^8.0.3", + "is-reference": "1.2.1", + "magic-string": "^0.30.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.68.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-commonjs/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@rollup/plugin-commonjs/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@rollup/plugin-json": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", + "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", + "dependencies": { + "@rollup/pluginutils": "^5.1.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-node-resolve": { + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz", + "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "@types/resolve": "1.20.2", + "deepmerge": "^4.2.2", + "is-module": "^1.0.0", + "resolve": "^1.22.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.78.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-virtual": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-3.0.2.tgz", + "integrity": "sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==", + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", + "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.31.0.tgz", + "integrity": "sha512-9NrR4033uCbUBRgvLcBrJofa2KY9DzxL2UKZ1/4xA/mnTNyhZCWBuD8X3tPm1n4KxcgaraOYgrFKSgwjASfmlA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.31.0.tgz", + "integrity": "sha512-iBbODqT86YBFHajxxF8ebj2hwKm1k8PTBQSojSt3d1FFt1gN+xf4CowE47iN0vOSdnd+5ierMHBbu/rHc7nq5g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.31.0.tgz", + "integrity": "sha512-WHIZfXgVBX30SWuTMhlHPXTyN20AXrLH4TEeH/D0Bolvx9PjgZnn4H677PlSGvU6MKNsjCQJYczkpvBbrBnG6g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.31.0.tgz", + "integrity": "sha512-hrWL7uQacTEF8gdrQAqcDy9xllQ0w0zuL1wk1HV8wKGSGbKPVjVUv/DEwT2+Asabf8Dh/As+IvfdU+H8hhzrQQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.31.0.tgz", + "integrity": "sha512-S2oCsZ4hJviG1QjPY1h6sVJLBI6ekBeAEssYKad1soRFv3SocsQCzX6cwnk6fID6UQQACTjeIMB+hyYrFacRew==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.31.0.tgz", + "integrity": "sha512-pCANqpynRS4Jirn4IKZH4tnm2+2CqCNLKD7gAdEjzdLGbH1iO0zouHz4mxqg0uEMpO030ejJ0aA6e1PJo2xrPA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.31.0.tgz", + "integrity": "sha512-0O8ViX+QcBd3ZmGlcFTnYXZKGbFu09EhgD27tgTdGnkcYXLat4KIsBBQeKLR2xZDCXdIBAlWLkiXE1+rJpCxFw==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.31.0.tgz", + "integrity": "sha512-w5IzG0wTVv7B0/SwDnMYmbr2uERQp999q8FMkKG1I+j8hpPX2BYFjWe69xbhbP6J9h2gId/7ogesl9hwblFwwg==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.31.0.tgz", + "integrity": "sha512-JyFFshbN5xwy6fulZ8B/8qOqENRmDdEkcIMF0Zz+RsfamEW+Zabl5jAb0IozP/8UKnJ7g2FtZZPEUIAlUSX8cA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.31.0.tgz", + "integrity": "sha512-kpQXQ0UPFeMPmPYksiBL9WS/BDiQEjRGMfklVIsA0Sng347H8W2iexch+IEwaR7OVSKtr2ZFxggt11zVIlZ25g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loongarch64-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.31.0.tgz", + "integrity": "sha512-pMlxLjt60iQTzt9iBb3jZphFIl55a70wexvo8p+vVFK+7ifTRookdoXX3bOsRdmfD+OKnMozKO6XM4zR0sHRrQ==", + "cpu": [ + "loong64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.31.0.tgz", + "integrity": "sha512-D7TXT7I/uKEuWiRkEFbed1UUYZwcJDU4vZQdPTcepK7ecPhzKOYk4Er2YR4uHKme4qDeIh6N3XrLfpuM7vzRWQ==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.31.0.tgz", + "integrity": "sha512-wal2Tc8O5lMBtoePLBYRKj2CImUCJ4UNGJlLwspx7QApYny7K1cUYlzQ/4IGQBLmm+y0RS7dwc3TDO/pmcneTw==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.31.0.tgz", + "integrity": "sha512-O1o5EUI0+RRMkK9wiTVpk2tyzXdXefHtRTIjBbmFREmNMy7pFeYXCFGbhKFwISA3UOExlo5GGUuuj3oMKdK6JQ==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz", + "integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.31.0.tgz", + "integrity": "sha512-ypB/HMtcSGhKUQNiFwqgdclWNRrAYDH8iMYH4etw/ZlGwiTVxBz2tDrGRrPlfZu6QjXwtd+C3Zib5pFqID97ZA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.31.0.tgz", + "integrity": "sha512-JuhN2xdI/m8Hr+aVO3vspO7OQfUFO6bKLIRTAy0U15vmWjnZDLrEgCZ2s6+scAYaQVpYSh9tZtRijApw9IXyMw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.31.0.tgz", + "integrity": "sha512-U1xZZXYkvdf5MIWmftU8wrM5PPXzyaY1nGCI4KI4BFfoZxHamsIe+BtnPLIvvPykvQWlVbqUXdLa4aJUuilwLQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.31.0.tgz", + "integrity": "sha512-ul8rnCsUumNln5YWwz0ted2ZHFhzhRRnkpBZ+YRuHoRAlUji9KChpOUOndY7uykrPEPXVbHLlsdo6v5yXo/TXw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@sindresorhus/slugify": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz", + "integrity": "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==", + "dependencies": { + "@sindresorhus/transliterate": "^1.0.0", + "escape-string-regexp": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@sindresorhus/transliterate": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz", + "integrity": "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==", + "dependencies": { + "escape-string-regexp": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" + }, + "node_modules/@types/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", + "peer": true + }, + "node_modules/@types/markdown-it": { + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", + "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", + "peer": true, + "dependencies": { + "@types/linkify-it": "^5", + "@types/mdurl": "^2" + } + }, + "node_modules/@types/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", + "peer": true + }, + "node_modules/@types/resolve": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + }, + "node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/b4a": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/bare-events": { + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz", + "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==", + "optional": true + }, + "node_modules/bidi-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz", + "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==", + "dependencies": { + "require-from-string": "^2.0.2" + } + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/bundle-name": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", + "dependencies": { + "run-applescript": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-tree": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", + "dependencies": { + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + } + }, + "node_modules/cssstyle": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.2.1.tgz", + "integrity": "sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw==", + "dependencies": { + "@asamuzakjp/css-color": "^2.8.2", + "rrweb-cssom": "^0.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/cssstyle/node_modules/rrweb-cssom": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", + "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==" + }, + "node_modules/d3-array": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-hierarchy": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/data-urls": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", + "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", + "dependencies": { + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/debug": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-browser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "dependencies": { + "bundle-name": "^4.1.0", + "default-browser-id": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/es-module-lexer": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", + "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==" + }, + "node_modules/esbuild": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", + "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.20.2", + "@esbuild/android-arm": "0.20.2", + "@esbuild/android-arm64": "0.20.2", + "@esbuild/android-x64": "0.20.2", + "@esbuild/darwin-arm64": "0.20.2", + "@esbuild/darwin-x64": "0.20.2", + "@esbuild/freebsd-arm64": "0.20.2", + "@esbuild/freebsd-x64": "0.20.2", + "@esbuild/linux-arm": "0.20.2", + "@esbuild/linux-arm64": "0.20.2", + "@esbuild/linux-ia32": "0.20.2", + "@esbuild/linux-loong64": "0.20.2", + "@esbuild/linux-mips64el": "0.20.2", + "@esbuild/linux-ppc64": "0.20.2", + "@esbuild/linux-riscv64": "0.20.2", + "@esbuild/linux-s390x": "0.20.2", + "@esbuild/linux-x64": "0.20.2", + "@esbuild/netbsd-x64": "0.20.2", + "@esbuild/openbsd-x64": "0.20.2", + "@esbuild/sunos-x64": "0.20.2", + "@esbuild/win32-arm64": "0.20.2", + "@esbuild/win32-ia32": "0.20.2", + "@esbuild/win32-x64": "0.20.2" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-array-diff": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-array-diff/-/fast-array-diff-1.1.0.tgz", + "integrity": "sha512-muSPyZa/yHCoDQhah9th57AmLENB1nekbrUoLAqOpQXdl1Kw8VbH24Syl5XLscaQJlx7KRU95bfTDPvVB5BJvw==" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" + }, + "node_modules/find-up-simple": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", + "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-east-asian-width": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-tsconfig": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz", + "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==", + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, + "node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "dependencies": { + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, + "node_modules/highlight.js": { + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/htl": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/htl/-/htl-0.3.1.tgz", + "integrity": "sha512-1LBtd+XhSc+++jpOOt0lCcEycXs/zTQSupOISnVAUmvGBpV7DH+C2M6hwV7zWYfpTMMg9ch4NO0lHiOTAMHdVA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/html-encoding-sniffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", + "dependencies": { + "whatwg-encoding": "^3.1.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/is-core-module": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + }, + "node_modules/is-reference": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", + "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", + "dependencies": { + "@types/estree": "*" + } + }, + "node_modules/is-wsl": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", + "dependencies": { + "is-inside-container": "^1.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/isoformat": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/isoformat/-/isoformat-0.2.1.tgz", + "integrity": "sha512-tFLRAygk9NqrRPhJSnNGh7g7oaVWDwR0wKh/GM2LgmPa50Eg4UfyaCO4I8k6EqJHl1/uh2RAD6g06n5ygEnrjQ==" + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsdom": { + "version": "23.2.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-23.2.0.tgz", + "integrity": "sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==", + "dependencies": { + "@asamuzakjp/dom-selector": "^2.0.1", + "cssstyle": "^4.0.1", + "data-urls": "^5.0.0", + "decimal.js": "^10.4.3", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^4.0.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.2", + "is-potential-custom-element-name": "^1.0.1", + "parse5": "^7.1.2", + "rrweb-cssom": "^0.6.0", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.3", + "w3c-xmlserializer": "^5.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^3.1.1", + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0", + "ws": "^8.16.0", + "xml-name-validator": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "canvas": "^2.11.2" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "dependencies": { + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "dependencies": { + "immediate": "~3.0.5" + } + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + }, + "node_modules/magic-string": { + "version": "0.30.17", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", + "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" + } + }, + "node_modules/markdown-it": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", + "dependencies": { + "argparse": "^2.0.1", + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" + }, + "bin": { + "markdown-it": "bin/markdown-it.mjs" + } + }, + "node_modules/markdown-it-anchor": { + "version": "8.6.7", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz", + "integrity": "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==", + "peerDependencies": { + "@types/markdown-it": "*", + "markdown-it": "*" + } + }, + "node_modules/markdown-it/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/mdn-data": { + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + }, + "node_modules/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==" + }, + "node_modules/mime": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.6.tgz", + "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==", + "funding": [ + "https://github.com/sponsors/broofa" + ], + "bin": { + "mime": "bin/cli.js" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minisearch": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", + "integrity": "sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==" + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/open": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", + "dependencies": { + "default-browser": "^5.2.1", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^3.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "node_modules/parse5": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", + "dependencies": { + "entities": "^4.5.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + }, + "node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pkg-dir": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-8.0.0.tgz", + "integrity": "sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==", + "dependencies": { + "find-up-simple": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/psl": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", + "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", + "dependencies": { + "punycode": "^2.3.1" + }, + "funding": { + "url": "https://github.com/sponsors/lupomontero" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "node_modules/queue-tick": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + }, + "node_modules/resolve": { + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "dependencies": { + "is-core-module": "^2.16.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, + "node_modules/resolve.exports": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz", + "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==", + "engines": { + "node": ">=10" + } + }, + "node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.31.0.tgz", + "integrity": "sha512-9cCE8P4rZLx9+PjoyqHLs31V9a9Vpvfo4qNcs6JCiGWYhw2gijSetFbH6SSy1whnkgcefnUwr8sad7tgqsGvnw==", + "dependencies": { + "@types/estree": "1.0.6" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.31.0", + "@rollup/rollup-android-arm64": "4.31.0", + "@rollup/rollup-darwin-arm64": "4.31.0", + "@rollup/rollup-darwin-x64": "4.31.0", + "@rollup/rollup-freebsd-arm64": "4.31.0", + "@rollup/rollup-freebsd-x64": "4.31.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.31.0", + "@rollup/rollup-linux-arm-musleabihf": "4.31.0", + "@rollup/rollup-linux-arm64-gnu": "4.31.0", + "@rollup/rollup-linux-arm64-musl": "4.31.0", + "@rollup/rollup-linux-loongarch64-gnu": "4.31.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.31.0", + "@rollup/rollup-linux-riscv64-gnu": "4.31.0", + "@rollup/rollup-linux-s390x-gnu": "4.31.0", + "@rollup/rollup-linux-x64-gnu": "4.31.0", + "@rollup/rollup-linux-x64-musl": "4.31.0", + "@rollup/rollup-win32-arm64-msvc": "4.31.0", + "@rollup/rollup-win32-ia32-msvc": "4.31.0", + "@rollup/rollup-win32-x64-msvc": "4.31.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup-plugin-esbuild": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-6.1.1.tgz", + "integrity": "sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==", + "dependencies": { + "@rollup/pluginutils": "^5.0.5", + "debug": "^4.3.4", + "es-module-lexer": "^1.3.1", + "get-tsconfig": "^4.7.2" + }, + "engines": { + "node": ">=14.18.0" + }, + "peerDependencies": { + "esbuild": ">=0.18.0", + "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" + } + }, + "node_modules/rrweb-cssom": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", + "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + }, + "node_modules/run-applescript": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/saxes": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=v12.22.7" + } + }, + "node_modules/section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "dependencies": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.1.tgz", + "integrity": "sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamx": { + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz", + "integrity": "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==", + "dependencies": { + "fast-fifo": "^1.3.2", + "queue-tick": "^1.0.1", + "text-decoder": "^1.1.0" + }, + "optionalDependencies": { + "bare-events": "^2.2.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar-stream": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", + "dependencies": { + "b4a": "^1.6.4", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/text-decoder": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", + "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", + "dependencies": { + "b4a": "^1.6.4" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tough-cookie": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", + "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", + "dependencies": { + "punycode": "^2.3.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz", + "integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==", + "dependencies": { + "esbuild": "~0.23.0", + "get-tsconfig": "^4.7.5" + }, + "bin": { + "tsx": "dist/cli.mjs" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + } + }, + "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", + "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", + "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", + "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", + "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", + "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", + "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", + "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", + "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", + "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", + "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ia32": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", + "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-loong64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", + "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", + "cpu": [ + "loong64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", + "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", + "cpu": [ + "mips64el" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", + "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", + "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-s390x": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", + "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", + "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", + "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", + "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/sunos-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", + "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-arm64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", + "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-ia32": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", + "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-x64": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz", + "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/esbuild": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz", + "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==", + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.23.1", + "@esbuild/android-arm": "0.23.1", + "@esbuild/android-arm64": "0.23.1", + "@esbuild/android-x64": "0.23.1", + "@esbuild/darwin-arm64": "0.23.1", + "@esbuild/darwin-x64": "0.23.1", + "@esbuild/freebsd-arm64": "0.23.1", + "@esbuild/freebsd-x64": "0.23.1", + "@esbuild/linux-arm": "0.23.1", + "@esbuild/linux-arm64": "0.23.1", + "@esbuild/linux-ia32": "0.23.1", + "@esbuild/linux-loong64": "0.23.1", + "@esbuild/linux-mips64el": "0.23.1", + "@esbuild/linux-ppc64": "0.23.1", + "@esbuild/linux-riscv64": "0.23.1", + "@esbuild/linux-s390x": "0.23.1", + "@esbuild/linux-x64": "0.23.1", + "@esbuild/netbsd-x64": "0.23.1", + "@esbuild/openbsd-arm64": "0.23.1", + "@esbuild/openbsd-x64": "0.23.1", + "@esbuild/sunos-x64": "0.23.1", + "@esbuild/win32-arm64": "0.23.1", + "@esbuild/win32-ia32": "0.23.1", + "@esbuild/win32-x64": "0.23.1" + } + }, + "node_modules/uc.micro": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" + }, + "node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/untildify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-5.0.0.tgz", + "integrity": "sha512-bOgQLUnd2G5rhzaTvh1VCI9Fo6bC5cLTpH17T5aFfamyXFYDbbdzN6IXdeoc3jBS7T9hNTmJtYUzJCJ2Xlc9gA==", + "engines": { + "node": ">=16" + } + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/w3c-xmlserializer": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", + "dependencies": { + "xml-name-validator": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-encoding": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-mimetype": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-url": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz", + "integrity": "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==", + "dependencies": { + "tr46": "^5.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/ws": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml-name-validator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", + "engines": { + "node": ">=18" + } + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..8994885 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "type": "module", + "private": true, + "scripts": { + "clean": "rimraf src/.observablehq/cache", + "build": "observable build", + "dev": "observable preview", + "deploy": "observable deploy", + "observable": "observable" + }, + "dependencies": { + "@observablehq/framework": "^1.13.1" + }, + "devDependencies": { + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">=18" + } +} diff --git a/parse_odds.py b/parse_odds.py new file mode 100644 index 0000000..a428b13 --- /dev/null +++ b/parse_odds.py @@ -0,0 +1,32 @@ +from bs4 import BeautifulSoup +from dateutil.parser import parse +import json + +year = 1952 + +with open("data/"+str(year)+".html") as fp: + soup = BeautifulSoup(fp, 'html.parser') + +start_pos = soup.find(string="1952 Regular Season - Week 1"); + +obj = { + "games":[] +} + +for table in start_pos.find_all_next(class_="soh1"): + for child in table.find_all("tbody"): + for row in child.find_all("tr"): + cells = row.find_all("td") + game = {} + cursor = 0 + if parse(cells[1].string).year!=year: + cursor = cursor+1 + game["date"] = cells[cursor+1].string + game["at"] = cells[cursor+3].string + game["fav"] = cells[cursor+4].string + game["score"] = cells[cursor+5].string + obj["games"].append(game) + +objson = json.dumps(obj) + +print(objson) \ No newline at end of file diff --git a/scrape_odds.py b/scrape_odds.py new file mode 100644 index 0000000..ca0db6f --- /dev/null +++ b/scrape_odds.py @@ -0,0 +1,11 @@ +import requests + +for year in range(1957, 2025): + URL = "https://www.sportsoddshistory.com/nfl-game-season/?y="+str(year) + page = requests.get(URL) + + f = open("data/"+str(year)+".html", "w", encoding="utf-8") + f.write(page.text) + f.close + + print("Downloaded " + str(year)) \ No newline at end of file diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..1235d15 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +/.observablehq/cache/ diff --git a/src/index.md b/src/index.md new file mode 100644 index 0000000..be471f9 --- /dev/null +++ b/src/index.md @@ -0,0 +1,5 @@ +# .\NFLOddsVis + +This is the home page of your new Observable Framework app. + +For more, see . diff --git a/src/observable.png b/src/observable.png new file mode 100644 index 0000000000000000000000000000000000000000..cff4f44bc64d764f7051454316b752781f74f3ad GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv-2k5uSN8&+j*gD@_Vx)ACICqY z8<~U%0!4sep-hDwP$OSSkY6yv9V-^eewEM1p0CMUo*5u05(Sj`=jq}Yq7j@rN#EN! zQKVh|ou2l#*4Eb3yB~ZKxX!~Yc*bwT$!%F?5qXFWfE;O$V zk7n>(w%yrd{T7Y`JFS=`R(wCObzM8dOCNj1nXma7YBEG6R=izn5a{l6W&7HKMcX1* zo-e53Vt*y>t;>9Jk+8=V-kH-H*KPAC(mk?p{tS0~f literal 0 HcmV?d00001