GET /api/bet_types/471f7a89-d2ba-490d-8b59-53d000dd7b00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "471f7a89-d2ba-490d-8b59-53d000dd7b00",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e99ce4b-41fc-4692-a6b3-50c07c2c9f95/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:57.671250-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8497f948-6cfa-473c-8276-930903fc430b",
            "gambit_id": "9feaffe6-7b49-47b4-93a4-821fb08a3d07",
            "last_updated": "2023-09-28T09:58:14.767675-04:00",
            "created_at": "2023-09-27T09:22:57.680371-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471f7a89-d2ba-490d-8b59-53d000dd7b00/?format=api"
        },
        {
            "id": "dd8013b7-cfa0-4616-9abb-fce199e3bcfa",
            "gambit_id": "7b3821e9-a0fd-478d-8b86-06228d55e8e4",
            "last_updated": "2023-09-28T09:58:14.764681-04:00",
            "created_at": "2023-09-27T09:22:57.675571-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471f7a89-d2ba-490d-8b59-53d000dd7b00/?format=api"
        }
    ]
}