GET /api/bet_types/60ee2d46-f9b2-43bd-b19e-470405d0e792/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60ee2d46-f9b2-43bd-b19e-470405d0e792",
    "match": "https://api-prod.gambitprofit.com/api/matches/a21012f1-0a47-49ad-8ca9-b82e36d42377/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:19.458510-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": 6554.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c296ffd-dabb-40bc-9a88-703bb0bb88ba",
            "gambit_id": "16293034-5caa-4149-a496-1f0f4e1af104",
            "last_updated": "2024-02-01T10:48:00.667686-05:00",
            "created_at": "2024-01-31T09:58:19.462339-05:00",
            "name": "Chicago Bulls",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60ee2d46-f9b2-43bd-b19e-470405d0e792/?format=api"
        },
        {
            "id": "41baabbd-e5d3-457f-b3fb-d41544b479fb",
            "gambit_id": "bf1b8c9a-9234-437d-8bfe-9e72d0522e68",
            "last_updated": "2024-02-01T10:48:00.670960-05:00",
            "created_at": "2024-01-31T09:58:19.466841-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60ee2d46-f9b2-43bd-b19e-470405d0e792/?format=api"
        }
    ]
}