GET /api/bet_types/9b92d30d-28ea-457d-89be-64bc4f55600b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b92d30d-28ea-457d-89be-64bc4f55600b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5dc953-aa28-45ad-a61b-466f0ffbeb18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T10:28:21.943176-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": "Orlando Magic",
                "amount": 6222.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "db506225-306c-4a9e-9bcd-ff24bcf99832",
            "gambit_id": "1056f7db-0524-4a15-ba5f-0bd5faaca275",
            "last_updated": "2023-10-30T15:13:13.328821-04:00",
            "created_at": "2023-10-27T10:28:21.948914-04:00",
            "name": "Orlando Magic",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b92d30d-28ea-457d-89be-64bc4f55600b/?format=api"
        },
        {
            "id": "52595c2d-253d-4d1b-89c3-a7477ef9eac8",
            "gambit_id": "d0b61b35-3235-475c-862d-569c7e9d8dfe",
            "last_updated": "2023-10-30T15:13:13.332052-04:00",
            "created_at": "2023-10-27T10:28:21.956612-04:00",
            "name": "Portland Trail Blazers",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b92d30d-28ea-457d-89be-64bc4f55600b/?format=api"
        }
    ]
}