GET /api/bet_types/0bf13276-5a4d-4515-8efc-2898d33ed081/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bf13276-5a4d-4515-8efc-2898d33ed081",
    "match": "https://api-prod.gambitprofit.com/api/matches/466aca60-ae4a-4f93-9fdf-31562b7c1dc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:03.373862-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": "Vegas Golden Knights",
                "amount": 7440.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6408981-d2bd-4de5-b61c-b3f4fbc05dfd",
            "gambit_id": "22d432d3-0d7b-44bf-8793-26dd8c2b8cdc",
            "last_updated": "2023-12-12T10:23:16.998228-05:00",
            "created_at": "2023-12-10T09:58:03.385380-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bf13276-5a4d-4515-8efc-2898d33ed081/?format=api"
        },
        {
            "id": "5ff11d94-e37c-4f15-a674-f22b557ae8b0",
            "gambit_id": "d2350c57-6b88-490e-a860-c3c26cdf58dc",
            "last_updated": "2023-12-12T10:23:16.994341-05:00",
            "created_at": "2023-12-10T09:58:03.380039-05:00",
            "name": "San Jose Sharks",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bf13276-5a4d-4515-8efc-2898d33ed081/?format=api"
        }
    ]
}