Originally posted on SportsNet
The Edmonton Oilers will scratch two veteran forwards Tuesday night.
Andrew Mangiapane and Trent Frederic will both be healthy scratches when the Oilers host the Nashville Predators.
Head coach Kris Knoblauch announced the changes after the team’s morning skate, with Kasperi Kapanen slated to draw back into the lineup. Kapanen was skating on the second line with Leon Draisaitl and Vasily Podkolzin.
It has been a tough first season for Mangiapane after signing a two-year, $7.2-million contract this past off-season. The 29-year-old has recorded five goals and 11 points in 40 games so far and has been rumoured to be on the trade block.
Frederic is in the first season of an eight-year, $30.8-million contract and has struggled to be productive. The 26-year-old has two goals and one assist while averaging 11:06 of ice time per game.
“Things haven’t worked out. And not that it’s over, but I think that one, we’ve felt that they haven’t played as we’ve expected and I think that there’s more for them to give us,” Knoblauch told reporters. “We’ve got some young guys that deserve to get some opportunities to play.”
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 ${gameDateFormatted}VS
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} Powered by
${gameDateFormatted} VS
Powered by
`; }
// Example usage renderBetMGM('block_99eed3e9b4fc073f120ecb3a53590918', 'NHL', '91eb7757-e7b5-4bd6-bb6f-b3037a492a4b');
Knoblauch says that general manager Stan Bowman is on board with the decision to leave Mangiapane and Frederic out of the lineup despite their contracts.
The Oilers coach says that they’re also looking at the long-term outlook with some of their young players who they want to see get playing time.
“(Quinn) Hutson was here, obviously he’s not here now, but (Isaac) Howard being in the lineup, (Curtis) Lazar, who has been a scratch for the last couple games, had been playing really well and then came out,” Knoblauch said.
“We got a lot of guys who can play the bottom six and right now we’re just wanting more from those guys and a little bit of a reset for those two.”
Fans in the Oilers region can watch the Oilers taking on the Predators at 7 p.m. MT/ 9 p.m. ET on Sportsnet and Sportsnet+.
More from Sportsnet Oilers mid-season report: Is division lead a mere mirage?Originally posted on SportsNet
Published: 1 day ago
Oilerhockey is in no way affiliated with the NHL or the Edmonton Oilers hockey club.
Copyright © 2009 - 2026 oilerhockey.com | Contact us at admin@oilerhockey.com | View our Privacy Policy or DMCA Policy