91³Ô¹ÏÍø

Watch CBS News

TJ Friedl has 3-run double in 9th, and Reds rally for 7-4 win in 10 for 3-game sweep of Twins

TJ Friedl hit a go-ahead, three-run double in the ninth inning, Rece Hinds added a two-run double in the 10th, and the Cincinnati Reds rallied past the Minnesota Twins 7-4 on Sunday for a three-game sweep.

Cincinnati scored six runs over the final two innings to win its third extra-inning game this season, matching its total from 2025. The NL Central-leading Reds are 11-0 in games decided by three or fewer runs, including 6-0 in one-run games.

Cincinnati trailed 3-1 entering the ninth when Spencer Steer and Tyler Stephenson led off with singles against Andrew Morris. Dane Myers walked to load the bases for Friedl, who that made it 4-3.

Austin Martin tied it in the bottom half with an RBI double against Emilio Pagán (2-0), who blew a save for the second time this season.

In the 10th, Eugenio Suárez hit a grounder against Garrett Acton (1-1) that deflected off the glove of third baseman Tristan Gray for an error, and left fielder Martin for another error that allowed automatic runner Elly De La Cruz to score.

Hinds followed with a two-out double that gave the Reds a three-run cushion. Graham Ashcraft worked the bottom half for his first save.

Minnesota's Victor Caratini had a sacrifice fly in the first and an RBI single in the third.

Bailey Ober allowed one unearned run in 6 1/3 innings for the Twins. Minnesota's starters gave up three earned runs over 18 1/3 innings in the series, but the Twins' batters went 6 for 35 with runners in scoring position.

Reds RHP Rhett Lowder (2-1, 3.51 ERA) takes the mound Monday at Tampa Bay, while RHP Mick Abel (1-2, 3.98 ERA) starts Tuesday for the Twins against the host New York Mets.

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