GET /api/bet_types/f59d70b7-dd50-45ef-9d99-c1cf036a7ecf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f59d70b7-dd50-45ef-9d99-c1cf036a7ecf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0c41ae-7b27-407e-8eda-11301597abde/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:21:51.929799-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": "Cincinnati Bengals",
                "amount": 7638.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 2362.0
            }
        ],
        "expected_reward_tokens": 9164.56,
        "profit_sb": 164.56,
        "profit_sb_percentage": 1.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c5ca421-18ca-48a2-8a75-3f00afd01f01",
            "gambit_id": "a023ae6d-a2c8-4558-a598-c0d49a7bd189",
            "last_updated": "2023-01-16T10:37:18.384177-05:00",
            "created_at": "2023-01-11T10:21:51.930861-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f59d70b7-dd50-45ef-9d99-c1cf036a7ecf/?format=api"
        },
        {
            "id": "40b86a67-ccca-4449-ab28-7ff1640e49a2",
            "gambit_id": "79624cda-280d-46f5-88e3-16739fa967ac",
            "last_updated": "2023-01-16T10:37:18.387390-05:00",
            "created_at": "2023-01-11T10:21:51.931998-05:00",
            "name": "Baltimore Ravens",
            "reward": "3.88000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f59d70b7-dd50-45ef-9d99-c1cf036a7ecf/?format=api"
        }
    ]
}