GET /api/bet_types/4595c583-5cbf-49b1-8a01-f9c3a82591b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4595c583-5cbf-49b1-8a01-f9c3a82591b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a766a41e-30d1-4e8f-a603-8b85486e2379/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:07.006738-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "742a1ce3-9292-44fa-9f48-6d44c4871a24",
            "gambit_id": "6dd63f80-ed59-4634-96e4-32e931a28ef6",
            "last_updated": "2023-10-26T10:48:10.736842-04:00",
            "created_at": "2023-10-25T09:13:07.011421-04:00",
            "name": "Game Total Under 235.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4595c583-5cbf-49b1-8a01-f9c3a82591b9/?format=api"
        },
        {
            "id": "a00024f1-452a-48fe-8016-35a90593a636",
            "gambit_id": "dc055749-e068-4755-a7ac-8e574a70f77c",
            "last_updated": "2023-10-26T10:48:10.733362-04:00",
            "created_at": "2023-10-25T09:13:07.015645-04:00",
            "name": "Game Total Over 235.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4595c583-5cbf-49b1-8a01-f9c3a82591b9/?format=api"
        }
    ]
}