GET /api/bet_types/83f659d5-1fba-4aa7-9c51-876fc52dcc0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83f659d5-1fba-4aa7-9c51-876fc52dcc0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "53255bb4-5d1c-4417-929d-2a5770c709b0",
            "gambit_id": "2f9b8545-9ded-4e2a-9dd0-e86f84e1eaf6",
            "last_updated": "2022-11-28T11:16:55.136012-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f659d5-1fba-4aa7-9c51-876fc52dcc0c/?format=api"
        },
        {
            "id": "c2a3bbf1-c45d-45ec-8513-9664ffc9c8f2",
            "gambit_id": "d7d135f4-c73a-43ff-bb68-ba1745491999",
            "last_updated": "2022-11-28T11:16:55.137005-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f659d5-1fba-4aa7-9c51-876fc52dcc0c/?format=api"
        }
    ]
}