GET /api/bet_types/91cfd833-80f2-43ed-beec-84f736256e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91cfd833-80f2-43ed-beec-84f736256e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f6aaf3-6eae-4ea7-983b-7c8f25e79b0e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T09:06:59.835729-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4e4c5e5-9cb9-4b07-b7cb-75cf05b8b923",
            "gambit_id": "e33f6d23-ab3e-4d7f-b9c8-cf7fba71f5a2",
            "last_updated": "2023-04-07T10:17:17.429946-04:00",
            "created_at": "2023-04-06T09:06:59.837261-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91cfd833-80f2-43ed-beec-84f736256e9a/?format=api"
        },
        {
            "id": "e05aa3cc-3e40-40c9-8935-da8986cd174e",
            "gambit_id": "ceb66aa2-9224-410e-a163-df764895bb11",
            "last_updated": "2023-04-07T10:17:17.433880-04:00",
            "created_at": "2023-04-06T09:06:59.838936-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91cfd833-80f2-43ed-beec-84f736256e9a/?format=api"
        }
    ]
}