GET /api/bet_types/c3540051-2483-474d-95db-429bd3286119/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3540051-2483-474d-95db-429bd3286119",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d7f52bf-a567-4f8c-aa23-ea3369972126/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:22:59.160880-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": "TOR (K Gausman)",
                "amount": 5838.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "3243b458-3c23-4a10-9840-708323c66030",
            "gambit_id": "8569d417-9caa-45b3-b46b-b6d19f728539",
            "last_updated": "2023-06-17T11:48:15.937886-04:00",
            "created_at": "2023-06-16T08:22:59.162560-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3540051-2483-474d-95db-429bd3286119/?format=api"
        },
        {
            "id": "5851f4da-a8c5-4cd3-ad55-4816876c3da1",
            "gambit_id": "0f080188-6739-4f8f-ac37-213e9696633a",
            "last_updated": "2023-06-17T11:48:15.940204-04:00",
            "created_at": "2023-06-16T08:22:59.164214-04:00",
            "name": "TEX (M Perez)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3540051-2483-474d-95db-429bd3286119/?format=api"
        }
    ]
}