GET /api/bet_types/3502259c-53b5-4fb1-aad1-7e31952c1267/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3502259c-53b5-4fb1-aad1-7e31952c1267",
    "match": "https://api-prod.gambitprofit.com/api/matches/55119b6c-ae08-445b-ae88-9b92b8816b12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T09:12:59.700784-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 6452.0
            },
            {
                "team": "Draw",
                "amount": 3548.0
            }
        ],
        "expected_reward_tokens": 12063.2,
        "profit_sb": 2563.2,
        "profit_sb_percentage": 26.98,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4921.0
            },
            {
                "team": "Draw",
                "amount": 2707.0
            },
            {
                "team": "Burnley",
                "amount": 2372.0
            }
        ],
        "expected_reward_tokens": 9202.27,
        "profit_sb": -297.73,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "b058754c-11b8-4ab8-859a-b17bc7ed0b9b",
            "gambit_id": "1468c563-fcdd-4267-859f-43861f499f58",
            "last_updated": "2023-12-06T22:28:09.406000-05:00",
            "created_at": "2023-12-05T09:12:59.711390-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "1.87000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3502259c-53b5-4fb1-aad1-7e31952c1267/?format=api"
        },
        {
            "id": "0c38ef04-1d45-4ea0-ac90-0630e5b39c4f",
            "gambit_id": "7ce06db4-9fd1-47c3-94a8-f796504e5f8b",
            "last_updated": "2023-12-06T22:28:09.402620-05:00",
            "created_at": "2023-12-05T09:12:59.706382-05:00",
            "name": "Draw",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3502259c-53b5-4fb1-aad1-7e31952c1267/?format=api"
        },
        {
            "id": "8e1d8325-a33c-4f68-abe2-a0cf61074b1b",
            "gambit_id": "62c05a83-ad97-4c94-a585-baacc8dbaf8a",
            "last_updated": "2023-12-06T22:28:09.409805-05:00",
            "created_at": "2023-12-05T09:12:59.723352-05:00",
            "name": "Burnley",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3502259c-53b5-4fb1-aad1-7e31952c1267/?format=api"
        }
    ]
}