GET /api/bet_types/15521683-b51a-402d-8cfd-827c82a5d5f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15521683-b51a-402d-8cfd-827c82a5d5f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8cc8e38-9cd9-40ee-8afb-e00efe8177b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Hawks",
                "amount": 7959.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c971fb23-2007-4b23-94d7-5df6540cc46e",
            "gambit_id": "1b5eb8ce-c6f6-4281-81fe-6261eb0babb5",
            "last_updated": "2022-10-24T11:47:18.938011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15521683-b51a-402d-8cfd-827c82a5d5f5/?format=api"
        },
        {
            "id": "bcac56e0-a1f5-44b1-9bba-6e9e95755a90",
            "gambit_id": "f8a03b9c-aa95-4b85-ac29-55797b30d101",
            "last_updated": "2022-10-24T11:47:18.938989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15521683-b51a-402d-8cfd-827c82a5d5f5/?format=api"
        }
    ]
}