GET /api/bet_types/0f388732-7ff7-4df9-adad-f69a013d4fdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f388732-7ff7-4df9-adad-f69a013d4fdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/64c7d5ec-3cbc-46a3-8a8f-92447388288a/?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": "Florida",
                "amount": 5000.0
            },
            {
                "team": "Oregon State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a27067f8-3715-464b-b8bf-78a5de7a5374",
            "gambit_id": "f932d640-cd19-493b-98c9-09cc1fce4c8b",
            "last_updated": "2022-12-19T11:02:04.854800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f388732-7ff7-4df9-adad-f69a013d4fdd/?format=api"
        },
        {
            "id": "8f7e7534-77c8-4020-a3c0-545f4307170b",
            "gambit_id": "45cbc0f4-b9cc-4432-8bdb-e6b38e93c635",
            "last_updated": "2022-12-19T11:02:04.853736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f388732-7ff7-4df9-adad-f69a013d4fdd/?format=api"
        }
    ]
}