GET /api/bet_types/c3163cab-d49e-4807-a20d-0cb0bb76ac4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3163cab-d49e-4807-a20d-0cb0bb76ac4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/160ee264-b6f7-425e-9531-215792344ad6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:55.455993-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": "Tampa Bay Lightning",
                "amount": 7357.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "14f07383-df3d-40b9-b08f-68971850ea59",
            "gambit_id": "1b0116e7-4533-4a83-9c58-2a602d079712",
            "last_updated": "2023-03-20T09:36:51.948822-04:00",
            "created_at": "2023-03-18T08:46:55.457906-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3163cab-d49e-4807-a20d-0cb0bb76ac4b/?format=api"
        },
        {
            "id": "eb6916b8-cfba-47b5-9eed-3fa72cec8c7d",
            "gambit_id": "24fc78b5-7991-4009-badb-bd7e176be05e",
            "last_updated": "2023-03-20T09:36:51.951075-04:00",
            "created_at": "2023-03-18T08:46:55.460022-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3163cab-d49e-4807-a20d-0cb0bb76ac4b/?format=api"
        }
    ]
}