GET /api/bet_types/e5a56721-67d9-4c97-95a0-88643f8f8e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5a56721-67d9-4c97-95a0-88643f8f8e22",
    "match": "https://api-prod.gambitprofit.com/api/matches/5063db82-2924-4480-8129-a8e5f7b78483/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:04.871298-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": "New Orleans Pelicans",
                "amount": 6554.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dd4bdec-88f1-4922-8503-b8847c340776",
            "gambit_id": "7046c5b8-a639-4a15-abfd-830659b4c27e",
            "last_updated": "2024-01-02T10:18:16.578493-05:00",
            "created_at": "2023-12-31T10:13:04.880202-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a56721-67d9-4c97-95a0-88643f8f8e22/?format=api"
        },
        {
            "id": "c675281b-27f3-4ed6-979f-f35c4d1acf57",
            "gambit_id": "10f7e65d-8d8b-4e3d-bb8c-e0a8daea63d3",
            "last_updated": "2024-01-02T10:18:16.581662-05:00",
            "created_at": "2023-12-31T10:13:04.876381-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a56721-67d9-4c97-95a0-88643f8f8e22/?format=api"
        }
    ]
}