GET /api/bet_types/78febfbc-e167-4c9b-8043-1aee7827ece2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78febfbc-e167-4c9b-8043-1aee7827ece2",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a96faa-10b1-454d-8566-c6df35f41b43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:10.800191-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": "Oklahoma City Thunder",
                "amount": 5773.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0deb5413-7ef5-4343-bd66-2e94dc3d1c1d",
            "gambit_id": "9c59bff7-f2ac-4fce-9001-fc5fb04ac5d7",
            "last_updated": "2024-02-07T01:53:03.501477-05:00",
            "created_at": "2024-02-06T09:08:10.804006-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78febfbc-e167-4c9b-8043-1aee7827ece2/?format=api"
        },
        {
            "id": "6840b4e7-ce51-4b81-a2ef-c83ebd6a6f34",
            "gambit_id": "51c7dc19-a063-4200-8098-aa4b8f619a48",
            "last_updated": "2024-02-07T01:53:03.504721-05:00",
            "created_at": "2024-02-06T09:08:10.808837-05:00",
            "name": "Utah Jazz",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78febfbc-e167-4c9b-8043-1aee7827ece2/?format=api"
        }
    ]
}