GET /api/bet_types/7acaa88a-07ec-4c23-8f02-e754a7f3ef75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7acaa88a-07ec-4c23-8f02-e754a7f3ef75",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57c776e-61db-4954-86ed-596e734f0c90/?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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5031dd9d-0272-43b1-a059-4a00cef57e53",
            "gambit_id": "7ba1c9bd-af74-4353-b59e-a73e49eabfa2",
            "last_updated": "2022-11-18T09:48:06.163463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7acaa88a-07ec-4c23-8f02-e754a7f3ef75/?format=api"
        },
        {
            "id": "7e2e521c-6997-41f5-b754-be29c235b0d0",
            "gambit_id": "f1548590-1b66-4b90-a6ac-8542403ee7be",
            "last_updated": "2022-11-18T09:48:06.164523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7acaa88a-07ec-4c23-8f02-e754a7f3ef75/?format=api"
        }
    ]
}