GET /api/bet_types/5f41a364-761c-4f12-8acd-bf971624f67a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f41a364-761c-4f12-8acd-bf971624f67a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87f8b7e-b2d4-4845-a40d-535f4fdd93d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T17:12:06.200151-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 136.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 136.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cbb4ee1-fe3f-43a9-91db-216fd5b1690c",
            "gambit_id": "9b770fb3-f102-4941-b491-5e7f7f2a9fda",
            "last_updated": "2023-03-17T10:52:21.996212-04:00",
            "created_at": "2023-03-15T17:12:06.202284-04:00",
            "name": "Game Total Under 136.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "136.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f41a364-761c-4f12-8acd-bf971624f67a/?format=api"
        },
        {
            "id": "aa5a4c37-2cf5-4d3b-bb26-900d4473372d",
            "gambit_id": "338fe78a-07e9-43d5-b53b-f6b2d6950435",
            "last_updated": "2023-03-17T10:52:21.998292-04:00",
            "created_at": "2023-03-15T17:12:06.204446-04:00",
            "name": "Game Total Over 136.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "136.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f41a364-761c-4f12-8acd-bf971624f67a/?format=api"
        }
    ]
}