GET /api/bet_types/d188fe9d-a56c-479c-bfb8-687b187fe90d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d188fe9d-a56c-479c-bfb8-687b187fe90d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0380e7c9-c2f9-4029-b9fa-fcb9b23dda2c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:24.678529-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f69ca2c4-c12d-45ee-8e49-3e59c5442efa",
            "gambit_id": "446787c4-a0ec-4527-8bef-da5321a0c679",
            "last_updated": "2023-07-18T09:13:00.021206-04:00",
            "created_at": "2023-07-16T09:08:24.680019-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d188fe9d-a56c-479c-bfb8-687b187fe90d/?format=api"
        },
        {
            "id": "fb63b60e-0b1d-40d1-ad83-8e65269ab4cf",
            "gambit_id": "4745eb7e-140b-4f33-9dfc-de0de378f271",
            "last_updated": "2023-07-18T09:13:00.022538-04:00",
            "created_at": "2023-07-16T09:08:24.681468-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d188fe9d-a56c-479c-bfb8-687b187fe90d/?format=api"
        }
    ]
}