GET /api/bet_types/89798e60-7d8d-44a9-a83d-3c6879f8f2c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89798e60-7d8d-44a9-a83d-3c6879f8f2c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d721a2d-5da9-4a0f-8ea9-7ee2b86eb069",
            "gambit_id": "b672fb84-8a90-4e5b-9e3f-a12432d997aa",
            "last_updated": "2022-10-26T09:52:11.035157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89798e60-7d8d-44a9-a83d-3c6879f8f2c9/?format=api"
        },
        {
            "id": "ff3bf8f7-cb04-49a6-b4ee-af65b267761e",
            "gambit_id": "ea3ed103-965d-41ec-b3d7-410739bca21f",
            "last_updated": "2022-10-26T09:52:11.036345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89798e60-7d8d-44a9-a83d-3c6879f8f2c9/?format=api"
        }
    ]
}