GET /api/bet_types/1b8fa352-29c0-48da-9dc2-106d1f517828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b8fa352-29c0-48da-9dc2-106d1f517828",
    "match": "https://api-prod.gambitprofit.com/api/matches/2925977a-2946-40a6-9be6-6e2745a0afa0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-14T08:48:13.393816-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": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fd42c23-d70d-4d8d-a048-4dda228b54ab",
            "gambit_id": "2a59a44b-f632-416f-ac42-2443eb245d04",
            "last_updated": "2023-08-15T10:23:12.264440-04:00",
            "created_at": "2023-08-14T08:48:13.402608-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8fa352-29c0-48da-9dc2-106d1f517828/?format=api"
        },
        {
            "id": "06f9baf4-7ee4-4124-8b4d-6ab44d030659",
            "gambit_id": "e99bd6ce-72ef-417d-ab95-65667ce603a3",
            "last_updated": "2023-08-15T10:23:12.267785-04:00",
            "created_at": "2023-08-14T08:48:13.398008-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8fa352-29c0-48da-9dc2-106d1f517828/?format=api"
        }
    ]
}