GET /api/bet_types/5bf3be1a-7a24-4e9d-b602-93a4d49cde7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bf3be1a-7a24-4e9d-b602-93a4d49cde7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e392719b-578d-47d4-93bf-9e63c1299755/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:08:00.976638-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": "LOS (R Pepiot)",
                "amount": 5615.0
            },
            {
                "team": "SDG (B Snell)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fc1ab91-3a67-40b2-946a-721bc1e1382b",
            "gambit_id": "fa7dafda-8074-4f68-b211-ad91715b3d65",
            "last_updated": "2023-09-15T10:13:20.842832-04:00",
            "created_at": "2023-09-13T09:08:00.985449-04:00",
            "name": "LOS (R Pepiot)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf3be1a-7a24-4e9d-b602-93a4d49cde7b/?format=api"
        },
        {
            "id": "5f93b8fc-530b-41f6-bee9-cfc183220acc",
            "gambit_id": "d9cd4eb7-bed6-449b-a0f4-277bfe5be2b8",
            "last_updated": "2023-09-15T10:13:20.839518-04:00",
            "created_at": "2023-09-13T09:08:00.980419-04:00",
            "name": "SDG (B Snell)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf3be1a-7a24-4e9d-b602-93a4d49cde7b/?format=api"
        }
    ]
}