GET /api/bet_types/d6fe6b2d-5fd0-4cd8-870f-be90c095fb39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6fe6b2d-5fd0-4cd8-870f-be90c095fb39",
    "match": "https://api-prod.gambitprofit.com/api/matches/b00842e1-6f54-479e-b7d8-4e0055b9637e/?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": "Philadelphia 76ers",
                "amount": 5610.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "92c03221-be90-4c54-b7af-a95beda906c3",
            "gambit_id": "e8c091b2-c031-4e7e-9049-0599906fe373",
            "last_updated": "2022-10-31T11:02:12.970651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6fe6b2d-5fd0-4cd8-870f-be90c095fb39/?format=api"
        },
        {
            "id": "9d0eeb7b-0e44-451d-92dc-2b94faa59e90",
            "gambit_id": "a7a2acfa-ac3e-4325-bfa7-fc5df2707fe4",
            "last_updated": "2022-10-31T11:02:12.969368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6fe6b2d-5fd0-4cd8-870f-be90c095fb39/?format=api"
        }
    ]
}