GET /api/bet_types/a2b0b925-9d57-46e8-a8a5-11d6f8b900ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2b0b925-9d57-46e8-a8a5-11d6f8b900ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fec77b3-24e9-43ea-9e76-82cc479f56c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:52:09.770296-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": "Chicago Bulls",
                "amount": 6651.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba5ab875-a0d8-403d-8629-62d8080f98cb",
            "gambit_id": "1075b7ef-7442-459f-bc54-2303ca6de694",
            "last_updated": "2023-04-05T17:37:09.303877-04:00",
            "created_at": "2023-04-04T09:52:09.771993-04:00",
            "name": "Chicago Bulls",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2b0b925-9d57-46e8-a8a5-11d6f8b900ba/?format=api"
        },
        {
            "id": "ecb2d4ec-2e87-42e4-8143-75dd2a220772",
            "gambit_id": "c08d542c-6d3b-4e6b-a256-e88192c8e171",
            "last_updated": "2023-04-05T17:37:09.305374-04:00",
            "created_at": "2023-04-04T09:52:09.775017-04:00",
            "name": "Atlanta Hawks",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2b0b925-9d57-46e8-a8a5-11d6f8b900ba/?format=api"
        }
    ]
}