GET /api/bet_types/99f89cc7-5eec-4314-8c2b-1ea331791055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f89cc7-5eec-4314-8c2b-1ea331791055",
    "match": "https://api-prod.gambitprofit.com/api/matches/acce6b17-57f9-4c1a-8a9c-ff0d1166d4e7/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac78adf6-8ebc-4235-a79d-e37dea35bce2",
            "gambit_id": "4b333b43-a3bd-473a-a620-975d6aa780a1",
            "last_updated": "2022-11-05T09:38:12.280051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f89cc7-5eec-4314-8c2b-1ea331791055/?format=api"
        },
        {
            "id": "41fe17f3-7bb3-4c1b-9135-e8b8339c96cc",
            "gambit_id": "ef0cea7b-b034-4974-af4f-f749ae3efc6d",
            "last_updated": "2022-11-05T09:38:12.279086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f89cc7-5eec-4314-8c2b-1ea331791055/?format=api"
        }
    ]
}