GET /api/bet_types/9e0c939c-ec13-41a4-964f-b7e888cf6cbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0c939c-ec13-41a4-964f-b7e888cf6cbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9648936f-5671-447d-985d-99862a87b125/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:26:49.675037-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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd197b34-3892-4610-b3b5-ed209a0beb91",
            "gambit_id": "4f49c349-9080-4eb4-a3af-27f9e3b4152b",
            "last_updated": "2023-04-07T20:42:14.232853-04:00",
            "created_at": "2023-04-06T14:26:49.680871-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0c939c-ec13-41a4-964f-b7e888cf6cbc/?format=api"
        },
        {
            "id": "f2b68994-990a-4f7d-87cb-ae14e58e22a0",
            "gambit_id": "8eb85106-dbb6-43c7-8b58-ec6512fa7187",
            "last_updated": "2023-04-07T20:42:14.230309-04:00",
            "created_at": "2023-04-06T14:26:49.678176-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0c939c-ec13-41a4-964f-b7e888cf6cbc/?format=api"
        }
    ]
}