Results 2 issues of binis2

using System; using System.Collections.Generic; using System.Text.Json; namespace ConsoleApplication1 { class Program { private class Outcome { //public int odds { get; set; } public string oddsFractional { get; set; }...