GET /api/bet_types/1949b606-6b9c-428f-a7e9-2f2753364943/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1949b606-6b9c-428f-a7e9-2f2753364943",
    "match": "https://api-prod.gambitprofit.com/api/matches/41a5f89a-9383-4ffa-8d73-c75711b9a8e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-10T16:01:46.449427-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 5196.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "74f3ff00-a1a7-41cb-bb99-4aa97773834e",
            "gambit_id": "9eb84270-7091-45d8-b922-5ea0437f38e9",
            "last_updated": "2023-01-11T10:46:57.948708-05:00",
            "created_at": "2023-01-10T16:01:46.450570-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1949b606-6b9c-428f-a7e9-2f2753364943/?format=api"
        },
        {
            "id": "d07b383a-1268-4525-9d9a-e05ffab764e9",
            "gambit_id": "d6f89581-9e2f-4bbe-863c-230ec79d343a",
            "last_updated": "2023-01-11T10:46:57.949806-05:00",
            "created_at": "2023-01-10T16:01:46.451755-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1949b606-6b9c-428f-a7e9-2f2753364943/?format=api"
        }
    ]
}