.
├── sport-0
│   ├── match-0
│   │   ├── left_attack
│   │   │   ├── situation-0.json
│   │   │   ├── situation-1.json
│   │   │   ├── ...
│   │   │   └── situation-n.json
│   │   ├── left_counter_attack
│   │   │   └── ...
│   │   ├── left_penalty
│   │   │   └── ...
│   │   ├── right_attack
│   │   │   └── ...
│   │   ├── right_counter_attack
│   │   │   └── ...
│   │   ├── right_penalty
│   │   │   └── ...
│   │   └── timeout
│   │       └── ...
│   ├── match-1
│   │   └── ...
│   ├── ...
│   └── match-n
│   └── info.json
├── sport-1
│   └── ...
├── ...
└── sport-n
