GET /api/bet_types/129a697d-e8e7-4287-8510-663a286d46ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "129a697d-e8e7-4287-8510-663a286d46ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ef46d6-abc8-4aad-8dcb-4ed8bbd900e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:58.846742-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": "TEX (J Montgomery)",
                "amount": 5604.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 9582.84,
        "profit_sb": 82.84,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "48bf5cda-3636-4eed-ada5-1fa6651fb98d",
            "gambit_id": "59613952-4fa5-4238-af00-af7376962c7a",
            "last_updated": "2023-08-05T12:03:13.310723-04:00",
            "created_at": "2023-08-04T08:52:58.855387-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.71000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129a697d-e8e7-4287-8510-663a286d46ab/?format=api"
        },
        {
            "id": "54704dbb-6053-44de-8474-ce7211d3f9b2",
            "gambit_id": "35bee216-c4b3-42db-ba57-b9819f0a43a6",
            "last_updated": "2023-08-05T12:03:13.306991-04:00",
            "created_at": "2023-08-04T08:52:58.851227-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.18000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129a697d-e8e7-4287-8510-663a286d46ab/?format=api"
        }
    ]
}