GET /api/bet_types/e7c89e6e-9a2e-4de4-b46a-01962c0d8e1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7c89e6e-9a2e-4de4-b46a-01962c0d8e1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd1de58-8a87-4a6d-8829-7581baa026b5/?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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2dced1f9-e937-4b3e-ad9e-b5f61539bd36",
            "gambit_id": "91d4fab4-c8f4-4f9c-b618-cfe046a560ad",
            "last_updated": "2022-12-09T10:02:14.207171-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c89e6e-9a2e-4de4-b46a-01962c0d8e1d/?format=api"
        },
        {
            "id": "4e7048db-292c-4022-a153-fbb1538a0388",
            "gambit_id": "c195df59-580c-4ef2-a30f-7fa6079836ef",
            "last_updated": "2022-12-09T10:02:14.208130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c89e6e-9a2e-4de4-b46a-01962c0d8e1d/?format=api"
        }
    ]
}