GET /api/bet_types/b33f05c3-83c9-4dc4-b4ee-b335a236d985/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b33f05c3-83c9-4dc4-b4ee-b335a236d985",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e47e90a-b852-4c96-828c-65253f5915f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:00.290799-04: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": "BJ Lawrence",
                "amount": 6731.0
            },
            {
                "team": "Wayna Reid",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": -346.8,
        "profit_sb_percentage": -3.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "869e9918-f98f-43b0-86a0-ed01900f9f29",
            "gambit_id": "51af60f9-1509-4fbc-8f7f-2ec50bb4b90b",
            "last_updated": "2023-05-06T19:57:23.019267-04:00",
            "created_at": "2023-04-29T16:27:00.293558-04:00",
            "name": "BJ Lawrence",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33f05c3-83c9-4dc4-b4ee-b335a236d985/?format=api"
        },
        {
            "id": "3cb86116-b9ba-420e-a56d-f58d4098b717",
            "gambit_id": "af13e4e4-175c-448c-83ef-0fdab282828d",
            "last_updated": "2023-05-06T19:57:23.017618-04:00",
            "created_at": "2023-04-29T16:27:00.292174-04:00",
            "name": "Wayna Reid",
            "reward": "2.80000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33f05c3-83c9-4dc4-b4ee-b335a236d985/?format=api"
        }
    ]
}