91³Ô¹ÏÍø

Watch CBS News

Reed Wins In 1st Major League Start, Reds Top Marlins 4-2

Follow CBSMIAMI.COM:  | 

MIAMI (CBSMiami/AP) — A couple teams enduring tough seasons locked horns in South Florida.

Cody Reed was a winner in his first major league start and Scooter Gennett homered and doubled to lead the Cincinnati Reds to a 4-2 win over the Miami Marlins on Thursday night.

Reed (1-2) scattered five hits and struck out six in six shutout innings. The left-hander joined the starting rotation Aug. 30 and has thrown 11 consecutive scoreless innings.

Gennett's two-run home run in the seventh gave Cincinnati a 4-0 lead. Gennett's blast off Miami reliever Elieser Hernandez landed in the upper deck in right field and was his 23rd homer.

The Marlins threatened in the sixth as Starlin Castro and J.T. Realmuto singled, but Reed retired Peter O'Brien on a double-play grounder and Austin Dean on a fly to center.

Realmuto's two-out RBI double off reliever Jared Hughes cut Cincinnati's lead to 4-1. Raisel Iglesias inherited Realmuto and allowed a run-scoring single by O'Brien before retiring pinch hitter Derek Dietrich on a fly to center.

Iglesias walked two in the ninth before Gennett made a diving stop on a hard grounder by Miguel Rojas and threw him out at first for the final out. Iglesias earned his 29th save in 33 opportunities.

The Reds struck early on Gennett's two-run double off Miami starter Jeff Brigham in the third. Gennett drove in Billy Hamilton and Scott Schebler, who had reached on walks.

Brigham (0-3) allowed two runs, three hits, four walks and struck out six in his third major league start since being promoted from Triple A New Orleans on Sept. 1

TRAINER'S ROOM:

Reds: RHP Tyler Mahle, bothered by right shoulder fatigue, will miss his next scheduled start on Sunday, and manager Jim Riggleman is uncertain if he will pitch again this season. "If I had an update as to when he will pitch in a game, I will say so," Riggleman said. "We don't even know if he will pitch in a game between now and the end of the year. He feels fine, but we're just going to make a determination — do we want to do it in a controlled simulated situation or putting him a game for two innings?"

UP NEXT:

Reds: RHP Luis Castillo (10-12, 4.52), a former Marlins prospect, will start the second game of the series Friday. Castillo, acquired for RHP Dan Straily before the 2017 season, pitched eight innings, allowed one run and three hits and got the victory in his previous start against his former team on July 30, 2017.

Marlins: LHP Wei-Yin Chen (6-11, 4.93) will attempt to continue his home success on Friday. Chen has a 1.77 ERA in 12 home starts while his road ERA is 9.29 in 12 starts.

(© Copyright 2018 CBS Broadcasting Inc. All Rights Reserved. The Associated Press contributed to this report.)

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