GET /api/bet_types/a7eeea2f-d366-49b9-a75f-195fc76d25a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7eeea2f-d366-49b9-a75f-195fc76d25a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/913a1833-1bbd-4790-96f0-6483c045d807/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:59.236069-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fdd3338-b13b-450a-bedd-a37b786f6fc9",
            "gambit_id": "890c0268-28a5-4af1-8e09-d9e2784d53cd",
            "last_updated": "2023-05-09T11:27:17.885353-04:00",
            "created_at": "2023-05-08T11:46:59.237817-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7eeea2f-d366-49b9-a75f-195fc76d25a5/?format=api"
        },
        {
            "id": "23235692-8ec6-4467-b5e0-ed48dce3b115",
            "gambit_id": "6dff478d-8e19-4ed2-8318-68aa91393384",
            "last_updated": "2023-05-09T11:27:17.887642-04:00",
            "created_at": "2023-05-08T11:46:59.239571-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7eeea2f-d366-49b9-a75f-195fc76d25a5/?format=api"
        }
    ]
}