OKC Thunder vs Phoenix Suns: Prediction and betting tips

Posted by Patria Henriques on Saturday, May 4, 2024

The OKC Thunder vs Phoenix Suns game is one of the 11 matchups set by the NBA on November 12, 2023. This is going to be the first time this 2023-24 season that both teams battle each other. These teams faced four times last season and the Suns won three of them.

The Phoenix Suns are coming off a bitter three-point defeat against the LA Lakers and it was the second time they lost to the same team in one season. They are now below .500, with their record for the season now standing at 4-5.

The Oklahoma City Thunder, after back-to-back wins, failed to continue their winning streak. They lost to the Sacramento Kings 105-98. They enter this matchup carrying a 5-4 season record.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Basketball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();

OKC Thunder vs Phoenix Suns: Preview, betting tips, and prediction

The OKC Thunder vs Phoenix Suns matchup will be tipping off at 8:00 p.m. Eastern Time and both teams are set to meet inside the Footprint Center in Phoenix, Arizona. The broadcast rights have been granted to Arizona's Family 3TV and Bally Sports OK. Both fees are made available for online streaming through NBA League Pass.

Moneyline: Thunder (+110) vs Suns (-154)

Spread: Thunder +2.5 (-111) vs -2.5 Suns (-111)

Total (O/U): Thunder (u235.5) vs Suns (o235.5)

OKC Thunder vs Phoenix Suns: Preview

The OKC Thunder are slowly cleaning their injury list and the only player left is Kenrich Williams who has no clear timeline yet on returning to the team's roster. Nonetheless, all other players are available to play for the Thunder.

For the Phoenix Suns, Devin Booker is listed as 'doubtful' for this upcoming game against the Thunder. Added to the IL is Eric Gordon who is also 'questionable' due to a shoulder injury while Damon Lee is 'out indefinitely' nursing a knee injury

OKC Thunder vs Phoenix Suns: Predicted lineups

The OKC Thunder, when everyone is healthy, is putting Chet Holmgren at center while Lu Dort and Jaylin Williams are at the forwards. Josh Giddey and Shai Gilgeous-Alexander occupy the guards' slot to round up the starting five.

As Bradley Beal returns for the Suns, he is seen as the point guard of the team and will be starting against the Thunder. Jusuf Nurkic and Kevin Durant are also locked in their positions. Grayson Allen joins Beal in the backcourt and Keita Bates-Diop should get the nod for another starting gig.

OKC Thunder vs Phoenix Suns: Betting tips

Bradley Beal is given 19.5 points on the props and with the two-game sample size, he seems to be getting more comfortable with the team as he plays more. He should break this and will look for a breakout game to appease Suns fans to justify the trade.

Shai Gilgeous-Alexander is at 31.5 points for this game and he has only broken that number thrice in the last five games. He is expected to have a high-scoring performance against the Suns.

OKC Thunder vs Phoenix Suns: Prediction

This is going to be an exciting matchup with the Phoenix Suns expected to edge out OKC Thunder in a high-scoring game.

Meanwhile, the spread of 2.5 points is too small and it is expected that the winner will cover it once the final buzzer sounds. It will be close but the spread is expected to be covered by the final minute at least.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1743742, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1743742); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1743742) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1743742) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLimwMGao6Vnn6CwbsDHrqWdnaJiw7R5z6GmnqaZrXq0wc2sZKmqlZm2pMDIqKVmmpWpwaq6xmaroqijYruwwsSmmZ6qXWZ%2Fbn6Pa2o%3D