May 10th, 2022 features two crucial Game 5’s in the NBA Playoffs as Joel Embiid‘s 76ers head to Miami tied 2-2 to square off against Jimmy Butler while the Luka Doncic-led #4 Mavericks ride a two-game win streak into Phoenix to break the tie with Devin Booker‘s Suns. A 16-game MLB schedule is highlighted by Vladimir Guerrero Jr.‘s Blue Jays visiting Luis Severino and the Yankees, Justin Verlander leading the Astros against the Twins, as well as Corey Kluber starting for the Rays against Mike Trout‘s red-hot Angels.
See what happened in sports on May 10th last year, headlined by Russell Westbrook passing Oscar Robertson as the all-time NBA triple-double king with 182 while Steph Curry drilled the game-winning 3PM against the Jazz, as well as what happened in sports on May 10th, 2020 ft. episodes No.7 and No.8 of “The Last Dance” airing on ESPN and the MLB planning on using a universal DH for the shortened 2020 season that led to full-time use going forward in 2022 .
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
LATEST HEADLINES
SEE MORE 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=1652197817’)
.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+=`
`;
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
BEARD BALLIN’ IN GAME 4
HARDEN FROM DEEP 🎯 pic.twitter.com/9PYmTN3KQN
— NBA TV (@NBATV) May 9, 2022
James Harden is the 1st player to record 30+ PTS/5+ AST/5+ REB/5+ 3PM during 1 Playoff GP in Philadelphia #76ers history pic.twitter.com/U68HXhO4Od
— Pro Sports Outlook (@PSO_Sports) May 9, 2022
WHAT A PLAY AT 2ND BASE
Behind-the-back flip for the out?! pic.twitter.com/XDYPiMvQgL
— MLB (@MLB) May 8, 2022
CLUTCH ON MOTHER’S DAY
Jorge Alfaro knew it immediately! #walkoff pic.twitter.com/ZP3LGJlZiE
— MLB (@MLB) May 8, 2022
This Mother's Day walk-off home run is brought to you by @TorresGleyber.
(MLB x @CapitalOne) pic.twitter.com/AUhtqKQtSU
— MLB (@MLB) May 8, 2022
INSANITY#GoHalos pic.twitter.com/uCkQOhhNWo
— Los Angeles Angels (@Angels) May 8, 2022
Not done yet. pic.twitter.com/PytkNv8Tx4
— Seattle Mariners (@Mariners) May 8, 2022
Vive le France! #walkoff pic.twitter.com/HckfZGV7i3
— MLB (@MLB) May 8, 2022
TUCK TOOK IT BACK
.@KTuck30 brings one back! pic.twitter.com/sx8Q8FsGaa
— MLB (@MLB) May 8, 2022
BUCKS COME UP CLUTCH
WILD FINISH IN MILWAUKEE 🤯
Horford's tip-in attempt is JUST too late and the Bucks hang on to win Game 3! pic.twitter.com/3zCX6No0tq
— NBA TV (@NBATV) May 7, 2022
Giannis gives Milwaukee the lead. Jrue puts them up 3.
GET TO ABC NOW pic.twitter.com/qc8MNugI3c
— NBA (@NBA) May 7, 2022
TATUM YAMS IT ON GIANNIS
JAYSON TATUM WITH AUTHORITY ON THE BREAK! pic.twitter.com/WASJ4kOfGT
— NBA (@NBA) May 7, 2022
Jayson Tatum's poster in Milwaukee headlines Saturday's TOP 10 PLAYS! pic.twitter.com/o9RxclSyzj
— NBA (@NBA) May 8, 2022
THE GREEK FREAK SHIMMY
Giannis did the shimmy on 'em 🤣 pic.twitter.com/A2pIzAhEm0
— NBA TV (@NBATV) May 7, 2022
Giannis went to the rim RELENTLESSLY en route to his massive Game 3.
42 PTS | 12 REB | 8 AST
The @Bucks take a 2-1 series lead pic.twitter.com/vr5yVWqMbJ
— NBA (@NBA) May 8, 2022
CELTICS DEFENSE CLAMPS
The NBA’s No. 1 defense in the regular season has been excellent in the Playoffs so far.
🏀 BOS (1-1) MIL
⏰ 3:30 PM ET
📺 ABC#NBAPlayoffs presented by Google Pixel pic.twitter.com/3n8r9GI0Nz
— NBA (@NBA) May 7, 2022
MORANT FROM DEEP
JA MORANT FROM HALFCOURT TO CLOSE THE FIRST HALF 🤯🤯🤯 pic.twitter.com/YUYAlVDyCs
— NBA (@NBA) May 8, 2022
SLINGSHOT PLAY IS LETHAL
we don’t ask for much but please let Tyreek Hill & Jaylen Waddle slingshot each other in an NFL game Mike McDaniel 🙏pic.twitter.com/LxX98Uzejh
— Warren Sharp (@SharpFootball) May 8, 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=1652197821’)
.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
SEE MORE FACTS
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=1652197822’)
.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
NBA Conference Semifinals
7:30 PM: #4 Philadelphia 76ers vs. #1 Miami Heat [Tied 2-2]
10:00 PM: #4 Dallas Mavericks vs. #1 Phoenix Suns [Tied 2-2]
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NBA: PG Malachi Flynn, Toronto Raptors (turns 24)
NBA: PG Tyus Jones, Memphis Grizzlies (26)
MLB: RP Lucas Sims, Cincinnati Reds (28)
MLB: RP Pierce Johnson, San Diego Padres (31)
MLB: C Salvador Perez, Kansas City Royals (32)
SIGNIFICANT HISTORY
2016: Golden State Warriors PG Stephen Curry became the very 1st unanimous MVP in NBA history after breaking his own single-season 3PT record (402) and leading Golden State to a record of 73-9
2015: Cleveland Cavaliers SF LeBron James drained the game-winning 3pt at the buzzer off an inbounds pass to beat the Chicago Bulls, tying the Eastern Conference Semifinals at 2-2
1987: Golden State Warriors PG Sleepy Floyd set a NBA Playoff record with 29 points in the 4th quarter and 39 points in the 2nd half of a victory over the Los Angeles Lakers (51 total points)
1981: Montreal Expos SP Charlie Lea — a native of France — pitched a no-hitter in the 2nd game of a doubleheader against the San Francisco Giants
1974: Los Angeles Lakers C Kareem Abdul-Jabbar hit 1 of his patented sky-hook shots with just 3 seconds remaining in 2OT, giving the Bucks a 102-101 victory during NBA Finals Game 6 vs. the Boston Celtics (BOS would win the deciding Game 7)
1970: Atlanta Braves RP Hoyt Wilhelm became the very 1st pitcher to appear in 1,000 career games in MLB history during a 5-4 loss to the St. Louis Cardinals
1969: NFL and AFL officially agreed to merge for the 1970-71 season with the creation of the AFC and NFC and a new wild-card playoff format
1967: Atlanta Braves OF Hank Aaron hit the very 1st and only inside-the-park HR of his 755 career HRs
[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.