GET /api/bet_types/6a9053bf-14a6-4c6a-86dd-7d608112ad03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a9053bf-14a6-4c6a-86dd-7d608112ad03",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c92306-1804-44f9-bdd3-dde2d8b6e4b9/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "235e0cd6-4367-4ead-85ac-8e97100545b0",
            "gambit_id": "bb4dcd1a-c9c0-4108-9980-fb2c7cefee7d",
            "last_updated": "2022-11-12T16:58:15.898717-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a9053bf-14a6-4c6a-86dd-7d608112ad03/?format=api"
        },
        {
            "id": "1b187375-5319-4fbe-a318-9a769a8c3554",
            "gambit_id": "0e939f93-1726-45ce-8f65-d8ecfeca7bcd",
            "last_updated": "2022-11-12T16:58:15.899678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a9053bf-14a6-4c6a-86dd-7d608112ad03/?format=api"
        }
    ]
}