GET /api/bet_types/b345e237-2d38-406c-a74f-ef9942ed2b13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b345e237-2d38-406c-a74f-ef9942ed2b13",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f9842e-1b78-420e-934c-0d1f378f13ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:18.553576-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": "Utah Jazz",
                "amount": 5094.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "45e157ba-3555-4b70-9208-d251cc58dab5",
            "gambit_id": "311daff6-923b-4b11-99e0-d56561171a3a",
            "last_updated": "2023-11-03T10:23:05.245513-04:00",
            "created_at": "2023-11-01T09:08:18.568418-04:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b345e237-2d38-406c-a74f-ef9942ed2b13/?format=api"
        },
        {
            "id": "71e86dea-c169-424e-a8cd-947776a99eee",
            "gambit_id": "83db84fb-0d0d-4cce-8db0-2b3d6d649ab1",
            "last_updated": "2023-11-03T10:23:05.241984-04:00",
            "created_at": "2023-11-01T09:08:18.563951-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b345e237-2d38-406c-a74f-ef9942ed2b13/?format=api"
        }
    ]
}