GET /api/bet_types/d305f7ba-0a82-4ce2-95c8-2c7c163420d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d305f7ba-0a82-4ce2-95c8-2c7c163420d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/88e38d6b-8796-41ea-bd19-3d65b79d7328/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-01T09:42:10.484527-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": "08b85ee4-1ee3-4674-9a72-a3bf1a042081",
            "gambit_id": "c31e493b-a504-4c85-bebb-7e5ea50179b7",
            "last_updated": "2023-06-08T17:08:08.777009-04:00",
            "created_at": "2023-06-01T09:42:10.490353-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/d305f7ba-0a82-4ce2-95c8-2c7c163420d8/?format=api"
        },
        {
            "id": "41e58034-e74f-43b2-89cd-1c2b1dc47801",
            "gambit_id": "30620616-1a3c-422c-aeb7-0a837b460156",
            "last_updated": "2023-06-08T17:08:08.779538-04:00",
            "created_at": "2023-06-01T09:42:10.487190-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/d305f7ba-0a82-4ce2-95c8-2c7c163420d8/?format=api"
        }
    ]
}