GET /api/bet_types/2d780584-0310-4576-a885-fbafe84c7c52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d780584-0310-4576-a885-fbafe84c7c52",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec45fa8d-ebbd-4237-927a-8a079a9a2bcd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:20.921802-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47654531-4ab5-4b0e-b949-d8ff2c3745d5",
            "gambit_id": "c1c79472-bbd1-448f-804c-0c49abebb250",
            "last_updated": "2023-12-09T11:38:26.450196-05:00",
            "created_at": "2023-12-08T09:38:20.925932-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d780584-0310-4576-a885-fbafe84c7c52/?format=api"
        },
        {
            "id": "229c395a-ce4e-48e5-81fd-ddc65093796a",
            "gambit_id": "0874f79c-4c7f-4a81-935f-4c9bc054c552",
            "last_updated": "2023-12-09T11:38:26.453686-05:00",
            "created_at": "2023-12-08T09:38:20.929765-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d780584-0310-4576-a885-fbafe84c7c52/?format=api"
        }
    ]
}