GET /api/bet_types/b2bf9b91-c383-49ea-a199-2a7a9737ec32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2bf9b91-c383-49ea-a199-2a7a9737ec32",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1219a75-80e4-4754-abd1-93f46d6fb3e6/?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": "Dustin Poirier",
                "amount": 6194.0
            },
            {
                "team": "Michael Chandler",
                "amount": 3806.0
            }
        ],
        "expected_reward_tokens": 8981.3,
        "profit_sb": -18.7,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4aceba5-8256-43fe-953e-f8a18bea2969",
            "gambit_id": "efd966d1-f4bf-4447-b210-95efcfbb5211",
            "last_updated": "2022-11-14T10:47:56.731988-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dustin Poirier",
            "reward": "1.45000",
            "odds": "1.51280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2bf9b91-c383-49ea-a199-2a7a9737ec32/?format=api"
        },
        {
            "id": "9db5d2bf-10ed-49fb-8c1d-64e66c34b4b6",
            "gambit_id": "f34ac84f-b374-43df-8579-a81676f02672",
            "last_updated": "2022-11-14T10:47:56.733165-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michael Chandler",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2bf9b91-c383-49ea-a199-2a7a9737ec32/?format=api"
        }
    ]
}