GET /api/bet_types/b49351cb-74b1-4a90-b63a-269c55d6b8bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b49351cb-74b1-4a90-b63a-269c55d6b8bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4136291-a642-4b39-a17f-979027b9841d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:04.186873-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": "Colorado Avalanche",
                "amount": 5939.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e71b655-47e6-4377-a08a-fd1819f5dfda",
            "gambit_id": "e321e1f1-7682-4060-9e52-4620fa1896fb",
            "last_updated": "2023-03-30T10:37:04.268835-04:00",
            "created_at": "2023-03-29T10:07:04.188976-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49351cb-74b1-4a90-b63a-269c55d6b8bb/?format=api"
        },
        {
            "id": "905bd01c-926a-4568-8dd1-adf676e408eb",
            "gambit_id": "1187471b-f825-42a1-b901-27a1ae0f3d5a",
            "last_updated": "2023-03-30T10:37:04.270574-04:00",
            "created_at": "2023-03-29T10:07:04.191378-04:00",
            "name": "Minnesota Wild",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49351cb-74b1-4a90-b63a-269c55d6b8bb/?format=api"
        }
    ]
}