GET /api/bet_types/0d87a6e7-54a3-4857-9f85-80a0aca0f214/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d87a6e7-54a3-4857-9f85-80a0aca0f214",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c57d5ca-05a9-4b0f-a022-414d24b0f9e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:04.803795-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": 8703.0
            },
            {
                "team": "Draw",
                "amount": 1297.0
            }
        ],
        "expected_reward_tokens": 10008.45,
        "profit_sb": 508.45,
        "profit_sb_percentage": 5.35,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 8059.0
            },
            {
                "team": "Draw",
                "amount": 1201.0
            },
            {
                "team": "Sheffield United",
                "amount": 740.0
            }
        ],
        "expected_reward_tokens": 9264.8,
        "profit_sb": -235.2,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b1f656a-839e-428e-8d1e-db64dbefb45d",
            "gambit_id": "cada3c16-b6c1-4538-85b5-f4d4bc96281d",
            "last_updated": "2023-12-07T21:58:10.766215-05:00",
            "created_at": "2023-12-06T09:13:04.820554-05:00",
            "name": "Liverpool",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d87a6e7-54a3-4857-9f85-80a0aca0f214/?format=api"
        },
        {
            "id": "efc2cd1c-0b93-4f8c-833e-ae9d19a157c9",
            "gambit_id": "84ef5d2e-6988-4636-8425-77a30ee44e88",
            "last_updated": "2023-12-07T21:58:10.757931-05:00",
            "created_at": "2023-12-06T09:13:04.808854-05:00",
            "name": "Draw",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d87a6e7-54a3-4857-9f85-80a0aca0f214/?format=api"
        },
        {
            "id": "6b512286-159c-4ad1-a127-cf6973608b6f",
            "gambit_id": "4b0c07ae-91e3-436a-a9ae-5a1d0c9f48ed",
            "last_updated": "2023-12-07T21:58:10.763000-05:00",
            "created_at": "2023-12-06T09:13:04.814585-05:00",
            "name": "Sheffield United",
            "reward": "12.52000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d87a6e7-54a3-4857-9f85-80a0aca0f214/?format=api"
        }
    ]
}