ADVERTISEMENT

Cavs frustrate Heat to extend winning streak to 12, clinch playoff spot

Published Mar 6, 2025 04:17 am

At A Glance

  • Donovan Mitchell scored 26 points, Darius Garland had 10 assists and the Cleveland Cavaliers survived some sloppiness in the final two minutes to win their 12th straight game, 112-107, over the banged-up Miami Heat on Wednesday night, March 5.

CLEVELAND (AP) — Donovan Mitchell scored 26 points, Darius Garland had 10 assists and the Cleveland Cavaliers survived some sloppiness in the final two minutes to win their 12th straight game, 112-107, over the banged-up Miami Heat on Wednesday night, March 5.

AP25065050789070.jpg
Cleveland Cavaliers guard Donovan Mitchell (45) goes to the basket past Miami Heat guard Pelle Larsson, right, in the first half of an NBA basketball game Wednesday, March 5, in Cleveland. (AP Photo/Sue Ogrocki)

With the win, the Cavs became the first team to clinch a playoff berth.

It wasn’t easy as the Heat, who were missing several rotational players, led 107-106 with 2:55 left. But Miami didn’t score again and Duncan Robinson’s apparent tying 3-pointer with 17.4 seconds left was waved off because he stepped out of bounds.

Bam Adebayo scored a season-high 34 points for Miami, which was without leading scorer Tyler Herro.

The Heat were already missing Jaime Jaquez Jr. (ankle sprain), Nikola Jovic (broken hand), Kel’el Ware (knee sprain) and Andrew Wiggins (ankle sprain) before Herro came down with a head cold in the past 24 hours.

Evan Mobley and De’Andre Hunter added 16 points apiece for Cleveland.

Miami’s Kevin Love played his first game in Cleveland since signing with the Heat two years ago. The 36-year-old Love received a rousing ovation from Cavs fans, who’ll never forget his major role in helping the team win the 2016 NBA title. Love was saluted with a video tribute during a timeout in the first quarter.

Meanwhile in Boston, Payton Pritchard scored a career-high 43 points and knocked down a career-best 10 3-pointers to lead the short-handed Boston Celtics past the Portland Trail Blazers, 128-118.

Derrick White added career highs with 41 points and nine 3s to lead Boston to its eighth victory in 10 games, making Pritchard and White the first Celtic duo to score 40 or more points in the same game and the first duo in NBA history with nine or more 3-pointers each in a game.

With starters Jayson Tatum (shoulder), Jrue Holiday (finger) and Kristaps Porzingis (illness) all sitting out, Pritchard picked up the scoring load for a Celtics team that made 23 3-pointers.

The game remained tight throughout the first half, featuring five ties and 15 lead changes. But Boston outscored the Blazers 36-27 in the third quarter.

Anfernee Simons led Portland with 30 points and Shaedon Sharpe added 25.

It was the sixth game of a seven-game road trip for the Blazers, who had won four of their previous five.

In Milwaukee, Giannis Antetokounmpo scored 32 points to bring his career total over 20,000, Damian Lillard added 34 points and Kevin Porter Jr. had a triple-double as the surging Bucks trounced the short-handed Dallas Mavericks, 137-107.

The 30-year-old Antetokounmpo has scored 20,010 career points, becoming the 52nd player to reach 20,000. The only players to get to the 20,000-point mark at a younger age were LeBron James, Kevin Durant, Kobe Bryant, Wilt Chamberlain and Michael Jordan.

Antetokounmpo, who played less than 25 minutes, also had 15 rebounds as the Bucks won for the eighth time in their last nine games.

In Washington, Kyshawn George scored 23 points, Alex Sarr added 21 and the Wizards edged the Utah Jazz, 125-122.

Seven of the nine players used by Washington were in double figures, with Justin Champagnie coming off the bench for 17 points.

Johnny Juzang scored 27 points and Kyle Filipowski had 23 points and 13 rebounds for the Jazz, who have lost 10 straight road games.

Related Tags

Donovan Mitchell Miami Heat Cleveland Cavaliers
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.