// Gulf Coast League l124 - {1:1 1:3}
var round = schedule.rounds;

// ----------------------------------------------------------------------
// round one

round[0].name = "Round 1";
round[0].summary = "Yankees advance to the Finals"; // text at bottom of the table

var game = round[0].series[0].games;
round[0].series[0].matchup = "GCL Red Sox vs GCL Yankees";
game[0].tbd = ["Aug 26", "GCL Yankees 4, GCL Red Sox 1"];

// ----------------------------------------------------------------------
// finals

round[1].name = "Finals";
round[1].summary = "Yankees win the GCL Championship";

var game = round[1].series[0].games;
round[1].series[0].matchup = "GCL Mets vs GCL Yankees";
game[0].tbd = ["Aug 27", "GCL Yankees 3, GCL Mets 2"];
game[1].tbd = ["Aug 28", "GCL Yankees 10, GCL Mets 1"];
game[2].tbd = ["Aug 29", "No Game"];
