GET /api/bet_types/bfbca2ff-8548-408e-9158-02a6beb6bf9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfbca2ff-8548-408e-9158-02a6beb6bf9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bca802a1-312c-4494-938c-8a6c0baaa1f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:00.412282-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "185c5b1f-915e-4b2a-bb90-8d2e92cbf7e6",
            "gambit_id": "f63966f6-1203-4974-acd7-c13e6a5b305f",
            "last_updated": "2023-03-27T11:36:53.189691-04:00",
            "created_at": "2023-03-26T13:37:00.425657-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfbca2ff-8548-408e-9158-02a6beb6bf9f/?format=api"
        },
        {
            "id": "015f3a0f-b014-48bc-937e-bb75b7b3fdc0",
            "gambit_id": "042b81c2-18dc-4b6d-8842-88c422b68caa",
            "last_updated": "2023-03-27T11:36:53.187694-04:00",
            "created_at": "2023-03-26T13:37:00.415149-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfbca2ff-8548-408e-9158-02a6beb6bf9f/?format=api"
        }
    ]
}