GET /api/bet_types/a6753a8c-77b0-41b5-81c9-17659d476f06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6753a8c-77b0-41b5-81c9-17659d476f06",
    "match": "https://api-prod.gambitprofit.com/api/matches/51e52125-4ad5-4bbd-bfa8-4b949128edce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:21.437512-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": "Colorado Avalanche",
                "amount": 5773.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "f39e4216-a08d-49a2-aa80-444aa9365318",
            "gambit_id": "3a263a44-9def-4f3a-999c-cb47e7025358",
            "last_updated": "2023-04-30T15:06:54.791426-04:00",
            "created_at": "2023-04-28T11:22:21.441786-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6753a8c-77b0-41b5-81c9-17659d476f06/?format=api"
        },
        {
            "id": "ed034b4c-29ee-4b52-a9d9-78ca89280e0f",
            "gambit_id": "02f52d49-b085-4324-b01e-3dc2e301fe59",
            "last_updated": "2023-04-30T15:06:54.790172-04:00",
            "created_at": "2023-04-28T11:22:21.440110-04:00",
            "name": "Seattle Kraken",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6753a8c-77b0-41b5-81c9-17659d476f06/?format=api"
        }
    ]
}