GET /api/bet_types/8570ddbe-10d7-4986-b5b9-6401e7260066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8570ddbe-10d7-4986-b5b9-6401e7260066",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5ec96e1-e140-4e26-914e-a299cf1b6889/?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": "Oklahoma",
                "amount": 7199.0
            },
            {
                "team": "West Virginia",
                "amount": 2801.0
            }
        ],
        "expected_reward_tokens": 9214.72,
        "profit_sb": 214.72,
        "profit_sb_percentage": 2.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "d85ce749-2689-4d38-9aa4-4337381f784f",
            "gambit_id": "cec8a8f0-9be8-485e-9069-032df354c39c",
            "last_updated": "2022-11-14T10:28:55.197115-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570ddbe-10d7-4986-b5b9-6401e7260066/?format=api"
        },
        {
            "id": "bea05511-08ca-4259-ae3c-cbab480e41ff",
            "gambit_id": "7696f7b5-b79d-4d07-977f-ab65d9d8e0e2",
            "last_updated": "2022-11-14T10:28:55.195958-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "3.29000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570ddbe-10d7-4986-b5b9-6401e7260066/?format=api"
        }
    ]
}