GET /api/bet_types/971ea0e6-6357-44cc-ac95-12570360d6a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "971ea0e6-6357-44cc-ac95-12570360d6a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c30c38cb-4994-4c03-b4fc-d0514725452a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:24.405237-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6118b71d-c79d-4967-bc42-5a7961c0f96a",
            "gambit_id": "86ac71f2-e5c0-4ca4-a2d3-cb33815eb383",
            "last_updated": "2023-06-28T21:23:05.585531-04:00",
            "created_at": "2023-06-27T08:43:24.407669-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971ea0e6-6357-44cc-ac95-12570360d6a4/?format=api"
        },
        {
            "id": "51d1fb59-7b19-4d76-ae20-43eb9dd9fcf5",
            "gambit_id": "ebfb4a13-e552-40c9-b35c-01ae4d5d68b9",
            "last_updated": "2023-06-28T21:23:05.587648-04:00",
            "created_at": "2023-06-27T08:43:24.410120-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971ea0e6-6357-44cc-ac95-12570360d6a4/?format=api"
        }
    ]
}