GET /api/bet_types/ee8067a4-7717-49bd-ba42-8b2be9aba0f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee8067a4-7717-49bd-ba42-8b2be9aba0f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f498b9f-2081-4fe2-9b65-f44c9bec2d1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-21T08:58:03.345673-04: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": "ATL (M Fried)",
                "amount": 6935.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2ca600e-60d8-44a1-bb9d-0058d4c661c1",
            "gambit_id": "bc997e4a-05f7-47f2-87cc-61f5fddf0314",
            "last_updated": "2023-09-23T10:18:09.788088-04:00",
            "created_at": "2023-09-21T08:58:03.352444-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8067a4-7717-49bd-ba42-8b2be9aba0f7/?format=api"
        },
        {
            "id": "fe69fd42-c969-4bb9-b43e-09122d9384f4",
            "gambit_id": "54fc25fa-c389-4714-9864-b78f1cb7d2fa",
            "last_updated": "2023-09-23T10:18:09.791325-04:00",
            "created_at": "2023-09-21T08:58:03.358569-04:00",
            "name": "WAS (J Irvin)",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8067a4-7717-49bd-ba42-8b2be9aba0f7/?format=api"
        }
    ]
}