ADVERTISEMENT

Butler lifts Heat over Hawks, Grizzlies win

Published Apr 20, 2022 11:55 am
Jimmy Butler of the Miami Heat dunks against the Atlanta Hawks during the second half in Game Two of the Eastern Conference First Round at FTX Arena on April 19, 2022 in Miami, Florida. (Photo by Michael Reaves / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)

Jimmy Butler scored a career playoff high 45 points, and the Miami Heat held off Atlanta 115-105 on Tuesday, seizing a 2-0 lead in their first-round NBA playoff series.

The Hawks had pulled within 104-101 in the final minutes before Butler answered with a slam dunk, a 3-pointer and a layup to give coach Erik Spoelstra's squad a 10-point lead and seal Atlanta's fate.

"Coach told me to go out there and be a killer, score as many points as possible, so that's what I did," Butler said.

Butler made 15-of-25 shots from the floor, 4-of-7 from 3-point range, and sank 11-of-12 free throws while also contributing five rebounds, five assists and two steals.

"Just staying aggressive, taking what the defense gives me," Butler said. "My teammates want me to play like that. I felt like I'm in a groove. I'm comfortable. My guys are always looking for me."

Eastern Conference top seed Miami took command of the best-of-seven series, which continues Friday in Atlanta.

In other contests Tuesday, Memphis ripped Minnesota 124-96 to level their series 1-1 and New Orleans was at Phoenix.

Atlanta's Trae Young, kept to a season-low eight points Sunday in an opening loss, had 18 by halftime on his way to 25 points but also committed 10 turnovers.

Butler scored five points to lead an 11-0 Miami run that gave the Heat a 75-62 edge in the third quarter.

Atlanta pulled within 87-76 after three quarters, then made a 12-0 run in the fourth quarter to trim Miami's lead to 94-90 as Bogdan Bogdanovic scored 19 of his 29 points off the bench in the fourth quarter.

Bogdanovic made a 3-pointer to pull the Hawks within three points to set the stage for Butler's decisive run.

"We still find a way to stay in front of guys, contest threes, not give away leads," Butler said.

- Ja rules for Memphis -

At Memphis, Ja Morant led the host Grizzlies with 23 points, 10 assists and nine rebounds as the Western Conference second seeds bounced back from an opening upset to knot the series, which resumes Thursday at Minnesota.

"It was my fault. I put guys in tough situations last game," Morant said. "My job was to come out and correct that and that's what I did.

"No point to be mad about game one. There's a lot of basketball to be played. You see what happened."

The 22-year-old guard scored 11 points in the third quarter, when Memphis pulled away, but suffered a left leg injury taking a hard hit off a screen by Minnesota's Karl-Anthony Towns and went to the locker room.

Morant returned in the fourth quarter and just missed a triple double, and then warned the Grizzlies had their groove back.

"We got that same mindset coming into the next one," Morant said. "Same fire. Same energy."

Desmond Bane and Jaren Jackson each added 16 points for Memphis, which had seven double-digit scorers.

Anthony Edwards led the Timberwolves with 20 points.

Related Tags

Jimmy Butler Memphis Grizzlies Ja Morant minnesota timberwolves Atlanta Hawks Miami Heat
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.