GET /api/bet_types/cb4b472f-daa9-4b8a-bfae-75637704f3b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb4b472f-daa9-4b8a-bfae-75637704f3b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cde652cf-2277-4be0-ab31-fa7218adb693/?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": "LOS (J Urias)",
                "amount": 5798.0
            },
            {
                "team": "SDG (J Musgrove)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b55ff47f-6571-4f37-a3b7-e7cef6d2116f",
            "gambit_id": "9000f469-36bc-4dad-813f-e049f61c7fa0",
            "last_updated": "2022-09-29T10:22:29.285025-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4b472f-daa9-4b8a-bfae-75637704f3b9/?format=api"
        },
        {
            "id": "6f36cf9a-64ad-49b2-a993-434a29454539",
            "gambit_id": "5e263e73-28fe-4ca7-9bd7-72cc926e7454",
            "last_updated": "2022-09-29T10:22:29.284034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4b472f-daa9-4b8a-bfae-75637704f3b9/?format=api"
        }
    ]
}