GET /api/bet_types/d5d70e7e-1952-4c17-a590-2efa05cc59d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5d70e7e-1952-4c17-a590-2efa05cc59d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/17bbf6e2-b681-4570-a534-5ae8da951119/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Oklahoma City Thunder",
                "amount": 6047.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2eaee8f-c88d-4805-b230-35b560c27628",
            "gambit_id": "79acec00-575e-4870-8ca3-1a1315411c9e",
            "last_updated": "2022-12-17T19:32:20.628613-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d70e7e-1952-4c17-a590-2efa05cc59d6/?format=api"
        },
        {
            "id": "cb920262-52f9-483d-a2fa-e8045403257e",
            "gambit_id": "5ff10242-f864-49d6-8e5a-a825b07eab9b",
            "last_updated": "2022-12-17T19:32:20.629773-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d70e7e-1952-4c17-a590-2efa05cc59d6/?format=api"
        }
    ]
}