GET /api/bet_types/5e36bcf9-7e6d-41b7-9345-2f71e520661c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e36bcf9-7e6d-41b7-9345-2f71e520661c",
    "match": "https://api-prod.gambitprofit.com/api/matches/169dc32c-2279-4c10-8e47-c80b9387eaf3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T09:37:06.184781-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b0d5e26-9ad4-4c83-9f19-2bd5c3e35606",
            "gambit_id": "94b86a84-91cf-4f5f-9f23-070bd9c1175f",
            "last_updated": "2023-02-03T10:11:50.915668-05:00",
            "created_at": "2023-02-02T09:37:06.189163-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e36bcf9-7e6d-41b7-9345-2f71e520661c/?format=api"
        },
        {
            "id": "2706b3a0-2cd8-4d93-a749-f85f42953cda",
            "gambit_id": "31eb028a-6923-4f01-8d18-3918a15a1ee7",
            "last_updated": "2023-02-03T10:11:50.914409-05:00",
            "created_at": "2023-02-02T09:37:06.186989-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e36bcf9-7e6d-41b7-9345-2f71e520661c/?format=api"
        }
    ]
}