GET /api/bet_types/60b437eb-1154-4434-8022-47f90a504a9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60b437eb-1154-4434-8022-47f90a504a9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b75d24e-74d5-43da-beca-5137f6ee2ef3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T17:01:57.405882-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": "Toronto Raptors",
                "amount": 7563.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9453.75,
        "profit_sb": -46.25,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "c095e23b-fc36-405c-9ba5-90bfcbfa8795",
            "gambit_id": "9200466e-fcd3-4c0d-8cc0-f2f14b323969",
            "last_updated": "2023-03-23T17:52:13.671147-04:00",
            "created_at": "2023-03-22T17:01:57.408077-04:00",
            "name": "Toronto Raptors",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b437eb-1154-4434-8022-47f90a504a9f/?format=api"
        },
        {
            "id": "dc3de280-114f-4d88-a74f-d13e1a4c011e",
            "gambit_id": "c148179f-f12f-471f-8e26-297dd49a579e",
            "last_updated": "2023-03-23T17:52:13.673166-04:00",
            "created_at": "2023-03-22T17:01:57.410209-04:00",
            "name": "Indiana Pacers",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b437eb-1154-4434-8022-47f90a504a9f/?format=api"
        }
    ]
}