GET /api/bet_types/6d7eea33-3952-4686-92b2-2e753dca3394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7eea33-3952-4686-92b2-2e753dca3394",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f366cc-1591-45fb-9f76-e3735827376a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-14T09:28:03.100787-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": "New York Rangers",
                "amount": 6659.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "95b06a46-9d08-485a-ae28-e0fd5c96080c",
            "gambit_id": "cb6f83a9-d66c-4675-8b34-d85a8bbe6bbf",
            "last_updated": "2023-10-16T18:08:30.826900-04:00",
            "created_at": "2023-10-14T09:28:03.108077-04:00",
            "name": "New York Rangers",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7eea33-3952-4686-92b2-2e753dca3394/?format=api"
        },
        {
            "id": "93fd4160-030c-45da-9c9e-69ba080c500c",
            "gambit_id": "30669e9c-5f50-4e09-bb82-0416aa531101",
            "last_updated": "2023-10-16T18:08:30.830158-04:00",
            "created_at": "2023-10-14T09:28:03.114604-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7eea33-3952-4686-92b2-2e753dca3394/?format=api"
        }
    ]
}