GET /api/bet_types/1fb75cbf-4820-44f7-be77-afdc8b3cd783/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fb75cbf-4820-44f7-be77-afdc8b3cd783",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa60a9c7-5dea-4880-b2fb-6dfc4483e389/?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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa43982d-c60b-44c2-a3e9-337d677e2910",
            "gambit_id": "3b140e61-5955-410b-a533-8f02b3a5dfb8",
            "last_updated": "2022-11-28T11:37:12.436000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb75cbf-4820-44f7-be77-afdc8b3cd783/?format=api"
        },
        {
            "id": "7e8868fa-f91a-4257-be4d-94a85d60d458",
            "gambit_id": "6db68756-3a8e-4506-9c10-09331d89927e",
            "last_updated": "2022-11-28T11:37:12.436987-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb75cbf-4820-44f7-be77-afdc8b3cd783/?format=api"
        }
    ]
}