GET /api/bet_types/3fd72377-9ef1-459b-b93f-1023f68d7f79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fd72377-9ef1-459b-b93f-1023f68d7f79",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6562414-35ac-47cd-bb34-ece14efba33c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:14.858123-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": "ATL (C Morton)",
                "amount": 5234.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb5a2c89-039d-40cf-81ec-c3fdee36d393",
            "gambit_id": "d67008ff-47f7-457b-8d12-a4b0440ab603",
            "last_updated": "2023-05-02T11:52:08.340677-04:00",
            "created_at": "2023-05-01T12:27:14.861590-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd72377-9ef1-459b-b93f-1023f68d7f79/?format=api"
        },
        {
            "id": "b50e7d09-8aaf-4c0b-8c83-e65b30f18123",
            "gambit_id": "47359ae5-c547-483b-ab0e-5fcb7daaa714",
            "last_updated": "2023-05-02T11:52:08.339371-04:00",
            "created_at": "2023-05-01T12:27:14.859828-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd72377-9ef1-459b-b93f-1023f68d7f79/?format=api"
        }
    ]
}