GET /api/bet_types/fdd6dc7e-2e51-4bbc-8408-4bff0c4cf7dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdd6dc7e-2e51-4bbc-8408-4bff0c4cf7dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/67314950-1a8f-4b56-acca-d1daec72928f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-29T08:41:55.415178-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": "Toronto Maple Leafs",
                "amount": 5696.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a15cf7d9-f5f0-4267-9bec-5fea66e988f7",
            "gambit_id": "efab1ae5-28d2-4b76-9ba8-b60c0a858d52",
            "last_updated": "2023-01-30T17:46:58.997309-05:00",
            "created_at": "2023-01-29T08:41:55.416509-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdd6dc7e-2e51-4bbc-8408-4bff0c4cf7dd/?format=api"
        },
        {
            "id": "9aeef983-10d6-4d86-92fb-dfa7fc63ff8e",
            "gambit_id": "bd69799d-3545-4293-b7b0-d7e2aa11af0e",
            "last_updated": "2023-01-30T17:46:58.998421-05:00",
            "created_at": "2023-01-29T08:41:55.417761-05:00",
            "name": "Washington Capitals",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdd6dc7e-2e51-4bbc-8408-4bff0c4cf7dd/?format=api"
        }
    ]
}