RJ Barrett available as Raptors take on Pistons

23 hours ago 2

Rommie Analytics

The short-handed Toronto Raptors will have a key piece available to them when they take on the Detroit Pistons in a pivotal matchup Tuesday evening.

Canadian forward RJ Barrett saw his injury designation upgraded from “probable” to available, the team announced early Tuesday afternoon.

Barrett had been dealing with shoulder stiffness, but after missing much of the first half of the season, he’s been reliably in the lineup, playing in 26 of the Raptors’ last 27 games.

In 49 games played this season, Barrett has averaged 18.9 points, 5.3 rebounds and 3.3 assists on 49.3 per cent shooting from the floor.

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_5b87bb561d43fa924d8f4840f8ca9398', 'NBA', '79219efd-10a4-4cc8-b22d-9b0dcc16ff09');

Immanuel Quickley will miss his fifth consecutive game with a nagging bout of plantar fasciitis in his right foot.

As well, sharpshooting forward Jamison Battle, who didn’t travel with the team to Detroit, will also miss Tuesday’s game.

Brandon Ingram (heel inflammation) and Collin Murray-Boyles (back spasms) remain listed as “questionable.”

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.

Battle leads the Raptors in three-point percentage, shooting 42.2 per cent from the deep through 55 games played in his second NBA season.

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. He didn’t play Sunday in Toronto’s historic win over the Orlando Magic.

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

Ingram also missed Sunday’s game. 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.

After initially not appearing on the injury report, Alijah Martin and Jonathan Mogbo are out against the Pistons on assignment with Raptors 905 as they take on the Motor City Cruise in the G League playoffs Tuesday evening.

Raptors take on the Pistons Tuesday at 8 p.m. ET / 5 p.m. PT on Sportnet ONE and Sportsnet+.

Read Entire Article