GET /api/bet_types/edec10e1-387a-417f-a1e1-0c818f3af4ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edec10e1-387a-417f-a1e1-0c818f3af4ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a68881b-fa42-4c90-86db-f6352364bdf6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-17T08:58:22.316193-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": "Colorado Avalanche",
                "amount": 5944.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bf82747-995b-4df4-8a4c-ba026867fc8a",
            "gambit_id": "a9e23f33-7adf-4cca-84ce-3fff77655fe4",
            "last_updated": "2023-10-18T10:53:25.727166-04:00",
            "created_at": "2023-10-17T08:58:22.320294-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edec10e1-387a-417f-a1e1-0c818f3af4ef/?format=api"
        },
        {
            "id": "75f3a323-9a77-4042-8d86-f2736ed5ac68",
            "gambit_id": "187d3137-04f9-4e7d-94d0-e90fa634ca9b",
            "last_updated": "2023-10-18T10:53:25.750836-04:00",
            "created_at": "2023-10-17T08:58:22.324251-04:00",
            "name": "Seattle Kraken",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edec10e1-387a-417f-a1e1-0c818f3af4ef/?format=api"
        }
    ]
}