GET /api/bet_types/82138236-a4bf-4e53-b9c2-b24034a08226/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82138236-a4bf-4e53-b9c2-b24034a08226",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9bb4703-5273-4410-8015-7289ba975dd0/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 8447.0
            },
            {
                "team": "Draw",
                "amount": 1553.0
            }
        ],
        "expected_reward_tokens": 10218.74,
        "profit_sb": 718.74,
        "profit_sb_percentage": 7.57,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7710.0
            },
            {
                "team": "Draw",
                "amount": 1418.0
            },
            {
                "team": "Leeds United",
                "amount": 872.0
            }
        ],
        "expected_reward_tokens": 9329.1,
        "profit_sb": -170.9,
        "profit_sb_percentage": -1.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35b5eac-fc35-408d-9f87-5ae1f0f57230",
            "gambit_id": "1d714227-25a3-465d-86f7-1a5961c1bff9",
            "last_updated": "2022-10-31T11:22:09.112730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.21000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82138236-a4bf-4e53-b9c2-b24034a08226/?format=api"
        },
        {
            "id": "6d2aefd3-f8a4-4b8a-9ea3-01806480bb57",
            "gambit_id": "c6f05977-7d41-4726-a4a8-fd6e7d85168b",
            "last_updated": "2022-10-31T11:22:09.113873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "6.58000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82138236-a4bf-4e53-b9c2-b24034a08226/?format=api"
        },
        {
            "id": "21540123-9ebb-4c4d-ba4c-201657afbbe7",
            "gambit_id": "82e2c6f4-1bd2-48ca-9604-38c9cf8d7cce",
            "last_updated": "2022-10-31T11:22:09.114922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "10.70000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82138236-a4bf-4e53-b9c2-b24034a08226/?format=api"
        }
    ]
}