GET /api/bet_types/9a74732a-5c02-493a-930e-859b15ddcdac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a74732a-5c02-493a-930e-859b15ddcdac",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccaad5d5-ad33-443b-846a-54a82d3c9215/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:58.272616-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "46c95155-fbc4-4307-95ab-709e3844cbf9",
            "gambit_id": "a06cb6e8-08e8-4021-879f-e840a9936c9a",
            "last_updated": "2024-01-08T14:43:15.433530-05:00",
            "created_at": "2024-01-05T09:32:58.280720-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a74732a-5c02-493a-930e-859b15ddcdac/?format=api"
        },
        {
            "id": "4f061c22-cf54-4308-a7dd-9dcd291c2cb2",
            "gambit_id": "4d25a00a-15e6-47f0-b546-28947e2e2aef",
            "last_updated": "2024-01-08T14:43:15.436789-05:00",
            "created_at": "2024-01-05T09:32:58.276744-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a74732a-5c02-493a-930e-859b15ddcdac/?format=api"
        }
    ]
}