St. Louis Cardinals vs Cincinnati Reds Match Player Stats On Aug 04, 2016

Aug 4, 2016 - Regular Season
Final
1 2 3 4 5 6 7 8 9 R H E
STL 0 0 0 0 0 0 0 0 0 0 5 0
CIN 0 2 0 1 0 4 0 0 0 7 11 0
ML O/U (Margin) ATS (Margin)
STL -141 9o -1.5
CIN +130 9u (2) 1.5 (8.5)

Batting Stats

POS AB R H RBI BB SO LOB AVG
T. Pham CF 4 0 2 0 0 0 0 .255
J. Gyorko 3B 4 0 0 0 0 0 3 .248
S. Piscotty RF 4 0 0 0 0 2 1 .282
M. Holliday LF 3 0 0 0 0 0 1 .237
     J. Hazelbaker LF 1 0 0 0 0 1 0 .242
B. Moss 1B 4 0 1 0 0 1 0 .267
J. Peralta SS 3 0 1 0 0 0 1 .220
G. García 2B -SS 3 0 0 0 0 2 1 .285
A. Rosario C 3 0 1 0 0 0 1 .227
K. Wong 2B 1 0 0 0 0 0 1 .240
Totals 32 0 5 0 0 6 9
Batting
TB - Thomas Pham 2, Brandon Moss 1, Jhonny Peralta 1, Alberto Rosario 1
Runners left in scoring position, 2 out - Jedd Gyorko (30), Matthew Holliday (28)
Team LOB - 9
Fielding
DP - 2
POS AB R H RBI BB SO LOB AVG
B. Hamilton CF 4 0 2 0 0 0 1 .252
I. De Jesús Jr. SS 4 0 1 0 0 0 2 .230
J. Votto 1B 4 0 0 0 0 2 3 .289
A. Duvall LF 3 1 0 0 1 1 2 .248
B. Phillips 2B 4 3 3 1 0 0 0 .268
S. Schebler RF 2 2 1 0 0 0 1 .227
     A. Renda PH 1 0 0 0 0 0 0 .333
E. Suárez 3B 3 1 2 2 0 0 2 .239
R. Cabrera C 4 0 2 3 0 1 1 .261
T. Holt PH -RF 1 0 0 0 0 0 1 .217
Totals 32 7 11 6 1 4 14
Batting
2B - Brandon Phillips 2 (22), Scott Schebler (6), Eugenio Suárez 2 (11)
TB - Billy Hamilton 2, Iván De Jesús Jr. 1, Brandon Phillips 5, Scott Schebler 2, Eugenio Suárez 4, Ramon Cabrera 2
RBI - Brandon Phillips (40), Eugenio Suárez 2 (50), Ramon Cabrera 3 (10)
Runners left in scoring position, 2 out - Joseph Votto (29), Adam Duvall (32), Ramon Cabrera (8)
SF - Eugenio Suárez (2)
GIDP - Adam Duvall (5), Tyler Holt (5)
Team LOB - 14
Baserunning
SB - Billy Hamilton (2 off Leake/Rosario), Brandon Phillips (3 off Leake/Rosario)

Pitching Stats

IP H R ER BB SO HR ERA
M. Leake (L 8-9) 5 .0 8 7 7 1 2 0 4.80
M. Maness 1 .0 1 0 0 0 0 0 3.58
D. Kiekhefer 1 .0 1 0 0 0 1 0 4.50
J. Williams 1 .0 1 0 0 0 1 0 0.00
HBP - Scott Schebler (by Leake)
Pitches-Strikes - Michael Leake 0-0, Michael Maness 0-0, Dean Kiekhefer 0-0, Jerome Williams 0-0
Ground Balls-Fly Balls - Michael Leake 9-3, Michael Maness 1-1, Dean Kiekhefer 1-0, Jerome Williams 2-0
Batters Faced - Michael Leake 25, Michael Maness 3, Dean Kiekhefer 3, Jerome Williams 4
IP H R ER BB SO HR ERA
B. Finnegan (W 7-8) 6 .0 2 0 0 0 4 0 4.45
R. Iglesias 2 .0 3 0 0 0 1 0 2.00
J. Diaz 0 .1 0 0 0 0 0 0 3.98
A. Cingrani 0 .2 0 0 0 0 1 0 3.09
Pitches-Strikes - Brandon Finnegan 0-0, Raisel Iglesias 0-0, Jose Diaz 0-0, Anthony Cingrani 0-0
Ground Balls-Fly Balls - Brandon Finnegan 5-5, Raisel Iglesias 2-2, Jose Diaz 1-0, Anthony Cingrani 0-1
Batters Faced - Brandon Finnegan 20, Raisel Iglesias 9, Jose Diaz 1, Anthony Cingrani 2
The Covers community has
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Covers – Scheduled Maintenance</title> <style> body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-color: #15202b; color: #ffffff; display: flex; justify-content: center; align-items: center; min-height: 100vh; text-align: center; } .container { max-width: 600px; padding: 40px 30px; } h1 { font-size: 2.5rem; margin-bottom: 20px; color: #fd4f00; } p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 25px; color: #e0e0e0; } .spinner { margin: 30px auto; width: 48px; height: 48px; border: 5px solid rgba(255, 255, 255, 0.2); border-top: 5px solid #fd4f00; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } a { color: #fd4f00; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } .footer { margin-top: 35px; font-size: 0.9rem; color: #9aa4ad; } </style> </head> <body> <div class="container"> <h1>We'll Be Back Soon</h1> <p> <strong>Covers</strong> is currently undergoing scheduled maintenance. We're working to get things back up and running as quickly as possible. </p> <div class="spinner"></div> <p> You can try again shortly, or head back to the homepage: <br /> <a href="https://www.covers.com/">www.covers.com</a> </p> </div> </body> </html>
lifetime members worldwide
Covers is verified safe by: Evalon Logo GPWA Logo GDPR Logo GeoTrust Logo Evalon Logo