GET /api/bet_types/8cf861a1-9a55-4c85-b317-97c5331151a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cf861a1-9a55-4c85-b317-97c5331151a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/879a451f-85a4-4e20-86a0-5e645aca01e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:16.975382-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 257.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 257.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "22724fec-ef71-4844-b5ff-c5af90e26204",
            "gambit_id": "0e885b9e-f828-4f24-b84a-ace8fa0cdab1",
            "last_updated": "2023-12-08T11:28:18.403959-05:00",
            "created_at": "2023-12-07T09:48:16.979335-05:00",
            "name": "Game Total Over 257.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "257.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf861a1-9a55-4c85-b317-97c5331151a9/?format=api"
        },
        {
            "id": "06d539c9-9912-4e35-95bc-564db1e57bea",
            "gambit_id": "56c1bce9-3f4d-49dd-bbb4-350469f5931a",
            "last_updated": "2023-12-08T11:28:18.407274-05:00",
            "created_at": "2023-12-07T09:48:16.983407-05:00",
            "name": "Game Total Under 257.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "257.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf861a1-9a55-4c85-b317-97c5331151a9/?format=api"
        }
    ]
}