GET /api/bet_types/e2aed0d9-b92f-40a3-8287-afee1049edc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2aed0d9-b92f-40a3-8287-afee1049edc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec1c86c3-194b-4cf2-aee3-e7cb718c0d8c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:04.599309-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": "9cd540d5-9de0-4e79-9e9e-86e6512ec137",
            "gambit_id": "0db256ed-8e8b-45df-b74e-f305a2741f3e",
            "last_updated": "2023-09-15T16:13:15.310411-04:00",
            "created_at": "2023-09-14T09:33:04.610043-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/e2aed0d9-b92f-40a3-8287-afee1049edc8/?format=api"
        },
        {
            "id": "9d4ade62-b727-4391-9265-809aa123b96b",
            "gambit_id": "37e14528-cd37-4af8-bb09-882b829191a0",
            "last_updated": "2023-09-15T16:13:15.306813-04:00",
            "created_at": "2023-09-14T09:33:04.604986-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/e2aed0d9-b92f-40a3-8287-afee1049edc8/?format=api"
        }
    ]
}