GET /api/bet_types/ead74465-44a4-41a8-8289-84e230568eae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ead74465-44a4-41a8-8289-84e230568eae",
    "match": "https://api-prod.gambitprofit.com/api/matches/0672acfa-ff64-4396-bef4-333de9fb224e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:56.976677-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": "Los Angeles Kings",
                "amount": 6026.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "86ba6408-7dd1-429c-88b6-5d36af6e3380",
            "gambit_id": "b64802ec-5b4a-4f31-bf30-8e85cb169b6d",
            "last_updated": "2022-12-25T17:57:04.950321-05:00",
            "created_at": "2022-12-23T09:06:56.978987-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ead74465-44a4-41a8-8289-84e230568eae/?format=api"
        },
        {
            "id": "f6e2de81-c135-4179-90b6-33e2bb63d6a5",
            "gambit_id": "8e56dfda-5b4e-4876-a0db-485faf0c5599",
            "last_updated": "2022-12-25T17:57:04.949172-05:00",
            "created_at": "2022-12-23T09:06:56.977812-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ead74465-44a4-41a8-8289-84e230568eae/?format=api"
        }
    ]
}