GET /api/bet_types/e210363b-229e-4322-add9-31247d5ce776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e210363b-229e-4322-add9-31247d5ce776",
    "match": "https://api-prod.gambitprofit.com/api/matches/8abb1944-91fa-4b04-b760-49adba2d6652/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:05.861590-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 Over 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "88a9356e-2f5f-4056-8644-6d72cfb533ce",
            "gambit_id": "b8d9594b-1049-4e8a-8859-7e0dc5a3e7f4",
            "last_updated": "2023-12-23T14:48:20.159799-05:00",
            "created_at": "2023-12-21T09:13:05.868034-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e210363b-229e-4322-add9-31247d5ce776/?format=api"
        },
        {
            "id": "4ce0ba5d-b71d-491e-b4a2-0bc76ff58a26",
            "gambit_id": "8b85f1ae-0fca-4b33-960a-bb16bde7261f",
            "last_updated": "2023-12-23T14:48:20.163228-05:00",
            "created_at": "2023-12-21T09:13:05.873255-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e210363b-229e-4322-add9-31247d5ce776/?format=api"
        }
    ]
}