GET /api/bet_types/41d02888-5f0d-4205-87e9-d18995b97844/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41d02888-5f0d-4205-87e9-d18995b97844",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f549bde-0ab1-46da-ba13-c00a41e7b8a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:42:02.216290-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": "CHC (H Wesneski)",
                "amount": 5527.0
            },
            {
                "team": "OAK (K Muller)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff0ff6bf-30bd-444e-8428-be9f57ec4ca1",
            "gambit_id": "2dfe5eeb-f114-4dea-aab5-216bbd84984f",
            "last_updated": "2023-04-18T12:12:11.264302-04:00",
            "created_at": "2023-04-17T11:42:02.221375-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d02888-5f0d-4205-87e9-d18995b97844/?format=api"
        },
        {
            "id": "5b6c84ef-f42d-455f-a5b0-9cd6bed203c3",
            "gambit_id": "72a2a0c4-fad1-48b6-bab2-80c74ae323f2",
            "last_updated": "2023-04-18T12:12:11.262490-04:00",
            "created_at": "2023-04-17T11:42:02.218713-04:00",
            "name": "OAK (K Muller)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d02888-5f0d-4205-87e9-d18995b97844/?format=api"
        }
    ]
}