GET /api/bet_types/ad77bd9d-cd6c-486c-97e9-1206c6e1651b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad77bd9d-cd6c-486c-97e9-1206c6e1651b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a17b37a-0e4c-4c81-afc1-5f67b67a8d8a/?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 64",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 64",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "672e950f-27c8-4ed1-b6ea-c35f77127206",
            "gambit_id": "85e99f68-6078-4e4e-b160-0123c2d13208",
            "last_updated": "2022-10-01T09:17:17.141339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 64",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad77bd9d-cd6c-486c-97e9-1206c6e1651b/?format=api"
        },
        {
            "id": "4d3c509b-af73-4b1f-8f27-081ed7fa7f3e",
            "gambit_id": "0a33f648-0c14-4826-a8be-5b9d7ea439f7",
            "last_updated": "2022-10-01T09:17:17.142324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 64",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad77bd9d-cd6c-486c-97e9-1206c6e1651b/?format=api"
        }
    ]
}