GET /api/bet_types/7813dba0-7458-4b65-9dff-c8d2ec73cadb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7813dba0-7458-4b65-9dff-c8d2ec73cadb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5673ba7-20c9-4325-896e-7829739159fe/?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": "SSC Napoli",
                "amount": 6365.0
            },
            {
                "team": "Draw",
                "amount": 3635.0
            }
        ],
        "expected_reward_tokens": 11775.25,
        "profit_sb": 2775.25,
        "profit_sb_percentage": 30.84,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SSC Napoli",
                "amount": 4780.0
            },
            {
                "team": "Draw",
                "amount": 2729.0
            },
            {
                "team": "Glasgow Rangers",
                "amount": 2491.0
            }
        ],
        "expected_reward_tokens": 8841.96,
        "profit_sb": -158.04,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "9537a8a7-9d5b-4c13-8913-a5429da3dd4f",
            "gambit_id": "d120c4c0-6091-4626-a846-5a8788ccd00c",
            "last_updated": "2022-09-15T12:07:15.006383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SSC Napoli",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7813dba0-7458-4b65-9dff-c8d2ec73cadb/?format=api"
        },
        {
            "id": "c3113275-f9ea-4eaa-b1c0-cac13a93ee5b",
            "gambit_id": "7b35c412-6f13-4118-a09e-e2d292adb095",
            "last_updated": "2022-09-15T12:07:15.008382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.24000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7813dba0-7458-4b65-9dff-c8d2ec73cadb/?format=api"
        },
        {
            "id": "b8db8c38-5d5e-447d-a22b-f67759145323",
            "gambit_id": "008daa0e-49eb-4b32-a4a6-300e458c9b1b",
            "last_updated": "2022-09-15T12:07:15.007377-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Glasgow Rangers",
            "reward": "3.55000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7813dba0-7458-4b65-9dff-c8d2ec73cadb/?format=api"
        }
    ]
}