GET /api/bet_types/9a9445d5-08f7-4135-b940-98e003851968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a9445d5-08f7-4135-b940-98e003851968",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9506af6-b474-4ed3-a986-afa8179a0728/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-04T09:17:17.834424-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": "Brooklyn Nets",
                "amount": 5108.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "89790f15-c5f5-44b7-833a-2e9f227e30a4",
            "gambit_id": "a351aa68-3bde-44cc-860a-a0bf26648fb4",
            "last_updated": "2023-02-05T11:41:54.710671-05:00",
            "created_at": "2023-02-04T09:17:17.835830-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a9445d5-08f7-4135-b940-98e003851968/?format=api"
        },
        {
            "id": "c5bf510e-e32a-4780-be18-0f4b2aa4bd5f",
            "gambit_id": "bed228a8-90f3-4168-8d74-2ffd5ddc8b26",
            "last_updated": "2023-02-05T11:41:54.711878-05:00",
            "created_at": "2023-02-04T09:17:17.837232-05:00",
            "name": "Washington Wizards",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a9445d5-08f7-4135-b940-98e003851968/?format=api"
        }
    ]
}