GET /api/bet_types/19cbddc9-6f20-425c-9c0b-4eb398c205c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19cbddc9-6f20-425c-9c0b-4eb398c205c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df749be-d2f0-4377-82a3-7d3b51f240a8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-21T09:33:15.718945-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 Over 245",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 245",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca31c151-e0f0-4eb5-9979-74c87b646c4d",
            "gambit_id": "dcd111f1-85c4-4f70-b468-f092aafd1153",
            "last_updated": "2024-01-23T18:43:26.078057-05:00",
            "created_at": "2024-01-21T09:33:15.722324-05:00",
            "name": "Game Total Over 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19cbddc9-6f20-425c-9c0b-4eb398c205c3/?format=api"
        },
        {
            "id": "845e204d-a960-417b-9d54-67d5c4bbebfa",
            "gambit_id": "ab7349bc-2692-443e-86b7-83dc138f5ce9",
            "last_updated": "2024-01-23T18:43:26.081236-05:00",
            "created_at": "2024-01-21T09:33:15.726226-05:00",
            "name": "Game Total Under 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19cbddc9-6f20-425c-9c0b-4eb398c205c3/?format=api"
        }
    ]
}