When will the Ebanie Bridges vs. Miyo Yoshida fight take place? Walkout and main event timings reported

Ebanie Bridges is set to take on Miyo Yoshida this weekend in her first fight this year. She was last seen in action against Shannon O'Connell back in December 2022, when she made her first successful IBF women's bantamweight title defense.

For those unaware, Bridges was initially supposed to take on Avril Mathie on the undercard of Devin Haney vs. Regis Prograis at the Chase Center in San Francisco, California. However, Mathie was forced to withdraw from the fight and was replaced by Miyo Yoshida.

In terms of the card itself, fans can expect action to kick off on Saturday, December 9, around 8 PM ET, which would be 1 AM UK. As far as the fight between Ebanie Bridges vs. Miyo Yoshida goes, the IBF women's bantamweight championship fight is expected to be the first fight on the card. The fight will most likely start at around 8 PM ET/ 1 AM UK, according to DAZN.


Ebanie Bridges responds to critics who claim Conor McGregor sponsored her because of her appearance

Ebanie Bridges' association with UFC star Conor McGregor has caught a lot of attention over the past few months. The two were seen together for the first time at Anthony Joshua's boxing clash against Robert Helenius earlier this year, where Bridges was endorsing the Irishman's Forged Irish Stout brand.

👉 For more insights, check out this resource.

Since then, there has been a lot of speculation about the relationship between the two. Moreover, many believe that Conor McGregor is only sponsoring Bridges because of her appearance. Responding to the same during a recent interview with Lucky Block, 'The Blonde Bomber' stated that her professional relationship with McGregor goes beyond her appearance. She said:

"I've seen some comments online saying, 'You need to have t**s and blonde hair to get sponsored.' I reply, 'I think he pretty much sponsors every single boxer on all the shows.' They've all got a partnership with Forged Stout."

She added:

👉 Discover more in this in-depth guide.

"Obviously, mine and his collaboration is a little bit deeper. I'm a face for Forged Stout now. I can learn a lot from him as well for when I finish boxing - and what he's doing in business, I think is really inspiring. It was natural and we'll be working together for the remainder of my career. We work really well together. I'm great for his brand and he's great for my brand, and we get along really well."

Catch Ebanie Bridges' comments below:

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