GET /api/bet_types/f3dfce71-c825-474e-b33a-14a1c81d95d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3dfce71-c825-474e-b33a-14a1c81d95d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bdf5f2e-6e04-4b4f-8954-8e380fbf7e44/?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": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "Washington State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c8dd9f6-c237-43df-aae3-8b4212ad7d6f",
            "gambit_id": "05e525a8-39f6-4ef8-b814-ea1efbc88ed4",
            "last_updated": "2022-09-25T20:02:10.429113-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3dfce71-c825-474e-b33a-14a1c81d95d0/?format=api"
        },
        {
            "id": "1b42eb03-b484-42e8-9e45-88ceaedb3e4c",
            "gambit_id": "8d241480-8cd8-4124-8ae7-2babd391e97d",
            "last_updated": "2022-09-25T20:02:10.428101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3dfce71-c825-474e-b33a-14a1c81d95d0/?format=api"
        }
    ]
}