GET /api/bet_types/b1ccaf48-1cbf-4533-9b62-e65b166867ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1ccaf48-1cbf-4533-9b62-e65b166867ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/88834ccf-65d7-4453-9d81-71cadcf2b88f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:09.478822-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3ff55ea-d666-488a-ad6e-b2bf6a9e922f",
            "gambit_id": "f207d858-5649-45da-bc4b-b6732faf8afc",
            "last_updated": "2023-04-20T11:42:17.030455-04:00",
            "created_at": "2023-04-19T12:17:09.482039-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ccaf48-1cbf-4533-9b62-e65b166867ab/?format=api"
        },
        {
            "id": "6980d1a6-4351-4174-bff8-9a4e011bd1a2",
            "gambit_id": "1e1b04d7-0512-46bc-978e-f2d60cd18814",
            "last_updated": "2023-04-20T11:42:17.032253-04:00",
            "created_at": "2023-04-19T12:17:09.484450-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ccaf48-1cbf-4533-9b62-e65b166867ab/?format=api"
        }
    ]
}