GET /api/bet_types/796ae0e2-8d55-4b15-897f-651a817938c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "796ae0e2-8d55-4b15-897f-651a817938c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/aac9aeda-0088-41f7-9715-3a17c90145f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T08:13:17.251865-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "39e3e672-9f80-43ff-b9e1-1771be5b6fa3",
            "gambit_id": "93c70dfc-6073-476d-a79a-ccda230eb7fd",
            "last_updated": "2023-09-29T10:18:20.683028-04:00",
            "created_at": "2023-09-28T08:13:17.256454-04:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/796ae0e2-8d55-4b15-897f-651a817938c3/?format=api"
        },
        {
            "id": "2f982ba4-b321-441d-8f09-0bfb1a656081",
            "gambit_id": "43f09d55-b3ec-4d99-9b2c-7e326f61d834",
            "last_updated": "2023-09-29T10:18:20.679667-04:00",
            "created_at": "2023-09-28T08:13:17.261097-04:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/796ae0e2-8d55-4b15-897f-651a817938c3/?format=api"
        }
    ]
}