GET /api/bet_types/478265ba-3db0-446f-acfa-0dd6b496e057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "478265ba-3db0-446f-acfa-0dd6b496e057",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3a7ab65-407f-4f8c-98ee-9b84b691392c/?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": "Texas",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e772ad6-cf8b-45f9-8a6c-d577aa9a534b",
            "gambit_id": "497f9c81-4452-46ee-bbfb-fec480965028",
            "last_updated": "2022-11-21T10:08:30.914733-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/478265ba-3db0-446f-acfa-0dd6b496e057/?format=api"
        },
        {
            "id": "a4c92960-6252-4fb8-ac43-30cb4c766a10",
            "gambit_id": "2f7661a1-228d-40c7-ad4a-4994df1b435e",
            "last_updated": "2022-11-21T10:08:30.913711-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/478265ba-3db0-446f-acfa-0dd6b496e057/?format=api"
        }
    ]
}