GET /api/bet_types/b8a7a1a4-11d6-4556-afab-ad0af9a2efaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8a7a1a4-11d6-4556-afab-ad0af9a2efaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/df541c5a-a078-4c0e-bc4b-64107d50fa58/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:43:12.142052-04: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": 7419.0
            },
            {
                "team": "Draw",
                "amount": 2581.0
            }
        ],
        "expected_reward_tokens": 11201.54,
        "profit_sb": 1701.54,
        "profit_sb_percentage": 17.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6171.0
            },
            {
                "team": "Draw",
                "amount": 2147.0
            },
            {
                "team": "Bournemouth",
                "amount": 1682.0
            }
        ],
        "expected_reward_tokens": 9317.98,
        "profit_sb": -182.02,
        "profit_sb_percentage": -1.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6ff0f39-2e18-4f16-884e-6d1fa7eb986c",
            "gambit_id": "4ccc0d43-ff8b-4ecd-9ba5-9d0b79bf6b45",
            "last_updated": "2023-10-02T10:58:22.450301-04:00",
            "created_at": "2023-09-29T09:43:12.161318-04:00",
            "name": "Arsenal",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a7a1a4-11d6-4556-afab-ad0af9a2efaa/?format=api"
        },
        {
            "id": "3e4627d8-dc06-489c-a452-4e9a7ebfa356",
            "gambit_id": "2b4b66af-2731-4ad7-95c5-bd637291bb7a",
            "last_updated": "2023-10-02T10:58:22.453812-04:00",
            "created_at": "2023-09-29T09:43:12.152352-04:00",
            "name": "Draw",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a7a1a4-11d6-4556-afab-ad0af9a2efaa/?format=api"
        },
        {
            "id": "1d6c93db-2089-4ad9-8616-c0f15defebd1",
            "gambit_id": "b54f65c5-c7fc-4387-82f0-92c26b32e1d1",
            "last_updated": "2023-10-02T10:58:22.460880-04:00",
            "created_at": "2023-09-29T09:43:12.156941-04:00",
            "name": "Bournemouth",
            "reward": "5.54000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a7a1a4-11d6-4556-afab-ad0af9a2efaa/?format=api"
        }
    ]
}