GET /api/bet_types/b42d67bb-33ee-4c1b-907b-4c14f9f29a2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b42d67bb-33ee-4c1b-907b-4c14f9f29a2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a92820f2-8c7e-4414-a3d2-5663ac0ca430/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:09.920737-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": "Dallas Stars",
                "amount": 5319.0
            },
            {
                "team": "New York Rangers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1decc8c-d518-4b5e-bbba-ca87c7a58528",
            "gambit_id": "fd333067-83ed-4971-9147-f5bc96eb169f",
            "last_updated": "2023-11-21T14:38:25.400564-05:00",
            "created_at": "2023-11-20T09:48:09.928910-05:00",
            "name": "Dallas Stars",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42d67bb-33ee-4c1b-907b-4c14f9f29a2c/?format=api"
        },
        {
            "id": "31a7946d-4920-46fb-9d08-1e60428dea55",
            "gambit_id": "6b492ec0-ea8a-4ec8-9e09-b5d173f03cfd",
            "last_updated": "2023-11-21T14:38:25.396078-05:00",
            "created_at": "2023-11-20T09:48:09.924945-05:00",
            "name": "New York Rangers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42d67bb-33ee-4c1b-907b-4c14f9f29a2c/?format=api"
        }
    ]
}