GET /api/bet_types/2d942605-1e0f-4427-ac3b-fd2a4889c454/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d942605-1e0f-4427-ac3b-fd2a4889c454",
    "match": "https://api-prod.gambitprofit.com/api/matches/53479372-4e59-4c29-8c6c-84774897932a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-05T14:19:53.033617-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": "Chicago Bulls",
                "amount": 6458.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a69abd9-1677-4496-96ac-8c98919b98f9",
            "gambit_id": "8e0fbf79-b1e9-4e56-8297-4b305d1136f0",
            "last_updated": "2023-03-06T19:12:05.788472-05:00",
            "created_at": "2023-03-05T14:19:53.035191-05:00",
            "name": "Chicago Bulls",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d942605-1e0f-4427-ac3b-fd2a4889c454/?format=api"
        },
        {
            "id": "cae83130-1b18-4de1-a1ba-e1a723763d78",
            "gambit_id": "9ad95397-a0db-4fde-9040-8a01a6dcce92",
            "last_updated": "2023-03-06T19:12:05.789780-05:00",
            "created_at": "2023-03-05T14:19:53.036840-05:00",
            "name": "Indiana Pacers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d942605-1e0f-4427-ac3b-fd2a4889c454/?format=api"
        }
    ]
}