GET /api/bet_types/6ed5b48a-cc23-4b3c-a974-f3fa8133e2a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ed5b48a-cc23-4b3c-a974-f3fa8133e2a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/51bb5da6-048a-437f-b08a-092c7aea3d67/?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 Over 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "90407cb9-a88f-4820-86bd-d7aaa57d3621",
            "gambit_id": "35b544e6-a811-4ebb-b371-c44b3bf18bb3",
            "last_updated": "2022-10-17T09:37:01.151215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed5b48a-cc23-4b3c-a974-f3fa8133e2a1/?format=api"
        },
        {
            "id": "30b13bcf-66f1-4364-834b-f40ef2a88d64",
            "gambit_id": "065c48fd-99a5-4509-96c5-561262b57247",
            "last_updated": "2022-10-17T09:37:01.150041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed5b48a-cc23-4b3c-a974-f3fa8133e2a1/?format=api"
        }
    ]
}