using System.Collections.Generic;
public static void Main()
""wid"": ""CFPAD309636H5257XSX3295"",
""cn"": ""2023 DOTA2 MONKEY BOY"",
""en"": ""2EZ Gaming vs 322 As An Opportunity"",
""ed"": ""2025-03-03T15:59:59Z"",
Root data = JsonConvert.DeserializeObject<Root>(json);
Console.WriteLine($"WID: {data.wid}");
Console.WriteLine($"狀態: {data.sts}");
Console.WriteLine($"第一場比賽名稱: {data.bes[0].en}");
Console.WriteLine($"投注選擇: {data.bes[0].bs}");
Console.WriteLine($"賠率: {data.bes[0].odds}");
public string gtn { get; set; }
public string cn { get; set; }
public string eid { get; set; }
public string en { get; set; }
public string ed { get; set; }
public string gmn { get; set; }
public string btn { get; set; }
public string bs { get; set; }
public double odds { get; set; }
public object r { get; set; }
public object hc { get; set; }
public string wid { get; set; }
public string sts { get; set; }
public bool ico { get; set; }
public string ot { get; set; }
public List<Bet> bes { get; set; }