GET /api/bet_types/9d69515f-e8a0-4a4f-addd-572084eb4cb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d69515f-e8a0-4a4f-addd-572084eb4cb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ace508-e23f-4494-96c8-ee91c01e4f25/?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": "ATL (M Fried)",
                "amount": 6370.0
            },
            {
                "team": "PHI (R Suarez)",
                "amount": 3630.0
            }
        ],
        "expected_reward_tokens": 9618.7,
        "profit_sb": 118.7,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4a0f00e-0483-4a11-b67b-3b31ace012f9",
            "gambit_id": "88fb6930-c409-4a35-8397-5061b1f31be9",
            "last_updated": "2022-10-12T10:16:58.516947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (M Fried)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d69515f-e8a0-4a4f-addd-572084eb4cb8/?format=api"
        },
        {
            "id": "720186e3-5241-4ed5-bac5-cd501db67e63",
            "gambit_id": "73cc94d1-8936-4e76-ac6c-43c04ea44a1d",
            "last_updated": "2022-10-12T10:16:58.517932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (R Suarez)",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d69515f-e8a0-4a4f-addd-572084eb4cb8/?format=api"
        }
    ]
}