GET /api/bet_types/78a15d05-636c-4f28-a9cf-7272ffa9fcb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78a15d05-636c-4f28-a9cf-7272ffa9fcb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/497a89bd-ccf6-4ab6-9862-73d26541fea4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:58.905633-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": "Edmonton Oilers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "60fe3f80-1d82-4983-9dd2-89e3ee7ad230",
            "gambit_id": "f8c95637-0024-4a3d-8df0-768ea495b883",
            "last_updated": "2023-10-26T10:13:04.748330-04:00",
            "created_at": "2023-10-24T08:57:58.909605-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a15d05-636c-4f28-a9cf-7272ffa9fcb9/?format=api"
        },
        {
            "id": "0a881bde-0eca-485a-bef7-f7afe881d633",
            "gambit_id": "bc4ae3e8-7463-4b45-b328-f813966d2c94",
            "last_updated": "2023-10-26T10:13:04.760866-04:00",
            "created_at": "2023-10-24T08:57:58.915212-04:00",
            "name": "Minnesota Wild",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a15d05-636c-4f28-a9cf-7272ffa9fcb9/?format=api"
        }
    ]
}