GET /api/bet_types/b0a93567-2956-4ab0-a0ab-7310f7e5ab2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0a93567-2956-4ab0-a0ab-7310f7e5ab2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0e8fef-e90a-413c-ad6f-c7f64a484063/?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": "HOU (L Garcia)",
                "amount": 6963.0
            },
            {
                "team": "LAA (T Davidson)",
                "amount": 3037.0
            }
        ],
        "expected_reward_tokens": 9260.79,
        "profit_sb": 260.79,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4fcbdf0-ec61-41aa-9571-72c8348e410a",
            "gambit_id": "a5478278-8a70-4ba8-8275-63075642d0fc",
            "last_updated": "2022-09-12T10:52:16.833763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (L Garcia)",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0a93567-2956-4ab0-a0ab-7310f7e5ab2f/?format=api"
        },
        {
            "id": "65f32ad0-0756-48fe-91dc-3ef5155246be",
            "gambit_id": "30539b6d-7d4e-4c86-a7c0-046370d166c9",
            "last_updated": "2022-09-12T10:52:16.834776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (T Davidson)",
            "reward": "3.05000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0a93567-2956-4ab0-a0ab-7310f7e5ab2f/?format=api"
        }
    ]
}