GET /api/bet_types/f22195ae-fc83-4822-a603-9d78922cccb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f22195ae-fc83-4822-a603-9d78922cccb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a2ab47a-9e22-4b4c-a432-4bd6f465f247/?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": "BOS (J Winckowski)",
                "amount": 5227.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 4773.0
            }
        ],
        "expected_reward_tokens": 9355.08,
        "profit_sb": 355.08,
        "profit_sb_percentage": 3.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8276c5a-ca9c-4b7d-a229-ee17d68f6edd",
            "gambit_id": "443e4925-27d8-469f-9ae4-1dd52605efb0",
            "last_updated": "2022-08-06T10:52:01.656541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (J Winckowski)",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22195ae-fc83-4822-a603-9d78922cccb1/?format=api"
        },
        {
            "id": "4f5fbc43-a386-4f29-8f46-3088a4a53555",
            "gambit_id": "ea7e6512-56fa-47ac-a332-82da11403749",
            "last_updated": "2022-08-06T10:52:01.656020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (Z Greinke)",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22195ae-fc83-4822-a603-9d78922cccb1/?format=api"
        }
    ]
}