GET /api/bet_types/98725a91-d56f-42d0-bf43-65b9f24b6c2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98725a91-d56f-42d0-bf43-65b9f24b6c2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b304124-c27e-4550-bf30-88e175ff1c4f/?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": "Western Kentucky",
                "amount": 5212.0
            },
            {
                "team": "UAB",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "19d9689a-5fae-4c03-96aa-164b576423ea",
            "gambit_id": "d5d2708f-c9bb-4b99-947e-92c9f2de9632",
            "last_updated": "2022-10-22T09:12:19.420903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98725a91-d56f-42d0-bf43-65b9f24b6c2a/?format=api"
        },
        {
            "id": "90f49320-a999-46ef-8fe5-46f91c45fe7c",
            "gambit_id": "d1e201b5-32e1-41e0-ab80-e031dfc0f6ce",
            "last_updated": "2022-10-22T09:12:19.421877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98725a91-d56f-42d0-bf43-65b9f24b6c2a/?format=api"
        }
    ]
}