GET /api/bet_types/6b5541ed-8b00-4ea8-a053-bd851c35db17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b5541ed-8b00-4ea8-a053-bd851c35db17",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c7819f3-759d-4a2b-a263-ef97121c5493/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T08:03:20.114271-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": "Chicago Bulls",
                "amount": 6160.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "deef4a14-408e-420d-81aa-946745de644b",
            "gambit_id": "bf9c0da5-f0e0-47eb-9653-767843cd2a17",
            "last_updated": "2023-11-07T20:58:21.142236-05:00",
            "created_at": "2023-11-06T08:03:20.124584-05:00",
            "name": "Chicago Bulls",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b5541ed-8b00-4ea8-a053-bd851c35db17/?format=api"
        },
        {
            "id": "bbf0a361-299a-4ab8-a0f7-d4203250b0d2",
            "gambit_id": "b2146f25-a3c6-4ac4-be92-c218bad45de5",
            "last_updated": "2023-11-07T20:58:21.138930-05:00",
            "created_at": "2023-11-06T08:03:20.119970-05:00",
            "name": "Utah Jazz",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b5541ed-8b00-4ea8-a053-bd851c35db17/?format=api"
        }
    ]
}