ResultEventShots Property
Scores for each Singular Event (usually a Shot).
The Key is the sequence number, which is represented here as a string, but is really a float. The Value is the Shot object.
To get a dictionary of Shots by their EventName, use GetShotsByEventName()
In the Result Event object, which is part of a Resuslt List, the Shots dictionary is purposefully not included
to conserve length of data. It is included in ResultEvents because of the IEventScoreProjection interface.