GET /api/bet_types/ce7a336f-cb5f-4f63-a943-e58a559e2495/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce7a336f-cb5f-4f63-a943-e58a559e2495",
    "match": "https://api-prod.gambitprofit.com/api/matches/325a1db8-18cf-453c-bfc4-dd27405923f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-01T14:16:48.025819-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": "Chicago Bulls",
                "amount": 6862.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac5abe1b-406b-4d68-a114-a36c0d64c1d5",
            "gambit_id": "3aab6e45-dfe8-437a-bd79-59494f880adf",
            "last_updated": "2023-03-02T07:21:56.562676-05:00",
            "created_at": "2023-03-01T14:16:48.028551-05:00",
            "name": "Chicago Bulls",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7a336f-cb5f-4f63-a943-e58a559e2495/?format=api"
        },
        {
            "id": "10685b70-4692-473d-afd1-4fdeeadf5b34",
            "gambit_id": "28cb426f-840c-4a36-9796-059ba0edfa44",
            "last_updated": "2023-03-02T07:21:56.561618-05:00",
            "created_at": "2023-03-01T14:16:48.027047-05:00",
            "name": "Detroit Pistons",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7a336f-cb5f-4f63-a943-e58a559e2495/?format=api"
        }
    ]
}