GET /api/bet_types/93e12d8d-5914-4de4-a3ed-319b242ac5e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93e12d8d-5914-4de4-a3ed-319b242ac5e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf24412-ebec-4303-bdbd-aec44574cddd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T12:57:57.496199-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": "Andre Coles",
                "amount": 5263.0
            },
            {
                "team": "David Loureiro",
                "amount": 4737.0
            }
        ],
        "expected_reward_tokens": 8526.06,
        "profit_sb": -973.94,
        "profit_sb_percentage": -10.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e4a8e73-49fc-4bf0-976f-b1209ecb9140",
            "gambit_id": "a399f2ed-d4be-4805-95a0-dbdddea73ae2",
            "last_updated": "2023-06-11T10:13:31.562578-04:00",
            "created_at": "2023-06-09T12:57:57.497731-04:00",
            "name": "Andre Coles",
            "reward": "1.62000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e12d8d-5914-4de4-a3ed-319b242ac5e1/?format=api"
        },
        {
            "id": "ced46bcc-d50d-4406-b574-962803975e2a",
            "gambit_id": "8121c576-cc97-41ab-8450-ec315696fa6c",
            "last_updated": "2023-06-11T10:13:31.564288-04:00",
            "created_at": "2023-06-09T12:57:57.499501-04:00",
            "name": "David Loureiro",
            "reward": "1.80000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e12d8d-5914-4de4-a3ed-319b242ac5e1/?format=api"
        }
    ]
}