GET /api/bet_types/d2a5a992-d8d0-43c0-980e-e0d6d4b2d6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2a5a992-d8d0-43c0-980e-e0d6d4b2d6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/948bea91-6867-4b6b-91bf-39d5c2bc521d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:19.785805-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 Over 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a3074fc-8c33-459e-b1ce-8b04c075196b",
            "gambit_id": "7577b82c-07ce-4f1f-ae8a-a81ad2a1f864",
            "last_updated": "2023-08-29T09:03:25.837818-04:00",
            "created_at": "2023-08-27T08:13:19.789499-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a5a992-d8d0-43c0-980e-e0d6d4b2d6f8/?format=api"
        },
        {
            "id": "91505879-3a36-4b80-856c-5e2ebbf10639",
            "gambit_id": "1f494dca-4ee7-44df-bc5b-d765772c19b2",
            "last_updated": "2023-08-29T09:03:25.841703-04:00",
            "created_at": "2023-08-27T08:13:19.794058-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a5a992-d8d0-43c0-980e-e0d6d4b2d6f8/?format=api"
        }
    ]
}