GET /api/bet_types/b2a7a751-7c06-462e-a14b-10c28967b185/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2a7a751-7c06-462e-a14b-10c28967b185",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3270000-a1fc-4e86-8b15-c438c5519f6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:55.589776-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": "New York Knicks",
                "amount": 6387.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "424ae92d-e89e-4655-a069-5df8a3628353",
            "gambit_id": "cdce41e6-e3eb-4d8b-8364-db90b1bf128c",
            "last_updated": "2022-12-24T19:06:52.458745-05:00",
            "created_at": "2022-12-23T09:06:55.590896-05:00",
            "name": "New York Knicks",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2a7a751-7c06-462e-a14b-10c28967b185/?format=api"
        },
        {
            "id": "577d474e-2862-44b3-8b6c-c7a9ebdf5872",
            "gambit_id": "5f007765-f54e-4f2b-bc93-42ab67033c36",
            "last_updated": "2022-12-24T19:06:52.459891-05:00",
            "created_at": "2022-12-23T09:06:55.592045-05:00",
            "name": "Chicago Bulls",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2a7a751-7c06-462e-a14b-10c28967b185/?format=api"
        }
    ]
}