GET /api/bet_types/9cf528e8-f534-4399-b5fa-4ee6ec62419f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cf528e8-f534-4399-b5fa-4ee6ec62419f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc8d7a0-6586-42bb-b45b-b0878da706bd/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc52896d-518e-49e2-b4a7-8989c6530fb5",
            "gambit_id": "bd75c577-0363-43d1-aa4f-6967bcfb4911",
            "last_updated": "2022-09-16T11:41:54.302450-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cf528e8-f534-4399-b5fa-4ee6ec62419f/?format=api"
        },
        {
            "id": "d394b13c-74a4-41d1-8864-9fc0fb83eb53",
            "gambit_id": "77ed3018-b17e-4c59-a6de-1dd0fd3558dc",
            "last_updated": "2022-09-16T11:41:54.301478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cf528e8-f534-4399-b5fa-4ee6ec62419f/?format=api"
        }
    ]
}