GET /api/bet_types/a6fcf6a3-9cfc-4717-9e5f-d34797006232/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6fcf6a3-9cfc-4717-9e5f-d34797006232",
    "match": "https://api-prod.gambitprofit.com/api/matches/365c7faa-fdcc-44e9-9bea-a8518e644912/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-24T08:13:21.875545-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": "MIN (K Maeda)",
                "amount": 5117.0
            },
            {
                "team": "SEA (L Castillo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "cae764e0-12bf-41c4-a8b3-f2027077e3ed",
            "gambit_id": "70e3d504-65e9-4b92-b9e3-3a9f71ce978c",
            "last_updated": "2023-07-25T20:18:24.539743-04:00",
            "created_at": "2023-07-24T08:13:21.884953-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6fcf6a3-9cfc-4717-9e5f-d34797006232/?format=api"
        },
        {
            "id": "a18a05a7-a2d8-48a6-b19b-b70b493a88fb",
            "gambit_id": "ef3be4fc-f30d-46fa-aac2-39210fdc5d1e",
            "last_updated": "2023-07-25T20:18:24.536157-04:00",
            "created_at": "2023-07-24T08:13:21.879404-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6fcf6a3-9cfc-4717-9e5f-d34797006232/?format=api"
        }
    ]
}