GET /api/bet_types/4a6b2d72-567d-46d9-8fb4-0007933eb89f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a6b2d72-567d-46d9-8fb4-0007933eb89f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f2c9ff0-2d9f-497d-901a-3bc0d89a9e95/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Detroit Red Wings",
                "amount": 5899.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "052121a6-e8c9-4602-8c7f-6db5b83610cd",
            "gambit_id": "c97ab1dc-556a-4412-8d52-8e7b17eb0d53",
            "last_updated": "2022-11-09T09:48:28.254630-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a6b2d72-567d-46d9-8fb4-0007933eb89f/?format=api"
        },
        {
            "id": "f81e50a5-2bcf-44f3-9b43-0f77cbc997d2",
            "gambit_id": "0266fe18-de06-4327-ac07-b3316291653f",
            "last_updated": "2022-11-09T09:48:28.255667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a6b2d72-567d-46d9-8fb4-0007933eb89f/?format=api"
        }
    ]
}