GET /api/bet_types/62d45ad1-29df-4993-8635-32a3e1a42039/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62d45ad1-29df-4993-8635-32a3e1a42039",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e904307-c7e8-4a98-815d-3fcb958507b8/?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": "Colorado State",
                "amount": 6667.0
            },
            {
                "team": "Hawaii",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb9eb758-46e5-4048-91ff-048490ef35ba",
            "gambit_id": "ed04c790-49b9-44f5-b5bd-ec02b56ca481",
            "last_updated": "2022-10-23T19:42:07.300926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d45ad1-29df-4993-8635-32a3e1a42039/?format=api"
        },
        {
            "id": "4bcfb182-7bab-4b37-83a8-e22f864c4cd4",
            "gambit_id": "25cdc2ca-f942-49ad-b554-edbafa96d90d",
            "last_updated": "2022-10-23T19:42:07.301963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d45ad1-29df-4993-8635-32a3e1a42039/?format=api"
        }
    ]
}