GET /api/bet_types/0f0e1c22-4172-4c59-8e26-91eb579107d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f0e1c22-4172-4c59-8e26-91eb579107d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe22a39-d53d-4722-ad6d-fd9225bdd800/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:09.674547-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "New England Patriots",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "68fdc334-c636-4da4-bfd0-cc50179d9dbd",
            "gambit_id": "a60a422b-1926-417b-bfbb-56e0da945b40",
            "last_updated": "2023-12-19T09:58:17.567159-05:00",
            "created_at": "2023-12-15T09:13:09.678334-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0e1c22-4172-4c59-8e26-91eb579107d7/?format=api"
        },
        {
            "id": "67fd3de8-8c3a-4368-815f-279606da4e6a",
            "gambit_id": "38276a00-f457-4155-b60f-db246cbf9b07",
            "last_updated": "2023-12-19T09:58:17.570715-05:00",
            "created_at": "2023-12-15T09:13:09.682465-05:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0e1c22-4172-4c59-8e26-91eb579107d7/?format=api"
        }
    ]
}