GET /api/bet_types/b669d091-f568-4c69-b3c6-c3b88e1efa55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b669d091-f568-4c69-b3c6-c3b88e1efa55",
    "match": "https://api-prod.gambitprofit.com/api/matches/c206094b-76a7-4544-baed-1a67f51cbf23/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:07.891676-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd71f036-f820-43ab-9c13-5610f9759ad0",
            "gambit_id": "9acd834a-c37a-483e-a835-f51b056a6425",
            "last_updated": "2023-11-17T23:43:13.154155-05:00",
            "created_at": "2023-11-16T09:28:07.900111-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b669d091-f568-4c69-b3c6-c3b88e1efa55/?format=api"
        },
        {
            "id": "1bb165c6-bffd-4db9-827c-8e207497d1a0",
            "gambit_id": "db6fe36c-3ebe-4dc1-8a9f-3721db20064d",
            "last_updated": "2023-11-17T23:43:13.159894-05:00",
            "created_at": "2023-11-16T09:28:07.896105-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b669d091-f568-4c69-b3c6-c3b88e1efa55/?format=api"
        }
    ]
}