GET /api/bet_types/0a6f3137-3046-49e7-a5c5-ac391afb9b90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a6f3137-3046-49e7-a5c5-ac391afb9b90",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6508e81-1239-4af5-b61c-145a21a05093/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:02.717073-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "694cbe0e-f649-491c-ad0a-470a6bb92cfe",
            "gambit_id": "0331c0e8-5b7b-4f99-ad75-534312437688",
            "last_updated": "2023-11-27T10:08:20.788486-05:00",
            "created_at": "2023-11-24T09:08:02.724952-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6f3137-3046-49e7-a5c5-ac391afb9b90/?format=api"
        },
        {
            "id": "444141ac-6334-4d27-967d-e52dac86034d",
            "gambit_id": "e72872fe-d1ff-410f-8b4a-313e575eb74c",
            "last_updated": "2023-11-27T10:08:20.792060-05:00",
            "created_at": "2023-11-24T09:08:02.735921-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6f3137-3046-49e7-a5c5-ac391afb9b90/?format=api"
        }
    ]
}