<%= @match.w1_stat %>
<%= @match.w2_stat %>
Winner: <%= @match.winner_id ? @match.winner.name : '-' %>
Win Type: <%= @match.win_type || '-' %>
Score: <%= @match.score || '-' %>
Finished: <%= @match.finished ? 'Yes' : 'No' %>