GET /api/bet_types/8e640da8-fbfc-4ac2-8ee8-6ede1d8e86f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e640da8-fbfc-4ac2-8ee8-6ede1d8e86f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b744135-1b5f-4c87-b53d-22dca077da38/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a490db9d-2250-4ddc-b25a-b0902ff1bef9",
            "gambit_id": "bdc825ab-10cb-4b41-a99c-a9d9ba311010",
            "last_updated": "2022-12-19T10:32:28.658146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e640da8-fbfc-4ac2-8ee8-6ede1d8e86f0/?format=api"
        },
        {
            "id": "d9296310-ecfa-400e-988b-0a37695f9c36",
            "gambit_id": "608582f1-0eb8-41ad-a021-8b1c31e92285",
            "last_updated": "2022-12-19T10:32:28.659218-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e640da8-fbfc-4ac2-8ee8-6ede1d8e86f0/?format=api"
        }
    ]
}