GET /api/bet_types/0e915893-d6dd-4fad-9dcd-d28349e8267d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e915893-d6dd-4fad-9dcd-d28349e8267d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb61d9c-2add-47b8-ba2c-66b64488a62b/?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": "Leicester City",
                "amount": 6027.0
            },
            {
                "team": "Bournemouth",
                "amount": 3973.0
            }
        ],
        "expected_reward_tokens": 12594.41,
        "profit_sb": 3094.41,
        "profit_sb_percentage": 32.57,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 4369.0
            },
            {
                "team": "Bournemouth",
                "amount": 2881.0
            },
            {
                "team": "Draw",
                "amount": 2750.0
            }
        ],
        "expected_reward_tokens": 9130.0,
        "profit_sb": -370.0,
        "profit_sb_percentage": -3.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4da6811-8956-4445-ade9-46bc10c37e8e",
            "gambit_id": "28288782-519b-46e6-87a7-5bf750f5022b",
            "last_updated": "2022-10-11T11:42:09.677940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e915893-d6dd-4fad-9dcd-d28349e8267d/?format=api"
        },
        {
            "id": "ae5709ea-2f23-4f0b-b8a2-34bb4bdaa5a1",
            "gambit_id": "960a6d73-d9d3-49e4-b124-525f5ff47fd5",
            "last_updated": "2022-10-11T11:42:09.679867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "3.17000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e915893-d6dd-4fad-9dcd-d28349e8267d/?format=api"
        },
        {
            "id": "bcd85a5b-7e63-4f76-b7fd-bfe88873ba4b",
            "gambit_id": "2ba87c30-a416-49b4-ac21-7052e3315845",
            "last_updated": "2022-10-11T11:42:09.678907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.32000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e915893-d6dd-4fad-9dcd-d28349e8267d/?format=api"
        }
    ]
}