GET /api/bet_types/a68987b0-093a-4437-afac-d8dd8e31cb03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a68987b0-093a-4437-afac-d8dd8e31cb03",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc02cb28-4f72-4628-ae1c-d6118599f105/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:11.883290-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": "Miami Heat",
                "amount": 6449.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddd9f8a8-1dea-4f4a-9aa0-187510459fba",
            "gambit_id": "91313abf-77a3-44c7-bce1-6c7e2440b166",
            "last_updated": "2023-12-18T10:38:05.046588-05:00",
            "created_at": "2023-12-16T09:23:11.896242-05:00",
            "name": "Miami Heat",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68987b0-093a-4437-afac-d8dd8e31cb03/?format=api"
        },
        {
            "id": "6450781e-3b05-4296-8445-42252cfae38b",
            "gambit_id": "c613b3d4-f2a6-42da-9227-dd96e02f039a",
            "last_updated": "2023-12-18T10:38:05.043244-05:00",
            "created_at": "2023-12-16T09:23:11.891585-05:00",
            "name": "Chicago Bulls",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68987b0-093a-4437-afac-d8dd8e31cb03/?format=api"
        }
    ]
}