GET /api/bet_types/3c4e80e7-4798-4de8-afb6-7103cbb1a1c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c4e80e7-4798-4de8-afb6-7103cbb1a1c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba9745aa-22fe-4d76-8c5f-1a520bcc3b75/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-21T08:53:25.052850-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbd7e949-3906-45bb-b5ca-885cbaf797d0",
            "gambit_id": "99a4e320-c9f4-4736-9f64-85705cecd53f",
            "last_updated": "2023-07-22T09:53:04.039161-04:00",
            "created_at": "2023-07-21T08:53:25.057938-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c4e80e7-4798-4de8-afb6-7103cbb1a1c8/?format=api"
        },
        {
            "id": "e7f894b4-3822-4c49-987f-f197fb1773e1",
            "gambit_id": "06bb1625-8711-488d-83a3-96b061df34b1",
            "last_updated": "2023-07-22T09:53:04.035344-04:00",
            "created_at": "2023-07-21T08:53:25.055440-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c4e80e7-4798-4de8-afb6-7103cbb1a1c8/?format=api"
        }
    ]
}