GET /api/bet_types/764f412b-34b1-4458-b0fd-8da827c2be6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "764f412b-34b1-4458-b0fd-8da827c2be6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/be41121a-758c-4871-9541-9e3e282474e7/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9e5cbb7-802c-47b5-8786-b1e511c1f8bc",
            "gambit_id": "d335e80b-fa50-48d8-b9d9-b5479055ca2e",
            "last_updated": "2022-11-07T10:13:03.528721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/764f412b-34b1-4458-b0fd-8da827c2be6f/?format=api"
        },
        {
            "id": "4b26fc35-7283-4018-a3a0-5e8d60d4ec64",
            "gambit_id": "1293034b-97bf-488b-be34-a5d8abedb341",
            "last_updated": "2022-11-07T10:13:03.529624-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/764f412b-34b1-4458-b0fd-8da827c2be6f/?format=api"
        }
    ]
}