GET /api/bet_types/773a42ca-dae9-4dca-a47b-673db7ebb5db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "773a42ca-dae9-4dca-a47b-673db7ebb5db",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef2d8e07-986a-4f14-9f6f-c9370d833761/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:06.550632-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": "Indiana Pacers",
                "amount": 6390.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d56062ec-b05a-43e0-9952-b0cd69f2ab06",
            "gambit_id": "f5a3b16b-e993-49ef-8628-9d272c51ee2c",
            "last_updated": "2023-11-06T09:38:00.630904-05:00",
            "created_at": "2023-11-04T09:48:06.559598-04:00",
            "name": "Indiana Pacers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/773a42ca-dae9-4dca-a47b-673db7ebb5db/?format=api"
        },
        {
            "id": "6e27ea27-92c8-470c-b626-e3cf38931231",
            "gambit_id": "1de846c1-e12d-4824-b8e5-c036718a5340",
            "last_updated": "2023-11-06T09:38:00.627539-05:00",
            "created_at": "2023-11-04T09:48:06.555318-04:00",
            "name": "Charlotte Hornets",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/773a42ca-dae9-4dca-a47b-673db7ebb5db/?format=api"
        }
    ]
}