GET /api/bet_types/5acb7672-4ef8-4182-97f4-3e4e5b2f7c5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5acb7672-4ef8-4182-97f4-3e4e5b2f7c5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b27eed4-0d11-4e00-b8e4-4404dcd50521/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T09:08:15.275461-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 Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "55952b19-2229-4b72-9e05-dbfe3a9f5cc7",
            "gambit_id": "9736e193-89c5-47aa-bc23-3e0aa895e0e1",
            "last_updated": "2023-09-08T09:28:30.919078-04:00",
            "created_at": "2023-09-06T09:08:15.283827-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acb7672-4ef8-4182-97f4-3e4e5b2f7c5e/?format=api"
        },
        {
            "id": "57730627-6eac-49cf-9fd1-2bd6477045cb",
            "gambit_id": "6077faa0-bb09-4fce-bf9d-9c44fecbf369",
            "last_updated": "2023-09-08T09:28:30.915832-04:00",
            "created_at": "2023-09-06T09:08:15.279139-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acb7672-4ef8-4182-97f4-3e4e5b2f7c5e/?format=api"
        }
    ]
}