GET /api/bet_types/a1bed6b5-20c4-4f32-9107-83a4e39b8cca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1bed6b5-20c4-4f32-9107-83a4e39b8cca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a08b12e1-9971-4207-9a05-4846b134aafb/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:12.322910-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 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b118da2-6f31-454a-9bc4-27a2506332bf",
            "gambit_id": "859f6436-a923-4b11-8f9d-9e11d57a824c",
            "last_updated": "2024-01-22T12:08:22.210734-05:00",
            "created_at": "2024-01-19T09:33:12.327704-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1bed6b5-20c4-4f32-9107-83a4e39b8cca/?format=api"
        },
        {
            "id": "7234da0d-d44f-4641-a92c-a46f5f04b0c0",
            "gambit_id": "4c9498ab-00b2-48e1-94d2-9cc719eedec2",
            "last_updated": "2024-01-22T12:08:22.213972-05:00",
            "created_at": "2024-01-19T09:33:12.332194-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1bed6b5-20c4-4f32-9107-83a4e39b8cca/?format=api"
        }
    ]
}