GET /api/bet_types/928afe28-a353-48f9-8589-25c34ec6e2f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "928afe28-a353-48f9-8589-25c34ec6e2f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/05dcfacf-849b-4558-8e3a-ab9f625030cb/?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": "BOS (N Pivetta)",
                "amount": 5067.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": 272.61,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fd2d51e-8835-41f5-a700-50c6183d306e",
            "gambit_id": "5767fc82-afec-4a10-9454-a9a24cefbec2",
            "last_updated": "2022-08-22T09:41:59.766365-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.83000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928afe28-a353-48f9-8589-25c34ec6e2f1/?format=api"
        },
        {
            "id": "7dd85ae9-3d6b-4204-9cad-4c189ae27f67",
            "gambit_id": "03f70cbb-6b2a-41ac-ab57-18a8f9ac5bfc",
            "last_updated": "2022-08-22T09:41:59.765908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "1.88000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928afe28-a353-48f9-8589-25c34ec6e2f1/?format=api"
        }
    ]
}