GET /api/bet_types/8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-19T09:52:14.961674-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": "Minnesota Wild",
                "amount": 6235.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc5b17dd-0325-4a29-840d-27477de23698",
            "gambit_id": "99920a35-5645-4402-b470-9d9643d04c0c",
            "last_updated": "2023-02-20T09:51:56.990180-05:00",
            "created_at": "2023-02-19T09:52:14.962905-05:00",
            "name": "Minnesota Wild",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea/?format=api"
        },
        {
            "id": "5bbadadf-ed11-4abf-81f2-9132a1714a8f",
            "gambit_id": "d5ba774b-f35b-4adf-905e-21043cc7d5fd",
            "last_updated": "2023-02-20T09:51:56.991311-05:00",
            "created_at": "2023-02-19T09:52:14.964227-05:00",
            "name": "Nashville Predators",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea/?format=api"
        }
    ]
}