[ad_1]
May 5th, 2022 features a 10-game MLB slate headlined by Nolan Arenado‘s Cardinals visiting Brandon Crawford and the Giants, as well as the Marlins visiting Manny Machado‘s Padres and Taijuan Walker starting for the Mets against Aaron Nola and the Phillies. The NBA sees a break in Semifinals action as each series transitions to game 3, and many NFL teams are making their final free agent signings after the draft.
See what happened in sports on May 5th last year, headlined by John Means‘ no-hitter that was a dropped third strike away from a perfect game and an epic battle between young stars Ja Morant and Anthony Edwards, as well as what happened in sports on May 5th, 2020 ft. the Jets signing 37-year-old veteran Frank Gore for what ended up being his final season and Quincy Enunwa‘s 2020 season ending before it started after being placed on the PUP list which ultimately led to the end of his career.
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
Table of Contents
Toggle
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=1651806294’)
.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
TOP 10 NBA PLAYOFF PLAYS
Luka went to work on the block to lead Wednesday's TOP 10 PLAYS! pic.twitter.com/nj6j99hdQM
— NBA (@NBA) May 5, 2022
JAVY THROUGH THE LEGS!
A magician never reveals his secrets. 🎩 pic.twitter.com/cAOw1x9tXA
— MLB (@MLB) May 4, 2022
WHAT A CATCH IN NYC
Hanging off the wall, he makes the catch! 😱 pic.twitter.com/4gmr27pCoW
— MLB (@MLB) May 4, 2022
LOOKING LIKE WILLIE MAYS
An incredible over-the-shoulder catch from Jorge Mateo leads to the double play! pic.twitter.com/6Vh3novPdU
— Talkin’ Baseball (@TalkinBaseball_) May 4, 2022
10TH INNING WALK-OFF
The legend of Steven Kwan continues! #walkoff pic.twitter.com/reZrfyDSN6
— MLB (@MLB) May 5, 2022
GW-HR BY PAVIN
Pavin the way to a sweep. 🧹
(MLB x @loandepot) pic.twitter.com/IO2I3TT7Z2
— MLB (@MLB) May 4, 2022
TOR ENDS NYY WIN STREAK
The end-of-game review was just to watch Vladdy do THIS 😱 pic.twitter.com/HHQyqzw6g4
— Toronto Blue Jays (@BlueJays) May 5, 2022
MORANT WAS MAGNIFICENT
🚨 JA GIVES THE GRIZZ A 3 PT LEAD 🚨@warriors 101@memgrizz 104
17 seconds remaining in Q4#NBAPlayoffs presented by Google Pixel on TNT pic.twitter.com/SqouWTYefI
— NBA (@NBA) May 4, 2022
Ja Morant's hangtime is ridiculous!
He finishes the first half with 23 points 🏀#NBAPlayoffs presented by Google Pixel on TNT pic.twitter.com/WFsyTIxhVc
— NBA (@NBA) May 4, 2022
As if 47 points wasn't INCREDIBLE enough, @JaMorant scored the final 15 points to lead the @memgrizz to the Game 2 win and even the series at 1-1! #GrindCity pic.twitter.com/4sUG8KZSaL
— NBA (@NBA) May 4, 2022
EVERY BUCKET of @JaMorant's 47-point (ties playoff career-high) performance to tie up the series for the @memgrizz! #GrindCity@JaMorant: 47 PTS, 8 REB, 8 AST, 3 STL, 5 3PM
🏀 Game 3: Sat. 8:30pm/et on ABC pic.twitter.com/KZWVFZSe0Q
— NBA (@NBA) May 4, 2022
WIGGINS’ WHOPPING JAM
Andrew Wiggins rips down the 2 hand JAM💥#NBAPlayoffs presented by Google Pixel on TNT pic.twitter.com/HPdGsDADxD
— NBA (@NBA) May 4, 2022
Andrew Wiggins attacks the rim to lead Tuesday's TOP 10 PLAYS! pic.twitter.com/M8MyDzDNya
— NBA (@NBA) May 4, 2022
JAYLEN MADE ALLEN FALL
JAYLEN BROWN SNATCHIN' ANKLES 😱 pic.twitter.com/lVeLTSBefm
— NBA TV (@NBATV) May 3, 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=1651806297’)
.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=1651806298’)
.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:35 PM: Los Angeles Angels (16-10) vs. Boston Red Sox (10-15)
6:45 PM: New York Mets (18-9) vs. Philadelphia Phillies (11-14)
9:40 PM: Tampa Bay Rays (15-10) vs. Seattle Mariners (12-13)
9:40 PM: Miami Marlins (12-12) vs. San Diego Padres (16-9)
9:45 PM: St. Louis Cardinals (14-10) vs. San Francisco Giants (14-10)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NBA: C Isaiah Hartenstein, Los Angeles Clippers (turns 24)
MLB: SP Logan Gilbert, Seattle Mariners (25)
NFL: RB James Conner, Arizona Cardinals (27)
NFL: CB Kevin King, Green Bay Packers (27)
NFL: LB Jon Bostic, Free Agent (31)
MLB: RP Austin Adams, San Diego Padres (31)
NFL: OL Tyler Shatley, Jacksonville Jaguars (31)
NFL: TE Jack Doyle, Retired after 2021 (32)
NBA: PF PJ Tucker, Miami Heat (37)
NFL: WR Muhsin Muhammad, Retired after 2009 (49)
SIGNIFICANT HISTORY
2018: Cleveland Cavaliers SF LeBron James drained his 5th career postseason GW buzzer-beater (the most of all-time) to defeat the Toronto Raptors in Game 3, taking a commanding 3-0 series lead, cementing his nickname of “LeBronto” due to his constant playoff victories over Toronto
2006: Washington Wizards PG Gilbert Arenas missed both FTA after LeBron James got in his head as DC was up by 1 with 0:15 remaining in OT during Game 6 of a 3-2 1st Round series vs. Cleveland. Damon Jones hit the GW-3PM with 5 seconds left to clinch the series for LeBron’s 1st playoff series victory
2004: Houston Astros SP Roger Clemens moved ahead of Steve Carlton for 2nd place on the all-time strikeouts list with his 4,137th career SO where he remains today at 4,672
2004: New York Mets C Mike Piazza hit his 352nd career HR, passing Carlton Fisk for most all-time by a Catcher. Piazza finished with 399 while playing Catcher which remains the most ever
1998: Atlanta Hawks C Dikembe Mutumbo became the 1st 3x Defensive Player of the Year in NBA history. Mutumbo finished with 4 career DPOYs which is tied with Ben Wallace for the most ever
1981: Boston Celtics PF Larry Bird pulled off an incredible play in Game 1 of the NBA Finals where he grabbed his own rebound with his right hand, switched the ball to his left, then converted a layup as his momentum pulled him out of bounds
1969: Hall of Famers HC/C Bill Russell and SG Sam Jones both played their very last game with the Boston Celtics, a Game 7 NBA Finals victory over the Los Angeles Lakers for their record 11th (Russell) & 10th (Jones) Championships. Losing PG Jerry West recorded the 1st 40+pt triple double in NBA Finals history (2015 LeBron James and 2020 Jimmy Butler have since joined him)
1904: Boston Pilgrims SP Cy Young pitched the very 1st perfect game in baseball’s modern era (since the mound was moved from 45 ft to current distance of 60.5 ft), defeating the Philadelphia Athletics 3-0
[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