GET /api/bet_types/0a4acda1-5a49-486b-aae3-d1e9bef628b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a4acda1-5a49-486b-aae3-d1e9bef628b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d2782a-e9d1-4631-b54c-e245fb3c97c7/?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": "MIA",
                "amount": 5668.0
            },
            {
                "team": "ATL",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "1de4828b-0594-4f52-b652-7bc4938d0151",
            "gambit_id": "d726b98b-9733-4467-894e-d258a78dcdc2",
            "last_updated": "2022-09-03T19:02:20.196809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a4acda1-5a49-486b-aae3-d1e9bef628b7/?format=api"
        },
        {
            "id": "018359a4-ea1a-47f0-9a7e-1e30c83fe0b7",
            "gambit_id": "5b18e525-8a9e-4d11-956e-71e05b639fe7",
            "last_updated": "2022-09-03T19:02:20.195696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a4acda1-5a49-486b-aae3-d1e9bef628b7/?format=api"
        }
    ]
}