GET /api/bet_types/e50aa29f-66af-4306-9f5e-6c3936f870e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e50aa29f-66af-4306-9f5e-6c3936f870e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef993521-ba83-4b3d-b3a8-69320d0e7c83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T10:02:05.084820-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": "Memphis Grizzlies",
                "amount": 6241.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4c778e5-2c9e-4240-bc3f-ed28d1f30820",
            "gambit_id": "8f051863-8fe7-4738-ab2d-8529b7a7c996",
            "last_updated": "2023-03-21T10:16:53.238176-04:00",
            "created_at": "2023-03-20T10:02:05.087289-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e50aa29f-66af-4306-9f5e-6c3936f870e2/?format=api"
        },
        {
            "id": "a5177ae9-38c7-46e1-98fd-b5b2a41bda76",
            "gambit_id": "dcca70b1-eb42-45f0-a125-ecd28f6f2194",
            "last_updated": "2023-03-21T10:16:53.240478-04:00",
            "created_at": "2023-03-20T10:02:05.089999-04:00",
            "name": "Dallas Mavericks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e50aa29f-66af-4306-9f5e-6c3936f870e2/?format=api"
        }
    ]
}