GET /api/bet_types/acead6f1-52b1-43b7-9a0c-ef0984e513a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acead6f1-52b1-43b7-9a0c-ef0984e513a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0226921-c085-4e66-821c-c77c5c50c577/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:10.325519-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": "Detroit Lions",
                "amount": 6554.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "580fa574-d0f0-4528-acec-20fd32b57f1d",
            "gambit_id": "bdf176f0-93f6-4840-a431-51f1af6b8883",
            "last_updated": "2023-09-18T15:43:22.079266-04:00",
            "created_at": "2023-09-14T09:58:10.335022-04:00",
            "name": "Detroit Lions",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acead6f1-52b1-43b7-9a0c-ef0984e513a4/?format=api"
        },
        {
            "id": "5cb328d3-417a-42e0-b028-3f0749341dc4",
            "gambit_id": "3fd629fc-8fcb-45dd-acd9-6c8b2df26066",
            "last_updated": "2023-09-18T15:43:22.074419-04:00",
            "created_at": "2023-09-14T09:58:10.329868-04:00",
            "name": "Seattle Seahawks",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acead6f1-52b1-43b7-9a0c-ef0984e513a4/?format=api"
        }
    ]
}