GET /api/bet_types/89445fd8-1fde-4007-8d61-e0e310013a69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89445fd8-1fde-4007-8d61-e0e310013a69",
    "match": "https://api-prod.gambitprofit.com/api/matches/f613cea9-0198-44f7-b72e-bd0adf344036/?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": "West Ham United",
                "amount": 6436.0
            },
            {
                "team": "Draw",
                "amount": 3564.0
            }
        ],
        "expected_reward_tokens": 11262.24,
        "profit_sb": 2262.24,
        "profit_sb_percentage": 25.14,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5019.0
            },
            {
                "team": "Draw",
                "amount": 2780.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2201.0
            }
        ],
        "expected_reward_tokens": 8781.99,
        "profit_sb": -218.01,
        "profit_sb_percentage": -2.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcd96831-6169-4e12-ae1e-4988354f2e85",
            "gambit_id": "3687e960-c77c-4bc5-9297-23ab88319497",
            "last_updated": "2022-11-07T09:37:12.773869-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "1.75000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89445fd8-1fde-4007-8d61-e0e310013a69/?format=api"
        },
        {
            "id": "3610211c-fa7f-4414-92ff-ddd808192441",
            "gambit_id": "08ad9cfe-7265-4d12-91f7-5449a11cb59f",
            "last_updated": "2022-11-07T09:37:12.774977-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.16000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89445fd8-1fde-4007-8d61-e0e310013a69/?format=api"
        },
        {
            "id": "3d521659-50f3-4a3f-b1af-a47ff2de4ac4",
            "gambit_id": "3eb35e7a-7766-424f-b79e-c8bf5e58905b",
            "last_updated": "2022-11-07T09:37:12.772743-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "3.99000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89445fd8-1fde-4007-8d61-e0e310013a69/?format=api"
        }
    ]
}