GET /api/bet_types/7f094da9-dab8-4802-9b5f-7f118de72609/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f094da9-dab8-4802-9b5f-7f118de72609",
    "match": "https://api-prod.gambitprofit.com/api/matches/db4d3524-61b0-4f42-a12b-199a6578fd94/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:18.224754-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7270.0
            },
            {
                "team": "Draw",
                "amount": 2730.0
            }
        ],
        "expected_reward_tokens": 11411.4,
        "profit_sb": 1911.4,
        "profit_sb_percentage": 20.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5878.0
            },
            {
                "team": "Draw",
                "amount": 2208.0
            },
            {
                "team": "Brentford",
                "amount": 1915.0
            }
        ],
        "expected_reward_tokens": 9228.46,
        "profit_sb": -271.54,
        "profit_sb_percentage": -2.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "506a9063-8f6c-47e8-b260-8305e2dd275e",
            "gambit_id": "4db654e6-0ea1-4799-8e0a-be55b21b39da",
            "last_updated": "2024-02-01T10:58:02.170143-05:00",
            "created_at": "2024-01-31T09:58:18.255151-05:00",
            "name": "Tottenham",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f094da9-dab8-4802-9b5f-7f118de72609/?format=api"
        },
        {
            "id": "52f8705d-0560-4272-8401-809eeb3c51df",
            "gambit_id": "a255ee4d-2744-4a93-b3a5-2a9ed989e5a6",
            "last_updated": "2024-02-01T10:58:02.166029-05:00",
            "created_at": "2024-01-31T09:58:18.246825-05:00",
            "name": "Draw",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f094da9-dab8-4802-9b5f-7f118de72609/?format=api"
        },
        {
            "id": "11cf0051-d306-40e5-817a-117e88b41e05",
            "gambit_id": "6747c4a5-b4ee-4ef3-9696-44fa1e0cb167",
            "last_updated": "2024-02-01T10:58:02.173988-05:00",
            "created_at": "2024-01-31T09:58:18.259632-05:00",
            "name": "Brentford",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f094da9-dab8-4802-9b5f-7f118de72609/?format=api"
        }
    ]
}