GET /api/bet_types/5474c7fe-168e-444f-aff1-24bd2264ad11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5474c7fe-168e-444f-aff1-24bd2264ad11",
    "match": "https://api-prod.gambitprofit.com/api/matches/c56892a8-10ad-4347-9ff4-44dc0c4e355e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:18.585242-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": "Sacramento Kings",
                "amount": 7638.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2362.0
            }
        ],
        "expected_reward_tokens": 9471.12,
        "profit_sb": -28.88,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "59e39db1-da3e-441d-a3c3-da929a2e445a",
            "gambit_id": "5640b719-2c2b-476b-9010-acbb0d3bff16",
            "last_updated": "2023-12-27T13:12:57.654653-05:00",
            "created_at": "2023-12-26T11:58:18.589189-05:00",
            "name": "Sacramento Kings",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5474c7fe-168e-444f-aff1-24bd2264ad11/?format=api"
        },
        {
            "id": "9735c13b-6363-4935-83fa-1e16f860b75c",
            "gambit_id": "74863559-a736-4cd9-aba6-561a87b5110a",
            "last_updated": "2023-12-27T13:12:57.658033-05:00",
            "created_at": "2023-12-26T11:58:18.593921-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.01000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5474c7fe-168e-444f-aff1-24bd2264ad11/?format=api"
        }
    ]
}