GET /api/bet_types/1ce20d98-affc-4de4-9e3c-30bdea863eb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ce20d98-affc-4de4-9e3c-30bdea863eb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7599375c-1cf1-4f61-9d07-d6c5f5462e2a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T10:03:18.449227-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": "Total Rounds Over 1.5",
                "amount": 5964.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4036.0
            }
        ],
        "expected_reward_tokens": 9242.44,
        "profit_sb": -257.56,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "4523bf6d-1fed-44be-82f8-235f073be85c",
            "gambit_id": "a5153880-29f4-4309-ab3b-4207b841f993",
            "last_updated": "2024-01-17T22:43:13.924683-05:00",
            "created_at": "2024-01-12T10:03:18.452843-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce20d98-affc-4de4-9e3c-30bdea863eb1/?format=api"
        },
        {
            "id": "b379fb7a-3b79-4d17-a0f8-3cb3545d1883",
            "gambit_id": "e157a666-62b5-4aa0-bf1b-98785765052c",
            "last_updated": "2024-01-17T22:43:13.931282-05:00",
            "created_at": "2024-01-12T10:03:18.456634-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce20d98-affc-4de4-9e3c-30bdea863eb1/?format=api"
        }
    ]
}