GET /api/bet_types/c509fd2a-b7f3-4b4d-9ba1-0ff685ab95a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c509fd2a-b7f3-4b4d-9ba1-0ff685ab95a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b22f7891-b905-4864-9cc5-f0851ed35782/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:14.259496-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": "HOU (J France)",
                "amount": 5615.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "a93e242d-9142-4798-a0ba-22197d725fc1",
            "gambit_id": "48b4a77e-ae8a-4216-bd8c-d272846b1cd7",
            "last_updated": "2023-08-21T10:13:05.503961-04:00",
            "created_at": "2023-08-18T08:43:14.268196-04:00",
            "name": "HOU (J France)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c509fd2a-b7f3-4b4d-9ba1-0ff685ab95a5/?format=api"
        },
        {
            "id": "d0993188-435a-4ea8-a7a7-6198cca28795",
            "gambit_id": "225bb44d-cd71-46c5-9a3a-389efc8dc18a",
            "last_updated": "2023-08-21T10:13:05.499951-04:00",
            "created_at": "2023-08-18T08:43:14.263876-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c509fd2a-b7f3-4b4d-9ba1-0ff685ab95a5/?format=api"
        }
    ]
}