GET /api/bet_types/950ce16e-98e0-4fb0-b136-138daf8879b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "950ce16e-98e0-4fb0-b136-138daf8879b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/dad63d31-4099-472f-a037-ecae59f60af9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T09:17:07.764855-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd34369b-20d2-4c09-9846-28e2f942dd42",
            "gambit_id": "8d1fabec-cca0-4c27-86d6-b2b6eb2f3faa",
            "last_updated": "2023-03-20T11:37:00.245213-04:00",
            "created_at": "2023-03-19T09:17:07.766683-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/950ce16e-98e0-4fb0-b136-138daf8879b3/?format=api"
        },
        {
            "id": "eecb2b52-8faf-4556-8de3-d2922fadb737",
            "gambit_id": "0b4870a6-f870-4e15-b351-5f8c9b22138d",
            "last_updated": "2023-03-20T11:37:00.247450-04:00",
            "created_at": "2023-03-19T09:17:07.768749-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/950ce16e-98e0-4fb0-b136-138daf8879b3/?format=api"
        }
    ]
}