GET /api/bet_types/54171757-eaf3-4a65-bb64-85c81b803e5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54171757-eaf3-4a65-bb64-85c81b803e5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/84c6f217-78fa-418e-b83d-a0635e179f7e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:19.096880-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": "Manel Kape",
                "amount": 6868.0
            },
            {
                "team": "Matheus Nicolau",
                "amount": 3132.0
            }
        ],
        "expected_reward_tokens": 9270.72,
        "profit_sb": -229.28,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec72c43d-f33a-49c9-9aee-ca5baa3a4100",
            "gambit_id": "0a0ef478-e33e-4c2b-ae8c-72d0c81bac61",
            "last_updated": "2024-01-20T18:58:27.535754-05:00",
            "created_at": "2024-01-12T10:03:19.104956-05:00",
            "name": "Manel Kape",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54171757-eaf3-4a65-bb64-85c81b803e5f/?format=api"
        },
        {
            "id": "83b42c45-12cf-4a55-b071-4ea31977f18d",
            "gambit_id": "be6ac9b7-06ef-4e14-968c-95c85b984c39",
            "last_updated": "2024-01-20T18:58:27.532409-05:00",
            "created_at": "2024-01-12T10:03:19.100541-05:00",
            "name": "Matheus Nicolau",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54171757-eaf3-4a65-bb64-85c81b803e5f/?format=api"
        }
    ]
}