GET /api/bet_types/676d735e-5134-4e6a-a06b-6af5f0a2bff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "676d735e-5134-4e6a-a06b-6af5f0a2bff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/430381a9-2468-4f4b-b1ff-730673015b12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:12.352494-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7d18895-0697-4991-9e3c-fd44fa639077",
            "gambit_id": "b581e22f-bfb1-43c0-8e25-0bc99ef637ba",
            "last_updated": "2023-04-10T14:42:11.457214-04:00",
            "created_at": "2023-04-09T09:27:12.357727-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/676d735e-5134-4e6a-a06b-6af5f0a2bff6/?format=api"
        },
        {
            "id": "6973b283-dcb7-4a29-b393-3d075ef236be",
            "gambit_id": "bb51c0bf-b017-4f73-8501-ef1a39a4181d",
            "last_updated": "2023-04-10T14:42:11.458999-04:00",
            "created_at": "2023-04-09T09:27:12.354829-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/676d735e-5134-4e6a-a06b-6af5f0a2bff6/?format=api"
        }
    ]
}