GET /api/bet_types/dafa4c48-9fec-419b-9d1d-8cb8cf19011d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dafa4c48-9fec-419b-9d1d-8cb8cf19011d",
    "match": "https://api-prod.gambitprofit.com/api/matches/027a1cdf-0861-401d-b06e-797827f38f1b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:10.853056-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c0fc067-32a0-48e9-80d3-4e6fdeabafd7",
            "gambit_id": "0bd9cf50-325f-40ab-87b2-1e95a43835b0",
            "last_updated": "2023-12-19T09:53:14.915041-05:00",
            "created_at": "2023-12-15T09:13:10.856751-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafa4c48-9fec-419b-9d1d-8cb8cf19011d/?format=api"
        },
        {
            "id": "7bde7d14-8d91-488a-a84a-d2410d823188",
            "gambit_id": "2b96e46a-124d-4484-b3a1-67089e8e43cb",
            "last_updated": "2023-12-19T09:53:14.918331-05:00",
            "created_at": "2023-12-15T09:13:10.860796-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafa4c48-9fec-419b-9d1d-8cb8cf19011d/?format=api"
        }
    ]
}