GET /api/bet_types/6bf306d2-4057-4c3d-b6df-15f186674703/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bf306d2-4057-4c3d-b6df-15f186674703",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0bd50c1-21b2-4792-a990-7a000af753c1/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:15.870287-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f6e1a77-314a-4767-9eb5-ba5e7a8b1e01",
            "gambit_id": "82ff3903-7808-4976-bc60-15c1f42e543d",
            "last_updated": "2022-12-28T11:32:07.061407-05:00",
            "created_at": "2022-12-27T08:57:15.871436-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf306d2-4057-4c3d-b6df-15f186674703/?format=api"
        },
        {
            "id": "5c0ad25e-010c-4382-a994-0472f5f912f4",
            "gambit_id": "1f108f85-2ea1-4ff1-9592-6456fcbfba27",
            "last_updated": "2022-12-28T11:32:07.062472-05:00",
            "created_at": "2022-12-27T08:57:15.872693-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf306d2-4057-4c3d-b6df-15f186674703/?format=api"
        }
    ]
}