GET /api/bet_types/9b3829a3-04f5-4a0c-801c-6437f1b4828c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b3829a3-04f5-4a0c-801c-6437f1b4828c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b3950b-075b-4bfd-a7d3-cb6eb14baa11/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:42:10.760010-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": "Edmonton Oilers",
                "amount": 6603.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "df8f739d-5ef1-42c4-ba2c-ce86a5daca3d",
            "gambit_id": "bc1d56bc-70c9-4957-967b-c9eb5a1f7cec",
            "last_updated": "2023-04-27T11:52:04.795976-04:00",
            "created_at": "2023-04-25T11:42:10.762264-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3829a3-04f5-4a0c-801c-6437f1b4828c/?format=api"
        },
        {
            "id": "6de62714-4697-4f4c-8ced-23eb0fb7c34a",
            "gambit_id": "8ea740e6-622b-47e5-826e-ffa07d65bfbb",
            "last_updated": "2023-04-27T11:52:04.797387-04:00",
            "created_at": "2023-04-25T11:42:10.764486-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3829a3-04f5-4a0c-801c-6437f1b4828c/?format=api"
        }
    ]
}