GET /api/bet_types/2307cdb7-cffd-49be-89e8-85888c36ce42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2307cdb7-cffd-49be-89e8-85888c36ce42",
    "match": "https://api-prod.gambitprofit.com/api/matches/5defb31f-f3df-4f0f-a297-d49d77753862/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:21.170356-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": "CIN",
                "amount": 6390.0
            },
            {
                "team": "CLE",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "da36a5b8-3965-4d8f-af9b-efdd021cbd45",
            "gambit_id": "78f9eb24-d10c-467f-b2b3-e993ba408375",
            "last_updated": "2023-09-27T18:58:11.153393-04:00",
            "created_at": "2023-09-26T08:58:21.174985-04:00",
            "name": "CIN",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2307cdb7-cffd-49be-89e8-85888c36ce42/?format=api"
        },
        {
            "id": "ad1c1ed4-7aa5-427b-8112-d8b01bf39dfd",
            "gambit_id": "c06e2ab9-e198-4e11-a9d2-1594fe49058d",
            "last_updated": "2023-09-27T18:58:11.157000-04:00",
            "created_at": "2023-09-26T08:58:21.180123-04:00",
            "name": "CLE",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2307cdb7-cffd-49be-89e8-85888c36ce42/?format=api"
        }
    ]
}