GET /api/bet_types/a5907b71-4825-4614-ae24-80f43c8e4d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5907b71-4825-4614-ae24-80f43c8e4d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a79587ad-c96f-49ef-9c9e-14ad55956ae8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:54.337506-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94f7ae45-b34e-48b5-b488-ebfa37b02a9a",
            "gambit_id": "da7c2711-fa38-4c45-8b8d-ab9810901e98",
            "last_updated": "2023-03-06T19:07:00.568904-05:00",
            "created_at": "2023-03-05T14:19:54.338695-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5907b71-4825-4614-ae24-80f43c8e4d8e/?format=api"
        },
        {
            "id": "db5f6859-1506-4439-97c7-065d4c9a47c0",
            "gambit_id": "5a51b8f0-d280-4627-a526-3fafa2eb2b0a",
            "last_updated": "2023-03-06T19:07:00.570324-05:00",
            "created_at": "2023-03-05T14:19:54.340130-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5907b71-4825-4614-ae24-80f43c8e4d8e/?format=api"
        }
    ]
}