GET /api/bet_types/8c61b29e-8d07-4e82-81d5-c1e64686430a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c61b29e-8d07-4e82-81d5-c1e64686430a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bb705d9-3b4b-48e2-957e-931672071166/?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 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b3485c4-5f8a-474f-887c-6e07059753fd",
            "gambit_id": "748bc57a-68fd-4a96-9365-d4e64373a9c1",
            "last_updated": "2022-09-10T22:02:26.158637-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c61b29e-8d07-4e82-81d5-c1e64686430a/?format=api"
        },
        {
            "id": "b81b5e3b-f120-4b31-8e17-bc3b092cae10",
            "gambit_id": "aae6aa92-520f-4d54-a2da-aad9ea2a9098",
            "last_updated": "2022-09-10T22:02:26.159800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c61b29e-8d07-4e82-81d5-c1e64686430a/?format=api"
        }
    ]
}