GET /api/bet_types/0f228847-4f2c-471a-8563-b35d3c5add9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f228847-4f2c-471a-8563-b35d3c5add9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd2258e3-0ddf-48ca-b5f3-afe0bdf46c31/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:04.403615-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 (S Armstrong)",
                "amount": 5909.0
            },
            {
                "team": "CLE (G Williams)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "428f13d3-ceff-41ac-9c8a-06437f085113",
            "gambit_id": "82ded6b9-39af-47ef-821d-44080f8d97e0",
            "last_updated": "2023-08-14T10:48:14.775419-04:00",
            "created_at": "2023-08-12T09:43:04.414520-04:00",
            "name": "TAM (S Armstrong)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f228847-4f2c-471a-8563-b35d3c5add9f/?format=api"
        },
        {
            "id": "ed0c0979-0914-49c1-b78a-6b1d02ff6500",
            "gambit_id": "13f16e09-0674-455b-9127-17a61a43acd0",
            "last_updated": "2023-08-14T10:48:14.770618-04:00",
            "created_at": "2023-08-12T09:43:04.409053-04:00",
            "name": "CLE (G Williams)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f228847-4f2c-471a-8563-b35d3c5add9f/?format=api"
        }
    ]
}