Good point. The main issue with this is that we’d have to change the behavior of the results table by adding an exception. We generally try to avoid exceptions because we want the plugin to be easy to configure for any sport ??
SportsPress is actually designed to use custom templates if you add them to a folder called “sportspress” in your theme. For example, an “event results” template in Twenty Fourteen would be in wp-content/themes/twentyfourteen/sportspress/event-results.php
If a template file is found, SportsPress will use it instead to display that part of the template. You could make a copy of the same file from the templates folder in SportsPress and tweak it to work into your theme.
Hope this helps!