GET /api/bet_types/154d090b-b21e-4501-b3df-d6353f277ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "154d090b-b21e-4501-b3df-d6353f277ba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a195c4a-3673-4a23-bcdd-40d4e69fd810/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:04.086855-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 8467.0
            },
            {
                "team": "Draw",
                "amount": 1533.0
            }
        ],
        "expected_reward_tokens": 9903.18,
        "profit_sb": 403.18,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7918.0
            },
            {
                "team": "Draw",
                "amount": 1434.0
            },
            {
                "team": "Burnley",
                "amount": 648.0
            }
        ],
        "expected_reward_tokens": 9263.64,
        "profit_sb": -236.36,
        "profit_sb_percentage": -2.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "8acea020-0c85-4bd1-84ca-4e62f2e0cbee",
            "gambit_id": "dbd6342c-0701-44b6-82db-a91050ed443d",
            "last_updated": "2023-11-13T15:18:32.233649-05:00",
            "created_at": "2023-11-11T08:53:04.105915-05:00",
            "name": "Arsenal",
            "reward": "1.17000",
            "odds": "1.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d090b-b21e-4501-b3df-d6353f277ba2/?format=api"
        },
        {
            "id": "47fcf59a-b254-49e6-9b87-a606820c2ca3",
            "gambit_id": "102c4345-7073-4094-afb2-9e4c609dc2ad",
            "last_updated": "2023-11-13T15:18:32.229975-05:00",
            "created_at": "2023-11-11T08:53:04.100193-05:00",
            "name": "Draw",
            "reward": "6.46000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d090b-b21e-4501-b3df-d6353f277ba2/?format=api"
        },
        {
            "id": "78c3645e-abd8-4907-8b84-757379b5e712",
            "gambit_id": "53078916-8a84-46de-b76f-1b11c51bbe38",
            "last_updated": "2023-11-13T15:18:32.225997-05:00",
            "created_at": "2023-11-11T08:53:04.093814-05:00",
            "name": "Burnley",
            "reward": "14.30000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d090b-b21e-4501-b3df-d6353f277ba2/?format=api"
        }
    ]
}