GET /api/bet_types/15afed07-a6fd-4545-92fa-eef20ed67846/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15afed07-a6fd-4545-92fa-eef20ed67846",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff0c4666-33e4-4aa0-857c-985d86591fd5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:10.757438-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "48e8ec71-139b-4e6b-9504-065c7205bd2e",
            "gambit_id": "44afad88-7f0d-4c26-bd73-9296b17ea897",
            "last_updated": "2023-11-28T21:43:01.697885-05:00",
            "created_at": "2023-11-27T09:18:10.765299-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15afed07-a6fd-4545-92fa-eef20ed67846/?format=api"
        },
        {
            "id": "76f1d66c-5321-425d-b574-ac79a8292b06",
            "gambit_id": "f28ae259-e631-46e8-b14d-1e86e52f4d26",
            "last_updated": "2023-11-28T21:43:01.694031-05:00",
            "created_at": "2023-11-27T09:18:10.761506-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15afed07-a6fd-4545-92fa-eef20ed67846/?format=api"
        }
    ]
}