GET /api/bet_types/58cf26e6-c0d1-4793-ba22-b02d0b4ab651/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58cf26e6-c0d1-4793-ba22-b02d0b4ab651",
    "match": "https://api-prod.gambitprofit.com/api/matches/b74dedd7-8a17-4165-8350-6a77ff723391/?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": "Miami Heat",
                "amount": 5753.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2354e62-cfb2-4507-bf69-ba74dccc312c",
            "gambit_id": "40401a26-c935-4190-aeaa-75ffaf068d62",
            "last_updated": "2022-12-15T10:47:00.120956-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cf26e6-c0d1-4793-ba22-b02d0b4ab651/?format=api"
        },
        {
            "id": "11d464c5-cc94-45ba-9d92-6c5403e91e73",
            "gambit_id": "7d47c34d-05b9-4291-94c0-672c3c0a9cbf",
            "last_updated": "2022-12-15T10:47:00.119873-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cf26e6-c0d1-4793-ba22-b02d0b4ab651/?format=api"
        }
    ]
}