GET /api/bet_types/0101913b-590a-4650-9673-38e72c9f034d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0101913b-590a-4650-9673-38e72c9f034d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac7dbc0a-d347-433b-8675-0cc681190ccf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:09.317247-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": "Game Total Over 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1122be77-e6f8-42db-8729-42fdd673bcaa",
            "gambit_id": "012e542c-510a-4461-a7fe-88ccb9d7e7bc",
            "last_updated": "2023-11-06T21:08:15.710535-05:00",
            "created_at": "2023-11-02T09:03:09.321837-04:00",
            "name": "Game Total Over 51",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0101913b-590a-4650-9673-38e72c9f034d/?format=api"
        },
        {
            "id": "47148c33-d47e-483d-9645-2ce526f88d8b",
            "gambit_id": "b750404d-4f27-40c9-b270-add538518cbd",
            "last_updated": "2023-11-06T21:08:15.713659-05:00",
            "created_at": "2023-11-02T09:03:09.325746-04:00",
            "name": "Game Total Under 51",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0101913b-590a-4650-9673-38e72c9f034d/?format=api"
        }
    ]
}