July 22nd, 2022 features a 14-game MLB Friday as most teams begin their second half with Jose Altuve‘s Astros visiting Julio Rodriguez‘s Mariners with SEA looking for 15 straight wins. Logan Webb‘s Giants battle Mookie Betts‘ Dodgers, Rafael Devers‘ Red Sox host Vlad Jr.’s‘s Blue Jays as their latest divisional foe in a brutal stretch of games, and Manny Machado‘s Padres start a huge series vs. Pete Alonso‘s Mets. The Lakers decide whether to trade Russell Westbrook, while NFL teams oversee camp battles with preseason three weeks away.
See what happened in sports on this day in recent years:
– July 22, 2021: Nelson Cruz traded to Tampa, Fernando Tatis Jr. fastest ever to 50 HR & 50 SB, and more!
– July 22, 2020: Mookie Betts signed largest MLB contract ever, NBA scrimmages started in Orlando, and more!
– July 22, 2019: Yordan Alvarez‘s MLB rookie record, Kevin Byard‘s record-setting Titans extension, 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=1658480455’)
.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=1658480457’)
.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=1658480458’)
.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 Friday
7:10 PM: San Diego Padres (52-42) vs. New York Mets (58-35)
7:10 PM: Toronto Blue Jays (50-43) vs. Boston Red Sox (48-45)
8:10 PM: Cleveland Guardians (46-44) vs. Chicago White Sox (46-46)
10:10 PM: Houston Astros (61-32) vs. Seattle Mariners (51-42)
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: OL Ben Bartch, Jacksonville Jaguars (turns 24)
NFL: DL Armon Watts, Minnesota Vikings (26)
NFL: RB Ezekiel Elliott, Dallas Cowboys (27)
NFL: OL Chris Reed, Minnesota Vikings (30)
NFL: OT Taylor Lewan, Tennessee Titans (31)
NFL: LB Sean Lee, Retired after 2020 (36)
NFL: RB Steven Jackson, Retired after 2015 (39)
NFL: WR Tim Brown, Hall of Fame (56)
MLB: SP Dave Stieb, Retired after 1998 (65)
SIGNIFICANT HISTORY
2020: Los Angeles Dodgers signed OF Mookie Betts to a 12y/$365M extension, making it the largest contract in MLB history, surpassing Mike Trout’s 10y/$360M extension from the year prior. LA had acquired Betts from Boston before the 2020 season
2013: Chicago Cubs traded SP Matt Garza to the Texas Rangers for 5 prospects including RPs Carl Edwards Jr. and Justin Grimm, who were both on the 2016 World Series roster
1997: Atlanta Braves SP Greg Maddux pitched a complete game on just 77 total pitches en route to a 4-1 victory over the Chicago Cubs, a type of performance that became termed a “Maddux” which refers to a Complete Game in under 100 pitches
1992: The famous final Dream Team scrimmage happened where an unofficial passing of the torch took place between Magic Johnson and Michael Jordan when MJ’s squad beat Magic’s as the most talented team ever assembled was preparing for the 1992 Olympics
1969: The MLB All-Star Game was postponed for the very 1st time in its history due to heavy rain in Washington, D.C.
1967: Atlanta Braves used an MLB-record 5 pitchers during the 9th inning to close out a 5-4 victory over the Cardinals
1923: Washington Senators SP Walter Johnson became the very 1st pitcher to reach 3,000 career strikeouts in MLB history, finishing with 3,509 Ks which stood as the MLB record for over 50 years until Nolan Ryan surpassed him
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.
Related posts
Recent Posts
- ‘I Am Not A Socialist’: Maxine Waters Spars With Chip Roy During Rules Committee Hearing February 1, 2023
- Obesity Linked To Azheimer’s-Like Changes In Brain February 1, 2023
- Secret Service Arrests Man Near Capitol Building For Allegedly Impersonating A Police Officer, Carrying Knives January 31, 2023
- Falcons Updated Outlook: Ryan Nielsen Hired as DC January 31, 2023
- Obesity Linked To Azheimer’s-Like Changes In Brain January 31, 2023
Stay connected