91³Ô¹ÏÍø

Watch CBS News

Report: Group Led By Derek Jeter, Jeb Bush Is Top Bidder For Marlins

MIAMI (CBSNewYork) -- Derek Jeter is reportedly on the verge of becoming a big-league owner.

According to multiple reports, a group led by the Yankees great and former Florida Gov. Jeb Bush has submitted the highest bid to purchase . According to the Miami Herald, Jeter and Bush's group has agreed to pay $1.3 billion for the team.

The sale, which has been agreed to in principle by current Marlins owner Jeffrey Loria, cannot become official until 75 percent of Major League Baseball owners vote to approve it. The process could take months.

Bush is expected to be the "control person" who has ultimate control over the franchise, while Jeter plans to have an active role, the Herald reported. There are at least five investors in their group.

Jeter and Bush separately began pursuit of the Marlins . Other bidders were Quogue Capital founder Wayne Rothbaum and Solamere Capital co-founder Tagg Romney, the son of former Republican presidential nominee Mitt Romney. Romney's group also included former Braves and Mets pitcher Tom Glavine.

Loria, who has owned the Marlins since 2002, began expressing interest in selling the team late last year. In February, Joshua Kushner, the younger brother of President Donald Trump's son-in-law and adviser, Jared Kushner, for about $1.6 billion, according to reports, but the deal fell through.

Earlier this month, Forbes valued the Marlins at $940 million, which ranks 25th of the 30 teams in Major League Baseball. Loria bought the team in 2002 for $158 million.

In an interview with CNBC last May, Jeter .

"I think some of the other sports are sort of the sexy sports," said Jeter. "I think kids nowadays, they look at players playing in college and the next year they're in the NFL or the NBA," he said. "Baseball, you sort of get lost because you have to play in the minor leagues for a little bit. Kids in this generation are into instant gratification."

According to Baseball-Reference.com, Jeter, 42, earned more than $265 million over his 20-year big-league career. Just before retiring, he founded The Players' Tribune, a website featuring content written by professional athletes.

Jeter lives in Tampa, Florida, with his wife, supermodel Hannah Davis, who is expecting the couple's first child. Bush, who ran for president in in 2016, lives in the Miami suburb of Coral Gables.

The Marlins, who are managed by Jeter's former teammate and coach, Don Mattingly, are off to an 10-8 start this season and in second place in the National League East.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });