GET /api/bet_types/5bedb7c3-8675-4c9d-997b-14576bae87f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bedb7c3-8675-4c9d-997b-14576bae87f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8915da9-1fb9-474f-89f9-fe6e15797d08/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:23.665560-04: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 (K Crawford)",
                "amount": 5980.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4b6e9ce-efda-4795-a9f2-a093c8deabf4",
            "gambit_id": "e367fee4-e198-4193-b0d3-e9e8f9212914",
            "last_updated": "2023-09-26T09:58:05.453257-04:00",
            "created_at": "2023-09-24T09:13:23.674287-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bedb7c3-8675-4c9d-997b-14576bae87f7/?format=api"
        },
        {
            "id": "2710d130-d3c4-4013-8ea1-2bb7c5cf1e97",
            "gambit_id": "626bc6ff-0a0b-4125-8fa8-6cf06cd7c3d3",
            "last_updated": "2023-09-26T09:58:05.449863-04:00",
            "created_at": "2023-09-24T09:13:23.669461-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bedb7c3-8675-4c9d-997b-14576bae87f7/?format=api"
        }
    ]
}