[ad_1]
July 18th, 2022 features the MLB Home Run Derby with many young stars battling for power-hitting supremacy such as 2x reigning HR champion Pete Alonso, Ronald Acuna, Juan Soto, and Julio Rodriguez alongside Hall of Fame slugger Albert Pujols. ESPN’s Derek Jeter documentary ‘The Captain’ premiers where the Yankee legend opens up about stories and controversies that defined his legendary career. NBA teams ponder trading for available stars after Summer League concluded, while rookies start reporting to NFL training camps.
See what happened in sports on this day in recent years:
– July 18, 2021 ft. Alex Reyes’ consecutive Saves record, Colorado Rockies’ MLB-leading 10th walk-off win, and more!
– July 18, 2020 ft. the Blue Jays not playing in Toronto, NFL training camps starting that week, and more!
– July 18, 2019 ft. Chris Sales’ 12 Ks at Fenway Park, Stephen Strasburg’s big day at the plate, 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=1658127704’)
.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
GAME-SAVING PLAY BY NYM
A sensational play by the @Mets with the game on the line.
(MLB x @citrix) pic.twitter.com/Y1HFkT7TfC
— MLB (@MLB) July 16, 2022
LBJ LIT UP DREW LEAGUE
Debo was COOKING ♨
💪@DeMar_DeRozan: 30 PTS, 14 REBpic.twitter.com/e9HXS1izrb
— NBA (@NBA) July 17, 2022
DAVID DUKE DUNKS ON HIM
OH MY, David Duke Jr. 🤯 pic.twitter.com/fvN5qp5igX
— NBA (@NBA) July 17, 2022
BIG BLOCK BY JABARI
Not in Jabari's house!
Jabari Smith Jr gets up for the denial ❌ pic.twitter.com/UwsZbLCEJK
— NBA (@NBA) July 17, 2022
BLUE JAYS COMEBACK WIN
FOR TE' WIN! @TeoscarH pic.twitter.com/ejae5BgbA8
— Toronto Blue Jays (@BlueJays) July 16, 2022
YAZ WALK-OFF GRAND SLAM
Mike Yastrzemski hit the 1st Giants walk-off Grand Slam since 1973 Bobby Bonds.
San Francisco #Giants are the 1st team to hit 3+ HR including a walk-off Grand Slam during 1 inning in MLB history pic.twitter.com/ERkw14rmxd
— Pro Sports Outlook (@PSO_Sports) July 16, 2022
TO PRESERVE PERFECTO
Which was better: the stop or the throw?! 😱 pic.twitter.com/dvfjyN7t1R
— MLB (@MLB) July 16, 2022
WHAT A CAREER McCOURTY
The McCourty twins (Devin & Jason) were monsters in 2019, combining for 6 INT, 13 PD, & 98 COMB TKL for the New England #Patriots
pic.twitter.com/DKP9kIbOOV— Pro Sports Outlook (@PSO_Sports) August 14, 2021
KUMINGA CAUGHT A BODY
SPIN 🌀 SLAM 😤
Jonathan Kuminga with the HAMMER to open the second half! @warriors and Thunder on ESPN! pic.twitter.com/DUPrt4dGUS
— NBA (@NBA) July 16, 2022
BRYANT CAN FIELD TOO
KB lays out!
(MLB x @CueHealth) pic.twitter.com/kXtQduwc3K
— MLB (@MLB) July 16, 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=1658127707’)
.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=1658127708’)
.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/EVENTS
MLB HR Derby
8:00 PM ET: 2022 MLB Home Run Derby @ Los Angeles, CA
NOTABLE BIRTHDAYS
NFL: LB Devin Bush, Pittsburgh Steelers (turns 24)
NFL: S Jalen Thompson, Arizona Cardinals (24)
NBA: C Bam Adebayo, Miami Heat (25)
MLB: RP Jaime Barria, Los Angeles Angels (26)
MLB: RP Ryan Helsley, St. Louis Cardinals (28)
MLB: SP Dinelson Lamet, San Diego Padres (30)
NFL: S Jimmie Ward, San Francisco 49ers (31)
MLB: 3B Eugenio Suarez, Seattle Mariners (31)
MLB: OF Torii Hunter, Retired after 2015 (47)
NBA: PG Anfernee “Penny” Hardaway, Retired after 2008 (51)
MLB: MGR Joe Torre, Hall of Fame (82)
SIGNIFICANT HISTORY
2018: San Antonio Spurs traded SF Kawhi Leonard and SG Danny Green to the Toronto Raptors for SG DeMar Derozan, C Jakob Poeltl, and a 2019 1st Rd Pick
2018: Baltimore Orioles traded 3B/SS Manny Machado to the Los Angeles Dodgers for multiple prospects
2017: Washington Nationals 3B/1B Ryan Zimmerman broke Vladimir Guerrero’s record for the most HR (234) in Expos/Nationals franchise history. Zimmerman spent his entire career with the Nats and extended his franchise-record to 284
2001: Hall of Fame PG Jason Kidd was traded from the Phoenix Suns with C Chris Dudley to the New Jersey Nets for PG Stephon Marbury, SF Johnny Newman, and C Soumaila Samake where Kidd would lead NJ to 2 consecutive NBA Finals appearances
1999: SP David Cone became the 3rd New York Yankees pitcher to throw a Perfect Game, collecting the 16th Perfect Game in MLB history
1996: Free Agent C Shaquille O’Neal signed the largest contract in NBA history at the time with the Los Angeles Lakers on a 7y/$120M deal where he won the 2000 NBA MVP award and 3 straight NBA Finals MVPs from 2000-02 alongside Kobe Bryant
1960: The NL officially approved expansion franchises in Houston (Astros) and New York (Metropolitans)
1927: After spending the 1st 22 years of his career with the Detroit Tigers, Oakland Athletics OF Ty Cobb became the very 1st player to record 4,000 career hits in MLB history with a double in front of his former home crowd. Only Pete Rose has since joined Cobb in the 4,000-Hit club
1921: In just his 4th season since moving off the pitchers’ mound, New York Yankees OF Babe Ruth hit his 139th HR to become baseball’s all-time leader, passing Roger Connor. Ruth held onto the all-time HR lead until Hank Aaron surpassed him with his 715th HR over 50 years later in 1974
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.
[ad_2]
Source link