GET /api/bet_types/6c3af0e7-8da8-49f8-b490-c55e3137e505/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c3af0e7-8da8-49f8-b490-c55e3137e505",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac712a80-c4d5-4af0-b36e-67f9735be3b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:06.735347-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": "CIN",
                "amount": 5423.0
            },
            {
                "team": "MIA",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "25818a0e-2aa8-4b7f-9749-bc83b33c0c1d",
            "gambit_id": "276c04da-d51c-48b5-819e-776c402b5b37",
            "last_updated": "2023-08-09T10:53:22.248586-04:00",
            "created_at": "2023-08-08T08:28:06.744218-04:00",
            "name": "CIN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3af0e7-8da8-49f8-b490-c55e3137e505/?format=api"
        },
        {
            "id": "9fa3ed21-022a-4e00-ba39-4cd64172be8a",
            "gambit_id": "f93c201a-05ba-4629-8884-b6724cb1e22d",
            "last_updated": "2023-08-09T10:53:22.244237-04:00",
            "created_at": "2023-08-08T08:28:06.739020-04:00",
            "name": "MIA",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3af0e7-8da8-49f8-b490-c55e3137e505/?format=api"
        }
    ]
}