GET /api/bet_types/9d4e8783-e74f-4fb0-81cb-e9b2ec3cf69a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d4e8783-e74f-4fb0-81cb-e9b2ec3cf69a",
    "match": "https://api-prod.gambitprofit.com/api/matches/601d4987-a9f9-47dd-8411-bc262d0f0df3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:12.748700-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": "Boston Bruins",
                "amount": 6547.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3f961fe-de13-4646-a76b-8192f502a28b",
            "gambit_id": "840eaa53-94a9-471f-94cc-4ff492f96fc8",
            "last_updated": "2023-12-11T11:43:09.915719-05:00",
            "created_at": "2023-12-09T08:48:12.760025-05:00",
            "name": "Boston Bruins",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4e8783-e74f-4fb0-81cb-e9b2ec3cf69a/?format=api"
        },
        {
            "id": "d995af9c-1eb0-44fc-b2f1-0ab547d5c4d7",
            "gambit_id": "1ae643f8-c2d5-4824-a5fc-8255c316ac1c",
            "last_updated": "2023-12-11T11:43:09.912204-05:00",
            "created_at": "2023-12-09T08:48:12.754277-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4e8783-e74f-4fb0-81cb-e9b2ec3cf69a/?format=api"
        }
    ]
}