@Anthony Ring‚
This might not be the "best" way, but in your repotring tab you can create a view and grouping that show that level of detail.
For example, in your view, add the column "shared with". This will show you who the report was shared with.
You can also add a column for "Run As User". This will bring in the user ID, but you can use text mode (added below incase you need it) which will show you the User Name instead of the ID
Text Mode for Run As User Name:
displayname= Run As
linkedname=runAsUser
namekey=view.relatedcolumn
namekeyargkey.0=runAsUser
namekeyargkey.1=accessLevel:name
namekeyargkey.2=name
querysort=runAsUser:accessLevel:name
textmode=true
valuefield=runAsUser:accessLevel:name
valueformat=HTML
You can also group by "Home Team" or how ever you have your team identified so that you can see the reports that your team has created and check the run as permissions.
Text Mode for Home Team name instead of home team ID
group.0.linkedname=enteredBy
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=enteredBy
group.0.namekeyargkey.1=homeTeam:name
group.0.valuefield=enteredBy:homeTeam:name
group.0.valueformat=string
textmode=true
