GET /api/bet_types/30a6470d-f154-4d13-b53f-9d544c4aee8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30a6470d-f154-4d13-b53f-9d544c4aee8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/decdedc2-be42-4513-b213-5ffaba2bf58c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:03.865514-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": "CLE",
                "amount": 5867.0
            },
            {
                "team": "MIN",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "42e63a2f-284d-4bc8-9b27-9b9e86bc09d6",
            "gambit_id": "ac1d96ca-ded0-4465-9a2c-c91139336c14",
            "last_updated": "2023-05-06T11:52:03.130827-04:00",
            "created_at": "2023-05-05T11:47:03.867417-04:00",
            "name": "CLE",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a6470d-f154-4d13-b53f-9d544c4aee8e/?format=api"
        },
        {
            "id": "b2652a4a-dac1-4b09-93d8-f1d506a31385",
            "gambit_id": "1c16d043-f3c7-41be-b177-ab074d625198",
            "last_updated": "2023-05-06T11:52:03.132344-04:00",
            "created_at": "2023-05-05T11:47:03.869358-04:00",
            "name": "MIN",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a6470d-f154-4d13-b53f-9d544c4aee8e/?format=api"
        }
    ]
}