Betting market group creation {{ operationId }}
{% if data['status'] %}Status: {{ data['status'] }}{% endif %}
{% if data['event_id'] %}Event: {{ data['event_id'] }}{% endif %}
{% if data['rules_id'] %}Rule: {{ data['rules_id'] }}{% endif %}
{% if data['asset_id'] %}Asset: {{ data['asset_id'] }}{% endif %}
{% if data['description'] %}Description: {{ render_int_string(data['description']) }}{% endif %}