ADVERTISEMENT

SGA, Thunder roll past injury-depleted Lakers for sixth straight win

Published Apr 8, 2026 02:28 pm

At A Glance

  • LOS ANGELES (AP) — Shai Gilgeous-Alexander had 25 points and eight assists, and Isaiah Joe hit six 3-pointers in the Oklahoma City Thunder's 123-87 victory over the injury-depleted Los Angeles Lakers on Tuesday night, April 7.
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) drives to the basket while being guarded by Los Angeles Lakers forward Maxi Kleber (14) during the second half of an NBA basketball game Tuesday, April 7, 2026, in Los Angeles. (AP Photo/Caroline Brehman)
Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) drives to the basket while being guarded by Los Angeles Lakers forward Maxi Kleber (14) during the second half of an NBA basketball game Tuesday, April 7, 2026, in Los Angeles. (AP Photo/Caroline Brehman)
LOS ANGELES (AP) — Shai Gilgeous-Alexander had 25 points and eight assists, and Isaiah Joe hit six 3-pointers in the Oklahoma City Thunder's 123-87 victory over the injury-depleted Los Angeles Lakers on Tuesday night, April 7.
Jared McCain scored 15 points and Chet Holmgren had 15 points and 10 rebounds for the NBA-leading Thunder, who swept the season series against the Lakers with their sixth straight victory and 18th in 19 games overall.
The Lakers had their lowest-scoring performance of the season while playing without Luka Doncic, LeBron James, Austin Reaves, Marcus Smart and Jaxson Hayes, who represent a combined 94.6 points per game. Doncic and Reaves are out for the rest of the regular season, while the 41-year-old James sat for one game to rest his arthritic left foot.
Rui Hachimura scored 15 points and Drew Timme had 11 for the Pacific Division champion Lakers, who have lost three straight since losing Doncic and Reaves to injury last week in Oklahoma City.
Los Angeles had won 13 of 14 and was closing in on the third seed before losing Doncic, who is in Europe seeking treatment on his Grade 2 left hamstring strain.
Rookie Adou Thiero scored a career-high 10 points for the Lakers, who still kept the game even until midway through the second quarter. But Oklahoma City finished the half on a 23-5 run, and Los Angeles scored just 22 points in its next 24 minutes of play.
Lakers coach JJ Redick and Jarred Vanderbilt exchanged heated words after Redick called a timeout and removed Vanderbilt from the game 16 seconds into the second quarter. Assistant coaches and players stayed between the two until the lengthy exchange cooled down, and Vanderbilt didn't play again.
Stephen Curry scored 17 points with a pair of four-point plays in his second game back from a right knee injury, and the Golden State Warriors held off the Sacramento Kings, 110-105, to snap a four-game losing streak.
Curry, who missed 27 games before returning Sunday, tied the game at 104 on a 3-pointer with 2:38 remaining, then dished to Brandin Podziemski for a go-ahead 3 the next possession.
Kings 7-foot-1 rookie Maxime Raynaud had 17 points and eight rebounds playing on his 23rd birthday. Killian Hayes scored 18 points off the bench as Sacramento lost for the sixth time in eight games.
De'Anthony Melton had 21 points and Podziemski scored 20 for Golden State.
Curry came off the bench for the second straight game after missing more than two months with a right knee injury and shot 5 for 12 — including a four-point play at the 3:58 mark of the second quarter and another 2:39 before halftime that put the Warriors ahead 60-44.
He entered the game to cheers at the 6:24 mark of the opening quarter and immediately passed off for an assist to Charles Bassey — just as he did Sunday when Bassey signed — on offense before blocking a shot on the defensive end moments later.
There’s a chance Curry could be starting again Thursday against LeBron James and the Los Angeles Lakers.
In Sunday’s 117-116 loss to Houston, Curry dazzled down the stretch to score 29 points on 11-for-21 shooting in 26 minutes in his first action since Jan. 30 against Detroit.
The Warriors were all but locked into the No. 10 seed in the Western Conference for the play-in tournament next week.
Warriors rookie Will Richard was a late scratch because of a back injury and Pat Spencer moved into the starting lineup — the 40th different one used by Golden State this season.

Related Tags

Oklahoma City Thunder Los Angeles Lakers NBA Stephen Curry Golden State Warriors
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.