GET /api/bet_types/463fb026-0529-4b12-90ee-76a5d5462b7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "463fb026-0529-4b12-90ee-76a5d5462b7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dd38d26-c5d1-42cd-8294-82a4854b04be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:18.184574-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": "LAA (C Silseth)",
                "amount": 5440.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "24f662c9-6dd0-4bd2-9135-d5f945c6ced0",
            "gambit_id": "31d12bb6-58bd-4f22-a5d3-41929d59ca5f",
            "last_updated": "2023-08-07T19:23:07.509116-04:00",
            "created_at": "2023-08-06T08:38:18.199924-04:00",
            "name": "LAA (C Silseth)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463fb026-0529-4b12-90ee-76a5d5462b7d/?format=api"
        },
        {
            "id": "b804db11-161c-467f-b7ea-f08d5b151393",
            "gambit_id": "59ad8e5d-f9a4-4ef0-8e9e-400263f104af",
            "last_updated": "2023-08-07T19:23:07.505458-04:00",
            "created_at": "2023-08-06T08:38:18.194587-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463fb026-0529-4b12-90ee-76a5d5462b7d/?format=api"
        }
    ]
}