GET /api/bet_types/2e12d3c0-f938-45e7-b7fa-b34d39b2c820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e12d3c0-f938-45e7-b7fa-b34d39b2c820",
    "match": "https://api-prod.gambitprofit.com/api/matches/253d3b4c-7504-4f3d-927c-5f17d23aa6c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:12.061295-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": "Pittsburgh Steelers",
                "amount": 5098.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd4f328b-74c5-4f93-ba54-a8f94726ef02",
            "gambit_id": "fd9a6e68-37c5-4dcd-9a1d-ca2a7a6fe415",
            "last_updated": "2022-12-25T18:07:07.555495-05:00",
            "created_at": "2022-12-23T12:47:12.062474-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e12d3c0-f938-45e7-b7fa-b34d39b2c820/?format=api"
        },
        {
            "id": "cf7df6c2-6585-41dd-a443-c0d2024fc51e",
            "gambit_id": "0fa3a83b-4404-4e60-8070-6ec8a73be8fc",
            "last_updated": "2022-12-25T18:07:07.556555-05:00",
            "created_at": "2022-12-23T12:47:12.063806-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e12d3c0-f938-45e7-b7fa-b34d39b2c820/?format=api"
        }
    ]
}