GET /api/bet_types/4cac1ca9-1c9b-4630-a910-5ffd3e60b3f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cac1ca9-1c9b-4630-a910-5ffd3e60b3f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/657a88cd-43cc-47c9-8b0a-d89522b081fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:11:59.336109-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": "TAM (J Beeks)",
                "amount": 5234.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "cd2c5070-920b-4833-a0d8-f0c914e09308",
            "gambit_id": "7e2df58c-f3d8-4c4d-acbb-1d98d7da3311",
            "last_updated": "2023-05-11T11:17:10.181482-04:00",
            "created_at": "2023-05-10T15:11:59.339340-04:00",
            "name": "TAM (J Beeks)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cac1ca9-1c9b-4630-a910-5ffd3e60b3f2/?format=api"
        },
        {
            "id": "7430da3f-92fe-48ae-af66-bfa642f180b5",
            "gambit_id": "e7c96b9c-7f87-475c-8dfc-d30bc714615e",
            "last_updated": "2023-05-11T11:17:10.180108-04:00",
            "created_at": "2023-05-10T15:11:59.337714-04:00",
            "name": "BAL (D Kremer)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cac1ca9-1c9b-4630-a910-5ffd3e60b3f2/?format=api"
        }
    ]
}