GET /api/bet_types/14058866-344e-4cbd-9e4f-9a9555a9e4b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14058866-344e-4cbd-9e4f-9a9555a9e4b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec35741-fa50-426b-b810-f3ad599bbeda/?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": "Washington Capitals",
                "amount": 7085.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2915.0
            }
        ],
        "expected_reward_tokens": 9210.5,
        "profit_sb": 210.5,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "62cf044e-13ef-4974-b982-f7812b8ad7a2",
            "gambit_id": "8e10046e-d5a1-418d-8f30-4d3e9d848fc9",
            "last_updated": "2022-11-07T09:12:52.379336-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14058866-344e-4cbd-9e4f-9a9555a9e4b1/?format=api"
        },
        {
            "id": "13dc6839-01bf-412a-b205-da51236f5423",
            "gambit_id": "067fc427-1f12-453b-ab56-94e7395faf01",
            "last_updated": "2022-11-07T09:12:52.380476-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.16000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14058866-344e-4cbd-9e4f-9a9555a9e4b1/?format=api"
        }
    ]
}