GET /api/bet_types/3c8eaea6-5a3a-47e0-aea4-2ae4dc43469d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c8eaea6-5a3a-47e0-aea4-2ae4dc43469d",
    "match": "https://api-prod.gambitprofit.com/api/matches/60e6d1ca-6c82-433f-8d08-345db69c49f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:26:50.691598-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c22f19c-23a4-47ea-a3e6-29572a73d7ec",
            "gambit_id": "e8e05309-8fc1-4069-8e3c-0db3f0ca0ee5",
            "last_updated": "2023-04-07T20:37:08.404252-04:00",
            "created_at": "2023-04-06T14:26:50.696069-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c8eaea6-5a3a-47e0-aea4-2ae4dc43469d/?format=api"
        },
        {
            "id": "e4e1f3f1-a8b0-4f99-b116-931ada0a7826",
            "gambit_id": "a9e8820d-4129-41b1-ae2f-81ddf6f66c60",
            "last_updated": "2023-04-07T20:37:08.402835-04:00",
            "created_at": "2023-04-06T14:26:50.693878-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c8eaea6-5a3a-47e0-aea4-2ae4dc43469d/?format=api"
        }
    ]
}