GET /api/bet_types/8bf2ef8b-ad92-48ce-9aba-5642704bfded/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bf2ef8b-ad92-48ce-9aba-5642704bfded",
    "match": "https://api-prod.gambitprofit.com/api/matches/391b17c3-b0ba-4379-a5e3-2f9e3f50e6e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:48:14.617123-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 219",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 219",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "874b3c7b-a4a7-4e02-b6db-33c7c0e4d5b1",
            "gambit_id": "2ea0930f-0f15-471a-8305-9f75a541a9c5",
            "last_updated": "2023-11-27T21:32:58.521217-05:00",
            "created_at": "2023-11-26T09:48:14.625498-05:00",
            "name": "Game Total Under 219",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf2ef8b-ad92-48ce-9aba-5642704bfded/?format=api"
        },
        {
            "id": "92832c01-e658-4fb4-8795-72123ef33e07",
            "gambit_id": "9f676d9a-6339-41b9-bb75-c644747ab856",
            "last_updated": "2023-11-27T21:32:58.518013-05:00",
            "created_at": "2023-11-26T09:48:14.620922-05:00",
            "name": "Game Total Over 219",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf2ef8b-ad92-48ce-9aba-5642704bfded/?format=api"
        }
    ]
}