GET /api/bet_types/c4c45776-c993-4573-89d7-9c24431a5e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4c45776-c993-4573-89d7-9c24431a5e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd80ccf-851c-4e28-9203-d83729f73d16/?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": "Buffalo Sabres",
                "amount": 5863.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ca9e908-1ca1-4b66-88a0-05930b71f941",
            "gambit_id": "522b8829-5f85-4349-9e71-386025e6ac34",
            "last_updated": "2022-11-01T10:22:25.873008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c45776-c993-4573-89d7-9c24431a5e51/?format=api"
        },
        {
            "id": "a5ba0c75-fd44-4cdf-a13f-cb79900f2ba8",
            "gambit_id": "472d416b-7841-4c9d-b101-03cf8e1284e0",
            "last_updated": "2022-11-01T10:22:25.873929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c45776-c993-4573-89d7-9c24431a5e51/?format=api"
        }
    ]
}