GET /api/bet_types/9e620559-168e-4502-b148-d74e66dd440f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e620559-168e-4502-b148-d74e66dd440f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e61aadfe-3a59-48db-9cec-2389b1ca8b55/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T08:46:58.765523-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": "Golden State Warriors",
                "amount": 5316.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "826e3f81-0187-4e90-a8a8-6a357253d8a5",
            "gambit_id": "06c2a343-a121-4b7e-a692-849da5b32bda",
            "last_updated": "2023-02-28T12:37:07.005099-05:00",
            "created_at": "2023-02-26T08:46:58.766683-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e620559-168e-4502-b148-d74e66dd440f/?format=api"
        },
        {
            "id": "db092d28-cf4c-4bf3-b09e-dd925788e4c4",
            "gambit_id": "fd084470-6735-4658-a58d-ceac1bc22644",
            "last_updated": "2023-02-28T12:37:07.006240-05:00",
            "created_at": "2023-02-26T08:46:58.767878-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e620559-168e-4502-b148-d74e66dd440f/?format=api"
        }
    ]
}