GET /api/bet_types/20e5e960-b8d9-4b71-a7dc-e0a857f712f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20e5e960-b8d9-4b71-a7dc-e0a857f712f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa60a9c7-5dea-4880-b2fb-6dfc4483e389/?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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b7e4ff1-5697-4007-a9eb-f8f61153d031",
            "gambit_id": "3acf6496-2212-4a91-bc6a-1d4d6be9583c",
            "last_updated": "2022-11-28T11:37:12.430044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e5e960-b8d9-4b71-a7dc-e0a857f712f3/?format=api"
        },
        {
            "id": "fcbb08ad-779e-4598-a68b-bb34a3e84d64",
            "gambit_id": "88551d94-e293-43b0-805a-3f2c0aa471b7",
            "last_updated": "2022-11-28T11:37:12.431123-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e5e960-b8d9-4b71-a7dc-e0a857f712f3/?format=api"
        }
    ]
}