GET /api/bet_types/a4b95918-81dd-49d9-91fe-5b0f332e467d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4b95918-81dd-49d9-91fe-5b0f332e467d",
    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-20T09:16:48.643286-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": "Seattle Kraken",
                "amount": 5780.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2c36721-4160-4079-b48d-fa4ce9dc20da",
            "gambit_id": "d4b665d1-89a7-4a17-81a8-b7f9a83c317e",
            "last_updated": "2023-02-21T09:31:48.406113-05:00",
            "created_at": "2023-02-20T09:16:48.645798-05:00",
            "name": "Seattle Kraken",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b95918-81dd-49d9-91fe-5b0f332e467d/?format=api"
        },
        {
            "id": "6dd18798-ce21-4251-8762-f525212fc107",
            "gambit_id": "e6929fc9-274d-4f79-8937-b723a2fbe037",
            "last_updated": "2023-02-21T09:31:48.404895-05:00",
            "created_at": "2023-02-20T09:16:48.644514-05:00",
            "name": "San Jose Sharks",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b95918-81dd-49d9-91fe-5b0f332e467d/?format=api"
        }
    ]
}