GET /api/bet_types/7a3a74b1-4a80-49ff-8e28-239f629239a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a3a74b1-4a80-49ff-8e28-239f629239a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?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": "Utah State",
                "amount": 7474.0
            },
            {
                "team": "Hawaii",
                "amount": 2526.0
            }
        ],
        "expected_reward_tokens": 9193.02,
        "profit_sb": 193.02,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd0000f8-5548-499f-b2e6-401e4d32dc60",
            "gambit_id": "0a2bf665-005f-45bc-81db-b34ae09162b0",
            "last_updated": "2022-11-14T09:24:10.941896-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a74b1-4a80-49ff-8e28-239f629239a1/?format=api"
        },
        {
            "id": "3941213d-2183-4f3b-93bc-d7f1cccae94e",
            "gambit_id": "5e1408c9-42a7-40ad-8a0a-4990a788017d",
            "last_updated": "2022-11-14T09:24:10.940897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a74b1-4a80-49ff-8e28-239f629239a1/?format=api"
        }
    ]
}