GET /api/bet_types/ef175ff4-e1c4-4f68-9e1c-8a1958e9e3ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef175ff4-e1c4-4f68-9e1c-8a1958e9e3ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/f238c7ec-3c21-4cdf-9ba9-b1f2d45c0cbf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T09:57:59.242905-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": "Fares Ziam",
                "amount": 5964.0
            },
            {
                "team": "Jai Herbert",
                "amount": 4036.0
            }
        ],
        "expected_reward_tokens": 9242.44,
        "profit_sb": -257.56,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a74c3657-257d-4862-8a2d-84363d442c56",
            "gambit_id": "d6cbcc52-2c59-44aa-9568-5da93a70717f",
            "last_updated": "2023-07-23T22:07:59.597627-04:00",
            "created_at": "2023-07-22T09:57:59.247110-04:00",
            "name": "Fares Ziam",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef175ff4-e1c4-4f68-9e1c-8a1958e9e3ab/?format=api"
        },
        {
            "id": "3cc4bb61-43d8-4047-8337-e8afb0cee919",
            "gambit_id": "75ea2404-d041-45fd-8de8-faa305ac31e7",
            "last_updated": "2023-07-23T22:07:59.600798-04:00",
            "created_at": "2023-07-22T09:57:59.251024-04:00",
            "name": "Jai Herbert",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef175ff4-e1c4-4f68-9e1c-8a1958e9e3ab/?format=api"
        }
    ]
}