Using berserk to create Lichess tournament
>>> client.tournaments.create(clock_time=10, clock_increment=3, minutes=180)
{'berserkable': True,
'clock': {'increment': 3, 'limit': 600},
'createdBy': 'rhgrant10',
'duels': [],
'fullName': "O'Kelly Arena",
'greatPlayer': {'name': "O'Kelly",
'url': "https://wikipedia.org/wiki/Alb%C3%A9ric_O'Kelly_de_Galway"},
'id': '3uwyXjiC',
'minutes': 180,
'nbPlayers': 0,
'perf': {'icon': '#', 'name': 'Rapid'},
'quote': {'author': 'Bent Larsen',
'text': 'I often play a move I know how to refute.'},
'secondsToStart': 300,
'standing': {'page': 1, 'players': []},
'startsAt': '2018-12-10T00:32:12.116Z',
'system': 'arena',
'variant': 'standard',
'verdicts': {'accepted': True, 'list': []}}