ADVERTISEMENT

Giannis triple-double fuels Bucks; Harden powers Nets

Published Mar 14, 2021 01:54 pm
Giannis Antetokounmpo of the Milwaukee Bucks dunks the ball during the game against the Washington Wizards on March 13, 2021 at Capital One Arena in Washington, DC. (Photo by Stephen Gosling / NBAE / Getty Images / Getty Images via AFP)

Giannis Antetokounmpo's triple-double of 33 points, 11 rebounds and 11 assists propelled the Milwaukee bucks to a 125-119 NBA victory over Washington on Saturday, despite Russell Westbrook's 42-point triple-double for the Wizards.

Westbrook added 10 rebounds and 12 assists for Washington, but even with his league-leading 11th triple-double of the season the Wizards missed the production of NBA leading scorer Bradley Beal, who sat out with a sore knee.

Jrue Holiday added 10 of his 18 points in the fourth quarter for Milwaukee as the Bucks held on in the back-and-forth battle despite a fierce late challenge from the Wizards, who knotted the score at 119-119 with 41 seconds remaining.

Milwaukee's Khris Middleton made two free throws with 32.9 seconds to play then forced a driving Westbrook into a miss with 25 seconds left.

"No doubt, that's the game right there," Bucks head coach Mike Budenholzer said. "You talk about wanting to win a game with stops and that's what we were able to do. I thought Khris was vertical, showed his hands.

"It's a tough drive. So it's great individual defense and it was a big stop and much needed."

On the other end, Middleton drained two more free throws to help the Bucks seal the win.

Antetokounmpo's triple-double was his second straight and his sixth of the season.

He was just one of eight Bucks players to score in double figures as Milwaukee won their third straight and solidify their hold on third place in the East behind the Philadelphia 76ers and the Brooklyn Nets -- who beat the Detroit Pistons 100-95 on Saturday.

Aggressive Harden

James Harden scored 12 of his 24 points in the fourth quarter on the way to his ninth triple-double since joining the Nets this season.

Harden added 10 rebounds and 10 assists and the Nets hung on after the Pistons took a one-point lead with less than three minutes remaining to pull off the gritty win.

Kyrie Irving added 18 points for the Nets, who remained without star Kevin Durant as he recovers from a hamstring strain.

The game was tied at 92-92 with 1:47 remaining. Two Harden baskets -- the second after a steal by Irving, put the Nets up 96-92, and his floater with 19.1 seconds left put Brooklyn up 98-93.

Two free-throws from Harden effectively sealed the win.

"I had to be aggressive," Harden said. "Things weren't going great for us offensively. I think defensively we were playing hard and it showed, but it was one of those nights where we've just got to find a way to win.

"I just had to get to the basket and create something for myself and for our team. I just wanted to be a little more aggressive in the last two minutes."

The New York Knicks notched their 20th win of the season, 119-97 over the Thunder in Oklahoma City, on the back of Julius Randle's second triple-double of the season.

Randle scored 26 points with 12 rebounds and 12 assists, becoming the first Knicks player since Mark Jackson in 1987-88 to post multiple triple-doubles in the same season.

"Obviously the Knicks have so much history and tradition, so to be a part of that is obviously a blessing for sure," Randle said.

RJ Barrett added a career-best 32 points on 12-of-21 shooting as the Knicks bounced back from a 33-point loss to the Bucks on Thursday.

"We just wanted to come out and be us," Barrett said. "We felt like in Milwaukee we didn't play our style, so today we came out, we played hard, made winning plays, and we got the job done."

Related Tags

James Harden brooklyn nets Giannis Antetokounmpo Milwaukee Bucks
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.