GET /api/bet_types/40318b58-63a3-4e12-a7e0-571e8d31b54c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40318b58-63a3-4e12-a7e0-571e8d31b54c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d157c2c0-70d5-4e11-af92-fdd879ab16dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:59.809484-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": "SFO (S Manaea)",
                "amount": 5222.0
            },
            {
                "team": "SDG (M Waldron)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "abd7a18d-d42e-456b-9483-28d6dec4a3d8",
            "gambit_id": "e9327c4c-241f-4bd2-aa37-48e5f89d7902",
            "last_updated": "2023-09-28T18:48:16.582511-04:00",
            "created_at": "2023-09-27T09:22:59.816941-04:00",
            "name": "SFO (S Manaea)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40318b58-63a3-4e12-a7e0-571e8d31b54c/?format=api"
        },
        {
            "id": "08b93711-2a24-4c57-b582-bd53a7898ebf",
            "gambit_id": "7380ff0e-214d-4c6b-9ce5-481e378970cf",
            "last_updated": "2023-09-28T18:48:16.578348-04:00",
            "created_at": "2023-09-27T09:22:59.812880-04:00",
            "name": "SDG (M Waldron)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40318b58-63a3-4e12-a7e0-571e8d31b54c/?format=api"
        }
    ]
}