GET /api/bet_types/715ca3ff-7276-4f42-8666-5f255739bd9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "715ca3ff-7276-4f42-8666-5f255739bd9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fd42e1f-f5e6-42e5-8e45-305a7b4abecb/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TAM (C Kluber)",
                "amount": 6071.0
            },
            {
                "team": "LAA (J Suarez)",
                "amount": 3929.0
            }
        ],
        "expected_reward_tokens": 9349.34,
        "profit_sb": 349.34,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "db935d86-735c-448c-b116-44016c57eaac",
            "gambit_id": "abc91043-8af6-43d4-9616-07c0328469fc",
            "last_updated": "2022-08-24T10:27:10.685512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.54000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715ca3ff-7276-4f42-8666-5f255739bd9d/?format=api"
        },
        {
            "id": "f268bbdb-1f21-4ee3-9794-ebbeec49abaa",
            "gambit_id": "0a3af337-f142-4e1b-ab63-e45569291e42",
            "last_updated": "2022-08-24T10:27:10.685966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (J Suarez)",
            "reward": "2.38000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715ca3ff-7276-4f42-8666-5f255739bd9d/?format=api"
        }
    ]
}