GET /api/bet_types/9e5cdf9a-b731-4433-9f55-e943a416d1bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e5cdf9a-b731-4433-9f55-e943a416d1bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/09ec7cf8-e0af-4b11-88f1-b78306e0e9b5/?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": "HOU",
                "amount": 5756.0
            },
            {
                "team": "ATL",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d1cfe17-5a25-4ea3-860e-fddf743d5e39",
            "gambit_id": "e40f8c4b-4a09-46dc-84b0-e422f1262f9b",
            "last_updated": "2022-08-22T09:42:01.249458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5cdf9a-b731-4433-9f55-e943a416d1bf/?format=api"
        },
        {
            "id": "436c56dc-bb5d-4140-b0be-b7e5149d0dfd",
            "gambit_id": "93d55e36-0c9f-44df-ad73-5007ee16821f",
            "last_updated": "2022-08-22T09:42:01.249008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5cdf9a-b731-4433-9f55-e943a416d1bf/?format=api"
        }
    ]
}