GET /api/bet_types/c0f98ded-f959-4ae7-8915-dcf1ff175c6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0f98ded-f959-4ae7-8915-dcf1ff175c6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe4bcddd-74dd-42ec-a67d-bbbce991c389/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:56.390805-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5731.0
            },
            {
                "team": "Brentford",
                "amount": 4269.0
            }
        ],
        "expected_reward_tokens": 12892.38,
        "profit_sb": 3392.38,
        "profit_sb_percentage": 35.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4106.0
            },
            {
                "team": "Brentford",
                "amount": 3059.0
            },
            {
                "team": "Draw",
                "amount": 2834.0
            }
        ],
        "expected_reward_tokens": 9238.18,
        "profit_sb": -261.82,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d79f1908-137b-4d5b-baa7-973859fb85b9",
            "gambit_id": "c14f8f3c-4ebf-4987-aaf5-02c79e0037b1",
            "last_updated": "2023-12-19T10:23:28.731083-05:00",
            "created_at": "2023-12-15T23:37:56.402880-05:00",
            "name": "Aston Villa",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f98ded-f959-4ae7-8915-dcf1ff175c6c/?format=api"
        },
        {
            "id": "4514c759-5643-40c3-9c88-884c7e94ee78",
            "gambit_id": "94530ca0-993c-4002-8b25-cc24a60f2ce1",
            "last_updated": "2023-12-19T10:23:28.727389-05:00",
            "created_at": "2023-12-15T23:37:56.399118-05:00",
            "name": "Brentford",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f98ded-f959-4ae7-8915-dcf1ff175c6c/?format=api"
        },
        {
            "id": "6a32d0f3-03b3-45b9-bb3c-ec528c6a128b",
            "gambit_id": "aa28e4fb-2ed4-4c1d-9347-ab99d77cf6c4",
            "last_updated": "2023-12-19T10:23:28.723891-05:00",
            "created_at": "2023-12-15T23:37:56.394971-05:00",
            "name": "Draw",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f98ded-f959-4ae7-8915-dcf1ff175c6c/?format=api"
        }
    ]
}