GET /api/bet_types/7bb44cec-c43f-4690-b459-7f1ca7a80107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bb44cec-c43f-4690-b459-7f1ca7a80107",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5737236-f3ba-4685-92c2-2f7d7d5298f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T14:22:08.453594-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": "Corey Roberts",
                "amount": 5446.0
            },
            {
                "team": "TJ Benson",
                "amount": 4554.0
            }
        ],
        "expected_reward_tokens": 8332.38,
        "profit_sb": -1167.62,
        "profit_sb_percentage": -12.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf63357e-c651-49ac-9f96-f4c9ac71d21a",
            "gambit_id": "b3b22100-b5fb-477f-b50c-0cd76d358992",
            "last_updated": "2023-05-20T15:42:14.499961-04:00",
            "created_at": "2023-05-18T14:22:08.456168-04:00",
            "name": "Corey Roberts",
            "reward": "1.53000",
            "odds": "1.71000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb44cec-c43f-4690-b459-7f1ca7a80107/?format=api"
        },
        {
            "id": "e075f29c-37cb-40f0-82df-15f1e00a38c6",
            "gambit_id": "990844bc-400d-45b0-815a-b49a8fcbc863",
            "last_updated": "2023-05-20T15:42:14.501358-04:00",
            "created_at": "2023-05-18T14:22:08.457980-04:00",
            "name": "TJ Benson",
            "reward": "1.83000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb44cec-c43f-4690-b459-7f1ca7a80107/?format=api"
        }
    ]
}