GET /api/bet_types/ca8a21cd-f41c-4d86-960b-b80087ae23b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca8a21cd-f41c-4d86-960b-b80087ae23b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/17c7b637-2c32-4a1c-8ac1-31835ba1bc48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:57:56.694528-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": "Los Angeles Lakers",
                "amount": 5317.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd0f570a-c648-4847-b4e7-88504e814c99",
            "gambit_id": "3f67f4b6-379a-4e11-913e-9b77d5c46b08",
            "last_updated": "2023-12-06T21:58:02.713714-05:00",
            "created_at": "2023-12-05T08:57:56.704010-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8a21cd-f41c-4d86-960b-b80087ae23b3/?format=api"
        },
        {
            "id": "7758bec9-66f2-4cab-b0c8-0ddf1beb6322",
            "gambit_id": "9f1cd084-3231-41cc-b980-3cb33951a9db",
            "last_updated": "2023-12-06T21:58:02.710202-05:00",
            "created_at": "2023-12-05T08:57:56.698351-05:00",
            "name": "Phoenix Suns",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8a21cd-f41c-4d86-960b-b80087ae23b3/?format=api"
        }
    ]
}