GET /api/bet_types/d52fb968-9a0e-4c3e-896f-5ae836a6c4e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d52fb968-9a0e-4c3e-896f-5ae836a6c4e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df81f10-0942-49b9-b8eb-860d82960f77/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-03T09:37:57.463519-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "74e14ba8-5a11-4fc1-b672-2b0dc67ab72a",
            "gambit_id": "3dff06a8-3458-4915-81dc-43281e96b4e1",
            "last_updated": "2024-01-05T13:58:01.981703-05:00",
            "created_at": "2024-01-03T09:37:57.467588-05:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52fb968-9a0e-4c3e-896f-5ae836a6c4e6/?format=api"
        },
        {
            "id": "f907afc3-431a-4c83-95b4-27c8bfb087d8",
            "gambit_id": "8d5d1594-60fd-4f17-8004-142df90efe8d",
            "last_updated": "2024-01-05T13:58:01.974365-05:00",
            "created_at": "2024-01-03T09:37:57.471802-05:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52fb968-9a0e-4c3e-896f-5ae836a6c4e6/?format=api"
        }
    ]
}