[ad_1]
July 30th, 2022 features an MLB Saturday with 15 games on tap highlighted by Christian Yelich‘s Brewers facing J.D. Martinez‘s Red Sox in an inter-league battle. Joe Musgrove‘s Padres host Carlos Correa‘s Twins following San Diego’s blowout win, Julio Rodriguez‘s Mariners clash with Jose Altuve‘s Astros after HOU beat them again, and Cleveland visits Tampa Bay to continue a huge series. The NBA investigates Philly for possible tampering regarding their free agent moves, while NFL teams are getting after it in training camp as the preseason approaches.
See what happened in sports on this day in recent years:
– July 30, 2021: 2021 MLB Trade Deadline as Kris Bryant, Javy Baez, Jose Berrios, & Craig Kimbrel all got traded, and more!
– July 30, 2020: The NBA returned to action, Lakers beat the Clippers at the end, the Jazz edged out Pelicans, and more!
– July 30, 2019: Trevor Bauer‘s trade to the Reds, CJ McCollum secured the bag, Verlander‘s big performance, 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=1659193394’)
.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
D.K. GOT THE BAG
D.K. Metcalf's career resume:
– 2020 All-Pro 2nd Team
– 2020 Pro Bowl
– Most Rookie Playoff REC YDS (160) in 1 GP ever
– #Seahawks season REC YDS (1,303) leaderpic.twitter.com/u62llxxuWK— Pro Sports Outlook (@PSO_Sports) July 29, 2022
DK Metcalf's #Seahawks records:
– Season REC YDS (1,303)
– Fastest (11 GP) to 1,000 season REC YDS
– REC YDS in 1 Playoff GP (160) & Rookie debut (89)
– REC YDS (3,170) in 1st 3 years
– Rookie Playoff REC YDS (219)
– Youngest (22) with a Playoff TDpic.twitter.com/xj0ksRhMNz— Pro Sports Outlook (@PSO_Sports) July 29, 2022
Most REC YDS by a Rookie during 1 Playoff GP in NFL history:
1. 2019 DK Metcalf (160)
2. 2010 Jeremy Maclin (146)
T3. 2014 Keenan Allen & 1988 Keith Jackson (142)
5. 2007 Reggie Bush (132)
pic.twitter.com/aGDeNRcqg7— Pro Sports Outlook (@PSO_Sports) July 29, 2022
Most REC YDS during 1 season in Seattle #Seahawks history:
1. 2020 DK Metcalf (1,303)
2. 1985 Steve Largent (1,287)
3. 2002 Koren Robinson (1,240)
4. 1979 Steve Largent (1,237)
5. 1981 Steve Largent (1,224)pic.twitter.com/kMjtZ0tEkM— Pro Sports Outlook (@PSO_Sports) July 29, 2022
AARON JUDGE AT IT AGAIN
Aaron Judge's magical season continues! #Walkoff pic.twitter.com/sTy6nMhtVH
— MLB (@MLB) July 29, 2022
HR RIGHT OFF HIS HEAD
BOOM BOOM!! pic.twitter.com/kaZl9sDWlH
— Baltimore Orioles (@Orioles) July 28, 2022
MARTE WINS IT FOR METS
The @Mets take the first half of the #SubwaySeries! #walkoff pic.twitter.com/QFzmrTWIoh
— MLB (@MLB) July 28, 2022
HISTORIC HR FOR PUJOLS
Albert Pujols hit the longest (439 ft.) HR by a player age-42+ in the MLB Statcast Era (since 2015)
Pujols is also the oldest (42y, 192d) player to hit a HR at the Rogers Centre in MLB history pic.twitter.com/7MDMqa12o6
— Pro Sports Outlook (@PSO_Sports) July 28, 2022
NO ARENADO NO PROBLEM
Donnie delights on defense! pic.twitter.com/UAYalJODoo
— St. Louis Cardinals (@Cardinals) July 27, 2022
TIGERS TAKE DOWN PADRES
Hail to the Victor. pic.twitter.com/xR06EaLux0
— Detroit Tigers (@tigers) July 27, 2022
ROX SNEAK A WIN VS. CHW
👏✨ LoDo Magic ✨👏 pic.twitter.com/bwlqwT8eNI
— Colorado Rockies (@Rockies) July 27, 2022
GW-HR BY CLUTCH NAYLOR
Josh Naylor is so CLUTCH! pic.twitter.com/xrsrrL7YzM
— MLB (@MLB) July 28, 2022
RAYS ANSWER ORIOLES
The @Orioles have that dog in them! pic.twitter.com/pjvZQ4JLJR
— MLB (@MLB) July 28, 2022
R A K E S pic.twitter.com/w2X1vF8YF4
— Tampa Bay Rays (@RaysBaseball) July 28, 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=1659193398’)
.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=1659193399’)
.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 Saturday
1:10 PM: Cleveland Guardians (51-48) vs. Tampa Bay Rays (53-47)
4:10 PM: Milwaukee Brewers (56-44) vs. Boston Red Sox (50-51)
7:10 PM: Seattle Mariners (54-47) vs. Houston Astros (66-35)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: S Darnell Savage Jr., Green Bay Packers (turns 25)
MLB: OF Jake McCarthy, Arizona Diamondbacks (25)
NFL: LB Cole Holcomb, Washington Commanders (26)
NFL: TE Tyler Conklin, New York Jets (27)
MLB: RP Jake Faria, Free Agent (29)
MLB: 1B Jared Walsh, Los Angeles Angels (29)
NFL: OL Lucas Patrick, Chicago Bears (29)
NFL: LB AJ Klein, Buffalo Bills (31)
MLB: RP Jesse Hahn, Free Agent (33)
NBA: SF Chris Mullin, Hall of Fame (59)
SIGNIFICANT HISTORY
2019: Cincinnati Reds acquired SP Trevor Bauer, Cleveland Indians acquired OFs Yasiel Puig and Franmil Reyes, and the San Diego Padres acquired OF prospect Taylor Trammell in a 3-team deal [PSO Evaluation]
2015: Toronto Blue Jays acquired SP David Price from the Detroit Tigers for 3 players including SPs Daniel Norris and Matthew Boyd
2015: Milwaukee Brewers traded SP Mike Fiers and OF Carlos Gomez to the Houston Astros for 4 players including RP Josh Hader and OF Domingo Santana
2013: Detroit Tigers, Chicago White Sox, and Boston Red Sox completed a 7-player trade that involved SP Jake Peavy, OF Avisail Garcia, and 2B Jose Iglesias
2005: NBA officially decided to end direct high school entrance, forcing NBA prospects to spend at least one year in college (or elsewhere) before entering the draft, giving rise to the one-and-done era
1990: MLB Commissioner Fay Vincent officially ordered George Steinbrenner to resign as a principal partner of the New York Yankees
1978: In a 19-0 demolition of the Atlanta Braves, the Montreal Expos collected 28 hits, tied an NL record with 8 HRs, and broke an 85-year-old MLB record with 58 total bases
1959: In his MLB debut, future HOF 1B Willie McCovey recorded 4 hits in 4 at-bats with 2 triples in a 7-2 victory over the Philadelphia Phillies
1874: The Boston Red Stockings and Philadelphia Athletics became the very 1st baseball teams to play outside of the US, traveling to the British Isles to play a few exhibition games
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