GET /api/bet_types/e0ac8c7d-273f-4212-9f6c-6fa13eb66441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0ac8c7d-273f-4212-9f6c-6fa13eb66441",
    "match": "https://api-prod.gambitprofit.com/api/matches/a045a745-46ce-4807-9a56-1fe1e7c6c15b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:09.844868-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": "TAM (Z Littell)",
                "amount": 7033.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f300d14-b00c-4304-b18f-6f1420776a36",
            "gambit_id": "940f966a-d5f9-4e97-8c41-a338d08a1dae",
            "last_updated": "2023-08-23T11:08:24.864605-04:00",
            "created_at": "2023-08-22T08:23:09.855103-04:00",
            "name": "TAM (Z Littell)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0ac8c7d-273f-4212-9f6c-6fa13eb66441/?format=api"
        },
        {
            "id": "cc9dd18a-61c2-4e55-8b85-2561e49ae0df",
            "gambit_id": "f7971f02-c000-45f7-b160-fa683f9d0d56",
            "last_updated": "2023-08-23T11:08:24.860968-04:00",
            "created_at": "2023-08-22T08:23:09.850322-04:00",
            "name": "COL (T Blach)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0ac8c7d-273f-4212-9f6c-6fa13eb66441/?format=api"
        }
    ]
}