Table of Contents
ToggleMay 4th, 2022 features more NBA second-round action as Luka Doncic leads the Mavericks against Devin Booker‘s red-hot Suns in Phoenix, as well as James Harden having to carry the load without Joel Embiid for the 76ers on the road against Jimmy Butler and the Heat. In the MLB, a full 15-game slate is highlighted by a west coast battle between the Giants and the Dodgers, Anthony Rizzo squaring off against Vladimir Guerrero Jr. as the Yankees face the Blue Jays, and Ian Anderson starting for Atlanta against the New York Mets.
See what happened in sports on May 4th last year, headlined by Giannis leading a fourth-quarter comeback against the Nets in what became a Playoff preview and the Rockies mounting their own comeback to overcome a six-run deficit during the final inning of a doubleheader against the Giants, as well as what happened in sports on May 4th, 2020 ft. the final decisions for all fifth-year options of the 32 first-round picks from the 2017 NFL Draft, with perhaps the most shocking being the Colts declining S Malik Hooker‘s deal.
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
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=1651713169’)
.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
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
JAYLEN MADE ALLEN FALL
JAYLEN BROWN SNATCHIN' ANKLES 😱 pic.twitter.com/lVeLTSBefm
— NBA TV (@NBATV) May 3, 2022
CELTICS HISTORIC NIGHT
The @celtics set a franchise record for three-pointers made in a playoff game with 20 threes in their Game 2 victory! #BleedGreen
Game 3: Sat. 3:30pm/et on ABC pic.twitter.com/SCa5lOWqBU
— NBA (@NBA) May 4, 2022
HERRO IS A HOOPER
Tyler Herro's #Heat records off the bench:
– Only 6MOY
– Career (2,348) & season (1,162) PTS
– Season PPG (20.7)
– Playoff PPG (14.9)
– Career & season GP of 15+ to 30+ PTS
– Playoff GP of 10+ to 35+ PTS
– PTS (37) in 1 Playoff GP
pic.twitter.com/OFtU8zBOgX
— Pro Sports Outlook (@PSO_Sports) May 4, 2022
GRADY STAYING IN THE ATL
THREE. MORE. YEARS‼️@GradyJarrett pic.twitter.com/2HBloWFpEk
— Atlanta Falcons (@AtlantaFalcons) May 3, 2022
CATCHER IN THE CLUTCH
Those Zzz's are gonna have to wait! pic.twitter.com/PmWW7HgcGy
— Tampa Bay Rays (@RaysBaseball) May 4, 2022
GREAT MLB PLAYS AT SS
Come for the play, stay for the stretch. pic.twitter.com/tVZ02YWylS
— MLB (@MLB) May 4, 2022
Gotta love a good jump throw. pic.twitter.com/mRTwk50IOd
— MLB (@MLB) May 4, 2022
1ST HR FOR FUTURE STAR
.@BwittJr golfed his first career homer. pic.twitter.com/qyNZ86wPjF
— MLB (@MLB) May 4, 2022
JAVALE COAST TO COAST
JAVALE MCGEE WITH AN INCREDIBLE STEAL & SLAM 😳 pic.twitter.com/4vyljSmJpo
— NBA TV (@NBATV) May 3, 2022
JaVale McGee's breakaway dunks have always been a thing of beauty! 🎥 pic.twitter.com/WYnLLuCTKx
— NBA (@NBA) May 3, 2022
JaVale McGee's SWIPE & SLAM leads Monday's TOP 5 PLAYS! pic.twitter.com/9FAbmDqUKM
— NBA (@NBA) 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=1651713173’)
.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=1651713174’)
.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 Playoffs Round 2
7:30 PM: #4 Philadelphia 76ers vs. #1 Miami Heat [MIA leads 1-0]
10:00 PM: #4 Dallas Mavericks vs. #1 Phoenix Suns [PHX leads 1-0]
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NBA: SF Kevin Porter Jr., Houston Rockets (turns 22)
NBA: G Frank Jackson, Detroit Pistons (24)
NFL: TE Pharaoh Brown, Houston Texans (28)
NBA: PF Dorian Finney-Smith, Dallas Mavericks (29)
NBA: SG Victor Oladipo, Miami Heat (30)
NBA: PG George Hill, Milwaukee Bucks (36)
NFL: EDGE James Harrison, Retired after 2017 (44)
SIGNIFICANT HISTORY
2002: With his 400th career HR with the San Francisco Giants, OF Barry Bonds became the 1st player with 400+ HRs for 1 team and 100+ for another (Pittsburgh Pirates) in MLB history. Ken Griffey Jr. and Albert Pujols have since joined Bonds
1994: Phoenix Suns PF Charles Barkley‘s career-high 56 PTS was fueled by the most in a 1st half (38) of the 1st round that included 27 points on 11-11 FG during the 1st Qtr for a series-clinching victory over the Golden State Warriors
1968: Pittsburgh Pipers defeated the New Orleans Buccaneers in 7 games to capture the 1st-ever ABA Championship. The ABA merged with the NBA just 8 years later after the 1975-76 season
1965: San Francisco Giants OF Willie Mays hit his 512th career HR, passing Mel Ott for the NL record at the time and the most in franchise history, a record he still owns today with 646
1871: The very 1st Major League game ever was played as a National Association contest between the Cleveland Forest Cities and Ft. Wayne Kekiongas. Ft. Wayne would win, 2-0
1869: Cincinnati Red Stockings played their 1st official game, becoming the 1st professional sports team ever during a 45-9 defeat of the Great Western Baseball Club
[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.
More Stories
Boost Your Mood with Fun Basketball Drills
Basketball Drills to Get You Game Ready
Power Up Your Game with Basketball Exercises