CINXE.COM

Sports Picks, Vegas Odds, Betting Lines, and Expert Analysis - SportsLine.com

<!DOCTYPE html> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.sportsline.com/","20191017073847","https://web.archive.org/","web","/_static/", "1571297927"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript"> window.console = window.console || (function(){ var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function(s){}; return c; })(); // IE10/WIN8 fix if (window.console && !window.console.debug) { window.console.debug = function(s){}; } </script> <script type="text/javascript">function loadTwitterWidgets() { window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://web.archive.org/web/20191017073847/https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); t._e = []; t.ready = function(f) { t._e.push(f); }; return t; }(document, "script", "twitter-wjs")); }</script> <!-- do not remove - maven build process expects this to inject startup data --> <script>var initialData = {"apiInternalHost":"www.sportsline.com","apiPublicHost":"www.sportsline.com","ui.featureFlag.gdpr":"1"};</script> <!-- do not remove - maven build process expects this to inject route data --> <script>var routeData = [{"name":"kentuckyderby","value":"belmont-stakes"},{"name":"golf","value":"british-open"},{"name":"soccer","value":"womens-world-cup"}];</script> <script type="text/javascript"> var isPhantom = (navigator.userAgent != null) && navigator.userAgent.indexOf("PhantomJS") >= 0; var htmlEle = document.documentElement; if (!isPhantom) { htmlEle.className = htmlEle.className + " loading"; } window.setTimeout(function() { var htmlEle = document.documentElement; htmlEle.className = htmlEle.className.replace(/(\s|^)loading(\s|$)/, " "); }, 10000); function getQueryStringParamByName(name) { var name, regex, results; name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); regex = new RegExp("[\\?&]" + name + "=([^&#]*)"); results = regex.exec(window.location.search); if (results !== null) { return decodeURIComponent(results[1].replace(/\+/g, " ")); } else { return ""; } } // get hash window.locationHash = location.hash.substr(1); </script> <!-- misc 3rd party scripts --> <script type="text/javascript"> // functions for generating guid function unparse(a, c) { var _byteToHex = []; var _hexToByte = {}; for (var i = 0; i < 256; i++) { _byteToHex[i] = (i + 256).toString(16).substr(1); _hexToByte[_byteToHex[i]] = i } var b = c || 0, d = _byteToHex; return d[a[b++]] + d[a[b++]] + d[a[b++]] + d[a[b++]] + "-" + d[a[b++]] + d[a[b++]] + "-" + d[a[b++]] + d[a[b++]] + "-" + d[a[b++]] + d[a[b++]] + "-" + d[a[b++]] + d[a[b++]] + d[a[b++]] + d[a[b++]] + d[a[b++]] + d[a[b++]] } _rng = function() { var _rnds = new Array(16); for (var a = 0, b; a < 16; a++) { if ((a & 3) === 0) { b = Math.random() * 4294967296; } _rnds[a] = b >>> ((a & 3) << 3) & 255; } return _rnds; } function v1(p, d, h) { var _seedBytes = _rng(); var _nodeId = [_seedBytes[0] | 1, _seedBytes[1], _seedBytes[2], _seedBytes[3], _seedBytes[4], _seedBytes[5]]; var _clockseq = (_seedBytes[6] << 8 | _seedBytes[7]) & 16383; var _lastMSecs = 0, _lastNSecs = 0; var j = d && h || 0; var k = d || []; p = p || {}; var g = p.clockseq != null ? p.clockseq : _clockseq; var a = p.msecs != null ? p.msecs : new Date().getTime(); var o = p.nsecs != null ? p.nsecs : _lastNSecs + 1; var c = (a - _lastMSecs) + (o - _lastNSecs) / 10000; if (c < 0 && p.clockseq == null) { g = g + 1 & 16383; } if ((c < 0 || a > _lastMSecs) && p.nsecs == null) { o = 0; } if (o >= 10000) { console.log('uuid.v1(): Can鈥檛 create more than 10M uuids/sec'); } _lastMSecs = a; _lastNSecs = o; _clockseq = g; a += 12219292800000; var m = ((a & 268435455) * 10000 + o) % 4294967296; k[j++] = m >>> 24 & 255; k[j++] = m >>> 16 & 255; k[j++] = m >>> 8 & 255; k[j++] = m & 255; var l = (a / 4294967296 * 10000) & 268435455; k[j++] = l >>> 8 & 255; k[j++] = l & 255; k[j++] = l >>> 24 & 15 | 16; k[j++] = l >>> 16 & 255; k[j++] = g >>> 8 | 128; k[j++] = g & 255; var f = p.node || _nodeId; for (var e = 0; e < 6; e++) { k[j + e] = f[e] } return d ? d : unparse(k) }; // cookie maintenance function setCookie (name, value, expires) { if (!expires) expires = new Date(); document.cookie = name + "=" + value + "; expires=" + expires.toGMTString() +";domain=.sportsline.com; path=/"; } function readCookie(name) { if(document.cookie == '') { return false; } else { var firstChar, lastChar; var theBigCookie = document.cookie; name = name + '='; firstChar = theBigCookie.indexOf(name); if (firstChar != -1) { firstChar += name.length; lastChar = theBigCookie.indexOf(';', firstChar); if(lastChar == -1) lastChar = theBigCookie.length; return unescape(theBigCookie.substring(firstChar, lastChar)); } else {return false;} } } function killCookie(name, path, domain) { var theValue = readCookie(name); if(theValue) { // set an already-expired cookie document.cookie = name + '=' + theValue + '; expires=Fri, 13-Apr-1970 00:00:00 GMT' + ((path)?';path=' + path:'') + ((domain)?';domain=' + domain:''); } } function getValue(cookieName,name) { cookieValue=readCookie(cookieName) findString=name; if (cookieValue) { namePos=cookieValue.indexOf(findString,0); if (namePos==-1) {return false;} valueStart=(cookieValue.indexOf('&',namePos+1)+1); valueEnd=cookieValue.indexOf('&',valueStart+1); if (valueEnd==-1) valueEnd=cookieValue.length; valueIs=cookieValue.substring(valueStart,valueEnd) if (namePos!=null) {return valueIs;} } else {return false;} } // end cookie maint. if (!isPhantom) { document.domain = "sportsline.com"; } </script> <!-- Google analytics --> <script> function loadGoogleAnalytics() { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://web.archive.org/web/20191017073847/https://www.google-analytics.com/analytics.js','ga'); //ga('create', 'UA-80763882-1', 'auto'); } </script> <!-- End google analytics --> <!-- Twitter universal website tag code --> <script> function loadTwitterPixel() { !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//web.archive.org/web/20191017073847/http://static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); // Insert Twitter Pixel ID and Standard Event data below twq('init','nzh3w'); twq('track','PageView'); } </script> <!-- End Twitter universal website tag code --> <!-- ad scripts --> <script type="text/javascript"> var adEnvConfig = '8264'; var surround = { cat: ['a','b','c','d','e','f'], cookie: readCookie('surround') }; if (surround.cookie == false || surround.cookie == undefined) { surround.pick = Math.floor(Math.random() * surround.cat.length); surround.subsession = Math.floor(Math.random() * 4) + 1; /*subsessions 1-4*/ document.cookie=("surround="+surround.cat[surround.pick]+"|"+surround.subsession+";domain=.sportsline.com;path=/" ); surround.cookie = readCookie('surround'); } if (surround.cookie) {surround.sessions=surround.cookie.split("|");} surround.vguid = v1(); // set the vguid. This requires the code in the block above this one. </script> <script type="text/javascript"> // callback that skybox position setting code calls to let us know it has positioned the nav window.ads_skyboxHeaderPos_handler = function() { Ember.Instrumentation.instrument("skyboxHeaderPositioned"); } function getXfpInstance() { var query = location.search.substring(1); // get query string var pairs = query.split("&"); var xfpInstance = typeof adEnvConfig === 'undefined' ? '7336' : adEnvConfig; // 8264 for prod, 7336 for dev for (var i=0; i < pairs.length; i++) { var pos = pairs[i].indexOf('='); // Look for name "name=value" if (pos == -1) continue; // If not found, skip var argname = pairs[i].substring(0,pos); // Extract the name var value = pairs[i].substring(pos+1); // Extract the value value = decodeURIComponent(value); // Decode it, if needed var adNetwork = argname === 'adNetwork'; if (adNetwork) { xfpInstance = value; } } return xfpInstance; } xfpDomain = '.sportsline.com'; xfpInstance = getXfpInstance(); xfpArena = 'other'; // nfl, collegefootball, etc... xfpFeature = 'home'; xfpDesktop = 'aw-sportsline'; xfpMobile = 'maw-sportsline'; xfpSlot='/' +xfpInstance +'/aw-sportsline/' +xfpArena +'/' +xfpFeature; // page-specific (this would work for homepage) // desktop slots xfpSlotHomeDesktop = '/' + xfpInstance + xfpDesktop + 'other/home'; // tracks if this is the first page the user has visited in this session function xfpFirstPageCookie() { if (xfpFirstPage) {return xfpFirstPage;} // only run once per page, if already set, just return value var xfpFirstPage = readCookie('XFP_FIRSTPAGE'); // get firstPage cookie if (!xfpFirstPage) { // if cookie doesn't exist, this is the first page, so firstPage = 1 xfpFirstPage = 1; } else if (xfpFirstPage == 1) { // else, this is the second page, set firstPage = 0 xfpFirstPage = 0; } var exp = new Date(); exp.setTime(exp.getTime() + xfpGetTimeToExpiration(.75)); // get number of milliseconds until 12:45am ET document.cookie=('XFP_FIRSTPAGE ='+xfpFirstPage+";expires="+exp.toUTCString()+";domain="+xfpDomain+";path=/;"); return xfpFirstPage; // set and return the parameter DVAR_FIRSTPAGE = firstPage } // given the expiration hour in ET, return the number of milliseconds to // expiration from the given Date Object (defaults to current date) function xfpGetTimeToExpiration(etExpireHour,dt) { dt = dt || new Date(); var etUtcOffset = 5; // hours if (isEDT(dt)) etUtcOffset = 4; // if in daylight savings time var utcExpire = (etExpireHour+etUtcOffset)%24; // UTC expire time in hours var utcTime = 60*dt.getUTCHours() + dt.getUTCMinutes(); // UTC time in mins var minsToExpiration = 60*utcExpire - utcTime; // time to expiration if (minsToExpiration < 0) minsToExpiration = 24*60 + minsToExpiration; return 60000*minsToExpiration; // in milliseconds } // determine if Daylight Savings Time is being observed in the ET timezone // at the date/time of the given Date Object (defaults to current time) function isEDT(dt) { dt = dt || new Date(); // default to current date var month = dt.getUTCMonth(); // get month in UTC if (month > 2 && month < 10) return true; // in EDT if Apr to Oct if (month < 2 || month > 10) return false; // not in EDT if Jan,Feb,Dec var date = dt.getUTCDate(); // get day of month in UTC var day = dt.getUTCDay(); // get day of week in UTC if (month == 10) { // November if (date > 7) return false; // after first week, not in EDT if (day == 0) { // Sunday of first week, check time if (dt.getUTCHours() < 6) return true; //before 6am UTC, in EDT return false; // 6am UTC or later, not in EDT } if (date > day) return false; // Sunday has passed, not in EDT return true; // Sunday has not passed, in EDT } // March if (date < 8) return false; // still first week, not in EDT if (date > 14) return true; // after second week, in EDT if (day == 0) { // Sunday of second week, check time if (dt.getUTCHours() > 6) return true; // 7am UTC or later, in EDT return false; // before 7am UTC, not in EDT } if (date - day > 7) return true; // Sunday has passed, in EDT return false; // Sunday has not passed, not in EDT } //sharethrough var xfpFirstPage = xfpFirstPageCookie(); var xfpSession = (surround.cookie) ? surround.sessions[0] : 'off'; var xfpSubsession = (surround.cookie) ? surround.sessions[1] : 'off'; function xfpGetArgs(){ var args = new Object(); var query = location.search.substring(1); // get query string var pairs = query.split("&"); for (var i=0; i < pairs.length; i++) { var pos = pairs[i].indexOf('='); // Look for name "name=value" if (pos == -1) continue; // If not found, skip var argname = pairs[i].substring(0,pos); // Extract the name var value = pairs[i].substring(pos+1); // Extract the value value = decodeURIComponent(value); // Decode it, if needed var adTarg = argname.match(/adTargeting_/); // Do we have a match on adTargeting_<key> // Set Targeting for spec'd out query parms if (argname == 'env' || argname == 'session' || argname == 'subses' || argname == 'adRegion' || argname == 'ftag' || argname == 'ttag' || (adTarg)) { // args[argname] = value; if (adTarg) {argname = argname.substring(12);} // strip off adTargeting_ from the name if present googletag.pubads().setTargeting(argname, value); // Set Targeting if (argname == 'ftag' || argname == 'ttag') { document.cookie=("xfpFtag="+value+";domain="+xfpDomain+";path=/" ); newFtag = 1; } } } var xfpFtagVal = readCookie("xfpFtag"); // check if we have an ftag cookie var newFtag = 0; if ((newFtag==0) && xfpFtagVal) { // If no new setting for ftag but we had an old one then googletag.pubads().setTargeting('ftag', xfpFtagVal); // Set Targeting } } </script> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; function loadGpt() { /* 05-16-2018 - Ember defines String.prototype.w (http://www.emberjs.com.cn/api/classes/Ember.String.html#method_w) gpt.js is throwing an error if this function is defined on String. First noticed on 05/16/2018. Clearing this function before involking gpt.js. Hoping that this doesn't cause any issues with Ember. */ String.prototype.w = undefined; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') +'//web.archive.org/web/20191017073847/http://www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); /* This next block includes the ad definitions relevant to each page. Please note that there is a section for desktop visitors and another section specific to mobile visitors. */ googletag.cmd.push(function() { googletag.pubads().setTargeting("firstpg", ""+xfpFirstPage); googletag.pubads().setTargeting("session", xfpSession); googletag.pubads().setTargeting("subses", ""+xfpSubsession); googletag.pubads().setTargeting("subses", ""+xfpSubsession); googletag.pubads().setTargeting("vguid", surround.vguid); xfpGetArgs(); // to set/override targeting for env, session, subses, adRegion, ftag, ttag, and adTargeting_<key> if set by query string googletag.pubads().enableAsyncRendering(); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().disableInitialLoad(); googletag.enableServices(); }); } </script> <!-- end ad scripts --> <!-- ClickTale Bottom part --> <script type="text/javascript"> function loadClickTale() { (function(win,doc){ var scriptElement, scrSrc; if (typeof (win.ClickTaleCreateDOMElement) != "function") { win.ClickTaleCreateDOMElement = function(tagName) { if (doc.createElementNS) { return doc.createElementNS('http://www.w3.org/1999/xhtml', tagName); } return doc.createElement(tagName); } } win.WRInitTime=(new Date()).getTime(); scriptElement = ClickTaleCreateDOMElement('script'); scriptElement.type = "text/javascript"; scrSrc = doc.location.protocol=='https:'? 'https://web.archive.org/web/20191017073847/https://cdnssl.clicktale.net/': 'https://web.archive.org/web/20191017073847/http://cdn.clicktale.net/'; scrSrc += 'www09/ptc/400a86aa-6d13-456a-a232-877ce0ac42fc.js'; scriptElement.src = scrSrc; doc.getElementsByTagName('body')[0].appendChild(scriptElement); })(window,document); } </script> <!-- ClickTale end of Bottom part --> <!-- GDPR compliance --> <script type="text/javascript"> window.consentedToGdpr = false; window.delayedGdprFunctions = []; var gdprCMPDisabled = initialData != null && initialData['ui.featureFlag.gdpr'] != null && initialData['ui.featureFlag.gdpr'] === '0'; (function(id){ function append(scriptid, url, async) { var d = document, sn = 'script', f = d.getElementsByTagName(sn)[0]; if(!f) { f = d.head; } var s = d.createElement(sn); s.async = !0; s.id = scriptid; s.src = url; return f.parentNode.insertBefore(s,f); } function gdprConsent() { window.consentedToGdpr = true; loadFacebookPixel(); loadIXHeaderBidding(); if (typeof loadClickTale === 'function') { loadClickTale(); } else { console.warn('ClickTale disabled.'); } if (typeof loadGpt === 'function') { // in case ads are disabled loadGpt(); } else { console.warn('Gpt disabled.'); } loadTwitterWidgets(); loadGoogleAnalytics(); loadTwitterPixel(); loadInsta(); fireTeal(); loadTrackingScriptsEmber(); if (window.delayedGdprFunctions.length > 0) { var i = 0; for (i = 0; i < window.delayedGdprFunctions.length; i++) { //console.log('Calling delayed gdpr function: ', window.delayedGdprFunctions[i]); window.delayedGdprFunctions[i](); } } } if (gdprCMPDisabled) { // skip gdpr console.log('gdpr CMP disabled'); window.onload = function() { gdprConsent(); } } else { function getRootDomain(){var parts=window.location.hostname.split('.');if(parts.length===2)rootDomain=parts[0];else if(parts.length>2){var part=parts[parts.length-2];if(part==='com'||part==='co'){rootDomain=parts[parts.length-3]} else{rootDomain=part}} return rootDomain} window.evidon={}; window.evidon.id=id; var evidoncdn='//web.archive.org/web/20191017073847/http://c.evidon.com/'; append('evidon-notice','/sitenotice/evidon-sitenotice-tag.js',!1); append('evidon-location',evidoncdn+'geo/country.js',!0); append('evidon-themes','/sitenotice/' + id + '/snthemes.js',!0); append('evidon-settings','/sitenotice/' + id + '/sportsline/settings.js',!0); window.evidon.priorConsentCallback=function() { //console.log('window.evidon.priorConsentCallback called'); gdprConsent(); } window.evidon.closeCallback = function() { } window.evidon.consentWithdrawnCallback = function() { } } function fireTeal() { if (typeof om == 'object' && typeof om.fireGdprTags != 'undefined') { om.fireGdprTags(); } } function loadFacebookPixel() { var pixelId = 2177057362582565; !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://web.archive.org/web/20191017073847/https://connect.facebook.net/en_US/fbevents.js'); fbq('init', pixelId); // Insert your pixel ID here. } function loadIXHeaderBidding() { append('ix-header-bidding', '//web.archive.org/web/20191017073847/http://js-sec.indexww.com/ht/p/183728-274180584915188.js', true); } function loadInsta() { var s = document.createElement('script'); s.defer = 'defer'; s.src = '//web.archive.org/web/20191017073847/http://platform.instagram.com/en_US/embeds.js?t=1438203801987'; s.type = 'text/javascript'; var firstScript = document.getElementsByTagName('script')[0]; firstScript.parentNode.insertBefore(s,firstScript); } // load all tracking scripts within ember templates function loadTrackingScriptsEmber() { if (typeof Ember !== 'undefined' && Ember) { try { /* An error occurs here when Crownpeak loads immediately for US and other non-GDPR countries * before the event is subscribed to in the application route. In this case we'll swallow the exception * and simply use a warning. */ Ember.Instrumentation.instrument("loadTrackingScriptsEmber"); } catch (err) { console.warn(err); } } } })(425) </script> <!-- end GDPR compliance --> <noscript><img height="1" width="1" style="display:none" src="https://web.archive.org/web/20191017073847im_/https://www.facebook.com/tr?id=1575186632756631&amp;ev=PageView&amp;noscript=1"/></noscript> <title>Sports Picks, Vegas Odds, Betting Lines, and Expert Analysis - SportsLine.com</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="google-site-verification" content="2aLOqjrD_NLeJs2vUWBdGbIA-H6e203yQKUpH6pYLZo"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="fragment" content="!"> <meta http-equiv="expires" content="0"> <meta http-equiv="refresh" content="21600"> <link rel="shortcut icon" type="image/x-icon" href="/web/20191017073847im_/http://www.sportsline.com/favicon.ico"> <link rel="icon" type="image/x-icon" href="/web/20191017073847im_/http://www.sportsline.com/favicon.ico"> <link href="/web/20191017073847im_/http://www.sportsline.com/apple-touch-icon.png" rel="apple-touch-icon"/> <link href="/web/20191017073847im_/http://www.sportsline.com/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/> <link href="/web/20191017073847im_/http://www.sportsline.com/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/> <link href="/web/20191017073847im_/http://www.sportsline.com/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/> <link href="/web/20191017073847im_/http://www.sportsline.com/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/> <link href="../assets/img/smartbanner-android-icon-180x180.png" rel="android-touch-icon" sizes="180x180"/> <link href="/web/20191017073847im_/http://www.sportsline.com/icon-hires.png" rel="icon" sizes="192x192"/> <link href="/web/20191017073847im_/http://www.sportsline.com/icon-normal.png" rel="icon" sizes="128x128"/> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@sportsline"> <!-- do not remove the following comments, needed for JSP SPSPLN-2333 --> <link rel="manifest" id="manifest-sportsline"/> <meta name="description" content="SportsLine brings you premium real-time sports betting information, Las Vegas odds, picks and projections. Bet on your favorite sports with confidence."><meta property="og:description" content="SportsLine brings you premium real-time sports betting information, Las Vegas odds, picks and projections. Bet on your favorite sports with confidence."><meta property="twitter:description" content="SportsLine brings you premium real-time sports betting information, Las Vegas odds, picks and projections. Bet on your favorite sports with confidence."><meta property="og:title" content="Sports Picks, Vegas Odds, Betting Lines, and Expert Analysis - SportsLine.com"><meta property="twitter:title" content="Sports Picks, Vegas Odds, Betting Lines, and Expert Analysis - SportsLine.com"><meta property="og:site_name" content="SportsLine"><meta property="og:image" content="https://web.archive.org/web/20191017073847im_/https://www.sportsline.com/assets/img/logo/SportsLine-600x600.jpg"><meta property="twitter:image" content="https://www.sportsline.com/assets/img/logo/SportsLine-600x600.jpg"><meta property="twitter:creator" content="@sportsline"><link rel="canonical" href="https://web.archive.org/web/20191017073847/https://www.sportsline.com/"><link rel="image_src" href="https://web.archive.org/web/20191017073847im_/https://www.sportsline.com/assets/img/logo/SportsLine-600x600.jpg"> <base href="/web/20191017073847/http://www.sportsline.com/"/> <meta name="cbs-new/config/environment" content="%7B%22modulePrefix%22%3A%22cbs-new%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%2C%22Array%22%3Atrue%2C%22Function%22%3Atrue%2C%22String%22%3Atrue%7D%7D%2C%22sentry%22%3A%7B%22environment%22%3A%22production%22%2C%22dsn%22%3A%22https%3A//7813ef629bee4624abd0c3d73e281f83@sentry.io/1536332%22%7D%2C%22pushNotification%22%3A%7B%22workerFileName%22%3A%22push-worker.js%22%7D%2C%22APP%22%3A%7B%22name%22%3A%22cbs-new%22%2C%22version%22%3A%220.0.0+df426418%22%7D%2C%22ember-cli-mirage%22%3A%7B%22usingProxy%22%3Afalse%2C%22useDefaultPassthroughs%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%7D"/> <link rel="stylesheet" href="/web/20191017073847cs_/http://www.sportsline.com/assets/vendor.css"> <link rel="stylesheet" href="/web/20191017073847cs_/http://www.sportsline.com/assets/cbs-new-a06b851-26.css"> </head> <body> <div class="loading-animation"><div class="loading-container"><div class="loader"><div class="loading-bars"><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div></div></div></div><div class="loading-label">LOADING</div></div> <script src="/web/20191017073847js_/http://www.sportsline.com/assets/vendor-a06b851-26.js"></script> <script src="/web/20191017073847js_/http://www.sportsline.com/assets/cbs-new-a06b851-26.js"></script> <script type="text/javascript"> jQuery.support.cors = true; </script> </body> </html> <!-- FILE ARCHIVED ON 07:38:47 Oct 17, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 17:34:09 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.635 exclusion.robots: 0.034 exclusion.robots.policy: 0.024 esindex: 0.011 cdx.remote: 26.104 LoadShardBlock: 227.839 (6) PetaboxLoader3.datanode: 237.713 (8) load_resource: 239.609 (2) PetaboxLoader3.resolve: 126.534 -->