GET /api/bet_types/d46fa70a-ccc2-4819-9431-1efbd2c00149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d46fa70a-ccc2-4819-9431-1efbd2c00149",
    "match": "https://api-prod.gambitprofit.com/api/matches/e987a8d7-2e9b-419b-9af7-13dbe47e4baf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:10.382187-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7158.0
            },
            {
                "team": "Draw",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 11309.64,
        "profit_sb": 1809.64,
        "profit_sb_percentage": 19.05,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5903.0
            },
            {
                "team": "Draw",
                "amount": 2344.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1753.0
            }
        ],
        "expected_reward_tokens": 9325.96,
        "profit_sb": -174.04,
        "profit_sb_percentage": -1.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "5efbbb20-e8fc-4dbd-b781-1838d2efcf8b",
            "gambit_id": "3779d230-d7ff-44a4-9ca6-dc810d31d2c8",
            "last_updated": "2023-04-27T11:52:08.300835-04:00",
            "created_at": "2023-04-26T12:02:10.383627-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46fa70a-ccc2-4819-9431-1efbd2c00149/?format=api"
        },
        {
            "id": "de853bc8-7cbe-4e2f-ad2e-8a9f46a63461",
            "gambit_id": "997c8b70-4082-4b4d-8b8c-e67a50350508",
            "last_updated": "2023-04-27T11:52:08.306187-04:00",
            "created_at": "2023-04-26T12:02:10.386275-04:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46fa70a-ccc2-4819-9431-1efbd2c00149/?format=api"
        },
        {
            "id": "47a1d372-5956-4eb4-a883-aae19d6b57ca",
            "gambit_id": "e8a9cf3f-066a-4b91-93df-c683691e70a1",
            "last_updated": "2023-04-27T11:52:08.303630-04:00",
            "created_at": "2023-04-26T12:02:10.384958-04:00",
            "name": "Nottingham Forest",
            "reward": "5.32000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46fa70a-ccc2-4819-9431-1efbd2c00149/?format=api"
        }
    ]
}