GET /api/bet_types/cdc3eae8-9b0e-41e5-a377-89047f394e06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdc3eae8-9b0e-41e5-a377-89047f394e06",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead52809-2e75-477a-bd92-015b4e5ae2e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:04.001429-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": "Game Total Over 2.5",
                "amount": 5391.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4609.0
            }
        ],
        "expected_reward_tokens": 9218.0,
        "profit_sb": -282.0,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6e8fc24-9924-424c-bf91-80271fea7619",
            "gambit_id": "7957bb66-caa5-4853-8fba-5984e9b67794",
            "last_updated": "2023-02-12T09:57:02.124943-05:00",
            "created_at": "2023-02-09T11:12:04.004218-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc3eae8-9b0e-41e5-a377-89047f394e06/?format=api"
        },
        {
            "id": "39619292-9568-4ce1-952d-d2045bf78d78",
            "gambit_id": "a7b105c2-941b-4eea-934c-36f90c26e581",
            "last_updated": "2023-02-12T09:57:02.123760-05:00",
            "created_at": "2023-02-09T11:12:04.002810-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc3eae8-9b0e-41e5-a377-89047f394e06/?format=api"
        }
    ]
}