GET /api/bet_types/77b66894-fc13-4e7d-8294-35d250ea8b86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77b66894-fc13-4e7d-8294-35d250ea8b86",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f549bde-0ab1-46da-ba13-c00a41e7b8a5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:02.199396-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "811ab7f6-e0e7-4a45-881e-820f3223d4fa",
            "gambit_id": "ee0f965d-3338-450d-b6c9-9b1f7bb4081f",
            "last_updated": "2023-04-18T12:12:11.252790-04:00",
            "created_at": "2023-04-17T11:42:02.205147-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b66894-fc13-4e7d-8294-35d250ea8b86/?format=api"
        },
        {
            "id": "90d8b32d-61b0-456d-a6fc-cfae9cdcffd4",
            "gambit_id": "c1cfa1f3-9d12-46e7-92ae-a0ad347bd8d5",
            "last_updated": "2023-04-18T12:12:11.250945-04:00",
            "created_at": "2023-04-17T11:42:02.202200-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b66894-fc13-4e7d-8294-35d250ea8b86/?format=api"
        }
    ]
}