GET /api/bet_types/4743d796-2a60-4e37-9f2d-64a4cc47cb0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4743d796-2a60-4e37-9f2d-64a4cc47cb0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eba7630-2792-48ef-b6f6-56504366f6ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:00.494228-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": "Toronto Maple Leafs",
                "amount": 6308.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "377edc22-3006-4278-a3cb-eab27e2652e9",
            "gambit_id": "e71b7200-c875-4e3e-95e3-b48e755ce763",
            "last_updated": "2023-04-11T13:52:11.378845-04:00",
            "created_at": "2023-04-10T11:22:00.497799-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4743d796-2a60-4e37-9f2d-64a4cc47cb0b/?format=api"
        },
        {
            "id": "7b0b903b-5bd9-4f1e-a06a-b9cc27b1167b",
            "gambit_id": "c7dc23de-504f-4fc8-86a5-b2e116e5351d",
            "last_updated": "2023-04-11T13:52:11.377011-04:00",
            "created_at": "2023-04-10T11:22:00.495887-04:00",
            "name": "Florida Panthers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4743d796-2a60-4e37-9f2d-64a4cc47cb0b/?format=api"
        }
    ]
}