[ad_1]
4/20/2022 features three Eastern Conference playoff matchups that see KD‘s Nets battling Jayson Tatum and the Celtics, Joel Embiid leading the Matisse Thybulle-less 76ers into Toronto with a 2-0 advantage, and the DeMar DeRozan-led Bulls looking to steal one against the defending champion Bucks. In the MLB, there’s a loaded 16-game schedule including Shohei Ohtani‘s Angels facing the Astros, Vladimir Guerrero Jr. and the Blue Jays taking on the Red Sox, and the Guardians hosting the White Sox in a doubleheader.
See what happened in sports on 4/20 last year, headlined by Paul George knocking down game-winning free throws against Portland and Corbin Burnes continuing his unprecedented start to the season with 10 more strikeouts and no walks, as well as what happened in sports on 4/20 in 2020 ft. Yannick Ngakoue lashing out at the Jaguars regarding his trade request and the Jags also releasing WR Marqise Lee to save cap space.
WHAT’S HAPPENING IN SPORTS OVERVIEW: This daily sports post includes real headlines only (no clickbait rumors), all of the best highlights, interesting facts & records from around the NFL, NBA, & MLB, the main games to watch, notable birthdays, and a quick recap of significant events on this day in sports history.
MORE CONTENT WILL BE UPLOADED THROUGHOUT THE DAY
LATEST HEADLINES
function lastupdates(element){
let index = parseInt(document.getElementById(‘last_headlines_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_headlines_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_headlines.php?t=1650516192’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
`;
document.getElementById(‘load_more_last_headlines’).append(stringToHTML(inner));
);
if(index>=total)
document.getElementById(“last_headlines_button”).style.visibility = “hidden”;
document.getElementById(‘last_headlines_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str)
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
;
[SEE MORE]
BEST HIGHLIGHTS
Butler went Beast Mode in G2
JIMMY BUTLER FOR 3 ON TNT.
HE'S GOT 45. pic.twitter.com/m9o96xXMdu
— NBA (@NBA) April 20, 2022
Jimmy Butler's #Heat Playoff single-GP records set on 4/19/22:
– 45+ PTS & 0 TOV
– 45+ PTS & 80+ FT%
– 45+ PTS & under 40 MIN
– 45+ PTS & 0 PF
– 45+ PTS/5+ AST/10+ FTM@JimmyButler 🔥
pic.twitter.com/qvbeVYlIc8
— Pro Sports Outlook (@PSO_Sports) April 20, 2022
D-Book fist bumping babies
D-Book celebrating his wild shot with a young Suns fan 👊 pic.twitter.com/3laXZ20mMM
— NBA TV (@NBATV) April 20, 2022
Book is in the absolute zone 🔒
31 points at halftime for the @Suns guard to give them a 5-point lead on TNT.#NBAPlayoffs presented by Google Pixel pic.twitter.com/NSLplkFdGh
— NBA (@NBA) April 20, 2022
A block exchange in Game 2
Mikal Bridges and Jaxson Hayes not letting each other score 😤
High-intensity battle in Game 2 on TNT pic.twitter.com/atGAjvo5C4
— NBA (@NBA) April 20, 2022
Morant’s moves are too nice
This Ja handle and stepback 😱@memgrizz rolling on NBA TV#NBAPlayoffs presented by Google Pixel pic.twitter.com/cu1O0QhFzt
— NBA (@NBA) April 20, 2022
Lindor walked off the Giants
.@Lindor12BC completes the comeback. #Walkoff pic.twitter.com/o5MLg8wsgW
— MLB (@MLB) April 19, 2022
Crafty players on the corners
Nolan and Goldy are a dangerous combo across the diamond. 👀 pic.twitter.com/YjRTHjzsSZ
— MLB (@MLB) April 20, 2022
Best hypothetical NBA buckets
Some of the best “If Only it Counted” plays of the 2021-22 regular season! #BestOfNBA pic.twitter.com/kFBubyGhDC
— NBA (@NBA) April 19, 2022
Howell broke records at UNC
.@UNCFootball's all-time leader in passing yards and passing TDs.
Who's taking @Sam7Howell in the Draft?
📺: 2022 #NFLDraft — April 28-30 on NFLN/ESPN/ABC pic.twitter.com/dbVm7Pj2hY
— NFL (@NFL) April 19, 2022
Brunson put Mavs on his back
Jalen Brunson is the 1st player to record 40+ PTS & 0 TOV during 1 Playoff GP in Dallas #Mavericks history
pic.twitter.com/h8DsodlP7V
— Pro Sports Outlook (@PSO_Sports) April 19, 2022
Mavs set Playoff 3PM record
The @dallasmavs 22 three-pointers mark a new franchise record for 3PM in a Playoff game! #MFFL
Game 3: Jazz/Mavs
Thurs. 9pm/et on NBA TV pic.twitter.com/VWs6Ne7cAv
— NBA (@NBA) April 19, 2022
jQuery(function(){
jQuery(‘.see-more-panel101’).click(function(){
let innerall=””;
let index = parseInt(jQuery(this).children(‘a’).attr(‘index’))+1;
let total = jQuery(this).children(‘a’).attr(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let i = start;
let container = jQuery(this).attr(‘container’);
fetch(‘https://prosportsoutlook.com/api_data/response_highlights.php?t=1650516195’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
innerall+=`
$res2[i].title
`;
jQuery(‘#’+container+”).append(innerall);
if(innerall!=”)
jQuery(this).children(‘a’).attr(‘index’,”+index+”);
if(parseInt(index)>=parseInt(total))
jQuery(this).hide();
);
});
});
[SEE MORE]
FACTS & RECORDS
function lasfacts(element){
let index = parseInt(document.getElementById(‘last_facts_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_facts_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_facts.php?t=1650516196’)
.then(res=>res.json())
.then(res2=>
for(;i<end;i++)
if(res2[i])
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
inner+=`
`;
if(res2[i].related_text!=”)
let link = res2[i].related_link!==”?res2[i].related_link:’#’;
inner+=`
`;
inner+=`
`;
document.getElementById(‘load_more_last_facts’).append(stringToHTML(inner));
)
if(index>=total)
document.getElementById(“last_facts_button”).style.visibility = “hidden”;
document.getElementById(‘last_facts_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str)
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
;
[SEE MORE]
MAIN GAMES
NBA Playoffs Round 1
7:00 PM: #7 Brooklyn Nets vs. #2 Boston Celtics [BOS leads 1-0]
8:00 PM: #4 Philadelphia 76ers vs. #5 Toronto Raptors [PHI leads 2-0]
9:30 PM: #6 Chicago Bulls vs. #3 Milwaukee Bucks [MIL leads 1-0]
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: DL BJ Hill, Cincinnati Bengals (turns 27)
NFL: WR Keelan Cole, Free Agent (29)
NFL: LB Luke Kuechly, Retired after 2019 (31)
NFL: DL Mike Purcell, Denver Broncos (31)
MLB: 1B Brandon Belt, San Francisco Giants (34)
MLB: 1B Don Mattingly, Retired after 1995 (61)
SIGNIFICANT HISTORY
2019: Indiana Pacers C Myles Turner threw down a memorable poster dunk all over Gordon Hayward during their Eastern Conference 1st Round Postseason matchup
2013: Before the Boston Red Sox’s 1st game back at Fenway Park after the recent Boston Marathon bombings, David Ortiz made his iconic “This is our fucking city” speech during what ended up being a World Series season
2003: Philadelphia 76ers PG Allen Iverson set a postseason franchise record with 55 points on New Orleans which still stands today and is the most recent time a player has scored 55+ PTS during a Playoff game in NBA history
2002: Sacramento Kings’ victory over the Utah Jazz in Game 1 of the 1st round marked the franchise’s 1st Game 1 Playoff victory in 21 years, when they were located in Kansas City
2002: Houston Texans made Fresno State QB David Carr their very 1st draft selection in franchise history (#1 overall). Notable 1st Rd picks include DE Julius Peppers (CAR #2), DE Dwight Freeney (IND #11), TE Jeremy Shockey (NYG #14), S Ed Reed (BAL #24)
1996: The 1996 NFL Draft featured the Jets making Keyshawn Johnson the last WR to ever be taken No.1 overall while the Baltimore Ravens added both HOF’s LB Ray Lewis (#26) & OT Jonathan Ogden (#4) during the 1st Rd. HOF WR Marvin Harrison also went 1st Rd (#19 to Colts)
1986: Chicago Bulls SG Michael Jordan set an NBA playoff record with 63 PTS during a loss to the Boston Celtics, also setting the record for the most PTS (112) over any 2-game Playoff span after dropping 49 PTS in Game 1 as both records still stand today
1939: In his MLB debut, Boston Red Sox OF Ted Williams recorded his very 1st career Hit — a double — against the New York Yankees
1916: Wrigley Field hosted its very 1st game as the Chicago Cubs defeated the Cincinnati Reds 7-6 in 11 innings. It’s the oldest stadium still standing in the National League
1912: Fenway Park officially opened as the Boston Red Sox defeated the New York Highlanders (Yankees) during their home opener of a season that culminated in their 2nd ever World Series Championship
[SEE MORE DAYS IN SPORTS]
Help Pro Sports Outlook continue to grow:
– Share this with friends
– Click FOLLOW for high-quality sports content delivered to your email or your platform of choice
– Follow @PSO_Sports on Twitter & Instagram | Pro Sports Outlook on YouTube, Facebook, & LinkedIn
– Get 10% off all exclusive PSO designed sports t-shirts & jerseys on FanGearNation.com: Code PSO10 at check out
The post What 2 Watch 4 in Buccaneers vs. Cowboys Season Opener appeared first on Pro Sports Outlook.
[ad_2]
Source link
More Stories
Pandemic fuels sports biking boom in cycling nation China
A Few Things I am Following in the Sports World Today – Ben’s sports blog
Brume Reclaims Long Jump Gold In Record-Breaking Fashion