GET /api/bet_types/55ed58d9-7399-4deb-b673-22400dba644f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55ed58d9-7399-4deb-b673-22400dba644f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6108f2e3-5cc7-41d9-8f8c-cda1798ec348/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-30T09:36:55.989883-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": "Seattle Kraken",
                "amount": 7357.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "f38629df-8611-4432-a9ff-79df8c09adc5",
            "gambit_id": "d3fea540-571f-405f-a1e3-e3fc0942c21b",
            "last_updated": "2023-03-31T14:37:26.129475-04:00",
            "created_at": "2023-03-30T09:36:55.991194-04:00",
            "name": "Seattle Kraken",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ed58d9-7399-4deb-b673-22400dba644f/?format=api"
        },
        {
            "id": "2c148a40-ca3c-412b-b094-f4d34005d6cf",
            "gambit_id": "d8db9069-e7f4-4e75-9466-12cf123bcaa9",
            "last_updated": "2023-03-31T14:37:26.131953-04:00",
            "created_at": "2023-03-30T09:36:55.992537-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ed58d9-7399-4deb-b673-22400dba644f/?format=api"
        }
    ]
}