GET /api/bet_types/b670faa6-807a-4e33-9201-8995480ccdcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b670faa6-807a-4e33-9201-8995480ccdcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c578d46-8467-4fb6-9570-f828392ab74f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:02.337236-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 Angeles Kings",
                "amount": 6759.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e28c417-6394-497d-9f79-3f2fb680217f",
            "gambit_id": "d2af0b66-ef99-4938-bcf3-f2b3b40be2d2",
            "last_updated": "2023-03-27T11:56:56.059574-04:00",
            "created_at": "2023-03-26T13:37:02.339410-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b670faa6-807a-4e33-9201-8995480ccdcb/?format=api"
        },
        {
            "id": "db235eec-392e-4552-8042-e5c5307a40c8",
            "gambit_id": "8964f06b-f42c-4223-bf4c-afc6bafc3e36",
            "last_updated": "2023-03-27T11:56:56.062821-04:00",
            "created_at": "2023-03-26T13:37:02.341148-04:00",
            "name": "St Louis Blues",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b670faa6-807a-4e33-9201-8995480ccdcb/?format=api"
        }
    ]
}