GET /api/bet_types/1fb93f74-91b8-4904-a07d-903fca7ed52f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fb93f74-91b8-4904-a07d-903fca7ed52f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8c324f9-ec61-4292-91c0-bb16de1ac292/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T09:08:00.024788-04: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": "BAL (D Kremer)",
                "amount": 5222.0
            },
            {
                "team": "BOS (C Sale)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "acbf7a98-9d8e-4093-a963-83e073f26506",
            "gambit_id": "856a9149-ca31-4f80-bdf5-f3c86421b955",
            "last_updated": "2023-09-29T10:03:18.951702-04:00",
            "created_at": "2023-09-28T09:08:00.036255-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb93f74-91b8-4904-a07d-903fca7ed52f/?format=api"
        },
        {
            "id": "1757df03-4cd6-4d0e-a584-e69e6cac1275",
            "gambit_id": "0173129c-3af5-4536-a86c-c662667a9e07",
            "last_updated": "2023-09-29T10:03:18.948348-04:00",
            "created_at": "2023-09-28T09:08:00.030501-04:00",
            "name": "BOS (C Sale)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb93f74-91b8-4904-a07d-903fca7ed52f/?format=api"
        }
    ]
}