GET /api/bet_types/e9e6bdbf-dd8e-4897-b026-f712eefe4ad7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e6bdbf-dd8e-4897-b026-f712eefe4ad7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cfe7813-ef29-4ce6-a3c7-c0e214f44c0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:08.129775-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": "New York Rangers",
                "amount": 6812.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "47c79ad9-8e85-4bc1-8375-6d49570aead2",
            "gambit_id": "050d4329-cf9b-4425-90ef-f535bdb80612",
            "last_updated": "2023-03-20T11:42:08.179041-04:00",
            "created_at": "2023-03-19T09:17:08.131449-04:00",
            "name": "New York Rangers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e6bdbf-dd8e-4897-b026-f712eefe4ad7/?format=api"
        },
        {
            "id": "452ba218-a821-44ff-8920-b3d9bf7546ca",
            "gambit_id": "d8bb404a-312b-4a41-a2e9-8267d158d9c4",
            "last_updated": "2023-03-20T11:42:08.181332-04:00",
            "created_at": "2023-03-19T09:17:08.133257-04:00",
            "name": "Nashville Predators",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e6bdbf-dd8e-4897-b026-f712eefe4ad7/?format=api"
        }
    ]
}