GET /api/bet_types/e953d983-a7e7-4929-8353-f12e34958853/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e953d983-a7e7-4929-8353-f12e34958853",
    "match": "https://api-prod.gambitprofit.com/api/matches/25dd5eb9-c870-4e24-af5f-2a15c09817e3/?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": "Nashville Predators",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a71015e2-4e84-47ba-99bc-7d89da64062b",
            "gambit_id": "5407b867-3a39-4a01-940c-76fb1a0b0285",
            "last_updated": "2022-11-16T09:47:35.353303-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e953d983-a7e7-4929-8353-f12e34958853/?format=api"
        },
        {
            "id": "297b3813-1189-4dce-ac2d-465cc06cf7d3",
            "gambit_id": "8c795a30-00c1-4669-aeb7-85f355ffc6c9",
            "last_updated": "2022-11-16T09:47:35.354268-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e953d983-a7e7-4929-8353-f12e34958853/?format=api"
        }
    ]
}