GET /api/bet_types/54d9e9b2-8c13-4df8-9a3f-519697bfea1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54d9e9b2-8c13-4df8-9a3f-519697bfea1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc8d181-c722-4575-b5cf-784b722ac160/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:08.024631-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": "Dallas Stars",
                "amount": 5857.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c1f5b56-17ac-4fe8-a26d-2706c315f877",
            "gambit_id": "2b591e44-5b8e-40cb-b289-563d30210153",
            "last_updated": "2024-02-07T01:53:01.322333-05:00",
            "created_at": "2024-02-06T09:08:08.032334-05:00",
            "name": "Dallas Stars",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d9e9b2-8c13-4df8-9a3f-519697bfea1f/?format=api"
        },
        {
            "id": "a27279c0-9d5d-4d68-9470-6497d3372dd6",
            "gambit_id": "59451250-6ee3-4bcf-851c-cadf8d2e873e",
            "last_updated": "2024-02-07T01:53:01.325942-05:00",
            "created_at": "2024-02-06T09:08:08.041617-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d9e9b2-8c13-4df8-9a3f-519697bfea1f/?format=api"
        }
    ]
}