GET /api/bet_types/4e4cd4bc-1f62-470f-8741-43410e37ab28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e4cd4bc-1f62-470f-8741-43410e37ab28",
    "match": "https://api-prod.gambitprofit.com/api/matches/4926b99e-2bdf-4dbb-8832-a8e7962e3f32/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:57:57.212149-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2c0710c-e295-4d5c-b208-c3b962f4c819",
            "gambit_id": "e948a152-5cd6-4e57-9b1b-660a4e25bc45",
            "last_updated": "2023-08-29T09:18:24.538220-04:00",
            "created_at": "2023-08-24T12:57:57.217327-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4cd4bc-1f62-470f-8741-43410e37ab28/?format=api"
        },
        {
            "id": "8694e1bf-0ff0-486c-b804-4ebf763c32d8",
            "gambit_id": "228248ce-a310-41f2-aa13-f1cf0b2f356e",
            "last_updated": "2023-08-29T09:18:24.545729-04:00",
            "created_at": "2023-08-24T12:57:57.222474-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4cd4bc-1f62-470f-8741-43410e37ab28/?format=api"
        }
    ]
}