GET /api/bet_types/5d3b7d86-9d48-4c2f-a988-b19b686ff2d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d3b7d86-9d48-4c2f-a988-b19b686ff2d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc71955e-41dc-4ac6-ad1a-2f83f559b9c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-30T12:47:12.764149-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": "Florida Panthers",
                "amount": 5512.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "224f3e8c-a2d0-4a10-b129-d9075df0a394",
            "gambit_id": "097b3a90-3478-4e3a-ab71-b5373a9c6c31",
            "last_updated": "2023-05-01T12:27:23.763403-04:00",
            "created_at": "2023-04-30T12:47:12.768388-04:00",
            "name": "Florida Panthers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b7d86-9d48-4c2f-a988-b19b686ff2d3/?format=api"
        },
        {
            "id": "04069297-5395-4271-9ec9-261dfc1e4006",
            "gambit_id": "e672459c-507d-42ce-ab7d-9c79e377e506",
            "last_updated": "2023-05-01T12:27:23.761827-04:00",
            "created_at": "2023-04-30T12:47:12.765982-04:00",
            "name": "Boston Bruins",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b7d86-9d48-4c2f-a988-b19b686ff2d3/?format=api"
        }
    ]
}