GET /api/bet_types/370cc65e-224a-43c5-9fe7-0a692f8e20f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "370cc65e-224a-43c5-9fe7-0a692f8e20f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?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 Under 59.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 59.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "62c48e59-95d0-4554-a554-d759cba30fb4",
            "gambit_id": "ca1a527d-f021-4486-b05d-a6b370dd1d82",
            "last_updated": "2022-09-11T10:47:32.076979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370cc65e-224a-43c5-9fe7-0a692f8e20f8/?format=api"
        },
        {
            "id": "ec087195-ac35-407e-a15b-8d47ae268461",
            "gambit_id": "f611160a-8c3d-4343-bd86-39fa1e3b7945",
            "last_updated": "2022-09-11T10:47:32.078166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370cc65e-224a-43c5-9fe7-0a692f8e20f8/?format=api"
        }
    ]
}