GET /api/bet_types/6989ac81-9f68-4504-af15-fa8b1a816b69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6989ac81-9f68-4504-af15-fa8b1a816b69",
    "match": "https://api-prod.gambitprofit.com/api/matches/b113194e-0ed5-4983-a19d-ced241005323/?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": "Columbus Blue Jackets",
                "amount": 6563.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cb036f6-a42f-45ca-befe-99e00847b739",
            "gambit_id": "305ae1fb-5278-43a7-a5f1-e17193b34310",
            "last_updated": "2022-10-26T09:57:10.760789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6989ac81-9f68-4504-af15-fa8b1a816b69/?format=api"
        },
        {
            "id": "6b37e68f-20df-4711-9790-4efb42b8675c",
            "gambit_id": "b274991b-ec3d-4e3c-94a5-0f20e2d1cc69",
            "last_updated": "2022-10-26T09:57:10.761890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6989ac81-9f68-4504-af15-fa8b1a816b69/?format=api"
        }
    ]
}