GET /api/bet_types/197ac2ad-c58a-4d60-b37d-b44eaf3f028c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "197ac2ad-c58a-4d60-b37d-b44eaf3f028c",
    "match": "https://api-prod.gambitprofit.com/api/matches/26165e97-4ce3-45a8-85a1-cab0561e073e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Natus Vincere",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Natus Vincere",
                "amount": 8993.0
            },
            {
                "team": "Team Endpoint",
                "amount": 1007.0
            }
        ],
        "expected_reward_tokens": 9172.86,
        "profit_sb": 172.86,
        "profit_sb_percentage": 1.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "da419124-7d51-4135-b8ab-b849d6fdd035",
            "gambit_id": "fcc17e25-e4a6-415d-8b57-ba4a975182e3",
            "last_updated": "2022-09-03T20:02:26.828429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Natus Vincere",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197ac2ad-c58a-4d60-b37d-b44eaf3f028c/?format=api"
        },
        {
            "id": "dd76e03f-5f52-420e-96ce-eee682f5a08a",
            "gambit_id": "a0d0c46c-3901-4591-804a-01e6e1247600",
            "last_updated": "2022-09-03T20:02:26.827305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Endpoint",
            "reward": "9.11000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197ac2ad-c58a-4d60-b37d-b44eaf3f028c/?format=api"
        }
    ]
}