GET /api/bet_types/e03be071-4451-4865-b8d1-cf25dfe91165/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e03be071-4451-4865-b8d1-cf25dfe91165",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e8f0a2c-48b5-4f21-8a56-3bad0beb5138/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-05T11:47:05.580697-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "39037943-f2a9-4833-81ce-82be0d649464",
            "gambit_id": "e6116b85-f88f-4a67-a94e-a6737ab9242d",
            "last_updated": "2023-05-06T11:52:01.770540-04:00",
            "created_at": "2023-05-05T11:47:05.582422-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e03be071-4451-4865-b8d1-cf25dfe91165/?format=api"
        },
        {
            "id": "8c87bf42-a9a4-436d-b7a2-f932cb727f1b",
            "gambit_id": "1fcbfd4e-6ffc-443f-80f4-d0a039cd295b",
            "last_updated": "2023-05-06T11:52:01.771799-04:00",
            "created_at": "2023-05-05T11:47:05.584082-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e03be071-4451-4865-b8d1-cf25dfe91165/?format=api"
        }
    ]
}