GET /api/bet_types/d9d37a21-2114-4c91-9ae1-f5860e440925/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9d37a21-2114-4c91-9ae1-f5860e440925",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b27636-c5e4-47a5-bd9f-0a2a1cb6ed7b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:57.774020-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a47fa1a-0a6a-4411-81f0-8349b989d79f",
            "gambit_id": "88ed5548-2886-40b1-8e05-3549ede57c6b",
            "last_updated": "2023-01-24T09:36:52.748691-05:00",
            "created_at": "2023-01-23T09:11:57.776653-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d37a21-2114-4c91-9ae1-f5860e440925/?format=api"
        },
        {
            "id": "b173d05d-b63c-46d4-91ef-fbf13a761dcf",
            "gambit_id": "e53a860c-7b8b-4a48-b545-746f39b3912b",
            "last_updated": "2023-01-24T09:36:52.747575-05:00",
            "created_at": "2023-01-23T09:11:57.775369-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d37a21-2114-4c91-9ae1-f5860e440925/?format=api"
        }
    ]
}