GET /api/bet_types/ce2a4751-61de-468d-94b4-0e511bb8e410/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce2a4751-61de-468d-94b4-0e511bb8e410",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1c470e6-32ba-4664-a1ce-24bb454f8f47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:16:55.976240-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": "Brandon Moreno",
                "amount": 5202.0
            },
            {
                "team": "Deiveson Figueiredo",
                "amount": 4798.0
            }
        ],
        "expected_reward_tokens": 9259.56,
        "profit_sb": -240.44,
        "profit_sb_percentage": -2.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e3c21f4-5ee9-4b9e-821c-04cf5bad564c",
            "gambit_id": "b3dabc9b-9133-4a3f-bea2-fb5dcd919072",
            "last_updated": "2023-01-23T11:47:06.381286-05:00",
            "created_at": "2023-01-21T08:16:55.977539-05:00",
            "name": "Brandon Moreno",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce2a4751-61de-468d-94b4-0e511bb8e410/?format=api"
        },
        {
            "id": "f84b0ca7-f9b2-410f-8890-d068340c1ef9",
            "gambit_id": "b128de01-ea74-480d-91a4-012d19ccab65",
            "last_updated": "2023-01-23T11:47:06.382366-05:00",
            "created_at": "2023-01-21T08:16:55.978998-05:00",
            "name": "Deiveson Figueiredo",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce2a4751-61de-468d-94b4-0e511bb8e410/?format=api"
        }
    ]
}