Historically, the Breeders Cup was run on Saturday. In 2007, the Breeders Cup expanded to a two day, Fri-Sat format. Since that time (annecdotally) I know I have done better on Sat than on Fri. One of the reasons I wanted to do this project was that a database spanning BC history would enable me to identify reasons for that. The data query below shows all starters in the database with the data broken out by day of week. query start: 11/2/2012 10:31:39 AM query end: 11/2/2012 10:31:42 AM elapsed time: 3 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2_BC_Hist.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY Data Summary Win Place Show Mutuel Totals 4007.80 3738.90 3555.20 Bet -4348.00 -4348.00 -4348.00 Gain -340.20 -609.10 -792.80 Wins 200 398 597 Plays 2174 2174 2174 PCT .0920 .1831 .2746 ROI 0.9218 0.8599 0.8177 Avg Mut 20.04 9.39 5.96 By: Calendar Day Of Week intDayOfWeek Gain Bet Roi Wins Plays Pct Impact 1 0.00 0.00 0.0000 0 0 .0000 0.0000 SUN 2 0.00 0.00 0.0000 0 0 .0000 0.0000 MON 3 0.00 0.00 0.0000 0 0 .0000 0.0000 TUE 4 0.00 0.00 0.0000 0 0 .0000 0.0000 WED 5 0.00 0.00 0.0000 0 0 .0000 0.0000 THU 6 -239.20 1022.00 0.7659 49 511 .0959 1.0423 FRI 7 -101.00 3326.00 0.9696 151 1663 .0908 0.9870 SAT From the above, it appears the bulk of public mistakes happen on BC SATURDAY (not Friday.) Going with that, here is what I have for BC Saturday Cards... First, all starters on BC Saturday... query start: 11/2/2012 10:34:23 AM query end: 11/2/2012 10:34:25 AM elapsed time: 2 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY WHERE WEEKDAY([DATE]) = 7 Data Summary Win Place Show Mutuel Totals 3225.00 2897.70 2789.80 Bet -3326.00 -3326.00 -3326.00 Gain -101.00 -428.30 -536.20 Wins 151 300 450 Plays 1663 1663 1663 PCT .0908 .1804 .2706 ROI 0.9696 0.8712 0.8388 Avg Mut 21.36 9.66 6.20 Next, the above data broken out by Class Descriptor... By: Class Descriptor Class Descriptor Gain Bet Roi Wins Plays Pct Impact 0 0.00 0.00 0.0000 0 0 .0000 0.0000 1 0.00 0.00 0.0000 0 0 .0000 0.0000 C (claiming) 2 0.00 0.00 0.0000 0 0 .0000 0.0000 CO (Claiming Optional) 3 -14.40 22.00 0.3455 1 11 .0909 1.0012 AO (Allowance Optional Claiming) 4 0.00 0.00 0.0000 0 0 .0000 0.0000 M (Maiden Claiming) 5 0.00 0.00 0.0000 0 0 .0000 0.0000 S (Maiden Special Weight) 6 -40.60 66.00 0.3848 4 33 .1212 1.3349 A (Allowance) 7 -22.60 2804.00 0.9919 123 1402 .0877 0.9662 G (Graded Stakes) 8 -23.40 434.00 0.9461 23 217 .1060 1.1673 N (Non Graded Stakes) 9 0.00 0.00 0.0000 0 0 .0000 0.0000 R (Starter Allowance) 10 0.00 0.00 0.0000 0 0 .0000 0.0000 T (Overnight Handicap) 11 0.00 0.00 0.0000 0 0 .0000 0.0000 * (Other) It appears the public mistakes have happened in the STAKES RACES (not the others.) Going back to the Fri cards... The data query below shows all of the starters from the Fri cards broken out by Class Descriptor: query start: 11/2/2012 2:08:51 PM query end: 11/2/2012 2:08:52 PM elapsed time: 1 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2_BC_Hist.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY WHERE WEEKDAY([DATE]) = 6 Data Summary Win Place Show Mutuel Totals 782.80 841.20 765.40 Bet -1022.00 -1022.00 -1022.00 Gain -239.20 -180.80 -256.60 Wins 49 98 147 Plays 511 511 511 PCT .0959 .1918 .2877 ROI 0.7659 0.8231 0.7489 Avg Mut 15.98 8.58 5.21 By: Class Descriptor Class Descriptor Gain Bet Roi Wins Plays Pct Impact 0 0.00 0.00 0.0000 0 0 .0000 0.0000 1 0.00 0.00 0.0000 0 0 .0000 0.0000 C (claiming) 2 0.00 0.00 0.0000 0 0 .0000 0.0000 CO (Claiming Optional) 3 -79.80 134.00 0.4045 6 67 .0896 0.9339 AO (Allowance Optional Claiming) 4 0.00 0.00 0.0000 0 0 .0000 0.0000 M (Maiden Claiming) 5 -22.20 30.00 0.2600 2 15 .1333 1.3905 S (Maiden Special Weight) 6 -51.00 122.00 0.5820 6 61 .0984 1.0258 A (Allowance) 7 -53.60 480.00 0.8883 22 240 .0917 0.9560 G (Graded Stakes) 8 -32.60 256.00 0.8727 13 128 .1016 1.0592 N (Non Graded Stakes) 9 0.00 0.00 0.0000 0 0 .0000 0.0000 R (Starter Allowance) 10 0.00 0.00 0.0000 0 0 .0000 0.0000 T (Overnight Handicap) 11 0.00 0.00 0.0000 0 0 .0000 0.0000 * (Other) Next, here are the Sat cards with the Data broken out by Class Descriptor: query start: 11/2/2012 2:13:53 PM query end: 11/2/2012 2:13:55 PM elapsed time: 2 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2_BC_Hist.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY WHERE WEEKDAY([DATE]) = 7 Data Summary Win Place Show Mutuel Totals 3225.00 2897.70 2789.80 Bet -3326.00 -3326.00 -3326.00 Gain -101.00 -428.30 -536.20 Wins 151 300 450 Plays 1663 1663 1663 PCT .0908 .1804 .2706 ROI 0.9696 0.8712 0.8388 Avg Mut 21.36 9.66 6.20 By: Class Descriptor Class Descriptor Gain Bet Roi Wins Plays Pct Impact 0 0.00 0.00 0.0000 0 0 .0000 0.0000 1 0.00 0.00 0.0000 0 0 .0000 0.0000 C (claiming) 2 0.00 0.00 0.0000 0 0 .0000 0.0000 CO (Claiming Optional) 3 -14.40 22.00 0.3455 1 11 .0909 1.0012 AO (Allowance Optional Claiming) 4 0.00 0.00 0.0000 0 0 .0000 0.0000 M (Maiden Claiming) 5 0.00 0.00 0.0000 0 0 .0000 0.0000 S (Maiden Special Weight) 6 -40.60 66.00 0.3848 4 33 .1212 1.3349 A (Allowance) 7 -22.60 2804.00 0.9919 123 1402 .0877 0.9662 G (Graded Stakes) 8 -23.40 434.00 0.9461 23 217 .1060 1.1673 N (Non Graded Stakes) 9 0.00 0.00 0.0000 0 0 .0000 0.0000 R (Starter Allowance) 10 0.00 0.00 0.0000 0 0 .0000 0.0000 T (Overnight Handicap) 11 0.00 0.00 0.0000 0 0 .0000 0.0000 * (Other) Based on the above, the Sat stakes races have historically been more bomb-prone than the stakes races on the Fri cards. However, the Fri stakes races show a flat bet win roi of about 0.88... well above the ALL Button flat win bet roi for stakes races in general. My conclusion is: 1. The SAT BC stakes races, historically, have been the better source of overlays. 2. However, the Fri BC stakes races, historically, have been a better source of overlays than stakes races in general. Going with that, let's look at some areas where the public gets it wrong... *********************************************************************************************************** SECTION for BC SATURDAY stakes only... query start: 11/2/2012 11:05:55 AM query end: 11/2/2012 11:05:58 AM elapsed time: 3 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2_BC_Hist.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY WHERE WEEKDAY([DATE]) = 7 AND INSTR('G1-G2-G3-N', CLASSDESCRIPTOR) > 0 Data Summary Win Place Show Mutuel Totals 3192.00 2838.90 2725.00 Bet -3238.00 -3238.00 -3238.00 Gain -46.00 -399.10 -513.00 Wins 146 290 435 Plays 1619 1619 1619 PCT .0902 .1791 .2687 ROI 0.9858 0.8767 0.8416 Avg Mut 21.86 9.79 6.26 By: SQL-F07 Rank (Form Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 194.00 316.00 1.6139 21 158 .1329 1.4739 2 16.80 284.00 1.0592 17 142 .1197 1.3276 3 -71.30 296.00 0.7591 17 148 .1149 1.2737 4 -45.60 280.00 0.8371 13 140 .0929 1.0297 5 31.00 292.00 1.1062 11 146 .0753 0.8355 6 35.40 290.00 1.1221 12 145 .0828 0.9177 7 19.20 276.00 1.0696 9 138 .0652 0.7232 8 43.00 272.00 1.1581 12 136 .0882 0.9784 9 -96.00 222.00 0.5676 8 111 .0721 0.7992 10 -23.20 230.00 0.8991 11 115 .0957 1.0607 11 -156.00 176.00 0.1136 2 88 .0227 0.2520 12 -20.20 162.00 0.8753 7 81 .0864 0.9583 13 22.90 92.00 1.2489 5 46 .1087 1.2053 14 4.00 50.00 1.0800 1 25 .0400 0.4436 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F01 Rank (AFR) Rank Gain Bet Roi Wins Plays Pct Impact 1 194.70 290.00 1.6714 24 145 .1655 1.8354 2 -2.10 290.00 0.9928 14 145 .0966 1.0707 3 -5.10 292.00 0.9825 21 146 .1438 1.5950 4 -63.20 288.00 0.7806 9 144 .0625 0.6931 5 -227.20 296.00 0.2324 4 148 .0270 0.2997 6 -85.80 282.00 0.6957 8 141 .0567 0.6292 7 -112.00 278.00 0.5971 11 139 .0791 0.8776 8 208.20 264.00 1.7886 19 132 .1439 1.5961 9 128.00 250.00 1.5120 12 125 .0960 1.0645 10 95.60 220.00 1.4345 11 110 .1000 1.1089 11 -56.20 188.00 0.7011 6 94 .0638 0.7078 12 -41.10 150.00 0.7260 4 75 .0533 0.5914 13 -31.80 102.00 0.6882 3 51 .0588 0.6523 14 -48.00 48.00 0.0000 0 24 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F06 Rank (Fast-Slow Pace) Rank Gain Bet Roi Wins Plays Pct Impact 1 10.90 320.00 1.0341 18 160 .1125 1.2475 2 124.80 286.00 1.4364 22 143 .1538 1.7060 3 213.50 284.00 1.7518 16 142 .1127 1.2495 4 -140.80 308.00 0.5429 11 154 .0714 0.7921 5 -121.50 292.00 0.5839 13 146 .0890 0.9874 6 -206.00 280.00 0.2643 4 140 .0286 0.3168 7 87.80 282.00 1.3113 14 141 .0993 1.1010 8 -68.30 282.00 0.7578 9 141 .0638 0.7078 9 23.40 256.00 1.0914 12 128 .0938 1.0396 10 104.60 226.00 1.4628 12 113 .1062 1.1776 11 87.40 204.00 1.4284 12 102 .1176 1.3046 12 -77.80 134.00 0.4194 3 67 .0448 0.4965 13 -58.00 58.00 0.0000 0 29 .0000 0.0000 14 -26.00 26.00 0.0000 0 13 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Factors I found interesting... By: SQL-F17 Rank (BestE2) Rank Gain Bet Roi Wins Plays Pct Impact 1 -179.30 316.00 0.4326 15 158 .0949 1.0528 2 -122.80 306.00 0.5987 13 153 .0850 0.9422 3 56.00 312.00 1.1795 15 156 .0962 1.0663 4 125.80 294.00 1.4279 21 147 .1429 1.5841 5 28.40 290.00 1.0979 10 145 .0690 0.7648 6 -79.80 298.00 0.7322 16 149 .1074 1.1908 7 134.40 252.00 1.5333 14 126 .1111 1.2321 8 117.00 280.00 1.4179 15 140 .1071 1.1881 9 -150.80 238.00 0.3664 6 119 .0504 0.5591 10 31.40 224.00 1.1402 8 112 .0714 0.7921 11 112.50 196.00 1.5740 8 98 .0816 0.9052 12 -26.80 140.00 0.8086 5 70 .0714 0.7921 13 -62.00 62.00 0.0000 0 31 .0000 0.0000 14 -30.00 30.00 0.0000 0 15 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: The top 2 appear way overbet. Get beyond that and possibilities exist. By: SQL-F18 Rank (CompoundAP) Rank Gain Bet Roi Wins Plays Pct Impact 1 -46.00 290.00 0.8414 26 145 .1793 1.9884 2 -118.60 290.00 0.5910 12 145 .0828 0.9177 3 124.00 290.00 1.4276 18 145 .1241 1.3766 4 202.90 290.00 1.6997 16 145 .1103 1.2236 5 -204.20 290.00 0.2959 7 145 .0483 0.5353 6 13.00 296.00 1.0439 12 148 .0811 0.8991 7 87.30 278.00 1.3140 15 139 .1079 1.1967 8 22.00 282.00 1.0780 12 141 .0851 0.9437 9 -110.00 254.00 0.5669 9 127 .0709 0.7858 10 -16.60 238.00 0.9303 6 119 .0504 0.5591 11 132.20 200.00 1.6610 9 100 .0900 0.9980 12 -32.00 140.00 0.7714 4 70 .0571 0.6337 13 -70.00 70.00 0.0000 0 35 .0000 0.0000 14 -30.00 30.00 0.0000 0 15 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Again, top 2 appear way overbet. Get beyond that and possibilities exist. By: SQL-F22 Rank (Late Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 -156.90 318.00 0.5066 17 159 .1069 1.1856 2 -79.50 298.00 0.7332 14 149 .0940 1.0419 3 23.30 296.00 1.0787 13 148 .0878 0.9740 4 56.40 288.00 1.1958 13 144 .0903 1.0011 5 -31.10 282.00 0.8897 13 141 .0922 1.0224 6 23.60 306.00 1.0771 12 153 .0784 0.8697 7 377.60 268.00 2.4090 19 134 .1418 1.5723 8 -171.80 280.00 0.3864 9 140 .0643 0.7129 9 -62.60 242.00 0.7413 10 121 .0826 0.9164 10 80.60 244.00 1.3303 14 122 .1148 1.2725 11 25.80 184.00 1.1402 7 92 .0761 0.8437 12 -90.60 136.00 0.3338 3 68 .0441 0.4892 13 -33.60 66.00 0.4909 1 33 .0303 0.3360 14 -7.20 30.00 0.7600 1 15 .0667 0.7393 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Again, top 2 appear way overbet. Get beyond that and possibilities exist. By: SQL-F31 Rank Rank Gain Bet Roi Wins Plays Pct Impact 1 -185.20 934.00 0.8017 45 467 .0964 1.0685 2 -27.10 230.00 0.8822 17 115 .1478 1.6392 3 42.80 232.00 1.1845 17 116 .1466 1.6251 4 37.80 234.00 1.1615 12 117 .1026 1.1373 5 -21.20 236.00 0.9102 8 118 .0678 0.7518 6 -70.20 224.00 0.6866 6 112 .0536 0.5941 7 7.00 226.00 1.0310 8 113 .0708 0.7851 8 14.00 230.00 1.0609 9 115 .0783 0.8678 9 35.30 196.00 1.1801 5 98 .0510 0.5658 10 198.40 186.00 2.0667 11 93 .1183 1.3116 11 28.80 162.00 1.1778 6 81 .0741 0.8214 12 -54.40 96.00 0.4333 2 48 .0417 0.4620 13 -34.00 34.00 0.0000 0 17 .0000 0.0000 14 -18.00 18.00 0.0000 0 9 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Again, top 2 appear way overbet. Get beyond that and possibilities exist. By: SQL-F13 Rank (Fig Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 -121.80 310.00 0.6071 26 155 .1677 1.8601 2 -167.20 294.00 0.4313 13 147 .0884 0.9807 3 -39.30 286.00 0.8626 13 143 .0909 1.0081 4 217.20 288.00 1.7542 12 144 .0833 0.9241 5 -181.60 286.00 0.3650 7 143 .0490 0.5428 6 52.00 296.00 1.1757 16 148 .1081 1.1988 7 257.20 282.00 1.9121 20 141 .1418 1.5729 8 -40.60 272.00 0.8507 11 136 .0809 0.8969 9 -177.60 252.00 0.2952 6 126 .0476 0.5280 10 -17.40 234.00 0.9256 8 117 .0684 0.7582 11 87.20 200.00 1.4360 7 100 .0700 0.7762 12 182.70 116.00 2.5750 6 58 .1034 1.1471 13 -54.80 80.00 0.3150 1 40 .0250 0.2772 14 -36.00 36.00 0.0000 0 18 .0000 0.0000 15 -6.00 6.00 0.0000 0 3 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Here, top 3 appear overbet. Get beyond that and possibilities exist. By: SQL-F25 Rank (Late Best3) Rank Gain Bet Roi Wins Plays Pct Impact 1 -132.50 322.00 0.5885 13 161 .0807 0.8954 2 -144.50 296.00 0.5118 11 148 .0743 0.8242 3 -42.60 290.00 0.8531 18 145 .1241 1.3766 4 -56.40 318.00 0.8226 18 159 .1132 1.2554 5 182.00 320.00 1.5688 15 160 .0938 1.0396 6 6.70 302.00 1.0222 13 151 .0861 0.9547 7 215.80 256.00 1.8430 10 128 .0781 0.8663 8 7.20 262.00 1.0275 13 131 .0992 1.1004 9 88.30 312.00 1.2830 17 156 .1090 1.2084 10 -163.00 234.00 0.3034 6 117 .0513 0.5687 11 102.40 158.00 1.6481 9 79 .1139 1.2633 12 -55.40 114.00 0.5140 3 57 .0526 0.5836 13 -38.00 38.00 0.0000 0 19 .0000 0.0000 14 -16.00 16.00 0.0000 0 8 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Here, top 4 appear overbet. Get beyond that and possibilities exist. By: SQL-F27 Rank (Class Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 -60.40 308.00 0.8039 34 154 .2208 2.4482 2 -170.60 316.00 0.4601 14 158 .0886 0.9826 3 87.90 292.00 1.3010 18 146 .1233 1.3671 4 -171.40 282.00 0.3922 7 141 .0496 0.5505 5 5.40 288.00 1.0188 15 144 .1042 1.1551 6 -58.20 298.00 0.8047 8 149 .0537 0.5954 7 167.40 284.00 1.5894 11 142 .0775 0.8590 8 113.20 250.00 1.4528 11 125 .0880 0.9758 9 -79.80 240.00 0.6675 7 120 .0583 0.6469 10 23.20 202.00 1.1149 6 101 .0594 0.6588 11 -1.90 184.00 0.9897 7 92 .0761 0.8437 12 55.20 152.00 1.3632 4 76 .0526 0.5836 13 -19.20 92.00 0.7913 2 46 .0435 0.4821 14 63.20 50.00 2.2640 2 25 .0800 0.8871 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 Note: Again, top 4 appear overbet. Get beyond that and possibilities exist. By: Odds Range >=Min < Max Gain Bet Roi Wins Plays Pct Impact -999.00 0.00 0.00 0.00 0.0000 0 0 .0000 0.0000 0.00 5.00 -189.50 650.00 0.7085 66 325 .2031 2.2519 5.00 10.00 -161.20 696.00 0.7684 34 348 .0977 1.0834 10.00 15.00 35.60 480.00 1.0742 20 240 .0833 0.9241 15.00 20.00 -164.00 338.00 0.5148 5 169 .0296 0.3281 20.00 25.00 -63.20 206.00 0.6932 3 103 .0291 0.3230 25.00 30.00 120.60 158.00 1.7633 5 79 .0633 0.7018 30.00 35.00 94.30 162.00 1.5821 4 81 .0494 0.5476 35.00 40.00 122.40 108.00 2.1333 3 54 .0556 0.6161 40.00 45.00 173.60 84.00 3.0667 3 42 .0714 0.7921 45.00 50.00 40.00 56.00 1.7143 1 28 .0357 0.3960 50.00 55.00 -52.00 52.00 0.0000 0 26 .0000 0.0000 55.00 60.00 45.80 68.00 1.6735 1 34 .0294 0.3261 60.00 65.00 77.60 54.00 2.4370 1 27 .0370 0.4107 65.00 70.00 -32.00 32.00 0.0000 0 16 .0000 0.0000 70.00 75.00 -4.00 4.00 0.0000 0 2 .0000 0.0000 75.00 80.00 -24.00 24.00 0.0000 0 12 .0000 0.0000 80.00 85.00 -6.00 6.00 0.0000 0 3 .0000 0.0000 85.00 90.00 -8.00 8.00 0.0000 0 4 .0000 0.0000 90.00 999999.00 -52.00 52.00 0.0000 0 26 .0000 0.0000 Note: The by odds range breakout illustrates the way the public mis-estimates the chances of the runners in the Breeders Cup. They have a history of letting the not so obvious horses go to post at overlooked odds. Flat bet profitable at 10-1 and up. Flat bet profitable between 25-1 and 65-1. (And that with no handicapping whatsoever.) By: Lifetime Starts >=Min < Max Gain Bet Roi Wins Plays Pct Impact -999 0 0.00 0.00 0.0000 0 0 .0000 0.0000 0 1 0.00 0.00 0.0000 0 0 .0000 0.0000 1 2 -4.00 4.00 0.0000 0 2 .0000 0.0000 2 3 11.00 84.00 1.1310 6 42 .1429 1.5841 3 4 -61.40 218.00 0.7183 11 109 .1009 1.1191 4 5 84.40 226.00 1.3735 10 113 .0885 0.9813 5 6 -92.00 182.00 0.4945 4 91 .0440 0.4874 6 7 -46.70 116.00 0.5974 5 58 .0862 0.9560 7 8 -104.20 142.00 0.2662 3 71 .0423 0.4686 8 9 -2.40 134.00 0.9821 9 67 .1343 1.4896 9 10 12.40 118.00 1.1051 8 59 .1356 1.5036 10 11 92.80 158.00 1.5873 11 79 .1392 1.5440 11 12 8.40 126.00 1.0667 5 63 .0794 0.8801 12 13 -72.80 182.00 0.6000 5 91 .0549 0.6093 13 14 28.40 160.00 1.1775 12 80 .1500 1.6634 14 15 -59.00 154.00 0.6169 7 77 .0909 1.0081 15 16 78.60 142.00 1.5535 9 71 .1268 1.4057 16 17 74.00 92.00 1.8043 5 46 .1087 1.2053 17 18 -85.70 112.00 0.2348 3 56 .0536 0.5941 18 999999 92.20 888.00 1.1038 33 444 .0743 0.8242 Note: Horses with some experience, 8 or more lifetime starts, at a decided advantage. -- end section for BC SATURDAY stakes only *********************************************************************************************************** SECTION for BC STAKES ONLY (both Fri and Sat) The data queries in this section are for stakes races only on both days (Fri and Sat) query start: 11/2/2012 2:41:26 PM query end: 11/2/2012 2:41:29 PM elapsed time: 3 seconds Data Window Settings: Connected to: C:\JCapper\exe\JCapper2_BC_Hist.mdb 999 Divisor Odds Cap: None SQL: SELECT * FROM STARTERHISTORY WHERE INSTR('G1-G2-G3-N', CLASSDESCRIPTOR) > 0 Data Summary Win Place Show Mutuel Totals 3841.80 3429.50 3275.10 Bet -3974.00 -3974.00 -3974.00 Gain -132.20 -544.50 -698.90 Wins 181 360 540 Plays 1987 1987 1987 PCT .0911 .1812 .2718 ROI 0.9667 0.8630 0.8241 Avg Mut 21.23 9.53 6.06 By: SQL-F07 Rank (Form Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 162.60 390.00 1.4169 26 195 .1333 1.4637 2 -6.20 366.00 0.9831 21 183 .1148 1.2598 3 -19.50 364.00 0.9464 21 182 .1154 1.2667 4 -48.00 354.00 0.8644 18 177 .1017 1.1164 5 -8.80 350.00 0.9749 12 175 .0686 0.7528 6 6.00 350.00 1.0171 15 175 .0857 0.9410 7 92.20 346.00 1.2665 13 173 .0751 0.8249 8 47.00 332.00 1.1416 16 166 .0964 1.0581 9 -131.40 274.00 0.5204 10 137 .0730 0.8013 10 -12.00 284.00 0.9577 13 142 .0915 1.0050 11 -192.00 212.00 0.0943 2 106 .0189 0.2071 12 -48.20 190.00 0.7463 7 95 .0737 0.8089 13 30.10 104.00 1.2894 6 52 .1154 1.2667 14 -4.00 58.00 0.9310 1 29 .0345 0.3785 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F01 Rank (AFR) Rank Gain Bet Roi Wins Plays Pct Impact 1 176.10 360.00 1.4892 29 180 .1611 1.7687 2 17.70 360.00 1.0492 20 180 .1111 1.2198 3 -61.90 362.00 0.8290 22 181 .1215 1.3343 4 -105.60 358.00 0.7050 12 179 .0670 0.7359 5 -156.00 366.00 0.5738 10 183 .0546 0.5999 6 -144.00 348.00 0.5862 9 174 .0517 0.5678 7 -103.40 344.00 0.6994 13 172 .0756 0.8297 8 210.20 326.00 1.6448 23 163 .1411 1.5490 9 143.60 306.00 1.4693 14 153 .0915 1.0045 10 115.40 266.00 1.4338 13 133 .0977 1.0730 11 -67.20 232.00 0.7103 8 116 .0690 0.7571 12 -67.10 176.00 0.6188 4 88 .0455 0.4990 13 -34.00 114.00 0.7018 4 57 .0702 0.7704 14 -56.00 56.00 0.0000 0 28 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F06 Rank (Fast-Slow Pace) Rank Gain Bet Roi Wins Plays Pct Impact 1 -53.10 410.00 0.8705 21 205 .1024 1.1246 2 90.80 350.00 1.2594 25 175 .1429 1.5683 3 257.90 356.00 1.7244 20 178 .1124 1.2335 4 -108.60 376.00 0.7112 16 188 .0851 0.9343 5 -133.70 360.00 0.6286 18 180 .1000 1.0978 6 -158.40 348.00 0.5448 7 174 .0402 0.4416 7 67.80 346.00 1.1960 17 173 .0983 1.0788 8 -83.50 342.00 0.7558 13 171 .0760 0.8346 9 4.20 310.00 1.0135 14 155 .0903 0.9916 10 131.60 276.00 1.4768 14 138 .1014 1.1137 11 52.60 244.00 1.2156 13 122 .1066 1.1698 12 -101.80 158.00 0.3557 3 79 .0380 0.4169 13 -70.00 70.00 0.0000 0 35 .0000 0.0000 14 -28.00 28.00 0.0000 0 14 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F17 Rank (BestE2) Rank Gain Bet Roi Wins Plays Pct Impact 1 -189.90 388.00 0.5106 20 194 .1031 1.1317 2 -161.40 382.00 0.5775 16 191 .0838 0.9196 3 130.40 382.00 1.3414 19 191 .0995 1.0920 4 95.00 378.00 1.2513 26 189 .1376 1.5102 5 -25.80 366.00 0.9295 12 183 .0656 0.7199 6 -127.00 348.00 0.6351 17 174 .0977 1.0726 7 185.60 318.00 1.5836 18 159 .1132 1.2428 8 147.40 352.00 1.4188 21 176 .1193 1.3099 9 -106.20 276.00 0.6152 8 138 .0580 0.6364 10 -19.40 280.00 0.9307 9 140 .0643 0.7057 11 78.10 238.00 1.3282 9 119 .0756 0.8303 12 -44.80 158.00 0.7165 5 79 .0633 0.6948 13 -62.20 76.00 0.1816 1 38 .0263 0.2889 14 -32.00 32.00 0.0000 0 16 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F18 Rank (CompoundAP) Rank Gain Bet Roi Wins Plays Pct Impact 1 -91.80 360.00 0.7450 30 180 .1667 1.8297 2 -116.60 360.00 0.6761 17 180 .0944 1.0368 3 194.20 360.00 1.5394 24 180 .1333 1.4637 4 149.90 360.00 1.4164 17 180 .0944 1.0368 5 -220.60 360.00 0.3872 10 180 .0556 0.6099 6 55.20 362.00 1.1525 14 181 .0773 0.8491 7 109.70 344.00 1.3189 22 172 .1279 1.4042 8 0.60 348.00 1.0017 15 174 .0862 0.9464 9 -78.20 310.00 0.7477 12 155 .0774 0.8499 10 -68.60 290.00 0.7634 6 145 .0414 0.4543 11 106.00 240.00 1.4417 10 120 .0833 0.9148 12 -56.00 164.00 0.6585 4 82 .0488 0.5355 13 -84.00 84.00 0.0000 0 42 .0000 0.0000 14 -32.00 32.00 0.0000 0 16 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F22 Rank (Late Concensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 -31.90 396.00 0.9194 25 198 .1263 1.3861 2 -100.90 364.00 0.7228 18 182 .0989 1.0857 3 -7.50 372.00 0.9798 16 186 .0860 0.9443 4 35.60 356.00 1.1000 15 178 .0843 0.9251 5 -4.30 358.00 0.9880 17 179 .0950 1.0426 6 -36.00 372.00 0.9032 13 186 .0699 0.7673 7 392.80 326.00 2.2049 24 163 .1472 1.6164 8 -176.00 348.00 0.4943 12 174 .0690 0.7571 9 -89.20 290.00 0.6924 12 145 .0828 0.9085 10 41.80 296.00 1.1412 15 148 .1014 1.1126 11 14.80 224.00 1.0661 9 112 .0804 0.8822 12 -114.60 160.00 0.2838 3 80 .0375 0.4117 13 -47.60 80.00 0.4050 1 40 .0250 0.2744 14 -9.20 32.00 0.7125 1 16 .0625 0.6861 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F31 Rank (Prime Power) Rank Gain Bet Roi Wins Plays Pct Impact 1 -205.20 1004.00 0.7956 51 502 .1016 1.1153 2 -61.30 300.00 0.7957 22 150 .1467 1.6101 3 33.60 302.00 1.1113 21 151 .1391 1.5267 4 28.80 304.00 1.0947 16 152 .1053 1.1556 5 -33.00 306.00 0.8922 12 153 .0784 0.8610 6 -113.00 290.00 0.6103 7 145 .0483 0.5300 7 96.40 300.00 1.3213 13 150 .0867 0.9514 8 76.40 288.00 1.2653 13 144 .0903 0.9911 9 0.90 252.00 1.0036 6 126 .0476 0.5228 10 199.80 240.00 1.8325 12 120 .1000 1.0978 11 -9.20 200.00 0.9540 6 100 .0600 0.6587 12 -78.40 120.00 0.3467 2 60 .0333 0.3659 13 -48.00 48.00 0.0000 0 24 .0000 0.0000 14 -20.00 20.00 0.0000 0 10 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F13 Rank (Fig Consensus) Rank Gain Bet Roi Wins Plays Pct Impact 1 -155.80 380.00 0.5900 31 190 .1632 1.7911 2 -156.00 366.00 0.5738 17 183 .0929 1.0198 3 -81.50 360.00 0.7736 16 180 .0889 0.9758 4 279.00 356.00 1.7837 15 178 .0843 0.9251 5 -119.60 354.00 0.6621 14 177 .0791 0.8683 6 43.80 362.00 1.1210 19 181 .1050 1.1524 7 244.80 348.00 1.7034 23 174 .1322 1.4511 8 -70.40 336.00 0.7905 15 168 .0893 0.9802 9 -215.40 314.00 0.3140 7 157 .0446 0.4895 10 -10.00 282.00 0.9645 9 141 .0638 0.7007 11 63.00 238.00 1.2647 8 119 .0672 0.7380 12 168.70 130.00 2.2977 6 65 .0923 1.0133 13 -68.80 94.00 0.2681 1 47 .0213 0.2336 14 -46.00 46.00 0.0000 0 23 .0000 0.0000 15 -6.00 6.00 0.0000 0 3 .0000 0.0000 16 -2.00 2.00 0.0000 0 1 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: SQL-F25 Rank (Late Best3) Rank Gain Bet Roi Wins Plays Pct Impact 1 -67.70 400.00 0.8308 20 200 .1000 1.0978 2 -137.90 364.00 0.6212 15 182 .0824 0.9048 3 22.00 372.00 1.0591 25 186 .1344 1.4755 4 -119.60 386.00 0.6902 19 193 .0984 1.0807 5 210.80 404.00 1.5218 20 202 .0990 1.0869 6 -35.90 368.00 0.9024 15 184 .0815 0.8949 7 191.00 310.00 1.6161 12 155 .0774 0.8499 8 -45.40 338.00 0.8657 15 169 .0888 0.9744 9 45.50 374.00 1.1217 18 187 .0963 1.0567 10 -145.60 282.00 0.4837 9 141 .0638 0.7007 11 70.40 190.00 1.3705 9 95 .0947 1.0400 12 -59.80 126.00 0.5254 4 63 .0635 0.6970 13 -42.00 42.00 0.0000 0 21 .0000 0.0000 14 -18.00 18.00 0.0000 0 9 .0000 0.0000 15 0.00 0.00 0.0000 0 0 .0000 0.0000 16 0.00 0.00 0.0000 0 0 .0000 0.0000 17 0.00 0.00 0.0000 0 0 .0000 0.0000 18 0.00 0.00 0.0000 0 0 .0000 0.0000 19 0.00 0.00 0.0000 0 0 .0000 0.0000 By: Odds Range >=Min < Max Gain Bet Roi Wins Plays Pct Impact -999.00 0.00 0.00 0.00 0.0000 0 0 .0000 0.0000 0.00 5.00 -228.10 800.00 0.7149 82 400 .2050 2.2505 5.00 10.00 -174.00 894.00 0.8054 45 447 .1007 1.1052 10.00 15.00 57.40 562.00 1.1021 24 281 .0854 0.9376 15.00 20.00 -228.00 402.00 0.4328 5 201 .0249 0.2731 20.00 25.00 -66.80 252.00 0.7349 4 126 .0317 0.3485 25.00 30.00 179.60 212.00 1.8472 7 106 .0660 0.7250 30.00 35.00 76.30 180.00 1.4239 4 90 .0444 0.4879 35.00 40.00 94.40 136.00 1.6941 3 68 .0441 0.4843 40.00 45.00 151.60 106.00 2.4302 3 53 .0566 0.6214 45.00 50.00 116.00 74.00 2.5676 2 37 .0541 0.5934 50.00 55.00 -60.00 60.00 0.0000 0 30 .0000 0.0000 55.00 60.00 33.80 80.00 1.4225 1 40 .0250 0.2744 60.00 65.00 67.60 64.00 2.0563 1 32 .0313 0.3431 65.00 70.00 -38.00 38.00 0.0000 0 19 .0000 0.0000 70.00 75.00 -10.00 10.00 0.0000 0 5 .0000 0.0000 75.00 80.00 -26.00 26.00 0.0000 0 13 .0000 0.0000 80.00 85.00 -8.00 8.00 0.0000 0 4 .0000 0.0000 85.00 90.00 -14.00 14.00 0.0000 0 7 .0000 0.0000 90.00 999999.00 -56.00 56.00 0.0000 0 28 .0000 0.0000 Note: The by odds range breakout illustrates the way the public mis-estimates the chances of the runners in the Breeders Cup. They have a history of letting the not so obvious horses go to post at overlooked odds. Flat bet profitable at 10-1 and up. Flat bet profitable between 25-1 and 65-1. (And that with no handicapping whatsoever.) By: Lifetime Starts >=Min < Max Gain Bet Roi Wins Plays Pct Impact -999 0 0.00 0.00 0.0000 0 0 .0000 0.0000 0 1 0.00 0.00 0.0000 0 0 .0000 0.0000 1 2 -14.00 14.00 0.0000 0 7 .0000 0.0000 2 3 3.20 148.00 1.0216 9 74 .1216 1.3352 3 4 -125.20 288.00 0.5653 12 144 .0833 0.9148 4 5 35.00 330.00 1.1061 14 165 .0848 0.9315 5 6 -84.40 212.00 0.6019 6 106 .0566 0.6214 6 7 -2.90 154.00 0.9812 8 77 .1039 1.1406 7 8 -123.80 168.00 0.2631 4 84 .0476 0.5228 8 9 -17.40 152.00 0.8855 10 76 .1316 1.4445 9 10 8.00 142.00 1.0563 10 71 .1408 1.5462 10 11 73.40 190.00 1.3863 13 95 .1368 1.5022 11 12 8.00 166.00 1.0482 8 83 .0964 1.0581 12 13 -77.00 200.00 0.6150 6 100 .0600 0.6587 13 14 19.00 190.00 1.1000 14 95 .1474 1.6178 14 15 94.40 178.00 1.5303 11 89 .1236 1.3568 15 16 56.60 164.00 1.3451 9 82 .1098 1.2049 16 17 44.00 122.00 1.3607 5 61 .0820 0.8998 17 18 -107.70 134.00 0.1963 3 67 .0448 0.4915 18 999999 78.60 1022.00 1.0769 39 511 .0763 0.8378 Note: Horses with some experience (9 or more lifetime starts) flat bet profitbale in the win pool. -- end section for BC stakes only - both Fri and Sat *********************************************************************************************************** BEGIN SECTION - BY RIDER, BY TRAINER, BY TRACK_LAST - 3 MOST RECENT YEARS ONLY - (Fri and Sat both) BY RIDER, 3 most recent years only: **************************************************************************************** BY RIDER sorted by wins Run Date: 11/2/2012 5:01:09 PM **************************************************************************************** WIN WIN WIN PLACE PLACE UDM PLAYS WINS PCT IMPACT ROI PLACES PCT ROI **************************************************************************************** LEPAROUX JULIEN R 42 5 0.119 1.2848 1 9 0.2143 0.95 GOMEZ G K 36 5 0.1389 1.4996 1.1028 10 0.2778 0.9306 VELAZQUEZ J R 35 4 0.1143 1.234 1.4257 8 0.2286 0.9657 SMITH M E 25 4 0.16 1.7274 1.272 5 0.2 0.664 ROSARIO JOEL 30 3 0.1 1.0796 2.4433 8 0.2667 1.65 ALBARADO R J 21 3 0.1429 1.5428 4.0381 5 0.2381 1.9905 PESLIER O 6 2 0.3333 3.5984 0.7833 2 0.3333 0.6 MOORE RYAN L 16 2 0.125 1.3495 0.9063 3 0.1875 0.6813 THERIOT H J II 7 2 0.2857 3.0845 2.5 2 0.2857 1.2429 NAKATANI C S 10 2 0.2 2.1593 0.64 2 0.2 0.43 DETTORI LANFRANCO 18 2 0.1111 1.1995 0.7167 3 0.1667 0.5444 BEJARANO R 29 2 0.069 0.7449 0.2172 5 0.1724 0.5414 COA E M 1 1 1 10.7963 6.2 1 1 3.5 MARAGH RAJIV 17 1 0.0588 0.6348 0.4588 1 0.0588 0.2059 QUEALLY THOMAS P 5 1 0.2 2.1593 0.66 2 0.4 0.8 LEZCANO JOSE 7 1 0.1429 1.5428 0.4571 3 0.4286 2.2 DOMINGUEZ R A 25 1 0.04 0.4319 0.324 6 0.24 0.672 SANCHEZ JEFFREY 4 1 0.25 2.6991 1.3 1 0.25 0.675 ESPINOZA V 7 1 0.1429 1.5428 1.6286 1 0.1429 0.5857 TALAMO JOSEPH 5 1 0.2 2.1593 0.88 1 0.2 0.56 AJTEBI AHMED 4 1 0.25 2.6991 7.9 1 0.25 3.05 PRADO E S 7 1 0.1429 1.5428 6.7143 1 0.1429 1.5571 CASTELLANO J J 28 1 0.0357 0.3854 0.1893 5 0.1786 0.5679 O BRIEN JOSEPH 1 1 1 10.7963 7.8 1 1 3.6 MURTAGH JOHN P 10 1 0.1 1.0796 0.74 1 0.1 0.36 ROSE J 6 1 0.1667 1.7997 2.4833 1 0.1667 0.9833 VELASQUEZ CORNELIO 6 1 0.1667 1.7997 7.1 1 0.1667 2.9833 LEYVA J C 1 1 1 10.7963 21.2 1 1 7.8 BOREL C H 13 1 0.0769 0.8302 0.5077 4 0.3077 1.4385 DESORMEAUX K J 17 1 0.0588 0.6348 0.5 2 0.1176 0.5471 LANDRY R C 2 0 0 0 0 1 0.5 1.65 BERRIO O A 1 0 0 0 0 0 0 0 VALDEZ F S 1 0 0 0 0 0 0 0 HOMEISTER R B JR 1 0 0 0 0 1 1 3.7 AHERN E 1 0 0 0 0 0 0 0 BAZE T C 5 0 0 0 0 2 0.4 1.26 MIGLIORE R 4 0 0 0 0 0 0 0 LUZZI M J 1 0 0 0 0 0 0 0 ROCCO J S JR 1 0 0 0 0 0 0 0 GARCIA MARTIN 16 0 0 0 0 2 0.125 0.3125 FALLON KIEREN 6 0 0 0 0 0 0 0 GARCIA A 13 0 0 0 0 1 0.0769 0.2 BRIDGMOHAN S X 5 0 0 0 0 0 0 0 DA SILVA EURICO 2 0 0 0 0 0 0 0 FLORES D R 7 0 0 0 0 0 0 0 CONTRERAS LUIS 2 0 0 0 0 0 0 0 DWYER MARTIN 1 0 0 0 0 0 0 0 SATO TETSUZO 1 0 0 0 0 0 0 0 CASTANON J L 2 0 0 0 0 1 0.5 1.6 JARA FERNANDO 1 0 0 0 0 0 0 0 COHEN DAVID 2 0 0 0 0 0 0 0 CURATOLO RYAN 1 0 0 0 0 0 0 0 SUTHERLAND C 2 0 0 0 0 1 0.5 3.4 HUSBANDS P 1 0 0 0 0 0 0 0 RAZO E JR 1 0 0 0 0 0 0 0 VALENZUELA P A 5 0 0 0 0 0 0 0 JURADO LUIS 2 0 0 0 0 0 0 0 MORALES ROBERTO 1 0 0 0 0 0 0 0 LEBRON VICTOR 1 0 0 0 0 0 0 0 CALLAN NEIL 1 0 0 0 0 0 0 0 WILSON EMMA JAYNE 1 0 0 0 0 1 1 15.2 HERNANDEZ B J JR 1 0 0 0 0 0 0 0 GUYON MAXIME H 1 0 0 0 0 0 0 0 HUGHES RICHARD 1 0 0 0 0 0 0 0 CARMOUCHE K 2 0 0 0 0 0 0 0 MENA M 1 0 0 0 0 0 0 0 MARTINEZ W 1 0 0 0 0 0 0 0 SOLIS A 12 0 0 0 0 0 0 0 CRUZ M R 1 0 0 0 0 0 0 0 LOPEZ PASCACIO 2 0 0 0 0 0 0 0 TRUJILLO E 3 0 0 0 0 1 0.3333 0.8333 GRAHAM J 4 0 0 0 0 1 0.25 3 SPENCER J P 1 0 0 0 0 0 0 0 LEMAIRE C 3 0 0 0 0 0 0 0 BUICK WILLIAM T 5 0 0 0 0 0 0 0 CROWLEY JIM 1 0 0 0 0 0 0 0 ALVARADO JUNIOR 2 0 0 0 0 0 0 0 NAPRAVNIK ANNA R 2 0 0 0 0 0 0 0 LENCLUD FREDERIC 1 0 0 0 0 0 0 0 MCKEE J 1 0 0 0 0 0 0 0 FARINA TONY 1 0 0 0 0 0 0 0 STERLING L J JR 1 0 0 0 0 0 0 0 GONCALZES LEANDRO R 1 0 0 0 0 0 0 0 BAZE R A 1 0 0 0 0 0 0 0 COURT J K 4 0 0 0 0 0 0 0 **************************************************************************************** 85 Riders from file: StarterHistory Table **************************************************************************************** BY TRAINER, 3 most recent years only: **************************************************************************************** BY TRAINER sorted by wins Run Date: 11/2/2012 5:04:26 PM **************************************************************************************** WIN WIN WIN PLACE PLACE UDM PLAYS WINS PCT IMPACT ROI PLACES PCT ROI **************************************************************************************** PLETCHER TODD A 35 3 0.0857 0.9252 0.6971 8 0.2286 0.9457 MOTT WILLIAM I 13 3 0.2308 2.4918 2.1154 6 0.4615 2.1462 OBRIEN AIDAN P 23 3 0.1304 1.4078 1.2087 3 0.1304 0.613 MAKER MICHAEL J 10 2 0.2 2.1593 3.04 2 0.2 1.25 SHIRREFFS JOHN 8 2 0.25 2.6991 1.6125 3 0.375 1.075 HEAD FREDDIE 4 2 0.5 5.3981 1.175 2 0.5 0.9 CATALANO WAYNE M 5 2 0.4 4.3185 3.1 2 0.4 1.56 HOLLENDORFER JERRY 6 2 0.3333 3.5984 7.2667 3 0.5 3 CALHOUN WILLIAM BRET4 2 0.5 5.3981 4.375 2 0.5 2.175 ROMANS DALE 8 2 0.25 2.6991 9.575 3 0.375 3.975 STALL ALBERT M JR 6 2 0.3333 3.5984 1.4333 2 0.3333 0.6167 MCPEEK KENNETH G 13 2 0.1538 1.6605 0.4846 4 0.3077 0.8769 ASMUSSEN STEVEN M 12 2 0.1667 1.7997 0.5333 3 0.25 0.5167 MOTION H GRAHAM 11 2 0.1818 1.9628 5.6273 2 0.1818 1.5273 BAFFERT BOB 22 1 0.0455 0.4912 0.0636 5 0.2273 0.6909 GOSDEN JOHN H M 8 1 0.125 1.3495 0.425 1 0.125 0.3 ATTFIELD ROGER 3 1 0.3333 3.5984 9.6 1 0.3333 3.1 BLOCK CHRIS 3 1 0.3333 3.5984 1.3 1 0.3333 0.6667 *STOUTE M R 4 1 0.25 2.6991 0.475 2 0.5 1 SHEPPARD JONATHAN E 5 1 0.2 2.1593 0.88 2 0.4 1.04 BAKER JAMES 1 1 1 10.7963 6.6 1 1 3 KAPLAN WILLIAM A 1 1 1 10.7963 21.2 1 1 7.8 *CECIL H R A 5 1 0.2 2.1593 0.66 2 0.4 0.8 GOLD STANLEY I 3 1 0.3333 3.5984 1.7333 1 0.3333 0.9 FAWKES DAVID 3 1 0.3333 3.5984 2.0667 1 0.3333 1.1667 MEEHAN BRIAN 7 1 0.1429 1.5428 1.3571 2 0.2857 1.2857 KENNEALLY EDDIE 3 1 0.3333 3.5984 1.7667 1 0.3333 0.8667 SPAWR WILLIAM 1 1 1 10.7963 8.9 1 1 3.7 VON HEMEL DONNIE K 1 1 1 10.7963 7.8 1 1 3.5 *SUROOR SAEED BIN 20 1 0.05 0.5398 1.58 1 0.05 0.61 DOLLASE WALLACE 1 1 1 10.7963 8.2 1 1 3.6 GAINES CARLA 1 1 1 10.7963 26.3 1 1 9.6 CASSIDY JAMES 5 1 0.2 2.1593 2.28 1 0.2 0.82 WARD WESLEY A 9 1 0.1111 1.1995 0.9222 1 0.1111 0.3889 ALVARADO DIANE 3 1 0.3333 3.5984 3.8667 1 0.3333 2 KORINER BRIAN 5 1 0.2 2.1593 0.88 1 0.2 0.56 REID ROBERT E JR 1 1 1 10.7963 42.6 1 1 17.9 RICE LINDA 2 0 0 0 0 0 0 0 GLEAVES PHILIP 1 0 0 0 0 0 0 0 DUTROW RICHARD E 8 0 0 0 0 1 0.125 0.2625 DOLLASE CRAIG 4 0 0 0 0 0 0 0 SACCO GREGORY D 1 0 0 0 0 0 0 0 PENNA ANGEL JR 2 0 0 0 0 0 0 0 HOFMANS DAVID 3 0 0 0 0 0 0 0 WILKES IAN R 2 0 0 0 0 0 0 0 ARNOLD GEORGE R II 2 0 0 0 0 0 0 0 SCHERER GARY 1 0 0 0 0 0 0 0 NIHEI MICHELLE 1 0 0 0 0 0 0 0 HOWARD NEIL J 1 0 0 0 0 0 0 0 ZITO NICHOLAS P 7 0 0 0 0 1 0.1429 0.5286 MCGEE PAUL 2 0 0 0 0 1 0.5 0.85 LUKAS D WAYNE 9 0 0 0 0 1 0.1111 1.1 TROMBETTA MICHAEL J 1 0 0 0 0 0 0 0 PITTS HELEN 1 0 0 0 0 0 0 0 MARGOLIS STEPHEN R 4 0 0 0 0 1 0.25 3 HOBBY STEVE 2 0 0 0 0 0 0 0 MULLINS JEFF 1 0 0 0 0 1 1 1.9 MCANALLY RONALD 2 0 0 0 0 0 0 0 HARTY EOIN 3 0 0 0 0 0 0 0 WARREN DONALD 1 0 0 0 0 0 0 0 ICE TIM A 1 0 0 0 0 0 0 0 WOOLLEY BENNIE L JR 1 0 0 0 0 0 0 0 HARTMAN MARY 1 0 0 0 0 1 1 2.5 AMOSS THOMAS M 3 0 0 0 0 1 0.3333 0.8 SCHIERGEN PETER 1 0 0 0 0 0 0 0 ONEILL DOUG 4 0 0 0 0 1 0.25 0.675 GALLAGHER PATRICK 2 0 0 0 0 0 0 0 CLEMENT CHRISTOPHE 5 0 0 0 0 2 0.4 1.32 FRANKEL ROBERT J 3 0 0 0 0 1 0.3333 0.4333 BAKER READE 2 0 0 0 0 0 0 0 TERRANOVA JOHN P II 1 0 0 0 0 0 0 0 GUILLOT ERIC 3 0 0 0 0 0 0 0 BROWN CHAD C 7 0 0 0 0 0 0 0 VAZQUEZ JUAN CARLOS 1 0 0 0 0 0 0 0 HEADLEY BRUCE 3 0 0 0 0 0 0 0 MCLAUGHLIN KIARAN P 9 0 0 0 0 2 0.2222 0.5667 KRULJAC J ERIC 1 0 0 0 0 0 0 0 CECIL B D A 4 0 0 0 0 0 0 0 SHUMAN MARK 1 0 0 0 0 0 0 0 DESORMEAUX J KEITH 1 0 0 0 0 0 0 0 CARAVA JACK 1 0 0 0 0 0 0 0 BECKETT RALPH 1 0 0 0 0 0 0 0 BREEN KELLY J 3 0 0 0 0 0 0 0 DAHL TRIPHON B 1 0 0 0 0 0 0 0 MANDELLA RICHARD E 4 0 0 0 0 2 0.5 2.775 MILLER DARRIN 3 0 0 0 0 0 0 0 NOSEDA JEREMY 3 0 0 0 0 0 0 0 LEWIS CRAIG A 1 0 0 0 0 0 0 0 HUBLEY MARK 2 0 0 0 0 0 0 0 BIANCONE PATRICK L 2 0 0 0 0 0 0 0 AVILA A C 2 0 0 0 0 0 0 0 HOLTHUS ROBERT E 1 0 0 0 0 1 1 3.9 MULHALL KRISTIN 1 0 0 0 0 0 0 0 SAHADI JENINE 1 0 0 0 0 1 1 4.4 *HANNON R 3 0 0 0 0 0 0 0 STIDHAM MICHAEL 3 0 0 0 0 0 0 0 DRYSDALE NEIL 3 0 0 0 0 0 0 0 PROCTOR THOMAS F 7 0 0 0 0 1 0.1429 1.6571 ABRAMS BARRY 2 0 0 0 0 0 0 0 CARROLL JOSIE 1 0 0 0 0 0 0 0 SADLER JOHN W 15 0 0 0 0 3 0.2 0.78 MITCHELL MIKE 6 0 0 0 0 0 0 0 SERPE PHILIP M 1 0 0 0 0 0 0 0 VARIAN ROGER 2 0 0 0 0 1 0.5 1.25 CALLAGHAN SIMON 1 0 0 0 0 0 0 0 PLESA EDWARD JR 1 0 0 0 0 0 0 0 WOLFSON MILTON W 1 0 0 0 0 0 0 0 EURTON PETER 1 0 0 0 0 0 0 0 TARRANT AMY 1 0 0 0 0 0 0 0 ENGLEHART JEREMIAH C1 0 0 0 0 0 0 0 GUERRERO J CARLOS 1 0 0 0 0 0 0 0 HANNA CLARK 2 0 0 0 0 0 0 0 MATZ MICHAEL R 3 0 0 0 0 1 0.3333 0.5333 WARD JOHN T JR 1 0 0 0 0 1 1 1.4 COX GAIL 1 0 0 0 0 0 0 0 WEAVER GEORGE 1 0 0 0 0 0 0 0 KIMMEL JOHN C 1 0 0 0 0 0 0 0 MILLIGAN ALLEN 2 0 0 0 0 0 0 0 PARBOO BISNATH 2 0 0 0 0 0 0 0 DEAKINS WILLIAM A 1 0 0 0 0 0 0 0 JOSEPH SAFFIE A JR 1 0 0 0 0 0 0 0 MOQUETT RONALD E 1 0 0 0 0 0 0 0 BRUEGGEMANN ROGER 1 0 0 0 0 0 0 0 HOUGH STANLEY M 1 0 0 0 0 0 0 0 WALDER PETER R 2 0 0 0 0 1 0.5 1.75 DICKEY CHARLES L 1 0 0 0 0 0 0 0 BROWN BRUCE R 1 0 0 0 0 0 0 0 PENDER MICHAEL 1 0 0 0 0 0 0 0 HARRINGTON MIKE 1 0 0 0 0 0 0 0 BYRNE PATRICK B 1 0 0 0 0 0 0 0 ALBERTRANI THOMAS 1 0 0 0 0 0 0 0 SALLUSTO JUSTIN 1 0 0 0 0 0 0 0 *ROYER-DUPRE A DE 1 0 0 0 0 0 0 0 TAGG BARCLAY 1 0 0 0 0 0 0 0 BUTLER GERARD A 2 0 0 0 0 0 0 0 PINO MICHAEL V 1 0 0 0 0 0 0 0 SHERMAN ART 1 0 0 0 0 0 0 0 BLACK IAN 1 0 0 0 0 1 1 15.2 MILLER PETER 1 0 0 0 0 0 0 0 MCCABE ALAN 1 0 0 0 0 0 0 0 SHIVMANGAL DOODNAUTH1 0 0 0 0 0 0 0 LANIGAN DAVID 1 0 0 0 0 0 0 0 FOLEY VICKIE L 1 0 0 0 0 0 0 0 GORDER KELLYN 1 0 0 0 0 0 0 0 HILES RICK 1 0 0 0 0 0 0 0 RYAN DEREK S 1 0 0 0 0 0 0 0 MACHOWSKY MICHAEL 1 0 0 0 0 0 0 0 PHIPPS WILLIAM 1 0 0 0 0 0 0 0 WHITING LYNN S 1 0 0 0 0 0 0 0 MATSUNAGA MIKIO 1 0 0 0 0 0 0 0 SIMS PHILIP A 1 0 0 0 0 0 0 0 FABRE ANDRE 3 0 0 0 0 0 0 0 CASSE MARK 3 0 0 0 0 0 0 0 KNIGHT TERRY 1 0 0 0 0 0 0 0 DUTROW ANTHONY W 3 0 0 0 0 1 0.3333 0.7667 WOLFSON MARTIN D 5 0 0 0 0 0 0 0 REED ERIC R 2 0 0 0 0 0 0 0 MCGAUGHEY CLAUDE III2 0 0 0 0 0 0 0 FROSTAD MARK 3 0 0 0 0 0 0 0 STEWART DALLAS 1 0 0 0 0 0 0 0 VELLA DANIEL J 1 0 0 0 0 0 0 0 TONER JAMES J 1 0 0 0 0 1 1 1.8 CONTESSA GARY C 2 0 0 0 0 0 0 0 OLIVER VICTORIA 2 0 0 0 0 0 0 0 JONES J LARRY 1 0 0 0 0 0 0 0 GLENNEY JOHN 1 0 0 0 0 0 0 0 LEWIS LISA L 1 0 0 0 0 0 0 0 *COLE P F I 1 0 0 0 0 0 0 0 CARAMORI EDUARDO 1 0 0 0 0 0 0 0 WERNER RONNY 4 0 0 0 0 1 0.25 1.225 BONDE JEFF 3 0 0 0 0 0 0 0 BENZEL SETH 2 0 0 0 0 1 0.5 6.35 *ROUGET J C 2 0 0 0 0 0 0 0 THORNBURY JEFF 1 0 0 0 0 0 0 0 BOND HAROLD JAMES 1 0 0 0 0 0 0 0 BUSH THOMAS M 2 0 0 0 0 0 0 0 CHO MYUNG KWON 1 0 0 0 0 0 0 0 AL ZAROONI MAHMOOD 1 0 0 0 0 0 0 0 JONES MARTIN F 2 0 0 0 0 0 0 0 PUYPE MIKE 2 0 0 0 0 0 0 0 FAIRLIE SCOTT H 1 0 0 0 0 0 0 0 LAKE SCOTT A 1 0 0 0 0 0 0 0 ADACHI AKIO 1 0 0 0 0 0 0 0 LOPRESTI CHARLES 3 0 0 0 0 1 0.3333 1.6667 CORREAS IGNACIO IV 1 0 0 0 0 0 0 0 LUND VALORIE 2 0 0 0 0 0 0 0 FLINT BERNARD S 1 0 0 0 0 0 0 0 KAHLES RONALD 1 0 0 0 0 0 0 0 HOWARD W T 2 0 0 0 0 0 0 0 DENZIK WILLIAM J JR 1 0 0 0 0 0 0 0 HUSHION MICHAEL E 1 0 0 0 0 0 0 0 CARROLL DAVID 1 0 0 0 0 0 0 0 OCALLAHAN CARL 1 0 0 0 0 0 0 0 **************************************************************************************** 193 Trainers from file: StarterHistory Table **************************************************************************************** BY SHIP FROM TRACK, 3 most recent years only: **************************************************************************************** BY TRACKLAST sorted by Track Code Run Date: 11/2/2012 5:05:36 PM **************************************************************************************** WIN WIN WIN PLACE PLACE TRACKLAST PLAYS WINS PCT IMPACT ROI PLACES PCT ROI **************************************************************************************** *HD 1 0 0 0 0 0 0 0 *ML 4 1 0.25 2.6991 7.9 1 0.25 3.05 APX 2 0 0 0 0 0 0 0 ASC 10 1 0.1 1.0796 0.3 1 0.1 0.17 BDX 1 0 0 0 0 0 0 0 BEL 104 9 0.0865 0.9339 0.9837 23 0.2212 0.949 CGH 4 0 0 0 0 0 0 0 CHY 1 0 0 0 0 0 0 0 CRC 7 1 0.1429 1.5428 0.7429 1 0.1429 0.3857 CTX 2 0 0 0 0 0 0 0 DEL 11 0 0 0 0 2 0.1818 1.1091 DMR 13 0 0 0 0 0 0 0 DON 5 0 0 0 0 1 0.2 0.5 DUD 5 1 0.2 2.1593 1.48 1 0.2 0.72 FPX 1 0 0 0 0 0 0 0 GGX 1 0 0 0 0 0 0 0 GWD 1 0 0 0 0 0 0 0 HAW 13 1 0.0769 0.8302 0.3 1 0.0769 0.1538 HOL 2 0 0 0 0 1 0.5 2.45 HOO 13 1 0.0769 0.8302 0.6 3 0.2308 0.6462 IND 1 1 1 10.7963 8.2 1 1 3.6 KDX 1 0 0 0 0 0 0 0 KEE 112 9 0.0804 0.868 0.7446 19 0.1696 0.7804 LAD 4 1 0.25 2.6991 0.6 1 0.25 0.375 LCH 1 0 0 0 0 0 0 0 LCP 19 6 0.3158 3.4095 1.1105 8 0.4211 0.9263 LEP 1 0 0 0 0 0 0 0 LRL 1 0 0 0 0 0 0 0 LSX 1 0 0 0 0 0 0 0 MON 1 0 0 0 0 0 0 0 MOR 1 0 0 0 0 0 0 0 MTH 8 1 0.125 1.3495 5.325 2 0.25 2.65 NBY 3 1 0.3333 3.5984 3.1667 1 0.3333 1.6333 NKT 22 1 0.0455 0.4912 0.5727 2 0.0909 0.5 NVN 1 0 0 0 0 0 0 0 OSA 52 6 0.1154 1.2459 1.1519 11 0.2115 0.8558 OTH 20 1 0.05 0.5398 1.935 4 0.2 1.215 PEN 1 0 0 0 0 0 0 0 PHA 10 0 0 0 0 2 0.2 0.53 PID 3 0 0 0 0 0 0 0 PRM 1 0 0 0 0 0 0 0 PRX 9 0 0 0 0 2 0.2222 0.4889 RET 2 0 0 0 0 0 0 0 RPX 9 1 0.1111 1.1995 0.9222 3 0.3333 0.9222 SAR 20 1 0.05 0.5398 0.31 2 0.1 0.28 SAX 28 2 0.0714 0.7709 0.3679 3 0.1071 0.4179 TDN 1 0 0 0 0 0 0 0 TPX 12 3 0.25 2.6991 3.5 3 0.25 1.5417 TUP 1 0 0 0 0 0 0 0 WOX 35 5 0.1429 1.5428 3.4257 9 0.2571 1.96 YRK 1 0 0 0 0 0 0 0 **************************************************************************************** 51 TrackLast Codes from file: StarterHistory Table **************************************************************************************** -- end section. ***********************************************************************************************************