Raptors’ Jamison Battle out Sunday against Magic, joining Quickley

1 day ago 2

Rommie Analytics

Toronto Raptors sharpshooting forward Jamison Battle will miss Sunday’s contest with the Orlando Magic will an illness, the team announced.

The Raptors will also be without starting point guard Immanuel Quickley Sunday, as he deals with plantar fasciitis.

Fellow Raptors Brandon Ingram (heel inflammation), RJ Barrett (shoulder stiffness) and Collin Murray-Boyles (lower-back spasms) are listed as questionable.

Battle wasn’t on the injury report Saturday. He leads the Raptors in three-point percentage, shooting 42.2 per cent from the deep through 55 games played in his second NBA season.

Quickley will miss his fourth consecutive game with the lingering foot injury that’s plagued him of late, despite head coach Darko Rajakovic saying the PG will be “available” through the closing stretch of the season.

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_7f75bac7036a3036fc39d9503ba4ffd6', 'NBA', 'b2f8719f-b03c-4476-afaf-77f5104b58c1');

Quickley has averaged 16.9 points, 4.1 rebounds and 6.0 assists through 67 appearances this season. He also leads the Raptors with his 2.6 three-point makes per game, converting triples at a 37.4 per cent clip.

Ingram was previously listed as questionable with the same heel injury heading into the Raptors’ road tilt against the Los Angeles Clippers, but ultimately played. The two-time all-star leads Toronto in scoring this season, averaging 21.4 points, 5.6 rebounds and 3.7 assists through 70 appearances. Ingram has missed just three games this season, and his nine games shy of tying his career-high in single-season appearances, set in 2016-17 as a rookie.

After missing much of the first half of the season, Barrett’s been reliably in the lineup, playing in 26 of the Raptors’ last 27 games. In 49 games played this season, the Canadian forward has averaged 18.9 points, 5.3 rebounds and 3.3 assists on 49.3 per cent shooting from the floor.

As for Murray-Boyles, the rookie had recently returned from a lingering thumb injury that had forced him to sit out 11 consecutive games. He had played three straight since his return against the Utah Jazz, but left Friday’s contest after just 12 minutes of action due to back spasms and did not return.

The 22-year-old has averaged 7.9 points, 4.9 rebounds, 1.9 assists and 1.0 blocks through 50 games this season.

The Raptors have also listed forward Trayce Jackson-Davis as questionable due to knee tendinitis. The trade-deadline acquisition was a late scratch on Friday because of the same knee injury.

Toronto (41-32) heads into Sunday’s contest two games ahead of the Magic for the No. 5 seed in the Eastern Conference, and are up on the sixth-place Atlanta Hawks by win-percentage points.

Read Entire Article