ADVERTISEMENT

Knicks recover from 20-point deficit again to seize 2-0 series lead over Celtics

Published May 8, 2025 12:26 pm  |  Updated May 8, 2025 01:20 pm

At A Glance

  • Mikal Bridges sealed another 20-point comeback with his second straight game-ending steal and the Knicks stunned the Celtics again Wednesday night, May 7, winning 91-90 for a 2-0 lead in the Eastern Conference semifinals.
New York Knicks forward Mikal Bridges (25) blocks a pass by Boston Celtics forward Jayson Tatum in the final seconds of the second half of Game 2 of an NBA basketball second-round playoff series, Wednesday, May 7, in Boston. (AP Photo/Charles Krupa)
New York Knicks forward Mikal Bridges (25) blocks a pass by Boston Celtics forward Jayson Tatum in the final seconds of the second half of Game 2 of an NBA basketball second-round playoff series, Wednesday, May 7, in Boston. (AP Photo/Charles Krupa)

BOSTON (AP) — For the second straight game, the New York Knicks found themselves in a hole the Boston Celtics have rarely let teams out of this season.

The Knicks again found a way — almost the same way, in fact — to pull off the improbable. And now they are two wins away from knocking the defending champions out of the playoffs.

Mikal Bridges sealed another 20-point comeback with his second straight game-ending steal and the Knicks stunned the Celtics again Wednesday night, May 7, winning 91-90 for a 2-0 lead in the Eastern Conference semifinals.

“Just finding ways to win,” Bridges said.

Jalen Brunson scored 17 points for New York and made two free throws with 12.7 seconds left for a 91-90 lead. Jayson Tatum then couldn’t get to the rim and Bridges moved in to bat the ball away and recover it.

Bridges also scored all of his 14 points in the fourth quarter. Josh Hart had 23 points and Karl-Anthony Towns finished with 21 points and 17 rebounds for the Knicks, who will host Game 3 on Saturday.

“Going home we realize the opportunity we have. We just have to stay locked in,” Brunson said.

Jaylen Brown and Derrick White scored 20 points apiece for the Celtics, who were 10 for 40 from 3-point range after going 15 for 60 in Game 1.

Tatum was limited to 13 points on 5-for-19 shooting for the Celtics, who went more than eight minutes without a field goal in the fourth quarter. They missed 13 consecutive shots during the stretch.

Teams that win the first two games of a best-of-seven series on the road win the series 85.7% of the time. The Knicks took the opener when Bridges stole the ball away from Brown with a second left in overtime.

“Opportunity to show what we’re made of,” Brown said of a Boston team that swept New York 4-0 in the regular season. “We’ve got to respond.”

Kristaps Porzingis didn’t start after sitting out the second half of Game 1 with an illness. He came off the bench for just the fifth time in his NBA career and finished with eight points and four rebounds in 14 minutes.

All eyes were on the Celtics’ offense after they missed an NBA playoff-record 45 3-pointers in their Game 1 loss. They went 24 for 54 from 2-point range Wednesday.

Meanwhile, Shai Gilgeous-Alexander scored 34 points in three quarters, and the Oklahoma City Thunder set league and team records in a 149-106 win over the Denver Nuggets that tied the Western Conference semifinal series at one game apiece.

Oklahoma City set an NBA playoff record for first-half points with 87, surpassing the 86 scored by the Cleveland Cavaliers against the Golden State Warriors in Game 4 of the NBA Finals on June 9, 2017. Chet Holmgren, who missed two critical free throws late in Game 1, made a pair with one second remaining in the second quarter to set the record and give the Thunder an 87-56 lead.

The Thunder tied the record for points in any half of a playoff game. Milwaukee had 87 in the second half against Denver on April 23, 1978.

Oklahoma City became the first home team to win a game in the second round. Game 3 is Friday in Denver.

Related Tags

New York Knicks Mikal Bridges Boston Celtics Jayson Tatum Jaylen Brown
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.