GET /api/bet_types/d9232f48-1ff2-4d1c-b325-6999158b5245/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9232f48-1ff2-4d1c-b325-6999158b5245",
    "match": "https://api-prod.gambitprofit.com/api/matches/c874e3a3-0c93-4fc7-adb1-56fa987e51f7/?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": "Toronto Maple Leafs",
                "amount": 5610.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ae3d0b7-9e04-4141-a41f-bb44561a09d7",
            "gambit_id": "791e74ee-85b3-44fb-966c-0e4acc726474",
            "last_updated": "2022-10-31T11:12:08.913258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9232f48-1ff2-4d1c-b325-6999158b5245/?format=api"
        },
        {
            "id": "cf754e28-85e0-4d38-a585-7f969eec39f3",
            "gambit_id": "d2773859-fe01-4ba9-8003-2763e17e2f82",
            "last_updated": "2022-10-31T11:12:08.912310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9232f48-1ff2-4d1c-b325-6999158b5245/?format=api"
        }
    ]
}