91³Ô¹ÏÍø

Watch CBS News

Families see $10 million in medical debt wiped by WNBA's Atlanta Dream: "This is financial freedom"

Credit card debt is at an all-time high, and families in Georgia are among those struggling the most.

A recent study by  finds that Georgia residents are among those taking the longest time to pay off that debt. The Atlanta Dream is trying to change that.

The Dream's season just wrapped up, but the team is still living up to its name, helping more than 3,500 families achieve their dream of financial freedom.

The WNBA team partnered with Cash App and ForgiveCo to eliminate $10 million in debt for families around the city.

The forgiven debts range from $500 to $80,000.

The Dream worked with ForgiveCo to identify families in some of Atlanta's most financially burdened communities. They then acquired debt at a reduced rate and wiped the balance clean.

A debt relief blessing for an Atlanta woman

Angel Stevens moved to Atlanta with big dreams of starting a company doing what she loved.

"I was in my element here," she said. "I taught boxing to seniors who had Parkinson's."

She's been working and trying to save money.

"Just because I can go out and buy it doesn't mean I could afford to do it, but it's like, OK, well, I made enough so that can cover it. But how much are you saving? What do you have for a rainy day?" Steven said.

atlanta-dream-debt-2.png
Angel Stevens is one of thousands of Atlanta families who had their medical debt wiped out by the Dream. CBS News Atlanta

Stevens struggled with debt for years. Then one day, she received a text message saying that more than $1,500 in medical debt she owed had been paid off. It reminded her of something her grandmother said.

"You never know what somebody is going through, right? And you never know when you're going to need a blessing," she said.

For Stevens, this relief brings her closer to the life she's always wanted.

"That's would be the goal to be so wealthy. I just don't mean financial wealth either. I want happiness, and I want joy, and I want, as my granny would say, 'it's the fruits of the spirit,'" she said. "I want all of that. And that's that's a goal. It starts with me first."

More medical debt relief on the way

"This is financial freedom, which could mean a lot of things," Dream spokeswoman Traci Messier said. "It could mean starting a business. It could mean going back to school. It could be buying a first home, but it also could be putting food on the table for a family," Messier said.

This isn't a program you can apply for, but the Dream is planning to do more debt relief in the community, which means more families will get the call in the coming months.

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