ADVERTISEMENT

Sixers win on Embiid stunner; Celtics rally to beat Nets

Published Apr 21, 2022 12:19 pm

Joel Embiid of the Philadelphia 76ers waves after defeating the Toronto Raptors in Game Three of the Eastern Conference First Round at Scotiabank Arena on April 20, 2022 in Toronto, Canada. (AFP)

Joel Embiid hit a stunning 3-pointer with 0.8 of a second remaining to give the Philadelphia 76ers a shock 104-101 overtime NBA playoff victory over Toronto on Wednesday.

NBA scoring champion Embiid, a 28-year-old center from Cameroon, took an inbound pass near the sideline with less than a second on the shot clock, turned to the hoop and fired, sinking his first career last-second game winner after 14 prior misses.

"That's the best one," Embiid said of his last-second shots. "Just get the ball to me or whoever was open. We did that and I'm glad I made a good play."

Embiid, a 2022 NBA Most Valuable Player award finalist, scored a game-high 33 points and grabbed a game-high 13 rebounds as the visiting Sixers rallied from a 17-point deficit to seize a 3-0 lead in the best-of-seven series, which they can sweep in game four on Saturday.

"The job is not done," Embiid said. "We've got one more. We've got to come back here and try to beat them again."

Philadelphia trailed by as many as 17 points and never led until overtime, taking their largest lead on Embiid's decider.

The Sixers weren't the only team to overcome a 17-point hole and win as the Boston Celtics took a 114-107 fightback victory over visiting Brooklyn thanks to a fourth-quarter comeback, the Celtics seizing a 2-0 series edge over the Nets.

Philadelphia's James Harden had 19 points and 10 assists before fouling out in the final seconds of regulation time. Tyrese Maxey added 19 points and Tobias Harris had 11 points and 12 rebounds for the 76ers.

It was a heartbreaker for the Raptors, who were led by 26 points from O.G. Anunoby and 24 from Gary Trent Jr. with Precious Achiuwa adding 20 off the bench.

The 76ers matched a season high with 21 turnovers, 15 of them in the first half setting up 21 Toronto points.

"We have to take care of the ball, don't allow last second chances, move the ball to each other and make plays," said Embiid, who was ripped at halftime by Sixers coach Doc Rivers with Toronto ahead 56-46.

"The first half I was just floating around. I didn't really want the ball," Embiid said. "Coach got on me, said I'm the biggest guy out there and I have to dominate. That's what I tried to do (after halftime)."

Toronto couldn't hold off the Sixers down the stretch as the teams traded basket for basket. A goaltending call against Anunoby on Harden was upheld on video review, a crucial call to pull the 76ers within 95-94 with 76 seconds remaining.

Harden and Anunoby each missed a late free throw and the game went into overtime. Embiid hit a jumper for a 101-100 Sixers lead but fouled Anunoby on a drive to the hoop and the Raptor made 1-of-2 to level the game, setting up Embiid's last shot.

Celtics rally late

At Boston, Jaylen Brown scored 10 of his 22 points in the fourth quarter and Jayson Tatum added 19 for the Celtics.

The Nets never trailed until the final eight minutes as Boston charged back from a 17-point second-quarter deficit.

Kevin Durant led Brooklyn with 27 points but was tested all night by swarming, physical Boston defenders in a bruising contest -- the Celtics having led the league in defensive statistics.

Durant, a former NBA Most Valuable Player, shot 4-of-17 from the floor, 0-for-10 with four turnovers in the second half.

Kyrie Irving, heckled and booed by the fans who cheered him in his days with Boston, was only 4-of-13 from the floor for 10 points.

Grant Williams had 17 points off the Boston bench while Al Horford had 16 points and Daniel Theis added 15 for the Celtics.

Bruce Brown had 23 for Brooklyn and Goran Dragic added 18 off the Nets bench.

The Celtics couldn't grab their first lead until reserve Payton Pritchard hit a jumper to make it 94-92 with 7:49 remaining.

The Nets managed only two points over four minutes and Boston unleashed a 23-4 run in the fourth for the triumph.

A later Eastern Conference playoff game found Chicago at defending champion Milwaukee.

Related Tags

Joel Embiid Toronto Raptors Philadelphia 76ers
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.