GET /api/bet_types/05afc4ca-ee30-4098-baf7-b126e32edad2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05afc4ca-ee30-4098-baf7-b126e32edad2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9347906d-7d7a-4630-adf4-8a865d547053/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T10:18:16.186369-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 52.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "62b22e87-fa58-4fe6-aa05-583043a65ca9",
            "gambit_id": "f50e4dee-a54d-403c-946b-e74006613367",
            "last_updated": "2023-10-09T15:43:12.295642-04:00",
            "created_at": "2023-10-03T10:18:16.190409-04:00",
            "name": "Game Total Over 52.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05afc4ca-ee30-4098-baf7-b126e32edad2/?format=api"
        },
        {
            "id": "aaea998c-002c-4908-a943-ede373d0398b",
            "gambit_id": "8ee1d00a-d28b-49ce-ad0a-cf76d470f4c2",
            "last_updated": "2023-10-09T15:43:12.299008-04:00",
            "created_at": "2023-10-03T10:18:16.194455-04:00",
            "name": "Game Total Under 52.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05afc4ca-ee30-4098-baf7-b126e32edad2/?format=api"
        }
    ]
}