GET /api/bet_types/2afb2cde-9c01-47ee-9c77-a50e4092896b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2afb2cde-9c01-47ee-9c77-a50e4092896b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef0e5127-a56f-4fce-bc0a-5b2e458a1279/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:21.445631-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": "Dallas Mavericks",
                "amount": 5688.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b56ced42-5475-4a92-b5fa-c2ca5b42554f",
            "gambit_id": "0c00e8cd-5e02-484d-94e1-22210d9d7457",
            "last_updated": "2024-02-07T01:52:59.452341-05:00",
            "created_at": "2024-02-05T10:03:21.451521-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2afb2cde-9c01-47ee-9c77-a50e4092896b/?format=api"
        },
        {
            "id": "3f510677-a4bf-487d-b835-373794ed0b14",
            "gambit_id": "61a4861f-cb81-419a-8658-c179bfb035a4",
            "last_updated": "2024-02-07T01:52:59.455633-05:00",
            "created_at": "2024-02-05T10:03:21.473093-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2afb2cde-9c01-47ee-9c77-a50e4092896b/?format=api"
        }
    ]
}