GET /api/bet_types/57f216a1-7d48-48b8-836c-b31b566b403c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57f216a1-7d48-48b8-836c-b31b566b403c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3660c95d-9078-4624-a641-60b95665cb45/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6447.0
            },
            {
                "team": "Draw",
                "amount": 3553.0
            }
        ],
        "expected_reward_tokens": 11795.96,
        "profit_sb": 2295.96,
        "profit_sb_percentage": 24.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 4790.0
            },
            {
                "team": "Draw",
                "amount": 2640.0
            },
            {
                "team": "Tottenham",
                "amount": 2570.0
            }
        ],
        "expected_reward_tokens": 8763.7,
        "profit_sb": -736.3,
        "profit_sb_percentage": -7.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "c91b27f8-d83b-4102-962c-860b6a44fa6f",
            "gambit_id": "4b15f921-81c0-46d2-8ee3-08b3f89f485a",
            "last_updated": "2022-10-03T18:42:18.979775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.83000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f216a1-7d48-48b8-836c-b31b566b403c/?format=api"
        },
        {
            "id": "aa4ea99b-ab7f-4e5d-8226-abecf62b927a",
            "gambit_id": "bb6934aa-8888-4648-8c0d-479878582a40",
            "last_updated": "2022-10-03T18:42:18.980741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.32000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f216a1-7d48-48b8-836c-b31b566b403c/?format=api"
        },
        {
            "id": "fac2ce9d-5e8e-4a2b-913a-9c6d2afe93a7",
            "gambit_id": "cca812cc-6cd9-4faf-9b59-eb8e8bdef054",
            "last_updated": "2022-10-03T18:42:18.978813-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "3.41000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f216a1-7d48-48b8-836c-b31b566b403c/?format=api"
        }
    ]
}