GET /api/bet_types/902a2e0c-40d8-4e62-95e0-272e7bbab975/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "902a2e0c-40d8-4e62-95e0-272e7bbab975",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce45ef20-875b-4589-91b2-8ab59c57fb83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:04.869574-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5529.0
            },
            {
                "team": "Chelsea",
                "amount": 4471.0
            }
        ],
        "expected_reward_tokens": 12384.67,
        "profit_sb": 2884.67,
        "profit_sb_percentage": 30.36,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4096.0
            },
            {
                "team": "Chelsea",
                "amount": 3312.0
            },
            {
                "team": "Draw",
                "amount": 2592.0
            }
        ],
        "expected_reward_tokens": 9174.24,
        "profit_sb": -325.76,
        "profit_sb_percentage": -3.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "f202ea92-e737-4b5a-b12d-ab2928f986e6",
            "gambit_id": "70c715f4-61d0-483e-aa59-014b2279de80",
            "last_updated": "2023-05-29T11:47:21.580636-04:00",
            "created_at": "2023-05-27T10:47:04.880145-04:00",
            "name": "Newcastle United",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902a2e0c-40d8-4e62-95e0-272e7bbab975/?format=api"
        },
        {
            "id": "6bd41525-922e-4cbd-bf37-c416d8df7574",
            "gambit_id": "8af444a1-e2a1-4945-b226-2fcf9af77746",
            "last_updated": "2023-05-29T11:47:21.577637-04:00",
            "created_at": "2023-05-27T10:47:04.876212-04:00",
            "name": "Chelsea",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902a2e0c-40d8-4e62-95e0-272e7bbab975/?format=api"
        },
        {
            "id": "e5173d9a-cb5c-4eaa-8d15-bdb53054d189",
            "gambit_id": "d0c5ebe4-59ba-46b8-a22d-e1aa9f9a1f1d",
            "last_updated": "2023-05-29T11:47:21.574563-04:00",
            "created_at": "2023-05-27T10:47:04.872232-04:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902a2e0c-40d8-4e62-95e0-272e7bbab975/?format=api"
        }
    ]
}