Table of Contents
ToggleJuly 21st, 2022 features a six-game MLB Thursday highlighted by a day-night doubleheader between the AL’s top teams as Aaron Judge‘s Yankees battle Alex Bregman‘s Astros to kick off the MLB’s second half of 2022, while Carlos Rodon‘s Giants try to rebound from a mediocre first half against Freddie Freeman‘s Dodgers. Episode 2 of ‘The Captain’ starring Derek Jeter premieres, the 76ers utilize extra cap space freed up by James Harden‘s team-friendly contract, and NFL teams get into training camp with the preseason beginning in less than two weeks.
See what happened in sports on this day in recent years:
– July 21, 2021: Fred Warner became the highest-paid LB ever, surprising retirements, MLB walk-offs, and more!
– July 21, 2020: The NFL canceled the 2020 preseason, SoFi’s stadium limited to no capacity, & more!
– July 21, 2019: The MLB HOF Class of 2019 induction, SF’s extra-innings walk-off hit, Max Kepler‘s GW hit, and more!
WHAT’S HAPPENING IN SPORTS OVERVIEW: These posts showcase everything you need to see in pro sports all in one place EVERY DAY. This 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=1658451654’)
.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
ESPY FOR BEST GAME
The ESPY winner for best game, as if there was any doubt. 🏆 @Chiefs pic.twitter.com/W6M27dwanD
— NFL (@NFL) July 21, 2022
RECORD-BREAKING ESPY
Most career 3PM in NBA history:
1. Steph Curry (3,117)^
2. Ray Allen (2,973)
3. James Harden (2,593)^
4. Reggie Miller (2,560)
5. Kyle Korver (2,450)pic.twitter.com/SsurgRA5op
— Pro Sports Outlook (@PSO_Sports) July 21, 2022
SLICK ASG DOUBLE-PLAY
All-Star caliber defense. 😱 pic.twitter.com/0Z2m11RmHL
— MLB (@MLB) July 20, 2022
BIG BOMBS IN LA
Last night, @Giancarlo818 smashed the hardest-hit HR in an #AllStarGame in the Statcast era (since 2015).
(MLB x @GoogleCloud) pic.twitter.com/0AQd5sfGuK
— MLB (@MLB) July 20, 2022
Bux goes back-to-back! #AllStarGame pic.twitter.com/NZjna8jhXl
— MLB (@MLB) July 20, 2022
Goldy's outstanding season continues. #AllStarGame pic.twitter.com/Oi85VQdoOn
— MLB (@MLB) July 20, 2022
MANOAH WAS ELECTRIC
.@Alek_Manoah6 mic'd up while pitching was electric. #AllStarGame pic.twitter.com/WLhyX4rJND
— MLB (@MLB) July 20, 2022
BEST SUMMER LEAGUE AST
Dimes were dropped in Vegas 💰
Watch the best assists from the 2022 NBA Summer League Championship game! pic.twitter.com/xAuX3BjC9O
— NBA (@NBA) July 19, 2022
SL CHAMPIONSHIP MVP
Trendon Watford showed out in Vegas 🎬
– #NBA2K23SummerLeague Championship Game MVP
– All-Summer League 2nd Team selection
Watch the best plays from his 2022 Summer League run! pic.twitter.com/lBEvdQcrWN
— NBA (@NBA) July 19, 2022
BEST OF SUMMER PAOLO
No. 1 overall pick Paolo Banchero showed off his impressive skillset in Vegas this year 🔥
Watch the best plays from his #NBASummer debut pic.twitter.com/iVc13tGcoo
— NBA (@NBA) July 19, 2022
CHET SHOWED OUT IN SL
Blocks ✅
Buckets ✅
Dimes ✅
Chet Holmgren has some of everything in his @NBASummerLeague highlight tape 👀 pic.twitter.com/o4BpqLGaxs
— NBA (@NBA) July 20, 2022
TOP LAKERS SUMMER PLAYS
The @Lakers were hooping in Vegas 👀
Watch the best plays from their #NBA2K23SummerLeague run! pic.twitter.com/V2FphRZ2Ak
— NBA (@NBA) July 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=1658451657’)
.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=1658451658’)
.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
MLB Thursday
1:10 PM: New York Yankees (64-28) vs. Houston Astros (59-32)
6:40 PM: New York Yankees (64-28) vs. Houston Astros (59-32)
10:10 PM: San Francisco Giants (48-43) vs. Los Angeles Dodgers (60-30)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: K Evan McPherson, Cincinnati Bengals (turns 23)
NFL: DE Whitney Mercilus, Retired after 2021 (32)
NBA: C DeAndre Jordan, Denver Nuggets (34)
MLB: SP CC Sabathia, Retired after 2019 (42)
SIGNIFICANT HISTORY
2019: Legendary New York Yankees CP Mariano Rivera became the 1st unanimous-voted Hall of Famer inducted into Cooperstown as he was joined by Roy Halladay, Edgar Martinez, and Lee Smith in the HOF Class of 2019
2010: After going undrafted, PG Jeremy Lin signed his 1st NBA contract with the Golden State Warriors
2008: Arizona Diamondbacks SP Randy Johnson became the 1st pitcher with 2,000+ career strikeouts on multiple teams as he racked up 2,162 Ks with the Mariners and would go on to finish his Arizona career with 2,077 Ks
2006: New Yankees 3B Alex Rodriguez not only recorded his 2,000th career hit, but also passed Ken Griffey Jr. to become the youngest player in MLB history to slug 450 career HRs at 30 years, 358 days old
1995: OF Deion Sanders was involved in an 8-player trade that sent him from the Cincinnati Reds to the San Francisco Giants
1973: Atlanta Braves OF Hank Aaron joined Babe Ruth as the only 2 members of the 700 home run club
1945: Detroit Tigers SP Les Mueller pitched 19.2 innings against the Philadelphia Athletics, a game that ended in a 1-1 tie after 24 innings
[SEE MORE DAYS IN SPORTS]
Help Pro Sports Outlook continue to grow:
– Share this post 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.