GET /api/bet_types/1ec803a5-b313-4466-8e09-1f9c3e93bf12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec803a5-b313-4466-8e09-1f9c3e93bf12",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8ec0485-6a10-4881-9b30-8d6d3872fa82/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T11:36:58.784589-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 (N Syndergaard)",
                "amount": 5440.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "23192109-c6ef-4af0-a24c-b440acfab43a",
            "gambit_id": "982fe1fb-6036-43b3-b40f-28c1d8bca653",
            "last_updated": "2023-05-16T10:07:06.944566-04:00",
            "created_at": "2023-05-15T11:36:58.790626-04:00",
            "name": "LOS (N Syndergaard)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec803a5-b313-4466-8e09-1f9c3e93bf12/?format=api"
        },
        {
            "id": "f9034ced-3a12-4fe2-a72d-ed28fd20ef03",
            "gambit_id": "d927718b-7e77-4c2b-b369-a9fc092998fb",
            "last_updated": "2023-05-16T10:07:06.943208-04:00",
            "created_at": "2023-05-15T11:36:58.786582-04:00",
            "name": "MIN (P Lopez)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec803a5-b313-4466-8e09-1f9c3e93bf12/?format=api"
        }
    ]
}