GET /api/bet_types/ed9a005e-7d1a-4c51-a499-8da21b80fc52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed9a005e-7d1a-4c51-a499-8da21b80fc52",
    "match": "https://api-prod.gambitprofit.com/api/matches/7add9606-4934-45df-b23a-0a257a568003/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:14.498009-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d438ce49-1cfd-40b7-a040-288cfb876aab",
            "gambit_id": "8199f1da-814b-4884-9bcb-2d33df130603",
            "last_updated": "2024-01-15T10:08:20.061273-05:00",
            "created_at": "2024-01-12T09:48:14.519198-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed9a005e-7d1a-4c51-a499-8da21b80fc52/?format=api"
        },
        {
            "id": "76f862c1-6e7e-4616-9ce8-ee94be450a9e",
            "gambit_id": "c1238cd6-f456-4ba7-8874-412f5be7043e",
            "last_updated": "2024-01-15T10:08:20.056729-05:00",
            "created_at": "2024-01-12T09:48:14.513246-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed9a005e-7d1a-4c51-a499-8da21b80fc52/?format=api"
        }
    ]
}