GET /api/bet_types/1b8afbd6-165c-48bc-bf59-84ad589fb275/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b8afbd6-165c-48bc-bf59-84ad589fb275",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2434460-d55b-4282-9df7-9f177003d0a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-04T09:48:07.435161-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "aad0f23d-f026-47e1-b459-59083b2e1287",
            "gambit_id": "19f93cf4-1e16-4fc1-a693-0d0c6039d80f",
            "last_updated": "2023-12-05T21:18:20.549368-05:00",
            "created_at": "2023-12-04T09:48:07.439867-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8afbd6-165c-48bc-bf59-84ad589fb275/?format=api"
        },
        {
            "id": "43f8f9bd-6070-40c8-b290-df036ee1a2a5",
            "gambit_id": "573a013a-af95-4452-80bf-22212fcf569e",
            "last_updated": "2023-12-05T21:18:20.552635-05:00",
            "created_at": "2023-12-04T09:48:07.443916-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8afbd6-165c-48bc-bf59-84ad589fb275/?format=api"
        }
    ]
}