GET /api/bet_types/041efb91-cbbb-4265-977f-8fb5c873edf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "041efb91-cbbb-4265-977f-8fb5c873edf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d23b874-49f8-43f3-8181-c5a258452867/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:01.178078-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "929ca79a-7e64-4b66-b8ad-ab7d97085a0a",
            "gambit_id": "b23882ac-8e53-4c87-ab4a-5799782e4229",
            "last_updated": "2023-11-27T09:53:24.155022-05:00",
            "created_at": "2023-11-24T09:08:01.183130-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/041efb91-cbbb-4265-977f-8fb5c873edf3/?format=api"
        },
        {
            "id": "69e4caac-c348-4d26-a866-440d6e86e418",
            "gambit_id": "47efa333-5420-44ae-9a93-97eb7581e20a",
            "last_updated": "2023-11-27T09:53:24.158639-05:00",
            "created_at": "2023-11-24T09:08:01.193938-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/041efb91-cbbb-4265-977f-8fb5c873edf3/?format=api"
        }
    ]
}