GET /api/bet_types/b1f05ec4-4af1-4de7-9d29-b70abb541e25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1f05ec4-4af1-4de7-9d29-b70abb541e25",
    "match": "https://api-prod.gambitprofit.com/api/matches/40ce23cb-131f-4f2c-b1e5-f3475424e667/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:07.463393-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": "Charlotte Hornets",
                "amount": 5482.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "27856923-08a4-4704-9c92-072cf706e6d0",
            "gambit_id": "32ccb09a-9c5f-4cf6-8cdd-d24ed200d2d2",
            "last_updated": "2023-01-05T19:07:13.519096-05:00",
            "created_at": "2022-12-29T08:42:07.464524-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f05ec4-4af1-4de7-9d29-b70abb541e25/?format=api"
        },
        {
            "id": "0ae5653c-d182-4ab7-9d2d-ff4a1f4a04ca",
            "gambit_id": "7f7d098a-6182-49e4-9f2d-3f00c344e2d5",
            "last_updated": "2023-01-05T19:07:13.520233-05:00",
            "created_at": "2022-12-29T08:42:07.465762-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f05ec4-4af1-4de7-9d29-b70abb541e25/?format=api"
        }
    ]
}