GET /api/bet_types/815b91e7-ea74-4b9c-954d-3f338ffca072/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "815b91e7-ea74-4b9c-954d-3f338ffca072",
    "match": "https://api-prod.gambitprofit.com/api/matches/1efba1fb-a7ea-4e54-919c-eeb97b3fb761/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-27T10:17:02.475791-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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf524a15-e67d-47f7-b005-b21644a1c1c2",
            "gambit_id": "18f846f6-b0b9-4794-900f-92f705db6ed7",
            "last_updated": "2023-02-28T12:37:09.210459-05:00",
            "created_at": "2023-02-27T10:17:02.478331-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/815b91e7-ea74-4b9c-954d-3f338ffca072/?format=api"
        },
        {
            "id": "a71c8237-7b07-49e7-aa32-22e3f96c4484",
            "gambit_id": "7b152617-46bf-4715-b9b9-6f907c00903a",
            "last_updated": "2023-02-28T12:37:09.209293-05:00",
            "created_at": "2023-02-27T10:17:02.477066-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/815b91e7-ea74-4b9c-954d-3f338ffca072/?format=api"
        }
    ]
}