GET /api/bet_types/a045c34f-f557-4ab4-ae5b-3c74bc116bb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a045c34f-f557-4ab4-ae5b-3c74bc116bb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f47f184-701e-40a4-94ed-4da5a8c86eb7/?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": "NYM (J DeGrom)",
                "amount": 7634.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 2366.0
            }
        ],
        "expected_reward_tokens": 9084.46,
        "profit_sb": 84.46,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2cf8c09-a5b7-4462-b5c2-9d16439f19c0",
            "gambit_id": "240c1ff0-2305-4b99-9112-92fd7e4d8b86",
            "last_updated": "2022-09-19T11:52:13.578195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a045c34f-f557-4ab4-ae5b-3c74bc116bb1/?format=api"
        },
        {
            "id": "0de3b3e1-de12-4741-b1d5-149484afafd8",
            "gambit_id": "09af370c-7962-4f6e-8524-49ea8350f55e",
            "last_updated": "2022-09-19T11:52:13.577261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Oviedo)",
            "reward": "3.84000",
            "odds": "4.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a045c34f-f557-4ab4-ae5b-3c74bc116bb1/?format=api"
        }
    ]
}