GET /api/bet_types/2dd2f65d-e99a-4b14-942c-b7831a223c3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dd2f65d-e99a-4b14-942c-b7831a223c3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8dd0d76-aced-4c83-8820-aaf2f24dce2c/?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": "Clemson",
                "amount": 5108.0
            },
            {
                "team": "NC State",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "d574361c-9a74-49bd-afa6-2a3321c36747",
            "gambit_id": "50a6c17b-5827-49a9-bf84-547e3ade1333",
            "last_updated": "2022-10-03T11:12:31.264585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd2f65d-e99a-4b14-942c-b7831a223c3c/?format=api"
        },
        {
            "id": "2ff088fd-0f61-4f86-b970-d79897e7dee1",
            "gambit_id": "3816c052-3a3f-4276-b8e1-70689f557fa7",
            "last_updated": "2022-10-03T11:12:31.265666-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd2f65d-e99a-4b14-942c-b7831a223c3c/?format=api"
        }
    ]
}