GET /api/bet_types/a0567db6-391a-4ba0-9a20-026e0f374c8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0567db6-391a-4ba0-9a20-026e0f374c8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/eedd783c-e85f-43ac-95b3-b2fb5e2b5322/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T09:57:02.893522-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 Over 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "811a7989-a723-4bdc-b3ae-2650d7c24003",
            "gambit_id": "802f4f3c-81ef-45e3-ac05-a2f0a01d6c09",
            "last_updated": "2023-03-21T10:16:53.074367-04:00",
            "created_at": "2023-03-20T09:57:02.897907-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/a0567db6-391a-4ba0-9a20-026e0f374c8b/?format=api"
        },
        {
            "id": "b79bdca4-cb40-4066-87c4-b3aaae1625cb",
            "gambit_id": "87dae59e-92c4-486a-a604-c7e48952b795",
            "last_updated": "2023-03-21T10:16:53.072273-04:00",
            "created_at": "2023-03-20T09:57:02.895681-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/a0567db6-391a-4ba0-9a20-026e0f374c8b/?format=api"
        }
    ]
}