GET /api/bet_types/9e53e259-ab23-4091-a330-afef565a3362/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e53e259-ab23-4091-a330-afef565a3362",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a54fe3-78d9-4dde-9125-6a47bbd5fdc7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:27.077646-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "30eb1935-76f5-4891-a134-cd6f5de70b49",
            "gambit_id": "a19ff1e4-23d0-4de1-8715-358e8f1ba671",
            "last_updated": "2023-08-14T18:33:05.381117-04:00",
            "created_at": "2023-08-13T10:18:27.081316-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e53e259-ab23-4091-a330-afef565a3362/?format=api"
        },
        {
            "id": "4afd55e3-9191-4955-9162-0a77c8a5b146",
            "gambit_id": "ad752416-b891-48b8-9fe2-91f1708690ad",
            "last_updated": "2023-08-14T18:33:05.385896-04:00",
            "created_at": "2023-08-13T10:18:27.095664-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e53e259-ab23-4091-a330-afef565a3362/?format=api"
        }
    ]
}