GET /api/bet_types/3ca0d71a-0570-4e1a-9cc5-75ca356ff237/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca0d71a-0570-4e1a-9cc5-75ca356ff237",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e5b13a6-7a62-4487-8501-49a4b810d535/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:10.556135-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "98aa464b-11b9-4a23-80d1-62f9668edc81",
            "gambit_id": "a5847529-5ef6-4036-92a8-43944fd163e7",
            "last_updated": "2023-01-17T11:02:03.869453-05:00",
            "created_at": "2023-01-16T09:52:10.559086-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca0d71a-0570-4e1a-9cc5-75ca356ff237/?format=api"
        },
        {
            "id": "dab7935a-d5b9-4bfb-abeb-d9bbcdc17215",
            "gambit_id": "f86f95fc-ba1f-416e-9952-c5f4b6018f09",
            "last_updated": "2023-01-17T11:02:03.870571-05:00",
            "created_at": "2023-01-16T09:52:10.561947-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca0d71a-0570-4e1a-9cc5-75ca356ff237/?format=api"
        }
    ]
}