GET /api/bet_types/4a8dae79-1f39-473d-a984-1a67d7a543ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a8dae79-1f39-473d-a984-1a67d7a543ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/d922a3c8-9711-4d91-8bb3-4fdffa18d2ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T14:21:59.418435-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": "Los Angeles Lakers",
                "amount": 6449.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb97dee5-669b-4454-ba6e-1b4ff3d5659e",
            "gambit_id": "d33093b2-e1fc-46c5-94ce-18ed5c09be78",
            "last_updated": "2023-04-30T15:06:55.050494-04:00",
            "created_at": "2023-04-28T14:21:59.420507-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8dae79-1f39-473d-a984-1a67d7a543ec/?format=api"
        },
        {
            "id": "e3648702-fffb-4a92-be04-ad53546a2ee0",
            "gambit_id": "399e5686-6fd7-40be-877f-d23e7c330c82",
            "last_updated": "2023-04-30T15:06:55.052206-04:00",
            "created_at": "2023-04-28T14:21:59.422715-04:00",
            "name": "Memphis Grizzlies",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8dae79-1f39-473d-a984-1a67d7a543ec/?format=api"
        }
    ]
}