GET /api/bet_types/d51b6e0b-7f2d-41ef-9727-98b9c6c6e6a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d51b6e0b-7f2d-41ef-9727-98b9c6c6e6a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a245593-83b3-4293-adaf-532575d49347/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:05.592393-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": "Washington Capitals",
                "amount": 5094.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c41a1951-7322-4090-8f7f-0cca5c55b5c2",
            "gambit_id": "babd99b1-e2e8-4b13-b6f7-8bf00cb6c578",
            "last_updated": "2023-10-23T20:43:04.009198-04:00",
            "created_at": "2023-10-21T09:38:05.607604-04:00",
            "name": "Washington Capitals",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51b6e0b-7f2d-41ef-9727-98b9c6c6e6a7/?format=api"
        },
        {
            "id": "0c2657c6-6c7a-4f74-a7c6-1a1fe93ea9a6",
            "gambit_id": "69068501-6f73-47a9-9e48-dadab59758a0",
            "last_updated": "2023-10-23T20:43:04.013542-04:00",
            "created_at": "2023-10-21T09:38:05.613714-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51b6e0b-7f2d-41ef-9727-98b9c6c6e6a7/?format=api"
        }
    ]
}