GET /api/bet_types/24c907aa-2c84-4b9f-962d-9c7d719cd733/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24c907aa-2c84-4b9f-962d-9c7d719cd733",
    "match": "https://api-prod.gambitprofit.com/api/matches/54d8618d-288e-4d03-a5bc-f25b51db71af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:10.375539-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c3554de-a43c-4650-9513-07d83a0d6fc7",
            "gambit_id": "7d2b7056-f6ef-4730-8303-65074588d62e",
            "last_updated": "2023-04-20T11:42:20.190189-04:00",
            "created_at": "2023-04-19T12:17:10.378325-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c907aa-2c84-4b9f-962d-9c7d719cd733/?format=api"
        },
        {
            "id": "953f7704-b71d-4c15-b6a3-7499f93c5d75",
            "gambit_id": "c63bf994-bf68-4c10-844b-6e7c5fd86677",
            "last_updated": "2023-04-20T11:42:20.192682-04:00",
            "created_at": "2023-04-19T12:17:10.381051-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c907aa-2c84-4b9f-962d-9c7d719cd733/?format=api"
        }
    ]
}