Spectating Match: Bout <%= @match.bout_number %>

<%= @match.weight.max %> lbs

<%= @tournament.name %>

<%= @wrestler1_name %> (<%= @wrestler1_school_name %>)

Stats:
<%= @match.w1_stat %>

<%= @wrestler2_name %> (<%= @wrestler2_school_name %>)

Stats:
<%= @match.w2_stat %>

Result

Winner: <%= @match.winner_id ? @match.winner.name : '-' %>

Win Type: <%= @match.win_type || '-' %>

Score: <%= @match.score || '-' %>

Finished: <%= @match.finished ? 'Yes' : 'No' %>