GET /api/bet_types/f3adf189-709a-407b-bb66-a4e899eeec66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3adf189-709a-407b-bb66-a4e899eeec66",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b31d49e-3399-43b7-a3f4-c063dcab8a8d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-29T10:38:00.582742-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": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5954efcc-aa30-4a55-ac3b-6d1df056a846",
            "gambit_id": "ebb313bf-67ce-46b0-b52c-8330ab319887",
            "last_updated": "2023-11-30T11:28:14.766303-05:00",
            "created_at": "2023-11-29T10:38:00.586659-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3adf189-709a-407b-bb66-a4e899eeec66/?format=api"
        },
        {
            "id": "bf1eddde-3e84-4ff5-93ea-b2ee0419eead",
            "gambit_id": "53ea29b9-4eaf-4a7a-aa05-f0a084ea6b78",
            "last_updated": "2023-11-30T11:28:14.770925-05:00",
            "created_at": "2023-11-29T10:38:00.593733-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3adf189-709a-407b-bb66-a4e899eeec66/?format=api"
        }
    ]
}