GET /api/bet_types/7e59170a-4f18-4776-8093-8d23568c2b7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e59170a-4f18-4776-8093-8d23568c2b7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a803e84-7b58-4fdb-a36d-d42451adcd89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:25.533793-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1318520-0cb1-4cef-ace5-0b805506e234",
            "gambit_id": "01ec6b30-39b5-4417-8000-9de9f19ebacc",
            "last_updated": "2023-07-18T09:08:28.815741-04:00",
            "created_at": "2023-07-16T09:08:25.537626-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e59170a-4f18-4776-8093-8d23568c2b7d/?format=api"
        },
        {
            "id": "9f40384b-86b6-4d68-8559-e6a7494f3c01",
            "gambit_id": "b4d63246-058b-403c-9a34-ae82be4fab51",
            "last_updated": "2023-07-18T09:08:28.813867-04:00",
            "created_at": "2023-07-16T09:08:25.535588-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e59170a-4f18-4776-8093-8d23568c2b7d/?format=api"
        }
    ]
}