GET /api/bet_types/a7aac110-bc56-4885-ab37-a6b6fd6d1952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7aac110-bc56-4885-ab37-a6b6fd6d1952",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b3e26a6-5ea3-499e-a091-3c0e1833357f/?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": "SMU",
                "amount": 5000.0
            },
            {
                "team": "Navy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "643cb5af-f438-4073-862b-35462a989f49",
            "gambit_id": "f5e89965-74d1-4181-8e9c-16d7c1381166",
            "last_updated": "2022-10-15T09:07:31.271407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7aac110-bc56-4885-ab37-a6b6fd6d1952/?format=api"
        },
        {
            "id": "0428e013-e79d-4ae3-901b-5fb53251e9cd",
            "gambit_id": "8edfe0e7-c0f1-4a7c-ae16-9dd106399329",
            "last_updated": "2022-10-15T09:07:31.273140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7aac110-bc56-4885-ab37-a6b6fd6d1952/?format=api"
        }
    ]
}