GET /api/bet_types/2c5c619a-e4b2-4086-946f-01b70f41a41d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c5c619a-e4b2-4086-946f-01b70f41a41d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c81586d-127a-4497-87c9-ca86c6e6c8c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:19.950842-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 Kings",
                "amount": 5000.0
            },
            {
                "team": "Nashville Predators",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d660d75-90e6-4ae5-bbeb-ac6e41aeba32",
            "gambit_id": "206b2ad1-3455-4bae-ba51-78eaf53022ff",
            "last_updated": "2024-02-01T10:53:01.217100-05:00",
            "created_at": "2024-01-31T09:58:19.955633-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c5c619a-e4b2-4086-946f-01b70f41a41d/?format=api"
        },
        {
            "id": "fd3c4a22-7e3d-42eb-9adf-00a0fcd09713",
            "gambit_id": "f0562a0c-a1ab-4d41-ae4b-591e6448f415",
            "last_updated": "2024-02-01T10:53:01.220674-05:00",
            "created_at": "2024-01-31T09:58:19.960269-05:00",
            "name": "Nashville Predators",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c5c619a-e4b2-4086-946f-01b70f41a41d/?format=api"
        }
    ]
}