GET /api/bet_types/2e486196-8748-460c-80c6-fdd862342232/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e486196-8748-460c-80c6-fdd862342232",
    "match": "https://api-prod.gambitprofit.com/api/matches/49309f5b-e465-44f8-832b-28f5e1632091/?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": "Vegas Golden Knights",
                "amount": 5000.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b760530-7405-4819-b79d-2b8ec9d8a823",
            "gambit_id": "ded8815b-af2d-4698-8cab-84dcb12a7be1",
            "last_updated": "2022-10-25T10:12:22.535042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e486196-8748-460c-80c6-fdd862342232/?format=api"
        },
        {
            "id": "bf8df4a0-6bb0-4ccb-9d44-eafdb6163fc1",
            "gambit_id": "a47c7686-a6c6-4a83-b85b-dd9fb0a8f618",
            "last_updated": "2022-10-25T10:12:22.536029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e486196-8748-460c-80c6-fdd862342232/?format=api"
        }
    ]
}