GET /api/bet_types/d5c85707-1654-4f88-b869-20f85b7a36a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5c85707-1654-4f88-b869-20f85b7a36a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12a4e23-d890-4f28-96e1-48432f55c76b/?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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6236ca3-5af8-4a35-8940-12783b406b44",
            "gambit_id": "a1cb02c9-c475-482a-872e-d20fa627489e",
            "last_updated": "2022-12-22T10:37:30.371748-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5c85707-1654-4f88-b869-20f85b7a36a8/?format=api"
        },
        {
            "id": "a0190f41-f9f3-4cb3-a57f-bbb72aa5b5d4",
            "gambit_id": "c11cf2fa-29bd-4c19-a9c6-9352346d8c58",
            "last_updated": "2022-12-22T10:37:30.372972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5c85707-1654-4f88-b869-20f85b7a36a8/?format=api"
        }
    ]
}