GET /api/bet_types/5c23476c-cb20-4e30-a284-b0a1db970696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c23476c-cb20-4e30-a284-b0a1db970696",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e5ff831-8a19-4306-8883-802a1830534c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-16T09:47:06.876386-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": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "83fa2900-9447-4aab-a32f-b71861d3b72d",
            "gambit_id": "0ee48fc7-0c9c-4250-9424-4d8048a652f1",
            "last_updated": "2023-05-18T11:47:15.350363-04:00",
            "created_at": "2023-05-16T09:47:06.880789-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c23476c-cb20-4e30-a284-b0a1db970696/?format=api"
        },
        {
            "id": "921fa059-6cd5-47a3-854a-89885740c6da",
            "gambit_id": "a8e32ec4-41f7-4794-b2f6-1f21df3ce87e",
            "last_updated": "2023-05-18T11:47:15.349032-04:00",
            "created_at": "2023-05-16T09:47:06.878594-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c23476c-cb20-4e30-a284-b0a1db970696/?format=api"
        }
    ]
}