GET /api/bet_types/6720ff80-f3b9-4e27-8457-07dd95640807/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6720ff80-f3b9-4e27-8457-07dd95640807",
    "match": "https://api-prod.gambitprofit.com/api/matches/601e9f76-77ed-4626-b033-b510dc1d71b4/?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": 5093.0
            },
            {
                "team": "Chelsea",
                "amount": 4907.0
            }
        ],
        "expected_reward_tokens": 12120.29,
        "profit_sb": 3120.29,
        "profit_sb_percentage": 34.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 3658.0
            },
            {
                "team": "Chelsea",
                "amount": 3525.0
            },
            {
                "team": "Draw",
                "amount": 2817.0
            }
        ],
        "expected_reward_tokens": 8704.53,
        "profit_sb": -295.47,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "473383a0-af61-4567-838f-d995f19bcf49",
            "gambit_id": "3043ad30-25ca-4072-bca4-265f52d975f4",
            "last_updated": "2022-12-24T17:12:13.158897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "2.38000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6720ff80-f3b9-4e27-8457-07dd95640807/?format=api"
        },
        {
            "id": "f68b5c1c-63e4-4ab5-8095-74c9d5854e01",
            "gambit_id": "4cc242ce-fb78-4a47-b437-6dde8dc87d4a",
            "last_updated": "2022-12-24T17:12:13.160048-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "2.47000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6720ff80-f3b9-4e27-8457-07dd95640807/?format=api"
        },
        {
            "id": "7a32f536-d797-481d-b310-f7debad4b068",
            "gambit_id": "e1cd4278-c735-49c1-8dd2-918548f9c607",
            "last_updated": "2022-12-24T17:12:13.161229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.09000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6720ff80-f3b9-4e27-8457-07dd95640807/?format=api"
        }
    ]
}