GET /api/bet_types/1b01cf75-94be-4a4e-ad3f-4a97e3d4344d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b01cf75-94be-4a4e-ad3f-4a97e3d4344d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8921dc06-081b-4695-b40b-f42baa67c79e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T11:36:56.486453-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": "Gonzaga",
                "amount": 5213.0
            },
            {
                "team": "UCLA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8c6a7c6-c814-456f-b461-4ccaa961f197",
            "gambit_id": "f581a2eb-2855-4695-80fa-7e8c737607c2",
            "last_updated": "2023-03-24T10:22:14.845731-04:00",
            "created_at": "2023-03-20T11:36:56.492448-04:00",
            "name": "Gonzaga",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b01cf75-94be-4a4e-ad3f-4a97e3d4344d/?format=api"
        },
        {
            "id": "752e086e-6d6d-48b3-8983-7c2b97f91dbc",
            "gambit_id": "53c10c88-4e77-470d-ade4-b36056b7a281",
            "last_updated": "2023-03-24T10:22:14.844172-04:00",
            "created_at": "2023-03-20T11:36:56.489032-04:00",
            "name": "UCLA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b01cf75-94be-4a4e-ad3f-4a97e3d4344d/?format=api"
        }
    ]
}