GET /api/bet_types/edc4f91b-938b-453a-89b9-0c54d07e9e2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edc4f91b-938b-453a-89b9-0c54d07e9e2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5667a451-ddfc-418b-84ba-9eb20351c83a/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "257d23d6-757e-49dd-b0f0-22ae89774f42",
            "gambit_id": "d29c7611-ae75-4623-a7b3-9f5f1b286785",
            "last_updated": "2022-10-20T09:42:00.692616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edc4f91b-938b-453a-89b9-0c54d07e9e2b/?format=api"
        },
        {
            "id": "30d5ec66-9c41-40de-a8c1-8754c7fcacf6",
            "gambit_id": "7ec3d61e-3139-4427-9aee-c5aa0bbe5340",
            "last_updated": "2022-10-20T09:42:00.691579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edc4f91b-938b-453a-89b9-0c54d07e9e2b/?format=api"
        }
    ]
}