GET /api/bet_types/2aad6e2c-cd2d-4a5a-976a-b719c488a018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aad6e2c-cd2d-4a5a-976a-b719c488a018",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b8c465-af55-49ec-b27d-b3529784db42/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T09:28:02.782360-04: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": "LOS (T Gonsolin)",
                "amount": 7033.0
            },
            {
                "team": "OAK (H Harris)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "31365386-e526-402a-b5fd-8fee72d083f6",
            "gambit_id": "f339b0f3-7016-4f50-b747-008692c11ae1",
            "last_updated": "2023-08-03T10:58:04.592120-04:00",
            "created_at": "2023-08-02T09:28:02.796723-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aad6e2c-cd2d-4a5a-976a-b719c488a018/?format=api"
        },
        {
            "id": "14483fb2-fa8a-47a0-b48d-af725a7ef567",
            "gambit_id": "9d93da08-60db-4792-bd9f-549c0e79674b",
            "last_updated": "2023-08-03T10:58:04.587934-04:00",
            "created_at": "2023-08-02T09:28:02.788893-04:00",
            "name": "OAK (H Harris)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aad6e2c-cd2d-4a5a-976a-b719c488a018/?format=api"
        }
    ]
}