Table of Contents
Toggle [ad_1]
March 29th, 2022 features a five-game NBA slate including a battle of top MVP contenders as Giannis‘ Bucks take on Joel Embiid and the 76ers, as well as the Donovan Mitchell-led Jazz visiting the Clippers, who hope to have Paul George returning from an extended absence soon. Spring Training features 12 more games starring Justin Verlander and Mike Clevinger as they prepare for their return this season, and the NFL’s chaotic offseason is finally beginning to slow down with the draft now 30 days away.
See what happened in sports on March 29th last year, headlined by Wizards PG Russell Westbrook recording the first ever 35-point, 20-assist triple-double in NBA history in addition to a franchise record-tying triple-double from his former teammate James Harden, as well as what happened in sports on March 29th, 2020 ft. Washington signing CB Ronald Darby from Philly and veteran WR Geronimo Allison heading from the Packers to the Lions.
WHAT’S HAPPENING IN SPORTS OVERVIEW: This daily sports post includes real headlines only (no clickbait rumors), all of the best highlights, interesting facts 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=1648601605’)
.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
Pelicans pull off comeback win
WHAT A COMEBACK 😱
The Pelicans rally from a 23-point deficit to take down the Lakers in NoLa! pic.twitter.com/MmFRQr8n2l
— NBA TV (@NBATV) March 28, 2022
Game-sealing steal by Burks
Alec Burks comes up clutch with a game-winning steal 💪 pic.twitter.com/JWwX6VGNOx
— NBA TV (@NBATV) March 27, 2022
Bagley catches a reverse body
MARVIN BAGLEY REVERSE JAM 💥 pic.twitter.com/lGnMl4Rhig
— NBA TV (@NBATV) March 27, 2022
Obi went reverse with it to lead Sunday's TOP 10 PLAYS! pic.twitter.com/l4xI0G6vzY
— NBA (@NBA) March 28, 2022
Arizona extended franchise 2B
Ketel Marte was the only player to hit a triple from each side of the plate during 1 playoff GP in MLB history
pic.twitter.com/XiBSj1ZM00
— Pro Sports Outlook (@PSO_Sports) March 28, 2022
Ketel Marte recorded the most consecutive multi-Hit GP (8) in Arizona #Diamondbacks history
pic.twitter.com/pIWJuj018U
— Pro Sports Outlook (@PSO_Sports) March 28, 2022
Raiders top10 plays from 2021
What’s your favorite @Raiders play from 2021? pic.twitter.com/6L6JO8tpLG
— NFL (@NFL) March 28, 2022
Young Magic making plays
💥 MO WAGNER DIVES IN FOR THE SLAM!
Watch Now on NBA League Pass: https://t.co/oz9UCQxdQa pic.twitter.com/PIwJ23ghx7
— NBA (@NBA) March 27, 2022
THATS TOUGH MARKELLE!
Fultz spins baseline for the reverse lay, he leads the @OrlandoMagic with 10 points.
Watch Now on NBA League Pass: https://t.co/oz9UCQxdQa pic.twitter.com/DIoCyKyUhq
— NBA (@NBA) March 26, 2022
TRoss drops the backdoor slam to lead Saturday's TOP 10 PLAYS! pic.twitter.com/dKQlme0RTj
— NBA (@NBA) March 27, 2022
Kings clutch up the win @ ORL
🚨 DAVION MITCHELL FORCES OT 🚨@SacramentoKings 105@OrlandoMagic 105
Overtime Basketball on NBA League Pass: https://t.co/oz9UCQxdQa pic.twitter.com/8u6A0bHYSU
— NBA (@NBA) March 27, 2022
🚨 BARNES PUTS THE KINGS UP 3 LATE 🚨@SacramentoKings 113@OrlandoMagic 110
6.9 seconds remaining in OThttps://t.co/oz9UCQxdQa pic.twitter.com/7dqJHG61tk
— NBA (@NBA) March 27, 2022
Top 10 Patriots plays in 2021
An impressive regular season led to some big plays for the @Patriots. Do you agree with No. 1? pic.twitter.com/807qGsrVXF
— NFL (@NFL) March 26, 2022
Luka hits the nutmeg AST
LUKA NUTMEG ASSIST 💰 pic.twitter.com/Mx5jx5LbVt
— NBA TV (@NBATV) March 26, 2022
Luka threads the needle to lead Friday's TOP 10 PLAYS! pic.twitter.com/GmzoCRVobL
— NBA (@NBA) March 26, 2022
Spida from the parking lot
Spida pulled up from DEEP 😳 pic.twitter.com/9pCfdOYHis
— NBA TV (@NBATV) March 26, 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=1648601609’)
.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]
INTERESTING 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=1648601610’)
.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 Tuesday
7:00 PM: Milwaukee Bucks (46-28) vs. Philadelphia 76ers (46-28)
7:30 PM: Los Angeles Lakers (31-43) vs. Dallas Mavericks (46-29)
10:00 PM: Utah Jazz (45-30) vs. Los Angeles Clippers (36-39)
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: EDGE Josh Sweat, Philadelphia Eagles (turns 25)
MLB: 1B Matt Olson, Atlanta Braves (28)
MLB: OF/UT Chad Pinder, Oakland Athletics (30)
NFL: DE Justin Tuck, Retired after 2015 (39)
NFL: RB Earl Campbell, Hall of Fame (67)
NBA: PG Walt Frazier, Hall of Fame (77)
MLB: SP Cy Young, Hall of Fame (155)
SIGNIFICANT HISTORY
2017: Oklahoma City Thunder PG Russell Westbrook recorded the most points (57) in a triple-double (13 REB & 11 AST) in NBA history during a 21-point comeback victory over the Orlando Magic with Westbrook forcing OT with a game-tying 3PM. James Harden later broke the record 10 months later with a 60-point triple-double on January 30, 2018
1998: Indiana Pacers scored the fewest points (55) in the shot-clock era during a 74-55 loss to the San Antonio Spurs
1996: The former Cleveland Browns chose their new nickname after announcing their move to Baltimore, MD — the “Ravens”
1994: After winning back-to-back Super Bowls (XXVII, XXVIII), Dallas Cowboys HC Jimmy Johnson left the team due to a feud with owner Jerry Jones
1990: Houston Rockets C Hakeem Olajuwon became just the 3rd player in NBA history to record a quadruple-double (18 PTS, 16 REB, 10 AST, 11 BLK), joining Nate Thurmond and Alvin Robertson
1977: NFL officially adopted a 16-game regular season, expanding from the previous 14-game schedule that would begin in the 1978 season and last until the 2020 NFL season
1962: Los Angeles Lakers SF Elgin Baylor (45) and PG Jerry West (41) became the very 1st pair of teammates to each score 40+ points during a playoff game in NBA history
1960: Boston Celtics C Bill Russell grabbed a NBA Finals record 40 rebounds during a loss to the Hawks. Russell then tied the record 2 years later but it’s never been surpassed since. Russell’s 40 REB are also the 2nd most in Playoff history behind Wilt‘s 41
1952: Minneapolis Lakers C George Mikan scored an NBA Playoff-record 47 points at the time, but the Rochester Royals were victorious in Game 1 of the Western Division Finals. Michael Jordan now owns the Playoff scoring record with 63 PTS
[SEE MORE DAYS IN SPORTS]
Share what’s happening in sports with friends, FOLLOW for more sports content, and comment your thoughts below!
The post What 2 Watch 4 in Buccaneers vs. Cowboys Season Opener appeared first on Pro Sports Outlook.
[ad_2]
Source link