GET /api/bet_types/a9d16952-e212-4d31-b1d0-8ca4ba9cd8f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9d16952-e212-4d31-b1d0-8ca4ba9cd8f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a85fdb1-8b53-4158-9457-e0c511cbae4e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-29T10:38:02.339163-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2567fabe-ee95-4910-ad44-3a1151ba6dbb",
            "gambit_id": "3eab0000-375a-48d6-a885-5d49dbd688e3",
            "last_updated": "2023-11-30T11:18:13.844258-05:00",
            "created_at": "2023-11-29T10:38:02.343999-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d16952-e212-4d31-b1d0-8ca4ba9cd8f2/?format=api"
        },
        {
            "id": "a368756d-950e-4962-86c6-4fed96a87e3f",
            "gambit_id": "a23c2ab0-4fb0-47af-9e9a-4d8690726dc1",
            "last_updated": "2023-11-30T11:18:13.848327-05:00",
            "created_at": "2023-11-29T10:38:02.348493-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d16952-e212-4d31-b1d0-8ca4ba9cd8f2/?format=api"
        }
    ]
}