GET /api/bet_types/e8ad6db4-ca14-4a35-86a2-8a9e3f5022df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8ad6db4-ca14-4a35-86a2-8a9e3f5022df",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f65064b-514e-429d-9682-5c90b63347c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:55.744843-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": "Colorado Avalanche",
                "amount": 5196.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "f274c218-2ae8-4b68-b2b7-9c8337cc2ce6",
            "gambit_id": "f4a6abc2-98d7-4c64-8f9e-d56d624570a5",
            "last_updated": "2022-12-25T18:02:04.768458-05:00",
            "created_at": "2022-12-23T09:06:55.747199-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ad6db4-ca14-4a35-86a2-8a9e3f5022df/?format=api"
        },
        {
            "id": "887acfd5-1679-4cb1-b195-f4bf9fd6f9f0",
            "gambit_id": "b86c45de-2385-4aef-bb3f-98a7a895ad95",
            "last_updated": "2022-12-25T18:02:04.767350-05:00",
            "created_at": "2022-12-23T09:06:55.746003-05:00",
            "name": "Nashville Predators",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ad6db4-ca14-4a35-86a2-8a9e3f5022df/?format=api"
        }
    ]
}