GET /api/bet_types/5f3b4e04-df09-47fc-9320-5a8b32d6cef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f3b4e04-df09-47fc-9320-5a8b32d6cef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46c5c54-8c81-4947-86a4-595a835e94c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:13.575881-04: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": "Indiana",
                "amount": 5000.0
            },
            {
                "team": "Kent State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "356e4925-fa68-4b77-95a0-d3e592ca32de",
            "gambit_id": "9d87fe92-f57b-4289-94af-5000bbd1e700",
            "last_updated": "2023-03-18T11:32:25.490472-04:00",
            "created_at": "2023-03-14T19:52:13.577256-04:00",
            "name": "Indiana",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f3b4e04-df09-47fc-9320-5a8b32d6cef5/?format=api"
        },
        {
            "id": "898f77ed-948f-4bab-ad32-e817e6b22c5d",
            "gambit_id": "95dbc189-19c6-4927-933b-217ff7ebe621",
            "last_updated": "2023-03-18T11:32:25.491781-04:00",
            "created_at": "2023-03-14T19:52:13.580163-04:00",
            "name": "Kent State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f3b4e04-df09-47fc-9320-5a8b32d6cef5/?format=api"
        }
    ]
}