GET /api/bet_types/93703675-d388-4d4c-bdac-c4e733dff50a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93703675-d388-4d4c-bdac-c4e733dff50a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57bbac6-6f99-4b26-ae71-352b342ab1cf/?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": "New Orleans Pelicans",
                "amount": 7983.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "db55b0ef-3da6-44af-a3e4-630050201606",
            "gambit_id": "620768fc-c560-4a3b-85eb-26c4aa59360e",
            "last_updated": "2022-11-22T09:57:25.687342-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93703675-d388-4d4c-bdac-c4e733dff50a/?format=api"
        },
        {
            "id": "b7e6ee57-751d-41e1-b8fd-148f2891d05c",
            "gambit_id": "46d21f97-3d36-4d95-ad21-65ae7293aa7b",
            "last_updated": "2022-11-22T09:57:25.688322-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93703675-d388-4d4c-bdac-c4e733dff50a/?format=api"
        }
    ]
}