GET /api/bet_types/4986a7d1-d8b9-4461-b38b-dda08a59b576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4986a7d1-d8b9-4461-b38b-dda08a59b576",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac87d1b4-61aa-44b3-9979-0415f658461a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T00:01:54.985305-04: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": "Creighton",
                "amount": 5000.0
            },
            {
                "team": "Baylor",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1a446aa-00e2-405c-9166-f41d6c983c1b",
            "gambit_id": "232410e3-8854-4024-8139-ca731a0f3ff5",
            "last_updated": "2023-03-20T10:42:11.603643-04:00",
            "created_at": "2023-03-19T00:01:54.988725-04:00",
            "name": "Creighton",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4986a7d1-d8b9-4461-b38b-dda08a59b576/?format=api"
        },
        {
            "id": "b18defca-139b-4192-a28d-ea3c42a8c7b5",
            "gambit_id": "b264a019-13ec-4825-b949-fa7db1c797be",
            "last_updated": "2023-03-20T10:42:11.601521-04:00",
            "created_at": "2023-03-19T00:01:54.987042-04:00",
            "name": "Baylor",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4986a7d1-d8b9-4461-b38b-dda08a59b576/?format=api"
        }
    ]
}