published on in corga

Indiana Fever vs Minnesota Lynx Prediction & Game Preview - August 10, 2023

On Aug.10, the Indiana Fever and Minnesota Lynx go toe-to-toe in the WNBA as both teams look to add another win to their tally.

The Fever have the worst record in the WNBA, losing 22 of their 29 games, while the Lynx occupy the third position in the Western Conference with 14 wins in 29 contests.

Given where the Fever sits in the league, they may find it difficult against one of the better teams in the Western Conference, which could result in a blow-out loss. The Fever are on a three-game losing streak, whereas the Lynx won their last game and are 5-5 in their last 10 outings.

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, }; }();

Indiana Fever vs Minnesota Lynx Prediction

It's almost impossible to look past the Lynx against the Fever. Minnesota should have enough talent to coast to victory as long as they enter the game with the right mindset and execute their plans on both sides of the floor.

It's also worth noting that the Fever are 2-8 in their last 10 games and have struggled both at home and on the road this season, giving little room for optimism that they could suddenly figure things out.

In the last meeting between these two teams, the Lynx ran out 90-83 winners. We should expect a similar outcome when the two teams face off again on Thursday.

Minnesota Lynx roster

Player and No.

Position

Diamond Miller (#1)

Guard

Lindsay Allen (#2)

Guard

Kayana Taylor (#4)

Guard

Rachel Banham (#15)

Guard

Kayla McBride (#21)

Guard

Tiffany Mitchell (#25)

Guard

Aerial Powers (#3)

Forward

Bridget Carleton (#6)

Forward

Jessica Shepard (#10)

Forward

Natalie Achonwa (#11)

Forward

Dorka Juhasz (#14)

Forward

Emily Engstler (#22)

Forward

Napheesa Collier (#24)

Forward

Nikolina Milic (#31)

Forward

Indiana Fever roster

PLAYER

POSHEIGHTWEIGHTDOBEXPFROM

Grace Berger

G6-0 ft160 lbsJUNE 3, 1999RINDIANA/USA

Aliyah Boston

F-C6-5 ft220 lbsDECEMBER 11, 2001RSOUTH CAROLINA/USA

Maya Caldwell

G5-11 ft160 lbsDECEMBER 15, 19981 yrsGEORGIA/USA

Emma Cannon

F6-2 ft190 lbsJUNE 1, 19894 yrsFLORIDA SOUTHERN/USA

Lexie Hull

G6-1 ft155 lbsSEPTEMBER 13, 19991 yrsSTANFORD/USA

Kelsey Mitchell

G5-8 ft160 lbsNOVEMBER 12, 19955 yrsOHIO STATE/USA

Victaria Saxton

F6-2 ft181 lbsNOVEMBER 10, 1999RSOUTH CAROLINA/USA

NaLyssa Smith

F6-4 ft185 lbsAUGUST 8, 20001 yrsBAYLOR/USA

Victoria Vivians

G6-1 ft183 lbsNOVEMBER 17, 19944 yrsMISSISSIPPI STATE/USA

Kristy Wallace

G5-11 ft157 lbsJANUARY 3, 19961 yrsBAYLOR/AUSTRALIA

Erica Wheeler

G5-7 ft143 lbsMAY 2, 19917 yrsRUTGERS/USA

Amanda Zahui B

C6-4 ft184 lbsSEPTEMBER 8, 19937 yrsMINNESOTA/SWEDEN

Indiana Fever vs Minnesota Lynx: Where to watch

You can watch the contest on WNBA League Pass and FUBO. The game will be played at the Gainbridge Fieldhouse and is set to tip off at 7 p.m. Eastern Time.

Indiana Fever vs Minnesota Lynx: Players to watch

In the Fever's last outing, Kelsey Mitchell and Aliyah Boston were the top scorers, dropping 21 points and 18 points, respectively. Indiana will need both Mitchell and Boston to continue their high scoring on Thursday if they want to stand a chance of shocking the Lynx.

On the other side of the court, the Lynx will lean on Napheesa Collier and Jessica Shepard - both of whom can affect the game as scorers, rebounders and playmakers.

It will be interesting to see if Diamond Miller and Lindsay Allen can also make an impact in a game the Lynx should win with ease.

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": 1623086, "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(1623086); 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(1623086) >= 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(1623086) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLimwMGao6VnmaOxqq3NmmSfnaaav27C0makoqaemsCwwMBmo7KmqGK9s7HDopqtoZ%2BjeqitzJ5kqaqVq7amw4yarKCto6l6cnyMa2dra12su6Ot