GET /api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1164094-6e01-4cf2-9847-28840f7bee7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/69f345d7-94ea-42af-a98d-dad2fe5c4403/?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": "Charlotte FC",
                "amount": 5640.0
            },
            {
                "team": "Orlando City SC",
                "amount": 4360.0
            }
        ],
        "expected_reward_tokens": 12295.2,
        "profit_sb": 3295.2,
        "profit_sb_percentage": 36.61,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Charlotte FC",
                "amount": 4035.0
            },
            {
                "team": "Orlando City SC",
                "amount": 3119.0
            },
            {
                "team": "Draw",
                "amount": 2846.0
            }
        ],
        "expected_reward_tokens": 8794.14,
        "profit_sb": -205.86,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "661405fd-516a-4d32-b04a-2f416e6628cb",
            "gambit_id": "73296d2f-2caf-417d-8973-2c2ba45a1e7a",
            "last_updated": "2022-08-22T15:47:12.286566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte FC",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
        },
        {
            "id": "9956ebf8-056d-4734-b075-e953dcbcc867",
            "gambit_id": "31c517af-945b-4fc4-976a-5eb8de1b362d",
            "last_updated": "2022-08-22T15:47:12.286081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "2.82000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
        },
        {
            "id": "3fb972f0-9cf2-4a80-aec5-c5dbc9951117",
            "gambit_id": "d043b6e3-ec8d-4db3-92ac-b4c061a2c2bc",
            "last_updated": "2022-08-22T15:47:12.287042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
        }
    ]
}