GET /api/bet_types/dce9db5f-70a0-4ac4-a985-cf550e362ae2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce9db5f-70a0-4ac4-a985-cf550e362ae2",
    "match": "https://api-prod.gambitprofit.com/api/matches/493b2331-fc47-4b08-87b1-3af309c8c711/?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": "Andre Fialho",
                "amount": 5000.0
            },
            {
                "team": "Muslim Salikhov",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "99212fed-e481-451f-bee4-f99b2ef69eee",
            "gambit_id": "ce069e10-3800-4e6c-b4ac-1d9736a574cd",
            "last_updated": "2022-11-21T16:03:53.643414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Andre Fialho",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce9db5f-70a0-4ac4-a985-cf550e362ae2/?format=api"
        },
        {
            "id": "bff77db8-44b9-4427-a9c6-28c01b1dec09",
            "gambit_id": "161f2aeb-3af6-4a0c-a2f1-e8c8b65bdadd",
            "last_updated": "2022-11-21T16:03:53.642224-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Muslim Salikhov",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce9db5f-70a0-4ac4-a985-cf550e362ae2/?format=api"
        }
    ]
}