GET /api/bet_types/42e9107a-acd5-4508-9ae7-1b1b8c28d695/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42e9107a-acd5-4508-9ae7-1b1b8c28d695",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9c99830-7276-42af-ad6b-f05ea149e8b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:17.350967-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5d881ab-9809-445c-82a8-e56c51e96a38",
            "gambit_id": "039e54e9-3ae2-4f52-867f-e3700a43175c",
            "last_updated": "2023-04-12T10:01:57.339985-04:00",
            "created_at": "2023-04-11T09:02:17.355076-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e9107a-acd5-4508-9ae7-1b1b8c28d695/?format=api"
        },
        {
            "id": "ea82947d-6233-4585-9539-091c80a3136d",
            "gambit_id": "60fc44cd-0b19-4dce-af80-db9a160b1528",
            "last_updated": "2023-04-12T10:01:57.342645-04:00",
            "created_at": "2023-04-11T09:02:17.358859-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e9107a-acd5-4508-9ae7-1b1b8c28d695/?format=api"
        }
    ]
}