First we need to add this URL known to ScreensPro. In the Sources tab click the plus button, then select HTTP Rest (Json), name it "RaceResultResults" and paste the URL from above:
Then we create a layout named RaceResultListBindingLayout.xaml and paste this code (this assumes you have completed the Visual Studio Projects section):
Import part here is the binding in the ListElement's Data property:
<controls:ListElement Foreground="{DynamicResource DefaultForeground}" Data="{Binding Sources.RaceResultResults.Value}" Grid.Row="1" FontSize="20" RowsVisible="3" RowIncrementPerChange="1" ChangeInterval="0:0:2" DataChangedDelayMode="Now" DataChangedMode="KeepPosition" DataContentChangedMode="KeepPosition" >