GET /api/bet_types/3b14c7b0-7596-49df-90c7-a7bda3a0c594/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b14c7b0-7596-49df-90c7-a7bda3a0c594",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc19d41e-55a8-4f01-8e5c-a4c635d88f9a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Iowa State",
                "amount": 5000.0
            },
            {
                "team": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf160591-b424-4d43-a76b-7794a72b4779",
            "gambit_id": "cf81c01a-676c-438e-b8b9-15d88d71bd01",
            "last_updated": "2022-09-18T20:42:17.341849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b14c7b0-7596-49df-90c7-a7bda3a0c594/?format=api"
        },
        {
            "id": "aef87059-a288-49be-9fe7-8c2e0ec15c05",
            "gambit_id": "8702547e-47c3-4856-9ff6-0606219fbf40",
            "last_updated": "2022-09-18T20:42:17.342821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b14c7b0-7596-49df-90c7-a7bda3a0c594/?format=api"
        }
    ]
}