GET /api/bet_types/3a287d27-fb99-4c75-b3c0-157a7ca64df7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a287d27-fb99-4c75-b3c0-157a7ca64df7",
    "match": "https://api-prod.gambitprofit.com/api/matches/217081ae-be1f-4ecd-b3fe-99ad3d866909/?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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c685161-cd23-47ab-8f5c-49af45c831f5",
            "gambit_id": "d1b9096b-2136-4e23-bd13-0e366076837c",
            "last_updated": "2022-11-22T09:47:25.991190-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a287d27-fb99-4c75-b3c0-157a7ca64df7/?format=api"
        },
        {
            "id": "64e5961b-3564-45b3-ab13-1cc5bf3868f6",
            "gambit_id": "5c7690ee-8a1e-47bf-bdec-930f95467ea9",
            "last_updated": "2022-11-22T09:47:25.992141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a287d27-fb99-4c75-b3c0-157a7ca64df7/?format=api"
        }
    ]
}