GET /api/bet_types/ca830073-80b7-4381-bf60-89c27fb597e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca830073-80b7-4381-bf60-89c27fb597e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb1040a8-e423-4ff4-9184-8cf39ea09096/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:17.615170-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 Under 2.5",
                "amount": 5269.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4731.0
            }
        ],
        "expected_reward_tokens": 9272.76,
        "profit_sb": -227.24,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "88349c29-34fa-4a9d-bf62-4217172ca52d",
            "gambit_id": "1077f2b0-1f9e-4f0a-b05d-fba1d8fdc2d2",
            "last_updated": "2023-09-06T11:53:31.682154-04:00",
            "created_at": "2023-09-01T23:03:17.629567-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca830073-80b7-4381-bf60-89c27fb597e9/?format=api"
        },
        {
            "id": "b9c543f6-6c7f-4288-8e01-cf988c21357b",
            "gambit_id": "f1e95a3b-7bc9-4557-9122-b363e3b464f2",
            "last_updated": "2023-09-06T11:53:31.678472-04:00",
            "created_at": "2023-09-01T23:03:17.622084-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca830073-80b7-4381-bf60-89c27fb597e9/?format=api"
        }
    ]
}