GET /api/bet_types/cf537db9-385b-444f-93b3-41289f1259b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf537db9-385b-444f-93b3-41289f1259b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f82dad1-e708-4a32-bfea-cc6357e46a52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T08:13:22.194696-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4199697b-a66e-4e2d-96a4-7204ac6ca495",
            "gambit_id": "68c5e2d9-0236-4328-b496-800b1a142081",
            "last_updated": "2023-07-25T20:18:24.811173-04:00",
            "created_at": "2023-07-24T08:13:22.198629-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf537db9-385b-444f-93b3-41289f1259b1/?format=api"
        },
        {
            "id": "b860171c-db9b-4c8c-8c45-0abaf7890d56",
            "gambit_id": "01edfac6-b9b9-47fe-b107-feeae73bb0c7",
            "last_updated": "2023-07-25T20:18:24.814594-04:00",
            "created_at": "2023-07-24T08:13:22.206369-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf537db9-385b-444f-93b3-41289f1259b1/?format=api"
        }
    ]
}