GET /api/bet_types/126bdc9f-024c-4fc1-9f12-1dcb3b68faa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "126bdc9f-024c-4fc1-9f12-1dcb3b68faa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0583afc-b008-4e24-89d4-116bd2960fc8/?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": "Hawaii",
                "amount": 5000.0
            },
            {
                "team": "San Jose State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b32d59eb-fb7e-4dd8-91c8-6f4293c42b5f",
            "gambit_id": "8d2d62d1-12fd-42a9-8e07-611dcc7d5124",
            "last_updated": "2022-11-28T09:57:11.860384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/126bdc9f-024c-4fc1-9f12-1dcb3b68faa7/?format=api"
        },
        {
            "id": "9dd58b8b-8234-4677-8c3f-01103a3daac6",
            "gambit_id": "cf469ff1-4b7a-4946-be36-79d62b65bf0f",
            "last_updated": "2022-11-28T09:57:11.859391-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/126bdc9f-024c-4fc1-9f12-1dcb3b68faa7/?format=api"
        }
    ]
}