GET /api/bet_types/c2c1571a-2170-46c9-8107-fafc74d8a3b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c1571a-2170-46c9-8107-fafc74d8a3b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb42bc1c-a4e6-4f29-bd1a-c6c23ee8c55b/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Islam Makhachev",
                "amount": 6312.0
            },
            {
                "team": "Charles Oliveira",
                "amount": 3688.0
            }
        ],
        "expected_reward_tokens": 9404.4,
        "profit_sb": -95.6,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d280837-4833-483a-9c16-0a4b398e8cd4",
            "gambit_id": "e6f1db8e-408e-45c9-a3a3-51cf2e97d029",
            "last_updated": "2022-10-24T10:22:22.824669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Islam Makhachev",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c1571a-2170-46c9-8107-fafc74d8a3b4/?format=api"
        },
        {
            "id": "54653cb8-478b-4365-8158-a82f15951461",
            "gambit_id": "e5060eb3-d1c0-4c95-a7f8-2fb7c0dff4dd",
            "last_updated": "2022-10-24T10:22:22.826024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charles Oliveira",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c1571a-2170-46c9-8107-fafc74d8a3b4/?format=api"
        }
    ]
}