The Charlotte Hornets (3-7) will face the Milwaukee Bucks (7-4) in an East Group B In-Season Tournament game on Friday, Nov. 17.
The Miami Heat currently top the group with two straight wins. Milwaukee and the Hornets will be playing their second tournament game, having both won their opening contest.
At the time of writing, Giannis Antetokounmpo and MarJon Beauchamp are listed as questionable for Milwaukee. The Bucks will be without Jae Crowder and Chris Livingston.
•
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, }; }();Meanwhile, the Hornets have Gordon Hayward and Brandon Miller listed as questionable, while Cody Martin, Terry Rozier and Frank Ntilikina are all out.
Charlotte Hornets vs. Milwaukee Bucks: Game Details, prediction and betting
Teams: Charlotte Hornets (3-7) vs. Milwaukee Bucks (7-4)
Date and Time:November 17, 2023 | 7:00 p.m. ET
Venue:Spectrum Center, Charlotte, North Carolina
Charlotte Hornets vs. Milwaukee Bucks: Preview
The Charlotte Hornets will be sweating on the availability of Gordon Hayward, who is one of their best point-of-attack defenders and playmakers.
Without Terry Rozier, Hayward's ball-handling will be needed to help ease the burden on LaMelo Ball. Having a high-level defender on the wing is essential when trying to slow down the Milwaukee Bucks.
Meanwhile, Milwaukee may or may not have Giannis Antetokounmpo in its rotation. However, Damian Lillard and Khris Middleton will both be on the court, and that should be enough to earn them a win over the Hornets.
Lillard's ability to take over games and dominate as a scorer means the Bucks are favored to secure a win.
Charlotte Hornets vs. Milwaukee Bucks: Projected starting lineups
The Charlotte Hornets' starting lineup could look like this:
LaMelo Ball, Theo Maledon, JT Thor, P.J. Washington, Mark Williams.
Mark Williams is quickly developing into one of the Hornets' best players and LaMelo Ball is among the most talented young guards in the NBA. However, a lack of bench depth and injuries to key rotation players means Charlotte is at a disadvantage when facing the Milwaukee Bucks.
Milwaukee's starting five could look like this:
Damian Lillard, Malik Beasley, Andre Jackson Jr., Khris Middleton, and Brook Lopez.
The Bucks' starting group has floor spacing, playmaking, and high-level defense. It's hard to envision a depleted Hornets team causing them many problems.
Charlotte Hornets vs. Milwaukee Bucks: Betting Tips
Damian Lillard is listed as -115 to score over 25.5 points. Given the Hornets' defensive struggles this season, this could be smart money. However, if you prefer the under, you can get -110.
LaMelo Ball is listed at -120 to score over 3.5 threes against the Bucks. He's averaging three made shots from deep this season. You can get the under at -110.
Mark Williams has been impressive over the past 12 months. He enters the Hornets game against Milwaukee with -140 odds to secure more than 7.5 rebounds and +110 on the under.
Charlotte Hornets vs. Milwaukee Bucks: Prediction
The Bucks will enter their game against the Hornets as favorites to secure a win. They're -7.5 on the spread (-110) and have a money line of -340. Milwaukee has had a better start to the season than its in-season tournament opponent and has aspirations of competing for a championship.
The Hornets are still navigating a slow roster reset, and are currently straddling two timelines. This is why they enter the contest against Milwaukee with a +7.5 spread (-110) and a money line of +275.
Until the front office commits to the younger talent on the roster, Charlotte will be stuck in NBA purgatory, as it has been for the last decade.
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": 1749728, "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(1749728); 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(1749728) >= 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(1749728) .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 }); })();