91³Ô¹ÏÍø

Watch CBS News

Michael Jordan plans to sell NBA team Charlotte Hornets

Former NBA star Michael Jordan is selling the Charlotte Hornets to a group of investors led by financiers Gabe Plotkin and Rick Schnall, the team Friday. 

Terms of the deal were not disclosed. ESPN that the Hornets have a $3 billion valuation. Aside from Plotkin and Schnall, the investors include North Carolina rapper Jermaine "J. Cole" Cole and country music singer Eric Church.

Jordan has been the Hornets' majority owner since 2010, when he bought the team for $275 million, and he will remain a minority owner after the transaction, which must still be approved by majority of league owners.

Jordan is currently the only Black majority owner in the NBA. He was previously a minority owner and president of basketball operations for the Washington Wizards.

Plotkin, the founder of California venture capital firm Tallwoods Capital, has been a minority owner of the team and on the NBA's governing board since 2019. Schnall, the co-president of New York private equity firm Clayton, Dubilier & Rice, is a minority owner of the Atlanta Hawks. Schnall is selling his investment in the Hawks, the Hornets said. 

During a press conference earlier this month, NBA Commissioner Adam Silver talked about more people of color joining the league's governing board, including possibly Jordan. 

"In the same way that it's wonderful that one of our greatest, Michael Jordan, could become the principal governor of a team, he has the absolute right to sell at the same time," Silver said. "Values have gone up a lot since he bought that team, so that is his decision."

As part of the transaction, Plotkin, Schnall and the other investors will also take majority control of the Hornets' farm team, the Greensboro Swarm. They will also operate the Hornets' arena — the Spectrum Center. 

Few team owners of color

Among the four major U.S. sports leagues, there are few owners of color. Kim Pegula, an Asian woman, owns the NFL's Buffalo Bills and Shad Khan, who is from Pakistan, owns the Jacksonville Jaguars. Arte Moreno, a Mexican-American, owns the MLB Los Angeles Angels, and Sheila Johnson is part-owner of the NHL's Washington Capitals and NBA's Washington Wizards.

In his 13 years as owner of the Hornets, Jordan's most noteworthy decision might have been moving the team back to Charlotte after it had spent years in New Orleans, CBS Sports . 

It's rare for NBA teams to go on sale, but when they do they fetch big bucks. Steve Ballmer bought the Los Angeles Clippers in 2014 for $2 billion; Tilman Fertitta bought the Houston Rockets for a then-record $2.2 billion in 2017; Joe Tsai bought the Brooklyn Nets for $2.3 billion in 2019; and the Minnesota Timberwolves were sold to Marc Lore and Alex Rodriguez last year for $1.5 billion. 

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });