GET /api/bet_types/54ed9f14-773e-446b-8885-dbd2e32058dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54ed9f14-773e-446b-8885-dbd2e32058dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/497df9e5-f964-42b2-932a-62871e96c645/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:13.244465-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": "SDG",
                "amount": 6390.0
            },
            {
                "team": "STL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fb884c8-dea2-4880-9661-e4888cd66f23",
            "gambit_id": "9cb50479-fe51-45df-a26a-86d45e7f5d65",
            "last_updated": "2023-08-31T19:28:23.494798-04:00",
            "created_at": "2023-08-30T08:18:13.249309-04:00",
            "name": "SDG",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ed9f14-773e-446b-8885-dbd2e32058dc/?format=api"
        },
        {
            "id": "2c6f1cc9-3dd8-4113-b94d-6f11450b17f7",
            "gambit_id": "9337de73-2ac9-4fe4-a724-7df8793e5850",
            "last_updated": "2023-08-31T19:28:23.498195-04:00",
            "created_at": "2023-08-30T08:18:13.254614-04:00",
            "name": "STL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ed9f14-773e-446b-8885-dbd2e32058dc/?format=api"
        }
    ]
}