GET /api/bet_types/3770160c-7619-4ff1-8669-4818a82d340e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3770160c-7619-4ff1-8669-4818a82d340e",
    "match": "https://api-prod.gambitprofit.com/api/matches/05fbd418-0355-4142-9003-92c2466cb819/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:18.737632-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 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": "3676d665-eefe-421a-91bd-41cd848df335",
            "gambit_id": "befd79c5-2df0-48d3-b3c8-95e7d562fdc6",
            "last_updated": "2023-12-09T10:08:13.030483-05:00",
            "created_at": "2023-12-08T09:38:18.745055-05: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/3770160c-7619-4ff1-8669-4818a82d340e/?format=api"
        },
        {
            "id": "2aa59791-b31f-4170-a2b2-9ba2f2d4a8eb",
            "gambit_id": "8578bc17-6d3a-4c3e-b2e1-577a886cf514",
            "last_updated": "2023-12-09T10:08:13.026322-05:00",
            "created_at": "2023-12-08T09:38:18.741330-05: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/3770160c-7619-4ff1-8669-4818a82d340e/?format=api"
        }
    ]
}