GET /api/bet_types/c2092318-b021-4203-a597-b86fe86189d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2092318-b021-4203-a597-b86fe86189d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b7201be-e4f6-4706-bb40-bddfd1f27208/?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": "Southern Miss",
                "amount": 5000.0
            },
            {
                "team": "Arkansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a416a29-39ef-4190-91f0-2c583d152019",
            "gambit_id": "4a915600-493e-4325-8fdb-0e057a6b3e36",
            "last_updated": "2022-10-17T09:46:56.500161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2092318-b021-4203-a597-b86fe86189d5/?format=api"
        },
        {
            "id": "2339317c-19fd-46a0-9043-5c525faa0cf3",
            "gambit_id": "ff2ac416-f502-46ed-8fca-49e681c3f933",
            "last_updated": "2022-10-17T09:46:56.499177-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2092318-b021-4203-a597-b86fe86189d5/?format=api"
        }
    ]
}