GET /api/bet_types/5a1b787c-054e-4cd9-ac7f-1189843cceab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a1b787c-054e-4cd9-ac7f-1189843cceab",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b392604-eefc-458a-9dfb-70738028839f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:58.197099-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": "Jacksonville Jaguars",
                "amount": 6390.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8979084-17bd-4b27-9b86-184b82e2580e",
            "gambit_id": "d178a695-c333-4bc0-a859-6f82dfd2298c",
            "last_updated": "2023-10-16T18:33:02.049634-04:00",
            "created_at": "2023-10-12T10:57:58.205190-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a1b787c-054e-4cd9-ac7f-1189843cceab/?format=api"
        },
        {
            "id": "86aa866d-c741-44c8-bde1-7e43b484e216",
            "gambit_id": "eec87ba4-0235-4c5d-a6a5-d5ec8976cc8f",
            "last_updated": "2023-10-16T18:33:02.032061-04:00",
            "created_at": "2023-10-12T10:57:58.201005-04:00",
            "name": "Indianapolis Colts",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a1b787c-054e-4cd9-ac7f-1189843cceab/?format=api"
        }
    ]
}