GET /api/bet_types/2a60ff39-ead9-4766-bd9f-dc6a6a0dc46d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a60ff39-ead9-4766-bd9f-dc6a6a0dc46d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0935bdd1-4f8e-4dba-bbf8-41936e6081b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T12:17:21.188851-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5689.0
            },
            {
                "team": "Draw",
                "amount": 4311.0
            }
        ],
        "expected_reward_tokens": 12286.35,
        "profit_sb": 3286.35,
        "profit_sb_percentage": 36.52,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3992.0
            },
            {
                "team": "Draw",
                "amount": 3025.0
            },
            {
                "team": "Southampton",
                "amount": 2983.0
            }
        ],
        "expected_reward_tokens": 8620.87,
        "profit_sb": -379.13,
        "profit_sb_percentage": -4.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "b68fe70c-2683-4f75-8e84-fa6647efa59e",
            "gambit_id": "6441c6a4-b069-44b9-88fb-222840e66478",
            "last_updated": "2023-01-16T11:07:07.434867-05:00",
            "created_at": "2023-01-11T12:17:21.192914-05:00",
            "name": "Everton",
            "reward": "2.16000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a60ff39-ead9-4766-bd9f-dc6a6a0dc46d/?format=api"
        },
        {
            "id": "288bf26d-3163-4e5a-9ec7-3790347bf4cd",
            "gambit_id": "beaf9d9e-c0a2-4fb4-9515-c39743de5a1d",
            "last_updated": "2023-01-16T11:07:07.431467-05:00",
            "created_at": "2023-01-11T12:17:21.191606-05:00",
            "name": "Draw",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a60ff39-ead9-4766-bd9f-dc6a6a0dc46d/?format=api"
        },
        {
            "id": "9e37709e-d123-45f0-b8de-14859c906605",
            "gambit_id": "1ae9bc06-0bfd-435d-8f23-87ee481cdd6a",
            "last_updated": "2023-01-16T11:07:07.428319-05:00",
            "created_at": "2023-01-11T12:17:21.190063-05:00",
            "name": "Southampton",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a60ff39-ead9-4766-bd9f-dc6a6a0dc46d/?format=api"
        }
    ]
}