GET /api/bet_types/f51ffba6-94f4-4d63-b283-d1f30e19d397/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f51ffba6-94f4-4d63-b283-d1f30e19d397",
    "match": "https://api-prod.gambitprofit.com/api/matches/4da4af06-4993-4fdb-b1d8-260a72b1d57d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:17.293714-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": "ARI (Z Gallen)",
                "amount": 5013.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4987.0
            }
        ],
        "expected_reward_tokens": 9524.7,
        "profit_sb": 24.7,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5b82dcb-5dc1-4925-82bb-242634eda7e7",
            "gambit_id": "45869496-79c4-440a-ab3d-ed07b409558a",
            "last_updated": "2023-11-02T10:13:21.630768-04:00",
            "created_at": "2023-11-01T09:08:17.303872-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.90000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f51ffba6-94f4-4d63-b283-d1f30e19d397/?format=api"
        },
        {
            "id": "ba1f735a-ebf4-405f-a680-5988b4d4ce96",
            "gambit_id": "c4c4bb6f-b29f-404f-a1a7-c6bdd8d196a4",
            "last_updated": "2023-11-02T10:13:21.627554-04:00",
            "created_at": "2023-11-01T09:08:17.298084-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.91000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f51ffba6-94f4-4d63-b283-d1f30e19d397/?format=api"
        }
    ]
}