GET /api/bet_types/87d3e910-78b1-40ac-87bf-2e8fc7926b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87d3e910-78b1-40ac-87bf-2e8fc7926b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b67f65f9-51dc-41a0-a8d5-a12ede5ccb02/?format=api",
    "name": "Play the Odds",
    "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": "Saul Canelo Alvarez",
                "amount": 7046.0
            },
            {
                "team": "Gennady Golovkin",
                "amount": 2954.0
            }
        ],
        "expected_reward_tokens": 11343.36,
        "profit_sb": 2343.36,
        "profit_sb_percentage": 26.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "4628917e-788a-403e-88e7-a223d3aadcd3",
            "gambit_id": "1ab87b9a-84a2-4cbb-9b5e-73e3328294d3",
            "last_updated": "2022-09-19T09:42:07.785406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Saul Canelo Alvarez",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d3e910-78b1-40ac-87bf-2e8fc7926b6c/?format=api"
        },
        {
            "id": "3a8cabc1-169a-413d-b193-6a9a841696a7",
            "gambit_id": "9fdbc2e6-22df-4eef-b512-9c817755e86a",
            "last_updated": "2022-09-19T09:42:07.786409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Gennady Golovkin",
            "reward": "3.84000",
            "odds": "4.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d3e910-78b1-40ac-87bf-2e8fc7926b6c/?format=api"
        }
    ]
}