GET /api/bet_types/1e497772-d71b-4f8b-b0b7-087e12d5e229/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e497772-d71b-4f8b-b0b7-087e12d5e229",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfabd80d-6aed-4805-9164-e1c4e1a8ae84/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-03T08:28:19.706135-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ec55082-8179-429a-9e08-5dd0df7c72fd",
            "gambit_id": "870e5f50-0406-4ab5-93b7-c0bcde8a9628",
            "last_updated": "2023-08-04T11:43:11.287680-04:00",
            "created_at": "2023-08-03T08:28:19.717602-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e497772-d71b-4f8b-b0b7-087e12d5e229/?format=api"
        },
        {
            "id": "9b4aec10-c031-4a50-baae-522562af44f8",
            "gambit_id": "5758987b-cb26-4978-900b-c79b939347ed",
            "last_updated": "2023-08-04T11:43:11.282416-04:00",
            "created_at": "2023-08-03T08:28:19.711185-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e497772-d71b-4f8b-b0b7-087e12d5e229/?format=api"
        }
    ]
}