GET /api/bet_types/5db803a8-63aa-40fc-bd07-fd12c8233069/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5db803a8-63aa-40fc-bd07-fd12c8233069",
    "match": "https://api-prod.gambitprofit.com/api/matches/51c509fb-690c-4747-af9b-8efe8a591a40/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T15:02:00.502084-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "17dd3bef-302d-4339-af90-ee88756ab8c5",
            "gambit_id": "6ffb55cc-a861-4943-ae0d-ec2a5ea0fd2f",
            "last_updated": "2023-02-25T17:57:14.642496-05:00",
            "created_at": "2023-02-24T15:02:00.503664-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db803a8-63aa-40fc-bd07-fd12c8233069/?format=api"
        },
        {
            "id": "6420b891-03ae-4e3a-bbd2-84388ae49855",
            "gambit_id": "fbf1e791-fbc7-4276-8127-c095e2c9ce82",
            "last_updated": "2023-02-25T17:57:14.643778-05:00",
            "created_at": "2023-02-24T15:02:00.505119-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db803a8-63aa-40fc-bd07-fd12c8233069/?format=api"
        }
    ]
}