GET /api/bet_types/99d2c74a-370f-4f5a-b451-6907db960b88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99d2c74a-370f-4f5a-b451-6907db960b88",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f01070-b24f-4cb8-a71d-88f4d81a0b4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:18.500775-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "077a07dc-b987-4eb3-8fa4-78e51742ddc6",
            "gambit_id": "f32acc6e-40ae-4cb8-b020-ab18735d408b",
            "last_updated": "2023-12-09T10:08:12.784988-05:00",
            "created_at": "2023-12-08T09:38:18.504240-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99d2c74a-370f-4f5a-b451-6907db960b88/?format=api"
        },
        {
            "id": "7a311e75-7363-48cc-b6f9-ce1d5d4a32f9",
            "gambit_id": "592fad8e-8768-4ffd-ae23-7ec6b8cc4134",
            "last_updated": "2023-12-09T10:08:12.788456-05:00",
            "created_at": "2023-12-08T09:38:18.508164-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99d2c74a-370f-4f5a-b451-6907db960b88/?format=api"
        }
    ]
}