GET /api/bet_types/6fd2244f-53f2-4e14-a35b-2619daed18fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fd2244f-53f2-4e14-a35b-2619daed18fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a77751b9-08e7-424f-9338-469de0c4816e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T13:07:20.007490-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": "Movsar Evloev",
                "amount": 8498.0
            },
            {
                "team": "Diego Lopes",
                "amount": 1502.0
            }
        ],
        "expected_reward_tokens": 9432.56,
        "profit_sb": -67.44,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3c726b6-9a4c-4403-9a8a-5316a6b0631b",
            "gambit_id": "9196f9e6-cb4c-497c-a20d-7223a206dc84",
            "last_updated": "2023-05-07T11:57:22.351944-04:00",
            "created_at": "2023-05-06T13:07:20.008739-04:00",
            "name": "Movsar Evloev",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd2244f-53f2-4e14-a35b-2619daed18fc/?format=api"
        },
        {
            "id": "9b159387-dced-4eb7-8c24-bc8d8bd6a291",
            "gambit_id": "d8aff1e5-46eb-4693-8218-77a6606ba46c",
            "last_updated": "2023-05-07T11:57:22.353293-04:00",
            "created_at": "2023-05-06T13:07:20.010121-04:00",
            "name": "Diego Lopes",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd2244f-53f2-4e14-a35b-2619daed18fc/?format=api"
        }
    ]
}