50 best Garrett Wilson-inspired Fantasy Football team names to try out in 2023

New York Jets wideout Garrett Wilson is the reigning Offensive Rookie of the Year. The Jets drafted the Ohio State Buckeyes alum with the 10th overall pick, and he has been immense for the franchise since then.

Wilson was one of the few positives in the New York Jets' offensive scheme last season. He ended his rookie season with 83 receptions for 1,103 receiving yards and four receiving touchdowns. The pacy wideout set franchise rookie records for receptions and receiving yards in 2023.

Garrett Wilson was close to guiding the Jets to the postseason for the first time in ages. However, a mixture of mediocre quarterback play and a losing record to close the year curbed his best efforts.

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "NFL", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();

Jets fans will hope that he avoids the dreaded sophomore slump in 2023.

Wilson averaged 12.7 PPR fantasy points per game as a rookie, finishing as the WR30. He should put up better numbers in 2023, as he has future first-ballot Hall of Famer Aaron Rodgers tossing him the rock.

Wilson is 23 and nowhere near his peak as yet. Let's see how well the speedster performs in a more potent Jets lineup in 2023.


Best Garrett Wilson-inspired fantasy football names

When curating your fantasy football team, it's only fitting that you come up with a befitting name for the collective. Stellar players like Garrett Wilson typically have variations of their names used as fantasy name tags.

So that you know, you're in the right place if you're looking for the best Garrett Wilson-inspired fantasy football name.

Also Read: 500+ Funny Fantasy Football Team Names 2023

Here's a list of 50 Garrett Wilson fantasy football names for 2023, artfully curated from "Ranker," "Flurry Sports" and yours truly.

  1. Breakaway Brigade of Garrett
  2. Catchin' with Garrett
  3. Dangle the Garrett
  4. Garrett Cake
  5. Garrett’s Falcons' Flight
  6. Garrett's End Zone Entourage
  7. Garrett's Game-Changers
  8. Garrett's Goal Line Gladiators
  9. Garrett's Green Machine
  10. Garrett's Gridiron Dream Team
  11. Garrett's Gridiron Gang
  12. Garrett's Gridiron Gladiators
  13. Garrett's Gridlock Breakers
  14. Garrett's Leap of Faith
  15. Garrett's Pigskin Pioneers
  16. Garrett's Touchdown Triumphs
  17. Garrett's Yard Gainers
  18. Good Wilson Hunting
  19. High Voltage Wilson
  20. Jet Set to the Endzone
  21. Jets’ Joltin’ Garrett
  22. Pigskin Party with Wilson
  23. Red Zone Rascals of Wilson
  24. Scoring Spectacles of Wilson
  25. Sky High with Garrett
  26. Speedy Wilson Spectacular
  27. The Fantastic Mr. Wilson
  28. The Garrett Express
  29. The Golden Wings of Garrett
  30. The G-Wilson Experience
  31. The Wilson Connection
  32. The Wilson Warp Speed
  33. The Wilson Whiz
  34. The Wilson Windstorm
  35. The Wilson Wonderbolts
  36. The Wilson Wonders
  37. The Wonderful Wilsons
  38. Touchdown Tango with Garrett
  39. Touchdown Titans of Garrett
  40. We’re the Wilsons
  41. Wielding Wilson's Might
  42. Wilson's Air Raiders
  43. Wilsons of Anarchy
  44. Wilson's Secret Weapon
  45. Wilson's Touchdown Titans
  46. Wilson's Touchdown Troupe
  47. Wilson's Whirlwind Warriors
  48. Wilson's Wildfire
  49. Wilson's Winning Warriors
  50. Wilson's World of Fantasy

Also Read: Inappropriate NFL fantasy football team names to consider before 2023 season

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1657381, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1657381); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1657381) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1657381) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

You Might Also Like