GET /api/bet_types/3e0d340c-98fd-4218-913b-564863737005/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e0d340c-98fd-4218-913b-564863737005",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd64e5b-93b1-42d7-89b0-70a18aa52169/?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 49.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "21a4f22e-e25e-4ca7-8c5b-a108c28a32c4",
            "gambit_id": "d6b26355-989f-4dcd-8f30-e24ec5a94b2e",
            "last_updated": "2022-10-23T19:42:06.973566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0d340c-98fd-4218-913b-564863737005/?format=api"
        },
        {
            "id": "a468134f-df30-4a95-8d83-398790d5175e",
            "gambit_id": "c25a3839-5570-4e9f-bbd7-e5254a181116",
            "last_updated": "2022-10-23T19:42:06.974693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0d340c-98fd-4218-913b-564863737005/?format=api"
        }
    ]
}