GET /api/bet_types/7c997bfe-2735-4f1a-8482-8d8d740c805e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c997bfe-2735-4f1a-8482-8d8d740c805e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a4feda3-82d8-42cc-9245-d28be9e656be/?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 8",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4a4bf20-3d69-4d31-9ee6-c818f0da1f18",
            "gambit_id": "6ff93c3f-cb14-4571-ae3a-a7e3341fb1ec",
            "last_updated": "2022-08-11T09:47:10.327272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c997bfe-2735-4f1a-8482-8d8d740c805e/?format=api"
        },
        {
            "id": "d60b3049-5af8-4598-8a15-93f3c9ebc4aa",
            "gambit_id": "a21f7e9e-c033-4e59-89e6-bc210db5f4b4",
            "last_updated": "2022-08-11T09:47:10.327789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c997bfe-2735-4f1a-8482-8d8d740c805e/?format=api"
        }
    ]
}