GET /api/bet_types/438f7963-86b6-4421-8397-e60296b4c955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "438f7963-86b6-4421-8397-e60296b4c955",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b77bce6-be57-4bf6-958a-f4562160e78d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f39f84e5-e63d-4594-a65c-d30647788bff",
            "gambit_id": "4d983bb9-8170-4e3a-9ba5-dc6dd1d7effd",
            "last_updated": "2022-11-14T09:43:42.202335-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f7963-86b6-4421-8397-e60296b4c955/?format=api"
        },
        {
            "id": "8b467e09-cc56-4fb2-bff3-1bd1f1a9ddd4",
            "gambit_id": "21f4d3c6-e948-49c5-ae14-4aa79a5998de",
            "last_updated": "2022-11-14T09:43:42.203491-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f7963-86b6-4421-8397-e60296b4c955/?format=api"
        }
    ]
}