GET /api/bet_types/807ee4a5-1309-4c39-9d12-85c474df6848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "807ee4a5-1309-4c39-9d12-85c474df6848",
    "match": "https://api-prod.gambitprofit.com/api/matches/aafd65ab-9dfb-4534-8c17-d855ca126fc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:06.266560-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": 5214.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b736759b-351f-4689-b7b3-f9a14e17987a",
            "gambit_id": "1df318ac-99c7-4a69-9083-956dbf69d950",
            "last_updated": "2023-11-13T13:58:15.900191-05:00",
            "created_at": "2023-11-11T08:53:06.277456-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/807ee4a5-1309-4c39-9d12-85c474df6848/?format=api"
        },
        {
            "id": "f77bc682-de5a-43c1-9416-7ad5b7bfd406",
            "gambit_id": "1e7870f6-9558-45cf-975b-ece8623a87f1",
            "last_updated": "2023-11-13T13:58:15.896744-05:00",
            "created_at": "2023-11-11T08:53:06.273421-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/807ee4a5-1309-4c39-9d12-85c474df6848/?format=api"
        }
    ]
}