GET /api/bet_types/fefa1e76-0720-4260-8fdc-5b7f94051e68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fefa1e76-0720-4260-8fdc-5b7f94051e68",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-01T09:21:58.226470-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 Under 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6ea8f58-c8fe-4e9d-8b07-d40b6a23014b",
            "gambit_id": "874b596d-b442-4290-b90a-e365f3920517",
            "last_updated": "2023-03-02T07:21:56.005297-05:00",
            "created_at": "2023-03-01T09:21:58.227726-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fefa1e76-0720-4260-8fdc-5b7f94051e68/?format=api"
        },
        {
            "id": "62aabbbd-6887-49ec-920d-b26659a5af19",
            "gambit_id": "f5248107-0b0e-4ea0-b791-28ba254f3508",
            "last_updated": "2023-03-02T07:21:56.006463-05:00",
            "created_at": "2023-03-01T09:21:58.229030-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fefa1e76-0720-4260-8fdc-5b7f94051e68/?format=api"
        }
    ]
}