GET /api/bet_types/069afd86-b61e-4d90-b1ef-997cdc8ecb18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "069afd86-b61e-4d90-b1ef-997cdc8ecb18",
    "match": "https://api-prod.gambitprofit.com/api/matches/683ed526-c883-4fad-9899-422892c1cea6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:41:49.239186-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": 5802.0
            },
            {
                "team": "Draw",
                "amount": 4198.0
            }
        ],
        "expected_reward_tokens": 13054.5,
        "profit_sb": 3554.5,
        "profit_sb_percentage": 37.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 4106.0
            },
            {
                "team": "Draw",
                "amount": 2971.0
            },
            {
                "team": "Aston Villa",
                "amount": 2924.0
            }
        ],
        "expected_reward_tokens": 9238.5,
        "profit_sb": -261.5,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c8a488d-11b3-48c7-9bcd-90f91f4d4b16",
            "gambit_id": "73b50496-2690-48ee-b0f9-e8a2471e9ce1",
            "last_updated": "2023-03-13T19:32:14.998758-04:00",
            "created_at": "2023-03-10T08:41:49.241714-05:00",
            "name": "West Ham United",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069afd86-b61e-4d90-b1ef-997cdc8ecb18/?format=api"
        },
        {
            "id": "490ad312-ee99-4323-9856-89dbaf4ab840",
            "gambit_id": "84852d05-e822-485d-8661-0137f682621d",
            "last_updated": "2023-03-13T19:32:15.000533-04:00",
            "created_at": "2023-03-10T08:41:49.243028-05:00",
            "name": "Draw",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069afd86-b61e-4d90-b1ef-997cdc8ecb18/?format=api"
        },
        {
            "id": "13b31008-d88d-489f-9f2b-931be3a70d6d",
            "gambit_id": "8c74ae0a-ccb3-4b6d-9335-c5485e91b841",
            "last_updated": "2023-03-13T19:32:14.997181-04:00",
            "created_at": "2023-03-10T08:41:49.240410-05:00",
            "name": "Aston Villa",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069afd86-b61e-4d90-b1ef-997cdc8ecb18/?format=api"
        }
    ]
}