GET /api/bet_types/ec3fda54-859b-4fa5-8883-5fbe39a97557/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec3fda54-859b-4fa5-8883-5fbe39a97557",
    "match": "https://api-prod.gambitprofit.com/api/matches/76468db1-1c9e-4861-9a2c-c8a40111d7f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-16T09:47:05.682602-04: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 7.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "082041ee-cca7-414a-8fb0-e5a8a4e35fb7",
            "gambit_id": "f3690417-2683-45c2-bb18-5058417785ae",
            "last_updated": "2023-05-18T11:47:16.677138-04:00",
            "created_at": "2023-05-16T09:47:05.686905-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3fda54-859b-4fa5-8883-5fbe39a97557/?format=api"
        },
        {
            "id": "00468c4f-3a6c-488f-a8a0-edb308aff207",
            "gambit_id": "f3902837-1012-4ad1-9640-d7b7bb79f845",
            "last_updated": "2023-05-18T11:47:16.675396-04:00",
            "created_at": "2023-05-16T09:47:05.684578-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3fda54-859b-4fa5-8883-5fbe39a97557/?format=api"
        }
    ]
}