GET /api/bet_types/42e0db07-0c0e-49d5-ae1b-50b4c8bb484d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42e0db07-0c0e-49d5-ae1b-50b4c8bb484d",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b60f8c-696f-4dde-9c91-c1db52199650/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-08T08:43:18.019368-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": "5502553e-02f1-4bb1-8540-14232d57982c",
            "gambit_id": "9bb61adc-f1fc-4556-974b-b3a8c2c6e661",
            "last_updated": "2023-06-09T17:28:29.623060-04:00",
            "created_at": "2023-06-08T08:43:18.022920-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/42e0db07-0c0e-49d5-ae1b-50b4c8bb484d/?format=api"
        },
        {
            "id": "86cb9224-dc7c-495f-a4fc-6cbaf0476eb9",
            "gambit_id": "66caa0e3-f93f-4a6b-97c6-e530f8829718",
            "last_updated": "2023-06-09T17:28:29.621313-04:00",
            "created_at": "2023-06-08T08:43:18.021073-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/42e0db07-0c0e-49d5-ae1b-50b4c8bb484d/?format=api"
        }
    ]
}