GET /api/bet_types/c30f5691-1f60-452b-bac5-b9dfc7a01479/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c30f5691-1f60-452b-bac5-b9dfc7a01479",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c18f7d9-46b0-42f9-af6e-e6a68a99b55a/?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": "Charlotte",
                "amount": 5000.0
            },
            {
                "team": "UAB",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8d5a081-c433-4998-b864-4e48ddbd569e",
            "gambit_id": "cd9a2a0b-c4ae-4800-acb8-296d646d6f58",
            "last_updated": "2022-10-17T09:27:40.254338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "22.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30f5691-1f60-452b-bac5-b9dfc7a01479/?format=api"
        },
        {
            "id": "d9c45084-f00f-434f-891c-24037c162bdb",
            "gambit_id": "1b8110b3-1df4-479e-b19a-d316164c42d8",
            "last_updated": "2022-10-17T09:27:40.253396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-22.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30f5691-1f60-452b-bac5-b9dfc7a01479/?format=api"
        }
    ]
}