Skip to content
CURRENT
-7 → -6 (+1) over 24 captures ATL @ GB spread -7 → -6 house House backtest last 10: 6–4 · 90-day all-market 55.3% (n=8163) · 21h ago Wire Sources: Colts' Pierce out weeks; hoping for return midseason Wire Giants QB Jaxson Dart exits MNF game vs. Rams with knee injury Wire Seahawks plan to have Sam Darnold back at practice Wednesday
Access: Anonymous access. Content follows.
edge-of-the-week

The Tank's Read #1 — The board argues with the baseline

Read the price, role, and market first The three widest Week 1 gaps asOf 2026-09-01T18:55:36.615445Z, the scoring inputs behind them, and what would reverse each house read.

5 sections

The House

Renamed to Model Desk on 2026-09-09. Kept for the posts published under the old name.

Key takeaways (from article sections)

  • The total the board disagrees with most
  • The home underdog the model makes a favorite
  • The favorite the model will not lay
  • No record yet means no record
  • VERIFY

The widest published Week 1 gaps are NYJ at TEN on the total, BAL at IND on the spread, and ARI at LAC on the spread asOf 2026-09-01T18:55:36.615445Z. Each read is falsifiable now: refresh the scoring inputs, or move the market line through the model projection, and the conclusion weakens or reverses.

This is the board through a deliberately plain house model. It reads season-to-date points scored and points allowed for both teams from played NFL schedule rows. For a total, it averages each offense with the opposing defense and adds both expected scores. For a spread, it subtracts the expected away score from the expected home score and applies the model’s fixed home-field adjustment. The market line is the comparison threshold, not an input to those team-feature projections. A Sharkai context is attached upstream, but these scoring formulas do not read it asOf 2026-09-01T18:55:36.615445Z.

The total the board disagrees with most

NYJ at TEN: over. The published market total is 38.5 and the house projection is 46.01, a 7.51-point gap asOf 2026-09-01T18:55:36.615445Z. Those are the paired numbers that matter here. The projection is not a win probability, and the gap is not a promise that the game clears the total.

The drivers are Tennessee’s and New York’s season-to-date offensive points per game and defensive points allowed per game from played schedule rows. The model blends each offense with the defense it faces, then sums the two expected scores. It does not know whether a recent score came from a short field, a return touchdown, or garbage time. It sees points, opponent points, and the current market threshold.

What changes the read: refreshed scoring rates that pull the expected total down, or a market total that rises to or beyond 46.01 asOf 2026-09-01T18:55:36.615445Z. Either would erase the positive gap. Injury news, weather, and matchup detail matter only after they enter a measured feature or move the line; this baseline does not silently pretend to understand them.

The home underdog the model makes a favorite

BAL at IND: home. The stored spread is -3.5 under the feed’s positive-when-home-favored convention, so Baltimore is favored on the road. The model projects a 2.55-point Indianapolis home margin. That puts the model and market 6.05 points apart asOf 2026-09-01T18:55:36.615445Z.

The scoring-rate quartet drives the raw expected margin: each team’s offensive points per game and defensive points allowed per game. The spread model then applies its fixed home-field adjustment. It does not read quarterback health, protection matchups, coaching tendency, or the attached Sharkai fields. Calling Indianapolis the home side is therefore a narrow statement about this formula, not a complete football argument.

What changes the read: Indianapolis’s expected scoring margin falling, Baltimore’s rising, or the market threshold moving up to the 2.55-point model margin asOf 2026-09-01T18:55:36.615445Z. If projection and line meet, the coded spread gap disappears; if they cross, the side reverses.

The favorite the model will not lay

ARI at LAC: away. The market makes the Chargers a 10.5-point home favorite, while the model projects a 4.89-point Chargers margin. Arizona sits on the model side because the projection is 5.61 points below the market threshold asOf 2026-09-01T18:55:36.615445Z.

Again, the evidence is the team scoring-rate quartet plus the fixed home-field adjustment. That repetition is a feature of the baseline and a warning about it. These large gaps do not mean independent insights when the same compact input family generates all of them. A noisy scoring profile can move several reads together.

What changes the read: scoring updates that lift the projected Chargers margin toward 10.5, or a market line that falls toward the 4.89-point projection asOf 2026-09-01T18:55:36.615445Z. Once the line meets or crosses the projection, Arizona is no longer the model side.

No record yet means no record

The public NFL spread ledger has no eligible live graded outcomes asOf 2026-09-01T18:55:35.83182Z. In user language: this house model does not have a live graded record yet. The first published house pick is scheduled for September 9 asOf 2026-09-01T18:55:37.225438Z, so the record stays empty until the September 9 games finish and are graded.

That absence is not evidence for or against the three reads asOf 2026-09-01T18:55:35.83182Z. It is the starting line. Watch the published projections and market thresholds refresh before kickoff, then watch whether the eventual eligible results support the gaps. The read changes when the inputs, the price, or the evidence changes.

VERIFY

Run these read-only production queries. Q1 returns the three published line gaps above; Q2 proves the live graded-record absence; Q3 finds the first future published NFL house-pick kickoff. Query timestamps are the displayed asOf values.

-- Q1: public.picks published NFL house spread/total divergences
with eligible as (
  select id, created_at, market, game_id, subject, line, side, predicted_value, edge, kickoff_at,
         row_number() over (order by abs(edge) desc, created_at desc, id asc) as divergence_rank
  from public.picks
  where sport='nfl'
    and source_kind='house'
    and published=true
    and kickoff_at >= '2026-09-09T00:00:00Z'
    and kickoff_at < '2026-09-15T00:00:00Z'
    and market in ('spread','total')
    and line is not null
    and predicted_value is not null
    and edge is not null
)
select now() as as_of_utc, *
from eligible
where divergence_rank <= 3
order by divergence_rank;

-- Q2: live-pregame NFL spread outcomes
select now() as as_of_utc,
       count(*) filter (where pr.bet_outcome in ('win','loss','push')) as graded_ats_rows
from public.prediction_results pr
join public.predictions p on p.id=pr.prediction_id
where pr.sport_key='nfl'
  and pr.prediction_type='game_spread'
  and pr.provenance_tier='live_pregame'
  and p.provenance_tier='live_pregame';

-- Q3: first future published NFL house-pick kickoff
select now() as as_of_utc, min(kickoff_at) as first_published_house_pick_kickoff_at
from public.picks
where sport='nfl'
  and source_kind='house'
  and published=true
  and kickoff_at >= '2026-09-01T00:00:00Z';

This is analytics, not advice. Bet responsibly, set your own limits, and never chase losses.

NFL ATS cover-margin distribution

Bars count completed NFL schedule rows by closing-spread cover margin using the repository canonical home-margin grading convention.

Average NFL total points by recorded weather bucket

Average combined score is grouped only from completed NFL schedule rows with a recorded indoor roof state or numeric wind value.

Frequently asked questions

When does the angle in "The Tank's Read #1 — The board argues with the baseline" actually apply?
Treat it as a price-shopping checklist, not a play. The framework lands when the market is still building consensus — typically Tuesday-through-Thursday lines for NFL, two hours pre-tip for NBA. After major information drops (injury news, weather updates, lineup confirmations) the edge usually compresses or flips.
What invalidates the thesis?
A late line move past the threshold called out in the post, a starter ruled out, or a model retrain that materially changes the implied probability. When in doubt, pass — Shark Snip's closing-line-value tracker will tell you whether your read was actually sharp regardless of result.
How does this connect to the rest of the model-market-divergence cluster?
It is one read inside a larger framework. Pair it with the cluster's cornerstone post on the same topic — they are designed as hub/spoke, not standalone. The "Related posts" section at the bottom and the internal links throughout the article will route you to the rest of the cluster.
Where do I check that the data behind "NFL Week 1 model picks" is current?
Numbers cited inline are pulled from the daily-refreshed feeds powering /tinker, /desk, /picks. Hover any data table for the as-of date. Schedule, lineup, and injury references update with the league's official feeds; market lines update on the half-hour from our consensus aggregator.

Build a free model in 60 seconds →

Go →
5m read time
4 players/teams
8 key angles

Angles in this read

  • Edge meter Positive expected value is presented as a meter, not a guarantee.
  • Model sparkline Model output and projection movement get a tiny sparkline rhythm.
  • Line arrow Spread, total, and price movement sections get directional cues.
  • Route trace A subtle route path calls attention to NFL schedule and route concepts.
  • Football thread The football animation gives NFL pages one controlled kinetic accent.
  • Fourth-down tilt Aggressive coaching and game-state decisions get a tilted cue.

This article's context stays anchored to New York, Calling Indianapolis, VERIFY Run and Chargers and model, price and weather, all of which appear in the post itself.

Names and terms found in this article
New YorkCalling IndianapolisVERIFY RunChargersmodelpriceweathertanks readfranchise
Share this guide Help another reader make a sharper decision.

Get picks in your inbox

One email, every slate — ranked edges, no touts. Unsubscribe any time.

Start free — pick NFL

Go →

Continue with evidence

Related reading and source status

Related Reads

Build a Totals Model in Studio — Shark Snip
Betting Tools

Build a Totals Model in Studio

Total over/under is Studio's other pregame target. Here is the seven-step build, the two inputs that matter, and why a scoring board is not a total.

Sep 9, 2026 7 min read
NFL Week 1 Lines 2026: A First-Look Betting Checklist thumbnail art
NFL Betting

NFL Week 1 Lines 2026: A First-Look Betting Checklist

All 16 Week 1 2026 lines, priced Sep 7: one game where the books split on the favorite, plus where the real injury picture actually comes from.

Sep 5, 2026 4 min read
NE at SEA: Why This Week’s Big Game Stays a Watch — Shark Snip
NFL Picks

NE at SEA: Why This Week’s Big Game Stays a Watch

Three books agree on Seattle -3.5 and a 44.5 total, and we've published a total and moneyline pick. Why the spread here is still a watch.

Sep 4, 2026 5 min read

query: loadMergedBlogPostCards + scoreRelated · n = 3

No data

No graded source picks match this article yet

The public.source_accuracy_scores 90-day query returned no rows for this article's inferred sport.