GET /api/bet_types/3ace7ae9-11a7-4d29-8e16-cba8fdd3ee00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ace7ae9-11a7-4d29-8e16-cba8fdd3ee00",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb18dbc-80ea-40ed-8115-8fada40bd6b5/?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": "Air Force",
                "amount": 5000.0
            },
            {
                "team": "Colorado State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b7a10fc-c086-443f-a605-f1093e303d46",
            "gambit_id": "886d7cf1-4753-4afa-9019-02801ab84766",
            "last_updated": "2022-11-21T09:48:54.065607-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ace7ae9-11a7-4d29-8e16-cba8fdd3ee00/?format=api"
        },
        {
            "id": "57524b5e-87e0-40f9-9915-0f14ff01ff01",
            "gambit_id": "7a78ed8c-2025-464c-8b4f-3cf9d4463a3b",
            "last_updated": "2022-11-21T09:48:54.066681-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ace7ae9-11a7-4d29-8e16-cba8fdd3ee00/?format=api"
        }
    ]
}