GET /api/bet_types/2d3f2686-6ee6-444a-a092-733e154c08b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d3f2686-6ee6-444a-a092-733e154c08b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b1f77a9-8a05-4f0e-9e3d-22e2f877b9bf/?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": "SEA (G Kirby)",
                "amount": 6031.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 3969.0
            }
        ],
        "expected_reward_tokens": 9287.46,
        "profit_sb": 287.46,
        "profit_sb_percentage": 3.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "10e621f3-70d3-4b4c-82d6-4d6f8f5ff345",
            "gambit_id": "f2d41621-988c-482f-b7f8-d86d9f97b0df",
            "last_updated": "2022-08-31T11:57:18.841646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3f2686-6ee6-444a-a092-733e154c08b7/?format=api"
        },
        {
            "id": "2186928b-dc3f-4465-bf34-23634e5b32df",
            "gambit_id": "6d4fe41b-8fe2-484e-91da-c610a26133b4",
            "last_updated": "2022-08-31T11:57:18.840897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Manning)",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3f2686-6ee6-444a-a092-733e154c08b7/?format=api"
        }
    ]
}