ADVERTISEMENT

Thunder hold off Trail Blazers for 12th straight win; Lakers go eight in a row

Published Dec 1, 2025 02:27 pm

At A Glance

  • PORTLAND, Oregon (AP) — Shai Gilgeous-Alexander scored 26 points, Chet Holmgren had 19 points and nine rebounds, and the Oklahoma City Thunder beat the Portland Trail Blazers, 123-115, on Sunday night, Nov. 30, for their 12th straight victory.
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) drives to the basket ahead of Portland Trail Blazers center Robert Williams III (35) during the second half of an NBA basketball game, Sunday, Nov. 30, 2025, in Portland, Ore. (AP Photo/Amanda Loman)
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) drives to the basket ahead of Portland Trail Blazers center Robert Williams III (35) during the second half of an NBA basketball game, Sunday, Nov. 30, 2025, in Portland, Ore. (AP Photo/Amanda Loman)
PORTLAND, Oregon (AP) — Shai Gilgeous-Alexander scored 26 points, Chet Holmgren had 19 points and nine rebounds, and the Oklahoma City Thunder beat the Portland Trail Blazers, 123-115, on Sunday night, Nov. 30, for their 12th straight victory.
The Thunder move to 20-1 with the win, their only loss coming against the Trail Blazers on Nov. 5.
In his second game back from wrist surgery, Jalen Williams had 16 points and eight rebounds in 34 minutes.
Deni Avdija finished with 31 points, 19 rebounds and 10 assists for Portland. Toumani Camara had 19 points and eight rebounds, and Jerami Grant scored 18 points.
Holding a 76-74 lead, the Thunder unsuccessfully challenged Holmgren’s fourth foul with 5:00 left in the third quarter. He returned to start the fourth quarter but picked up his fifth foul. Portland cut the lead to 95-93 before Holmgren returned with 8:08 left.
That's when the Thunder regained control. A layup by Kenrich Williams pushed the lead to 102-93 with 6:53 left. Williams made it 105-96 on a 3-pointer a little more than a minute later.
Gilgeous-Alexander’s fadeaway pushed Oklahoma City ahead 107-100 with 4:18 to go.
Portland got back within two points 107-105 with 2:58 left, but the Thunder led by Gilgeous-Alexander used their experience to close out the game.
Offense flowed for both teams in the second quarter, with both shooting over 40% from the 3-point line and 50% from the field. Grant’s 3-pointer with 9.2 seconds remaining gave Portland a 55-54 halftime lead.
The Thunder were without Isaiah Hartenstein and Alex Caruso.
Meanwhile in Los Angeles, Luka Doncic scored 20 of his 34 points in the first quarter and the Lakers raced to their seventh straight victory, 133-121, over the New Orleans Pelicans.
Doncic also had 12 rebounds and seven assists to help the Lakers win for the 13th time in 15 games. Austin Reaves added 33 points and eight assists, Deandre Ayton had 22 points and 12 rebounds and Rui Hachimura scored 14 points.
LeBron James sau out to rest a sore left foot. He made his season debut Nov. 18 and played in four games after recovering from sciatica.
Saddiq Bey had 22 points and 11 rebounds, and Bryce McGowens added 23 points for the Pelicans. They have lost 11 of 12.
New Orleans was short-handed with Zion Williamson (hamstring) and Trey Murphy III (elbow) watching from the bench.
The Lakers dominated the first half, leading 46-27 after one quarter and 77-57 at the half. It was the most points the Lakers had scored in any quarter this season and tied for the fifth most in an opening quarter in franchise history. The 77 first-half points matched the Lakers' most in a half this season, 
The Pelicans found their offense in the third quarter, shooting 62.5% from the floor in the period and pulling to 100-89.
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.