GET /api/bet_types/c2962b54-7bb0-45d7-a4e1-fe7ab2539c38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2962b54-7bb0-45d7-a4e1-fe7ab2539c38",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b03112a-560a-4589-a602-fe4a2b330a05/?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": "SFO (L Webb)",
                "amount": 6328.0
            },
            {
                "team": "OAK (A Martinez)",
                "amount": 3672.0
            }
        ],
        "expected_reward_tokens": 9363.6,
        "profit_sb": 363.6,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "f708d1ce-2bd9-418b-a82a-18961a3857d0",
            "gambit_id": "dce321a8-fbb4-487b-9fde-3604e26c03be",
            "last_updated": "2022-08-08T10:57:08.184177-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2962b54-7bb0-45d7-a4e1-fe7ab2539c38/?format=api"
        },
        {
            "id": "b303e4df-a07b-4b8d-8f67-5c97e4be7d51",
            "gambit_id": "10346834-1686-4f94-b4ba-2609a88f8d38",
            "last_updated": "2022-08-08T10:57:08.183803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Martinez)",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2962b54-7bb0-45d7-a4e1-fe7ab2539c38/?format=api"
        }
    ]
}