GET /api/bet_types/506abb30-cd0a-49cb-b37d-452834ed38b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "506abb30-cd0a-49cb-b37d-452834ed38b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9b87c86-de74-457e-8466-8a25b6b2a351/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:21.717384-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": "Cleveland Cavaliers",
                "amount": 6324.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ffc00b3-c775-4de8-a2ec-6d90208828be",
            "gambit_id": "7fb38824-bccd-469b-bd77-fea6d80bd102",
            "last_updated": "2024-02-07T01:52:59.920757-05:00",
            "created_at": "2024-02-05T10:03:21.725615-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/506abb30-cd0a-49cb-b37d-452834ed38b8/?format=api"
        },
        {
            "id": "215578a1-4b26-4540-a650-a7cd561979c9",
            "gambit_id": "f131ac20-d36d-4cc7-a1cd-6722d206f96a",
            "last_updated": "2024-02-07T01:52:59.917384-05:00",
            "created_at": "2024-02-05T10:03:21.721564-05:00",
            "name": "Sacramento Kings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/506abb30-cd0a-49cb-b37d-452834ed38b8/?format=api"
        }
    ]
}