GET /api/bet_types/e8b73a81-452c-4bd6-b644-1317db4e40a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b73a81-452c-4bd6-b644-1317db4e40a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b49788-06b3-42f7-8aa8-8c743e178005/?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 Over 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cf97326-c511-493e-a280-e4752b30893e",
            "gambit_id": "0ff44e16-9c1c-4827-9cf4-0229d7bfdc75",
            "last_updated": "2022-11-10T09:27:59.554059-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b73a81-452c-4bd6-b644-1317db4e40a0/?format=api"
        },
        {
            "id": "7ea8a02d-9878-401e-8243-7234e0ded109",
            "gambit_id": "9365fd88-4f76-4e3b-8875-0feffa39b231",
            "last_updated": "2022-11-10T09:27:59.552925-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b73a81-452c-4bd6-b644-1317db4e40a0/?format=api"
        }
    ]
}