GET /api/bet_types/a6834976-977a-4f12-acbc-f4bd4ee04f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6834976-977a-4f12-acbc-f4bd4ee04f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a248cfa-9c2c-410e-b907-0002a9a86ed8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:55.502382-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": "BAL (K Bradish)",
                "amount": 5955.0
            },
            {
                "team": "BOS (C Kluber)",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "e00a451b-cf80-477a-aa20-d1495d501477",
            "gambit_id": "c84ba6cf-a3f2-46cb-b8d1-867f5d0784c6",
            "last_updated": "2023-04-26T20:37:15.384891-04:00",
            "created_at": "2023-04-25T11:41:55.504365-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.61000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6834976-977a-4f12-acbc-f4bd4ee04f22/?format=api"
        },
        {
            "id": "92b15fc6-23ee-4e04-99bd-2666903774d4",
            "gambit_id": "1d2783c1-e7c2-4a42-b855-40ed037774bd",
            "last_updated": "2023-04-26T20:37:15.386383-04:00",
            "created_at": "2023-04-25T11:41:55.506607-04:00",
            "name": "BOS (C Kluber)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6834976-977a-4f12-acbc-f4bd4ee04f22/?format=api"
        }
    ]
}