GET /api/bet_types/e2f9339a-2e39-4389-86ff-29673c61c512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2f9339a-2e39-4389-86ff-29673c61c512",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ca0ba1c-ca3d-40db-a17e-05d40e47ce70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:09.479851-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a5f7b37-8034-4fcf-82ef-fda38567636d",
            "gambit_id": "fc580f0a-3dc6-4c88-8c3f-d3d3cde0a0ea",
            "last_updated": "2023-02-11T17:52:31.325878-05:00",
            "created_at": "2023-02-10T09:02:09.481127-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f9339a-2e39-4389-86ff-29673c61c512/?format=api"
        },
        {
            "id": "8c706b9b-769e-480d-904a-8a5e04fd1075",
            "gambit_id": "e1df2136-c51b-4719-8a72-12906caf17ed",
            "last_updated": "2023-02-11T17:52:31.327116-05:00",
            "created_at": "2023-02-10T09:02:09.482520-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f9339a-2e39-4389-86ff-29673c61c512/?format=api"
        }
    ]
}