GET /api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c972935-ff90-4d93-9e2c-c241d8b64634",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dd72e7d-d190-4c8c-907e-ad33f8e36b9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Benfica",
                "amount": 6196.0
            },
            {
                "team": "Draw",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 12515.16,
        "profit_sb": 3015.16,
        "profit_sb_percentage": 31.74,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Benfica",
                "amount": 4623.0
            },
            {
                "team": "Draw",
                "amount": 2839.0
            },
            {
                "team": "Juventus",
                "amount": 2538.0
            }
        ],
        "expected_reward_tokens": 9338.46,
        "profit_sb": -161.54,
        "profit_sb_percentage": -1.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "aef09205-028e-4226-92e6-5af7bec5a680",
            "gambit_id": "defc1c1c-213e-4107-b8ab-1b09cc13097d",
            "last_updated": "2022-10-26T10:12:15.559725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Benfica",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
        },
        {
            "id": "a4b90312-4df3-4aef-be6d-102bed579295",
            "gambit_id": "fa5a7532-4d43-437b-9ca3-73c059de029c",
            "last_updated": "2022-10-26T10:12:15.560783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
        },
        {
            "id": "c278f0d6-071c-411d-bfe8-a46e218c7269",
            "gambit_id": "0a6d674c-c6ce-4073-a3ec-335c733f4f96",
            "last_updated": "2022-10-26T10:12:15.558613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Juventus",
            "reward": "3.68000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
        }
    ]
}