GET /api/bet_types/8dde39d0-e0bd-4c63-979d-82455ca80ad1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dde39d0-e0bd-4c63-979d-82455ca80ad1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2349a54c-bb35-4db3-a979-dd50b4bad860/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:14.992892-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cde51a9-9c41-490e-be47-01e4b123e7ac",
            "gambit_id": "c69e3d2e-ad41-4c57-af0c-c607caa54a87",
            "last_updated": "2023-08-21T10:13:04.602591-04:00",
            "created_at": "2023-08-18T08:43:14.996503-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dde39d0-e0bd-4c63-979d-82455ca80ad1/?format=api"
        },
        {
            "id": "be400df1-0aa0-4dd0-b24f-b064b4ce22cb",
            "gambit_id": "58cbe593-43aa-488f-916d-70e0d129c4fd",
            "last_updated": "2023-08-21T10:13:04.606433-04:00",
            "created_at": "2023-08-18T08:43:15.000597-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dde39d0-e0bd-4c63-979d-82455ca80ad1/?format=api"
        }
    ]
}