Blue Jays, Guerrero Jr. look to extend AL East lead over Yankees

4 days ago 6

Rommie Analytics

Vladimir Guerrero Jr. and the Blue Jays bats will look to keep swinging a hot bat as they continue a three-game series at Yankee Stadium on Saturday afternoon.

The Blue Jays (82-59) continue their push for the AL East crown and increased their lead over the New York Yankees (78-63) to four games. Toronto has not won a division crown since 2015 and got some breathing room after Friday’s 7-1 romp.

Guerrero tied a career high with four hits in the opener, including his 16th career homer in New York.

if (!res.ok) { throw new Error('Failed to fetch odds data'); }

const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;

return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }

async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;

const container = document.getElementById(componentId + '-odds'); if (!container) return;

try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }

if (error) { container.innerHTML = `

Error: ${error}

`; return; }

if (!oddsData) { container.innerHTML = `

Odds data not available

`; return; }

let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });

container.innerHTML = `

BetMGM Odds
Moneyline
${visitingTeam.short_name}
${oddsData.away_money > 0 ? `+${oddsData.away_money}` : oddsData.away_money}
${homeTeam.short_name}
${oddsData.home_money > 0 ? `+${oddsData.home_money}` : oddsData.home_money}
Spread
${oddsData.fav_id === visitingTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`}
${oddsData.fav_id === visitingTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money}
${oddsData.fav_id === homeTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`}
${oddsData.fav_id === homeTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money}
Over/Under
O ${oddsData.total}
${oddsData.over_money > 0 ? `+${oddsData.over_money}` : oddsData.over_money}
U ${oddsData.total}
${oddsData.under_money > 0 ? `+${oddsData.under_money}` : oddsData.under_money}

`; }

// Example usage renderBetMGM('block_b0d89d82716abbc554f160c7106324d6', 'MLB', '9470c741-5569-4992-b258-e398d6518e3b');

Toronto has now won seven of its last eight meetings with the Yankees and eight of 11 overall this season. Alongside Guerrero, Bo Bichette continued his own surge Friday with three hits, extending his on-base streak to 19 games.

Toronto will send Chris Bassitt (11-7, 4.10 ERA) to the mound Saturday. Initially slated for Sunday’s finale, Bassitt will try to rebound from a stretch in which he is 0-3 with a 4.84 ERA over his last seven starts. The veteran right-hander, however, has excelled against the Yankees in his career, going 5-1 with a 2.26 ERA in eight starts.

Watch Blue Jays vs. Yankees on Sportsnet
Watch Blue Jays vs. Yankees on Sportsnet

The Toronto Blue Jays go for the series win against the New York Yankees on Saturday. Catch the action on Sportsnet or Sportsnet+ starting at 1 p.m. ET / 10 a.m. PT.

Broadcast schedule

New York counters with Luis Gil (2-1, 3.68 ERA), who has given up two runs or fewer in five of his six outings this season. Gil has struggled against Toronto in the past, going 0-1 with a 5.68 ERA in three starts.

Watch Toronto take on the Yankees in the second game of their weekend series on Sportsnet, with the Blue Jays setting it up at 12:30 p.m. ET on Sportsnet and Sportsnet+.

Read Entire Article