GET /api/bet_types/bd890eac-b697-4001-96c9-43fa3ee45dea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd890eac-b697-4001-96c9-43fa3ee45dea",
    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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": "Tampa Bay Rays",
                "amount": 6453.0
            },
            {
                "team": "Kansas City Royals",
                "amount": 3547.0
            }
        ],
        "expected_reward_tokens": 9292.32,
        "profit_sb": 292.32,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "148b5417-40e6-4a05-93c4-e1fc07aa4a24",
            "gambit_id": "6d2a7971-3669-4cd0-931d-8baebb510083",
            "last_updated": "2022-08-19T09:46:52.194350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Rays",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd890eac-b697-4001-96c9-43fa3ee45dea/?format=api"
        },
        {
            "id": "0d8a70cd-98a3-4e1f-a0cf-884a771c46bc",
            "gambit_id": "c0d7ff6b-f113-493c-892e-f7abce1c2de3",
            "last_updated": "2022-08-19T09:46:52.194782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Royals",
            "reward": "2.62000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd890eac-b697-4001-96c9-43fa3ee45dea/?format=api"
        }
    ]
}