GET /api/bet_types/89bd0b15-f49b-46d7-b21b-8f640aa2c293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89bd0b15-f49b-46d7-b21b-8f640aa2c293",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d14c63-9245-4335-bf39-95c49ee78ecc/?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": "Washington State",
                "amount": 8396.0
            },
            {
                "team": "Colorado State",
                "amount": 1604.0
            }
        ],
        "expected_reward_tokens": 9319.24,
        "profit_sb": 319.24,
        "profit_sb_percentage": 3.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "74e5bfb0-3a2b-47e9-8395-abb342ce7323",
            "gambit_id": "cd70747c-269f-4a96-89b9-5955c03a6622",
            "last_updated": "2022-09-18T18:02:28.505777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.11000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89bd0b15-f49b-46d7-b21b-8f640aa2c293/?format=api"
        },
        {
            "id": "bb0eb089-b76c-4ee8-8e26-5a2bb2e06fe7",
            "gambit_id": "e0032f45-28f1-4fd7-b7be-e66a16e80e2e",
            "last_updated": "2022-09-18T18:02:28.507002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "5.81000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89bd0b15-f49b-46d7-b21b-8f640aa2c293/?format=api"
        }
    ]
}