GET /api/bet_types/5c6834ca-df91-4506-a18b-e148d0ad547b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c6834ca-df91-4506-a18b-e148d0ad547b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac391907-732a-4fc4-bbc9-9d4f107320f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T13:27:14.327733-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": "Dallas Mavericks",
                "amount": 6930.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3070.0
            }
        ],
        "expected_reward_tokens": 9147.6,
        "profit_sb": 147.6,
        "profit_sb_percentage": 1.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "6eacf557-e55d-46d0-924a-403c652c4d35",
            "gambit_id": "3d56634c-d3a4-43b8-928d-d07c2123eaf4",
            "last_updated": "2023-01-03T10:56:47.593644-05:00",
            "created_at": "2023-01-02T13:27:14.330095-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6834ca-df91-4506-a18b-e148d0ad547b/?format=api"
        },
        {
            "id": "e0766d68-af14-4142-baba-6af9caa237e4",
            "gambit_id": "c8e9055b-3541-493a-b4b9-9859e66ebaed",
            "last_updated": "2023-01-03T10:56:47.592481-05:00",
            "created_at": "2023-01-02T13:27:14.328903-05:00",
            "name": "Houston Rockets",
            "reward": "2.98000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6834ca-df91-4506-a18b-e148d0ad547b/?format=api"
        }
    ]
}