GET /api/bet_types/5d38a032-f7e4-41f3-8f9e-8cff0de65665/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d38a032-f7e4-41f3-8f9e-8cff0de65665",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee9986b0-6b2d-420c-a932-503486003451/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:47.638008-04: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": "Cleveland Cavaliers",
                "amount": 6020.0
            },
            {
                "team": "New York Knicks",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "deba2973-8704-430e-8191-ab74b58c198c",
            "gambit_id": "9df71a44-7809-46ea-a4a0-d979877e210f",
            "last_updated": "2023-04-01T10:22:14.069284-04:00",
            "created_at": "2023-03-31T09:56:47.640183-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d38a032-f7e4-41f3-8f9e-8cff0de65665/?format=api"
        },
        {
            "id": "3bc6366c-ef23-4b4e-9e05-66793c085817",
            "gambit_id": "0a04cc5f-c2f0-4b67-b096-6f08133c350c",
            "last_updated": "2023-04-01T10:22:14.071384-04:00",
            "created_at": "2023-03-31T09:56:47.642453-04:00",
            "name": "New York Knicks",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d38a032-f7e4-41f3-8f9e-8cff0de65665/?format=api"
        }
    ]
}