GET /api/bet_types/178c014b-2c99-42d9-a613-e90e007c1067/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "178c014b-2c99-42d9-a613-e90e007c1067",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4686d9e-9253-4aac-bde1-ee118331bf2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T08:23:16.584766-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": "SEA (L Gilbert)",
                "amount": 5415.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "28bdcaf8-2b3c-416b-8643-bf74d60b1d92",
            "gambit_id": "c947f740-21c4-4daa-94ac-f1ea37787cb0",
            "last_updated": "2023-08-04T09:43:17.736365-04:00",
            "created_at": "2023-08-02T08:23:16.597274-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178c014b-2c99-42d9-a613-e90e007c1067/?format=api"
        },
        {
            "id": "6b5bb2f3-9d63-41f0-82af-6d5dfb8d178f",
            "gambit_id": "e297ae03-292e-4334-8e86-ec680c05e0b5",
            "last_updated": "2023-08-04T09:43:17.732379-04:00",
            "created_at": "2023-08-02T08:23:16.591493-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178c014b-2c99-42d9-a613-e90e007c1067/?format=api"
        }
    ]
}