GET /api/bet_types/1bfe563a-b620-4b2b-a093-58c67a5f7e12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bfe563a-b620-4b2b-a093-58c67a5f7e12",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7614f5-969e-46a0-9232-c39089ff19c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:58.137975-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": 7158.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e9ff0fc-e790-480e-9b27-e33e7973f028",
            "gambit_id": "bc99f5d6-2b1b-4482-9c15-5c8cfe5f57f2",
            "last_updated": "2023-03-08T10:12:14.842386-05:00",
            "created_at": "2023-03-07T09:41:58.139152-05:00",
            "name": "Seattle Kraken",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfe563a-b620-4b2b-a093-58c67a5f7e12/?format=api"
        },
        {
            "id": "8f2b80c0-d00c-4166-b226-6482286e27c4",
            "gambit_id": "79699c3f-c002-497d-9f69-88d348b021c3",
            "last_updated": "2023-03-08T10:12:14.843697-05:00",
            "created_at": "2023-03-07T09:41:58.140449-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfe563a-b620-4b2b-a093-58c67a5f7e12/?format=api"
        }
    ]
}