GET /api/bet_types/f8d42d9e-02d6-417a-a846-4fde1c49610f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8d42d9e-02d6-417a-a846-4fde1c49610f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f8aa3c2-d61c-4e6b-8b33-778bd7f24ebd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:01.866298-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": "KAN",
                "amount": 5107.0
            },
            {
                "team": "MIN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "92e55da3-7de8-49d7-979d-d4c7229d97b4",
            "gambit_id": "6fedb102-6923-43ff-8f94-c2a2fca125cb",
            "last_updated": "2023-04-28T11:22:24.297589-04:00",
            "created_at": "2023-04-27T11:52:01.871188-04:00",
            "name": "KAN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8d42d9e-02d6-417a-a846-4fde1c49610f/?format=api"
        },
        {
            "id": "937da570-3335-4466-b6b9-340381dd6d52",
            "gambit_id": "fdac6023-f92b-4316-83fe-a54b533caaa8",
            "last_updated": "2023-04-28T11:22:24.296283-04:00",
            "created_at": "2023-04-27T11:52:01.868901-04:00",
            "name": "MIN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8d42d9e-02d6-417a-a846-4fde1c49610f/?format=api"
        }
    ]
}