GET /api/bet_types/90e4bdb1-dfa6-41a9-bc36-e1092a746692/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90e4bdb1-dfa6-41a9-bc36-e1092a746692",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6d32ff1-35d0-4d4e-9f34-7ddd87621c96/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:18.047573-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": "New Jersey Devils",
                "amount": 6090.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4145ca1-ce41-47d2-8e28-7e43274ca046",
            "gambit_id": "a1b65b24-b2e2-4a01-9539-ed83764dd760",
            "last_updated": "2023-04-14T12:02:22.115077-04:00",
            "created_at": "2023-04-13T09:32:18.050033-04:00",
            "name": "New Jersey Devils",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e4bdb1-dfa6-41a9-bc36-e1092a746692/?format=api"
        },
        {
            "id": "dca4d06b-b25a-4bcf-8020-a7ccc5c89054",
            "gambit_id": "5e5dc819-9777-4771-80ce-b674430f7d8e",
            "last_updated": "2023-04-14T12:02:22.113701-04:00",
            "created_at": "2023-04-13T09:32:18.048771-04:00",
            "name": "Washington Capitals",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e4bdb1-dfa6-41a9-bc36-e1092a746692/?format=api"
        }
    ]
}