GET /api/bet_types/5ed35b18-cfcb-4bac-8378-3bda70dc437e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ed35b18-cfcb-4bac-8378-3bda70dc437e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc848c6-f222-4201-91fb-179548e66ca5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-08T11:38:10.663929-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": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c975c1e-44f7-442f-a5a3-7d290bbfa87e",
            "gambit_id": "89cd7753-7451-4177-83a1-8b6f938beb5c",
            "last_updated": "2023-10-09T16:08:19.488338-04:00",
            "created_at": "2023-10-08T11:38:10.672802-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed35b18-cfcb-4bac-8378-3bda70dc437e/?format=api"
        },
        {
            "id": "7105f0d6-efc6-4b8b-a043-120d738009f4",
            "gambit_id": "d841c68c-3e4f-4d9e-805a-c032e4bfd188",
            "last_updated": "2023-10-09T16:08:19.493149-04:00",
            "created_at": "2023-10-08T11:38:10.676720-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed35b18-cfcb-4bac-8378-3bda70dc437e/?format=api"
        }
    ]
}