GET /api/bet_types/20e06609-6492-4b36-b1de-4af09b88dedd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20e06609-6492-4b36-b1de-4af09b88dedd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9d5db22-ea14-4f18-be19-6ca732f872a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T10:02:09.041360-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": "New Orleans Pelicans",
                "amount": 6547.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b9b6d49-e26d-419b-9cdf-a3f5dbb00f83",
            "gambit_id": "2d6cca8a-506e-4bbe-957c-f8ce4aff050a",
            "last_updated": "2023-03-18T14:47:06.431288-04:00",
            "created_at": "2023-03-17T10:02:09.045857-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e06609-6492-4b36-b1de-4af09b88dedd/?format=api"
        },
        {
            "id": "05ef28d5-3f64-49a7-bee8-9b684b200c03",
            "gambit_id": "40f926c1-e202-497c-9cff-0c8a13862b45",
            "last_updated": "2023-03-18T14:47:06.429883-04:00",
            "created_at": "2023-03-17T10:02:09.043864-04:00",
            "name": "Houston Rockets",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e06609-6492-4b36-b1de-4af09b88dedd/?format=api"
        }
    ]
}