Bu şekilde yaptım olmadı
Mac_Sayisi = []
Saat = []
Tarih = []
lig = []
takim = []
for i in result_json['data']['spg']:
    for j in i['eventGroup'][0]['eventResponse']:
        for k,l in j.items():
            print("Key:",k," Value:",l)
            Mac_Sayisi.append(k["mb"])