GET /api/bet_types/1521d395-858e-4249-a4c7-c90c5a451cd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1521d395-858e-4249-a4c7-c90c5a451cd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f9842e-1b78-420e-934c-0d1f378f13ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:18.572923-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": "Utah Jazz",
                "amount": 5515.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "8775c2ea-7f0e-4e37-8ccd-9cbc0499e9c3",
            "gambit_id": "095710c0-3c4f-455e-8188-51c3e71501b6",
            "last_updated": "2023-11-03T10:23:05.255984-04:00",
            "created_at": "2023-11-01T09:08:18.583062-04:00",
            "name": "Utah Jazz",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1521d395-858e-4249-a4c7-c90c5a451cd4/?format=api"
        },
        {
            "id": "b2790013-75ca-469b-8cea-37c3c22d9596",
            "gambit_id": "82133b96-e581-49b4-820a-f6678001a1fb",
            "last_updated": "2023-11-03T10:23:05.252465-04:00",
            "created_at": "2023-11-01T09:08:18.577575-04:00",
            "name": "Memphis Grizzlies",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1521d395-858e-4249-a4c7-c90c5a451cd4/?format=api"
        }
    ]
}