GET /api/bet_types/bcac0233-8cff-4a07-bde9-59f73b5633e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcac0233-8cff-4a07-bde9-59f73b5633e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e20e8dbd-c291-40dd-a0ad-10815a92aac1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T11:36:46.237475-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0cfb2c61-444f-4553-b2e3-34225906c0b5",
            "gambit_id": "2107cd67-d867-41cd-b14c-8adf9afe162c",
            "last_updated": "2023-02-14T09:31:57.425727-05:00",
            "created_at": "2023-02-13T11:36:46.238743-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcac0233-8cff-4a07-bde9-59f73b5633e9/?format=api"
        },
        {
            "id": "aab2d316-4249-4493-bc67-143857b887a1",
            "gambit_id": "b2191462-f387-42d8-8b91-81dacfd08d07",
            "last_updated": "2023-02-14T09:31:57.426877-05:00",
            "created_at": "2023-02-13T11:36:46.240099-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcac0233-8cff-4a07-bde9-59f73b5633e9/?format=api"
        }
    ]
}