GET /api/bet_types/4aa2df28-39c1-4601-9952-e4993e9a7a69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4aa2df28-39c1-4601-9952-e4993e9a7a69",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0bedeeb-b368-4014-8685-9e0eccc7cf34/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:32:59.257177-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": "Los Angeles Kings",
                "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": "4f7e8274-1f16-424f-9baf-85fe438e38fa",
            "gambit_id": "65c135e2-d713-40ec-964d-a447f44bd38e",
            "last_updated": "2023-10-20T11:28:25.022676-04:00",
            "created_at": "2023-10-19T08:32:59.261895-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa2df28-39c1-4601-9952-e4993e9a7a69/?format=api"
        },
        {
            "id": "43a5aadb-e250-49e3-b8b9-d529baa15a09",
            "gambit_id": "51d95266-b492-4189-b36f-a184766aac5c",
            "last_updated": "2023-10-20T11:28:25.027497-04:00",
            "created_at": "2023-10-19T08:32:59.266971-04:00",
            "name": "Minnesota Wild",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa2df28-39c1-4601-9952-e4993e9a7a69/?format=api"
        }
    ]
}