GET /api/bet_types/b2a936ec-01b5-4bb4-95bb-40cf854af08a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2a936ec-01b5-4bb4-95bb-40cf854af08a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0bec57-7cc8-47e2-a3bd-a99c243794cd/?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": "MIN (D Bundy)",
                "amount": 5228.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4772.0
            }
        ],
        "expected_reward_tokens": 9305.4,
        "profit_sb": 305.4,
        "profit_sb_percentage": 3.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "1114e5f4-ca9a-4cf7-99e9-519ff51991e2",
            "gambit_id": "a4ea63b2-64a0-4ef7-ab80-aff672c1eb10",
            "last_updated": "2022-08-30T09:47:24.375993-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (D Bundy)",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2a936ec-01b5-4bb4-95bb-40cf854af08a/?format=api"
        },
        {
            "id": "811e6ecb-46a7-42e6-8da8-e35a84b076d3",
            "gambit_id": "1b90403d-6019-4fef-9588-c638509fe21b",
            "last_updated": "2022-08-30T09:47:24.376425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (B Bello)",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2a936ec-01b5-4bb4-95bb-40cf854af08a/?format=api"
        }
    ]
}