GET /api/bet_types/e1b9df10-ed27-44a6-a800-6d4ded318058/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1b9df10-ed27-44a6-a800-6d4ded318058",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a0acb9-d72e-4980-9ed6-8af100f11dac/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LAA (P Sandoval)",
                "amount": 6504.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 3496.0
            }
        ],
        "expected_reward_tokens": 9299.36,
        "profit_sb": 299.36,
        "profit_sb_percentage": 3.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8274586-e209-4c3b-a689-e29d327e09b9",
            "gambit_id": "5d292d8f-742d-4f23-a91d-9a0fe9478788",
            "last_updated": "2022-09-08T10:42:24.561942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.43000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b9df10-ed27-44a6-a800-6d4ded318058/?format=api"
        },
        {
            "id": "e2e95d7a-d2d1-44be-8b19-e94c65f408fd",
            "gambit_id": "04cd6e8e-7573-4395-b1bb-39120c32e24d",
            "last_updated": "2022-09-08T10:42:24.563103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.66000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b9df10-ed27-44a6-a800-6d4ded318058/?format=api"
        }
    ]
}